Home
last modified time | relevance | path

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

12

/system/timezone/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()
/system/tools/hidl/
DAnnotation.cpp71 std::vector<std::string>* values) in StringAnnotationParam()
84 const std::string& name, std::vector<ConstantExpression*>* values) in ConstantExpressionAnnotationParam()
163 const std::vector<std::string>& values = param->getValues(); in dump() local
/system/timezone/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/bt/types/
Dclass_of_device.cc52 uint16_t values[3]; in FromString() local
/system/bt/vendor_libs/test_vendor_lib/types/
Dclass_of_device.cc49 uint16_t values[3]; in FromString() local
/system/core/toolbox/
Dgenerate-input.h-labels.py76 def Dump(struct_name, values): argument
/system/bt/gd/common/
Dclass_of_device.cc53 uint16_t values[3]; in FromString() local
/system/core/libunwindstack/include/unwindstack/
DDwarfLocation.h40 uint64_t values[2]; member
/system/core/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/extras/libperfmgr/
DNode.cc92 std::vector<std::string> values; in GetValues() local
/system/extras/libperfmgr/tools/
DConfigVerifier.cc48 std::vector<std::string> values = node->GetValues(); in VerifyNodes() local
/system/sepolicy/tests/
Dsepolicy_tests.py51 def take_action(self, action, dest, opt, value, values, parser): argument
/system/extras/perfprofd/
Dconfigreader.cc47 struct values { struct
48 unsigned minv;
49 unsigned maxv;
/system/core/libunwindstack/
DRegsMips.cpp162 uint64_t values[MIPS_REG_LAST]; in StepIfSignalHandler() local
/system/core/mkbootimg/
Dmkbootimg.py130 def __call__(self, parser, namespace, values, option_string=None): argument
/system/update_engine/scripts/update_payload/
Dtest_utils.py158 def _AddValuesToRepeatedField(repeated_field, values, write_func): argument
166 def _AddExtents(extents_field, values): argument
/system/core/deprecated-adf/libadfhwc/
Dadfhwc.cpp146 uint32_t config, const uint32_t *attributes, int32_t *values) in adf_getDisplayAttributes()
197 uint32_t config, const uint32_t *attributes, int32_t *values) in adf_getDisplayAttributes_hwc2()
/system/bt/service/
Davrcp_target.cc157 const std::string& str_addr, const std::vector<AvrcpIntValue>& values) { in GetPlayerAppValueResponse()
191 const std::string& str_addr, const std::vector<AvrcpStringValue>& values) { in GetPlayerAppValueTextResponse()
319 std::vector<AvrcpIntValue> values; in SetPlayerAppValueCallback() local
/system/nfc/utils/
Dconfig.cc29 vector<string> values = Split(in, ":"); in parseBytesString() local
/system/tools/sysprop/
DJavaGen.cpp330 std::vector<std::string> values = in GenerateJavaClass() local
/system/keymaster/tests/
Dandroid_keymaster_test_utils.h303 bool ResponseContains(const std::vector<T>& expected, const T* values, size_t len) { in ResponseContains()
308 template <typename T> bool ResponseContains(T expected, const T* values, size_t len) { in ResponseContains()
/system/extras/libperfmgr/tests/
DPropertyNodeTest.cc97 std::vector values = t.GetValues(); in TEST() local

12