Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 53) sorted by relevance

123

/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DUtilsTest.java132 private static <X> List<X> list(X... values) { in list()
136 private static <X> Set<X> set(X... values) { in set()
DBackwardFileTest.java141 private static <T> Set<T> set(T... values) { in set()
/system/iorap/src/common/
Dcmd_utils.h90 const std::vector<T>& values) { in AppendArgsRepeatedly()
102 const std::vector<T>& values) { in AppendArgsRepeatedly()
115 const std::vector<T2>& values) { in AppendNamedArgRepeatedly()
/system/tools/hidl/
DAnnotation.cpp60 std::vector<std::string>* values) in StringAnnotationParam()
111 const std::vector<std::string>& values = param->getValues(); in dump() local
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DSensorDatapoint.java28 public float[] values; field in SensorDatapoint
/system/bt/gd/rust/common/src/
Dinit_flags.rs22 let values: Vec<&str> = flag.split("=").collect(); localVariable
/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h94 static const Setting values[] = { in EnumValuesSetting() local
129 static const SettingState values[] = { in EnumValuesSettingState() local
181 static const ChreMessage values[] = { in EnumValuesChreMessage() local
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h117 static const Setting values[] = { in EnumValuesSetting() local
152 static const SettingState values[] = { in EnumValuesSettingState() local
204 static const ChreMessage values[] = { in EnumValuesChreMessage() local
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java90 static <X> boolean allUnique(Collection<X> values) { in allUnique()
101 static <X> Set<X> set(Collection<X> values) { in set()
/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTarget.aidl39 in BluetoothAvrcpIntValue[] values); in GetPlayerAppValueResponse()
45 in BluetoothAvrcpStringValue[] values); in GetPlayerAppValueTextResponse()
DIBluetoothAvrcpTargetCallback.aidl29 void OnGetPlayerAppValuesText(String addr, int attr_id, in int[] values); in OnGetPlayerAppValuesText()
30 void OnSetPlayerAppValue(String addr, in BluetoothAvrcpIntValue[] values); in OnSetPlayerAppValue()
/system/linkerconfig/modules/
Dconfigwriter.cc27 const std::vector<std::string>& values) { in WriteVars()
/system/bt/types/
Dclass_of_device.cc52 uint16_t values[3]; in FromString() local
/system/core/toolbox/
Dgenerate-input.h-labels.py76 def Dump(struct_name, values): argument
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfLocation.h41 uint64_t values[2]; member
/system/unwinding/libunwindstack/tests/
DMemoryFake.h57 void SetMemory(uint64_t addr, std::vector<uint8_t> values) { in SetMemory()
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc138 const std::vector<::android::bluetooth::BluetoothAvrcpIntValue>& values, in GetPlayerAppValueResponse()
166 const std::vector<::android::bluetooth::BluetoothAvrcpStringValue>& values, in GetPlayerAppValueTextResponse()
259 const std::vector<int32_t>& values) { in OnGetPlayerAppValuesText()
268 const std::vector<bluetooth::AvrcpIntValue>& values) { in OnSetPlayerAppValue()
/system/chre/apps/test/common/proto/
Dchre_cross_validation_sensor.proto87 repeated float values = 2; field
/system/bt/gd/hci/
Dclass_of_device.cc61 uint16_t values[3]; in FromString() local
/system/unwinding/libunwindstack/
DRegsMips.cpp154 uint64_t values[MIPS_REG_LAST]; in StepIfSignalHandler() local
/system/keymaster/tests/
Dandroid_keymaster_test_utils.h306 bool ResponseContains(const std::vector<T>& expected, const T* values, size_t len) { in ResponseContains()
311 template <typename T> bool ResponseContains(T expected, const T* values, size_t len) { in ResponseContains()
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp50 std::vector<const EnumValue*> values; in emitEnumAidlDefinition() local
/system/bt/gd/storage/
Dconfig_cache_helper.h126 auto values = common::StringSplit(*value, " "); in Get() local
/system/sepolicy/tests/
Dsepolicy_tests.py102 def take_action(self, action, dest, opt, value, values, parser): argument
/system/bt/test/headless/
Dget_options.cc88 std::vector<std::string> values; in Split() local

123