Home
last modified time | relevance | path

Searched refs:decltype (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp137 displayHook<decltype(&Display::acceptChanges), in doGetFunction()
141 displayHook<decltype(&Display::createLayer), in doGetFunction()
145 displayHook<decltype(&Display::destroyLayer), in doGetFunction()
149 displayHook<decltype(&Display::getActiveConfig), in doGetFunction()
153 displayHook<decltype(&Display::getChangedCompositionTypes), in doGetFunction()
158 displayHook<decltype(&Display::getColorModes), in doGetFunction()
162 displayHook<decltype(&Display::getDisplayAttribute), in doGetFunction()
167 displayHook<decltype(&Display::getConfigs), in doGetFunction()
171 displayHook<decltype(&Display::getName), in doGetFunction()
175 displayHook<decltype(&Display::getRequests), in doGetFunction()
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/
DTypeTraits.h68 std::is_same<typename details::dummy<decltype(std::declval<F>()(
88 !std::is_same<typename details::dummy<decltype(std::declval<F>()(
124 decltype(std::begin(
126 decltype(std::end(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmarkupbase.py98 decltype, j = self._scan_name(j, i)
101 if decltype == "doctype":
108 if decltype == "doctype":
124 if decltype == "doctype":
126 elif decltype in ("attlist", "linktype", "link", "element"):
131 self.error("unsupported '[' char in %s declaration" % decltype)
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp166 displayHook<decltype(&Display::acceptChanges), in doGetFunction()
170 displayHook<decltype(&Display::createLayer), in doGetFunction()
174 displayHook<decltype(&Display::destroyLayer), in doGetFunction()
178 displayHook<decltype(&Display::getActiveConfig), in doGetFunction()
182 displayHook<decltype(&Display::getChangedCompositionTypes), in doGetFunction()
187 displayHook<decltype(&Display::getColorModes), in doGetFunction()
194 displayHook<decltype(&Display::getConfigs), in doGetFunction()
198 displayHook<decltype(&Display::getName), in doGetFunction()
202 displayHook<decltype(&Display::getRequests), in doGetFunction()
207 displayHook<decltype(&Display::getType), in doGetFunction()
[all …]
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.h174 static_assert(std::is_same< decltype(a->nSize), OMX_U32>::value, "nSize has wrong type"); in isValidOMXParam()
176 static_assert(std::is_same< decltype(a->nVersion), OMX_VERSIONTYPE>::value, in isValidOMXParam()
/device/google/cuttlefish/common/libs/utils/
Denvironment.cpp64 decltype(len) upper = len + 1; in HostArch()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c174 const char* decltype; in pysqlite_build_row_cast_map() local
213 decltype = sqlite3_column_decltype(self->statement->st, i); in pysqlite_build_row_cast_map()
214 if (decltype) { in pysqlite_build_row_cast_map()
215 for (pos = decltype;;pos++) { in pysqlite_build_row_cast_map()
221 py_decltype = PyString_FromStringAndSize(decltype, pos - decltype); in pysqlite_build_row_cast_map()
/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc160 std::vector<decltype(watched_fds_)::value_type> saved_callbacks; in ThreadRoutine()
/device/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.cpp89 std::unique_ptr<std::FILE, decltype(pipeStreamDeleter)> pipeStream(popen(command.c_str(), "r"), in GetCommandOutput()
/device/google/sunfish/vibrator/common/
Dutils.h40 static const bool value = decltype(test<T>(0))::value;
/device/google/trout/hal/sensors/2.0/
Diio_utils.cpp47 using DirPtr = std::unique_ptr<DIR, decltype(&closedir)>;
48 using FilePtr = std::unique_ptr<FILE, decltype(&fclose)>;
/device/google/sunfish/vibrator/common/bench/
Dbenchmark.cpp80 std::insert_iterator<decltype(ret)>(ret, ret.begin()), Compare()); in difference()