/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/linaro/dragonboard/shared/utils/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/linaro/dragonboard/shared/utils/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()
|
D | assoc.c | 39 static unsigned long assoc_hash(const char *value) in assoc_hash() 81 static void _assoc_set(struct assoc *assoc, const char *key, void *value) in _assoc_set() 122 void assoc_set(struct assoc *assoc, const char *key, void *value) in assoc_set() 127 const char *assoc_next(struct assoc *assoc, void **value, unsigned long *iter) in assoc_next()
|
/device/google/trout/hal/dumpstate/1.1/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/google/cuttlefish/common/libs/utils/ |
D | flag_parser_test.cpp | 48 std::string value; in TEST() local 63 std::string value; in TEST() local 113 std::string value = "somedefault"; in TEST() local 126 std::string value; in TEST() local 144 std::string value; in TEST() local 157 std::int32_t value = 0; in TEST() local 170 int value = 5; in TEST() local 183 bool value = false; in TEST() local 220 bool value = true; in TEST() local 253 std::vector<std::string> value; in TEST() local [all …]
|
D | flag_parser.cpp | 139 Result<bool> ParseBool(const std::string& value, const std::string& name) { in ParseBool() 457 Flag VerbosityFlag(android::base::LogSeverity& value) { in VerbosityFlag() 484 bool& value, in GflagsCompatBoolFlagSetter() 518 Flag HelpXmlFlag(const std::vector<Flag>& flags, std::ostream& out, bool& value, in HelpXmlFlag() 570 Flag GflagsCompatFlag(const std::string& name, std::string& value) { in GflagsCompatFlag() 580 std::optional<T> ParseInteger(const std::string& value) { in ParseInteger() 598 static Flag GflagsCompatNumericFlagGeneric(const std::string& name, T& value) { in GflagsCompatNumericFlagGeneric() 608 Flag GflagsCompatFlag(const std::string& name, int32_t& value) { in GflagsCompatFlag() 612 Flag GflagsCompatFlag(const std::string& name, bool& value) { in GflagsCompatFlag() 621 std::vector<std::string>& value) { in GflagsCompatFlag() [all …]
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | command_parser.cpp | 71 int value = GetNextInt(); in GetNextStrDeciToHex() local 111 int value = parse_int(sub, 10); in GetNextInt() local 127 int value = parse_int(sub, 16); in GetNextHexInt() local
|
/device/google/cuttlefish/host/commands/control_env_proxy_server/ |
D | main.cpp | 83 Json::Value value; in ListServices() local 109 Json::Value value; in ListMethods() local 137 Json::Value value; in ListReqResType() local 170 for (const auto& value : repeated_field) { in ToVector() local
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | Packet.java | 28 protected Packet(byte[] value, byte reqType, boolean waitForResponse) { in Packet() 59 protected Read(byte[] value, byte reqType, boolean waitForResponse) { in Read() 70 protected Write(byte[] value, byte reqType, boolean waitForResponse) { in Write()
|
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 458 void JSONValue::setInt32(int32_t value) { in setInt32() 465 void JSONValue::setFloat(float value) { in setFloat() 472 void JSONValue::setString(const AString &value) { in setString() 479 void JSONValue::setBoolean(bool value) { in setBoolean() 627 JSONValue value; in Parse() local 678 void JSONObject::setValue(const char *key, const JSONValue &value) { in setValue() 730 void JSONArray::addValue(const JSONValue &value) { in addValue()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | LruCache.h | 37 void set(const Key& key, Value&& value) { in set() 74 Value value; member
|
D | DisplayConfig.cpp | 25 inline void hashCombine(size_t& hash, const T& value) { in hashCombine() 32 void DisplayConfig::setAttribute(DisplayAttribute attribute, int32_t value) { in setAttribute()
|
/device/google/cuttlefish/host/commands/start/ |
D | override_bool_arg.cpp | 69 std::string FormatBoolString(const std::string& name_str, bool value) { in FormatBoolString() 86 BooleanFlag value = IsBoolArg(curr_arg, flag_set); in OverrideBoolArg() local
|
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsPacketParser.java | 208 String value = new String(mMdnsData, mCursorIndex, labelSize, StandardCharsets.UTF_8); in pollLabel() local 226 int value = readUint16(mCursorIndex) & 0b0011111111111111; in pollPointerOffset() local 248 int value = readUint16(mCursorIndex); in pollUint16() local
|
/device/generic/goldfish/hals/audio/ |
D | util.cpp | 48 bool checkSampleRateHz(uint32_t value, uint32_t &suggested) { in checkSampleRateHz() 61 const AudioChannelMask &value, in checkChannelMask() 79 bool checkFormat(const AudioFormat &value, AudioFormat &suggested) { in checkFormat()
|
/device/google/cuttlefish/host/libs/input_connector/ |
D | event_buffer.cpp | 30 void EventBuffer::AddEvent(uint16_t type, uint16_t code, int32_t value) { in AddEvent()
|
D | event_buffer.h | 42 Le32 value; member
|
/device/generic/goldfish/hals/camera/ |
D | exif.cpp | 77 const uint8_t value) { in appendEntryU8() 86 const uint16_t value) { in appendEntryU16() 95 const uint32_t value) { in appendEntryU32() 118 const ExifRational value = { num, dem }; in appendEntryR32() local 124 const char* value, const size_t size, in appendEntryS() 344 std::vector<char> value = {0x41, 0x53, 0x43, 0x49, 0x49, 0x00, 0x00, 0x00}; in createExifData() local
|
/device/google/trout/hal/vehicle/2.0/ |
D | DefaultVehicleHalServer.cpp | 79 for (const auto& value : values) { in sendAllValuesToClient() local 102 void DefaultVehicleHalServer::onFakeValueGenerated(const VehiclePropValue& value) { in onFakeValueGenerated() 228 StatusCode DefaultVehicleHalServer::onSetProperty(const VehiclePropValue& value, in onSetProperty()
|
D | GrpcVehicleServer.cpp | 183 void GrpcVehicleServerImpl::onPropertyValueFromCar(const VehiclePropValue& value, in onPropertyValueFromCar() 219 StatusCode GrpcVehicleServerImpl::onSetProperty(const VehiclePropValue& value, bool updateStatus) { in onSetProperty() 245 VehiclePropValue value; in SetProperty() local 274 this](const vhal_proto::WrappedVehiclePropValue& value) { in StartPropertyValuesStream()
|
/device/google/cuttlefish/guest/hals/identity/libeic/ |
D | EicCbor.c | 149 void eicCborAppendBool(EicCbor* cbor, bool value) { in eicCborAppendBool() 155 void eicCborAppendSemantic(EicCbor* cbor, uint64_t value) { in eicCborAppendSemantic() 160 void eicCborAppendUnsigned(EicCbor* cbor, uint64_t value) { in eicCborAppendUnsigned() 165 void eicCborAppendNumber(EicCbor* cbor, int64_t value) { in eicCborAppendNumber()
|
/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 88 bool CalibrationFile::SetSingleAxis(const char *key, int32_t value) { in SetSingleAxis() 93 bool CalibrationFile::SetSingleAxis(const char *key, float value) { in SetSingleAxis()
|
/device/google/cuttlefish/host/libs/config/ |
D | instance_nums.cpp | 33 int value = -1; in ParseBaseInstanceFlag() local 44 int value = -1; in ParseNumInstancesFlag() local 81 std::string value; in ParseInstanceNumsFlag() local
|
/device/google/cuttlefish/common/libs/net/ |
D | netlink_request.h | 50 void AddInt(uint16_t type, T value) { in AddInt()
|