Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 128) sorted by relevance

123456

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cmInstr.h129 __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/
Dhash.c17 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/
Djson.c72 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()
Dassoc.c39 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/
Ddumpstate_hal_configuration_V1_0.cpp65 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/
Dflag_parser_test.cpp48 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 …]
Dflag_parser.cpp139 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/
Dcommand_parser.cpp71 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/
Dmain.cpp83 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/
DPacket.java28 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/
DJSONObject.cpp458 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/
DLruCache.h37 void set(const Key& key, Value&& value) { in set()
74 Value value; member
DDisplayConfig.cpp25 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/
Doverride_bool_arg.cpp69 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/
DMdnsPacketParser.java208 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/
Dutil.cpp48 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/
Devent_buffer.cpp30 void EventBuffer::AddEvent(uint16_t type, uint16_t code, int32_t value) { in AddEvent()
Devent_buffer.h42 Le32 value; member
/device/generic/goldfish/hals/camera/
Dexif.cpp77 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/
DDefaultVehicleHalServer.cpp79 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()
DGrpcVehicleServer.cpp183 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/
DEicCbor.c149 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/
Dcalibrationfile.cpp88 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/
Dinstance_nums.cpp33 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/
Dnetlink_request.h50 void AddInt(uint16_t type, T value) { in AddInt()

123456