| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_to_string.hpp | 29 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() 72 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() 101 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() 133 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() 144 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() 156 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() 175 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() 195 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() 217 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() 228 VULKAN_HPP_INLINE std::string to_string( PipelineStageFlags value ) in to_string() [all …]
|
| D | vulkan.hpp | 612 ArrayProxy( T const & value ) VULKAN_HPP_NOEXCEPT in ArrayProxy() 716 ArrayProxyNoTemporaries( T & value ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries() 725 ArrayProxyNoTemporaries( typename std::remove_const<T>::type & value ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries() 927 value = false enumerator 946 static const bool value = member 954 static const bool value = member 1208 …explicit UniqueHandle( Type const & value, Deleter const & deleter = Deleter() ) VULKAN_HPP_NOEXCE… in UniqueHandle() 1272 void reset( Type const & value = Type() ) VULKAN_HPP_NOEXCEPT in reset() 1286 Type value = m_value; in release() local 6131 T value; member [all …]
|
| /device/google/redfin/vibrator/drv2624/ |
| D | Hardware.h | 38 bool setAutocal(std::string value) override { return set(value, &mAutocal); } in setAutocal() 39 bool setOlLraPeriod(uint32_t value) override { return set(value, &mOlLraPeriod); } in setOlLraPeriod() 40 bool setActivate(bool value) override { return set(value, &mActivate); } in setActivate() 41 bool setDuration(uint32_t value) override { return set(value, &mDuration); } in setDuration() 42 bool setState(bool value) override { return set(value, &mState); } in setState() 44 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput() 45 bool setMode(std::string value) override { return set(value, &mMode); } in setMode() 46 bool setSequencer(std::string value) override { return set(value, &mSequencer); } in setSequencer() 47 bool setScale(uint8_t value) override { return set(value, &mScale); } in setScale() 48 bool setCtrlLoop(bool value) override { return set(value, &mCtrlLoop); } in setCtrlLoop() [all …]
|
| /device/google/sunfish/vibrator/drv2624/ |
| D | Hardware.h | 43 bool setAutocal(std::string value) override { return set(value, &mAutocal); } in setAutocal() 44 bool setOlLraPeriod(uint32_t value) override { return set(value, &mOlLraPeriod); } in setOlLraPeriod() 45 bool setActivate(bool value) override { return set(value, &mActivate); } in setActivate() 46 bool setDuration(uint32_t value) override { return set(value, &mDuration); } in setDuration() 47 bool setState(bool value) override { return set(value, &mState); } in setState() 49 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput() 50 bool setMode(std::string value) override { return set(value, &mMode); } in setMode() 51 bool setSequencer(std::string value) override { return set(value, &mSequencer); } in setSequencer() 52 bool setScale(uint8_t value) override { return set(value, &mScale); } in setScale() 53 bool setCtrlLoop(bool value) override { return set(value, &mCtrlLoop); } in setCtrlLoop() [all …]
|
| /device/google/barbet/vibrator/drv2624/ |
| D | Hardware.h | 38 bool setAutocal(std::string value) override { return set(value, &mAutocal); } in setAutocal() 39 bool setOlLraPeriod(uint32_t value) override { return set(value, &mOlLraPeriod); } in setOlLraPeriod() 40 bool setActivate(bool value) override { return set(value, &mActivate); } in setActivate() 41 bool setDuration(uint32_t value) override { return set(value, &mDuration); } in setDuration() 42 bool setState(bool value) override { return set(value, &mState); } in setState() 44 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput() 45 bool setMode(std::string value) override { return set(value, &mMode); } in setMode() 46 bool setSequencer(std::string value) override { return set(value, &mSequencer); } in setSequencer() 47 bool setScale(uint8_t value) override { return set(value, &mScale); } in setScale() 48 bool setCtrlLoop(bool value) override { return set(value, &mCtrlLoop); } in setCtrlLoop() [all …]
|
| /device/google/bramble/vibrator/drv2624/ |
| D | Hardware.h | 38 bool setAutocal(std::string value) override { return set(value, &mAutocal); } in setAutocal() 39 bool setOlLraPeriod(uint32_t value) override { return set(value, &mOlLraPeriod); } in setOlLraPeriod() 40 bool setActivate(bool value) override { return set(value, &mActivate); } in setActivate() 41 bool setDuration(uint32_t value) override { return set(value, &mDuration); } in setDuration() 42 bool setState(bool value) override { return set(value, &mState); } in setState() 44 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput() 45 bool setMode(std::string value) override { return set(value, &mMode); } in setMode() 46 bool setSequencer(std::string value) override { return set(value, &mSequencer); } in setSequencer() 47 bool setScale(uint8_t value) override { return set(value, &mScale); } in setScale() 48 bool setCtrlLoop(bool value) override { return set(value, &mCtrlLoop); } in setCtrlLoop() [all …]
|
| /device/google/felix/vibrator/cs40l26/ |
| D | Hardware.h | 87 bool setF0(std::string value) override { return set(value, &mF0); } in setF0() 88 bool setF0Offset(uint32_t value) override { return set(value, &mF0Offset); } in setF0Offset() 89 bool setRedc(std::string value) override { return set(value, &mRedc); } in setRedc() 90 bool setQ(std::string value) override { return set(value, &mQ); } in setQ() 91 bool getEffectCount(uint32_t *value) override { return get(value, &mEffectCount); } in getEffectCount() 92 bool pollVibeState(uint32_t value, int32_t timeoutMs) override { in pollVibeState() 96 bool getOwtFreeSpace(uint32_t *value) override { return get(value, &mOwtFreeSpace); } in getOwtFreeSpace() 97 bool setF0CompEnable(bool value) override { return set(value, &mF0CompEnable); } in setF0CompEnable() 98 bool setRedcCompEnable(bool value) override { return set(value, &mRedcCompEnable); } in setRedcCompEnable() 99 bool setMinOnOffInterval(uint32_t value) override { return set(value, &mMinOnOffInterval); } in setMinOnOffInterval() [all …]
|
| /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
| D | core_cmInstr.h | 129 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16() 144 __attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value) in __REVSH() 171 #define __BKPT(value) __breakpoint(value) argument 225 #define __STREXB(value, ptr) __strex(value, ptr) argument 237 #define __STREXH(value, ptr) __strex(value, ptr) argument 249 #define __STREXW(value, ptr) __strex(value, ptr) argument 300 __attribute__((section(".rrx_text"))) __STATIC_INLINE __ASM uint32_t __RRX(uint32_t value) in __RRX() 345 #define __STRBT(value, ptr) __strt(value, ptr) argument 355 #define __STRHT(value, ptr) __strt(value, ptr) argument 365 #define __STRT(value, ptr) __strt(value, ptr) argument [all …]
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/files/ |
| D | Stream.cpp | 23 void Stream::putByte(uint8_t value) { in putByte() 28 uint8_t value[1] = { 0 }; in getByte() local 33 void Stream::putBe16(uint16_t value) { in putBe16() 44 void Stream::putBe32(uint32_t value) { in putBe32() 62 void Stream::putBe64(uint64_t value) { in putBe64() 199 uint16_t value; in toBe16() local 206 uint32_t value; in toBe32() local 217 uint64_t value; in toBe64() local 236 uint16_t value = ((uint16_t)b[0] << 8) | (uint16_t)b[1]; in fromBe16() local 243 uint32_t value = in fromBe32() local [all …]
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ |
| D | string_cast.inl | 36 GLM_FUNC_QUALIFIER static char const * value() {return "%d";}; function 42 GLM_FUNC_QUALIFIER static char const * value() {return "%f";}; function 49 GLM_FUNC_QUALIFIER static char const * value() {return "%lld";}; function 55 GLM_FUNC_QUALIFIER static char const * value() {return "%lld";}; function 65 GLM_FUNC_QUALIFIER static char const * value() {return "";}; function 71 GLM_FUNC_QUALIFIER static char const * value() {return "d";}; function 77 GLM_FUNC_QUALIFIER static char const * value() {return "b";}; function 83 GLM_FUNC_QUALIFIER static char const * value() {return "u8";}; function 89 GLM_FUNC_QUALIFIER static char const * value() {return "i8";}; function 95 GLM_FUNC_QUALIFIER static char const * value() {return "u16";}; function [all …]
|
| /device/generic/vulkan-cereal/fake-android-guest/log/ |
| D | log_event_list.h | 241 bool AppendInt(int32_t value) { in AppendInt() 247 bool AppendLong(int64_t value) { in AppendLong() 253 bool AppendString(const char* value) { in AppendString() 259 bool AppendString(const char* value, size_t len) { in AppendString() 266 bool AppendString(const std::string& value) { in AppendString() 273 bool Append(const std::string& value) { in Append() 281 bool AppendFloat(float value) { in AppendFloat() 288 bool Append(Tvalue value) { in Append() 293 bool Append(const char* value, size_t len) { in Append()
|
| /device/generic/vulkan-cereal/fake-android-guest/utils/ |
| D | TypeHelpers.h | 35 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; enumerator 36 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; enumerator 37 template <typename T> struct trait_trivial_copy { enum { value = false }; }; enumerator 38 template <typename T> struct trait_trivial_move { enum { value = false }; }; enumerator 39 template <typename T> struct trait_pointer { enum { value = false }; }; enumerator
|
| /device/google/trout/hal/dumpstate/aidl/1.0/config/ |
| D | dumpstate_hal_configuration_V1_0.cpp | 65 DumpstateHalConfiguration value = DumpstateHalConfiguration::read(child); in readBuffer() local 82 DumpstateHalConfiguration value = DumpstateHalConfiguration::read(child); in readFile() local 112 std::string& value = raw; in read() local 118 std::string& value = raw; in read() local 147 Service value = Service::read(child); in read() local 177 Service value = Service::read(child); in read() local 233 float value = std::stof(raw); in read() local 240 Services value = Services::read(child); in read() local 243 SystemLogs value = SystemLogs::read(child); in read() local
|
| /device/linaro/dragonboard/qcom/pd-mapper/ |
| D | json.c | 72 static int json_parse_string(struct json_value *value) in json_parse_string() 97 static int json_parse_number(struct json_value *value) in json_parse_number() 117 static int json_parse_keyword(struct json_value *value) in json_parse_keyword() 150 static int json_parse_value(struct json_value *value) in json_parse_value() 186 struct json_value *value; in json_parse_array() local 229 struct json_value *value; in json_parse_object() local 268 static int json_parse_property(struct json_value *value) in json_parse_property() 428 void json_free(struct json_value *value) in json_free()
|
| /device/linaro/dragonboard/qcom/qrtr/src/ |
| D | hash.c | 17 unsigned int hash_string(const char *value) in hash_string() 22 unsigned int hash_u32(uint32_t value) in hash_u32() 27 unsigned int hash_u64(uint64_t value) in hash_u64() 32 unsigned int hash_pointer(void *value) in hash_pointer()
|
| /device/google/felix/vibrator/common/ |
| D | HardwareBase.h | 49 Record(const char *func, const T &value, const std::ios *stream) in Record() 97 bool HwApiBase::get(T *value, std::istream *stream) { in get() 112 bool HwApiBase::set(const T &value, std::ostream *stream) { in set() 127 bool HwApiBase::poll(const T &value, std::istream *stream, const int32_t timeoutMs) { in poll() 162 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record() 202 bool HwCalBase::getPersist(const char *key, T *value) { in getPersist()
|
| D | utils.h | 65 inline auto toUnderlying(const T value) { in toUnderlying() 70 inline Enable_If_Iterable<T, true> unpack(std::istream &stream, T *value) { in unpack() 77 inline Enable_If_Iterable<T, false> unpack(std::istream &stream, T *value) { in unpack() 91 std::string value = ::android::base::GetProperty(key, ""); in getProperty() local
|
| /device/google/sunfish/vibrator/common/ |
| D | HardwareBase.h | 51 Record(const char *func, const T &value, const std::ios *stream) in Record() 105 bool HwApiBase::get(T *value, std::istream *stream) { in get() 119 bool HwApiBase::set(const T &value, std::ostream *stream) { in set() 133 bool HwApiBase::poll(const T &value, std::istream *stream) { in poll() 158 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record() 198 bool HwCalBase::getPersist(const char *key, T *value) { in getPersist()
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | flag_parser_test.cpp | 42 std::string value; in TEST() local 92 std::string value = "somedefault"; in TEST() local 105 std::string value; in TEST() local 123 std::string value; in TEST() local 136 std::int32_t value = 0; in TEST() local 149 int value = 5; in TEST() local 162 bool value = false; in TEST() local 199 bool value = true; in TEST() local 232 std::string value; in TEST() local 239 int value; in TEST() local
|
| /device/google/barbet/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 265 int8_t value = std::rand(); in TEST_P() local 276 int8_t value = std::rand(); in TEST_P() local 298 uint8_t value = std::rand(); in TEST_P() local 309 uint8_t value = std::rand(); in TEST_P() local 330 uint32_t value = std::rand(); in TEST_P() local 341 uint32_t value = std::rand(); in TEST_P() local 367 std::string value = TemporaryFile().path; in TEST_P() local [all …]
|
| /device/google/bramble/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 265 int8_t value = std::rand(); in TEST_P() local 276 int8_t value = std::rand(); in TEST_P() local 298 uint8_t value = std::rand(); in TEST_P() local 309 uint8_t value = std::rand(); in TEST_P() local 330 uint32_t value = std::rand(); in TEST_P() local 341 uint32_t value = std::rand(); in TEST_P() local 367 std::string value = TemporaryFile().path; in TEST_P() local [all …]
|
| /device/google/redfin/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 265 int8_t value = std::rand(); in TEST_P() local 276 int8_t value = std::rand(); in TEST_P() local 298 uint8_t value = std::rand(); in TEST_P() local 309 uint8_t value = std::rand(); in TEST_P() local 330 uint32_t value = std::rand(); in TEST_P() local 341 uint32_t value = std::rand(); in TEST_P() local 367 std::string value = TemporaryFile().path; in TEST_P() local [all …]
|
| /device/google/sunfish/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 91 void expectContent(const std::string &name, const T &value) { in expectContent() 97 void updateContent(const std::string &name, const T &value) { in updateContent() 102 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 266 int8_t value = std::rand(); in TEST_P() local 277 int8_t value = std::rand(); in TEST_P() local 299 uint8_t value = std::rand(); in TEST_P() local 310 uint8_t value = std::rand(); in TEST_P() local 331 uint32_t value = std::rand(); in TEST_P() local 342 uint32_t value = std::rand(); in TEST_P() local 368 std::string value = TemporaryFile().path; in TEST_P() local [all …]
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ |
| D | precision.hpp | 40 static const bool value = false; member 47 static const bool value = true; member 53 static const bool value = true; member 59 static const bool value = true; member
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | Properties.cpp | 33 int get(const char* key, char* value, const char* default_value) { in get() 44 int set(const char *key, const char *value) { in set() 72 EXPORT int property_get(const char* key, char* value, const char* default_value) { in property_get() 76 EXPORT int property_set(const char *key, const char *value) { in property_set()
|