/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | UtilsTest.java | 132 private static <X> List<X> list(X... values) { in list() 136 private static <X> Set<X> set(X... values) { in set()
|
/system/tools/hidl/ |
D | Annotation.cpp | 71 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/ |
D | Utils.java | 90 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/ |
D | IBluetoothAvrcpTarget.aidl | 39 in BluetoothAvrcpIntValue[] values); in GetPlayerAppValueResponse() 45 in BluetoothAvrcpStringValue[] values); in GetPlayerAppValueTextResponse()
|
D | IBluetoothAvrcpTargetCallback.aidl | 29 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/ |
D | class_of_device.cc | 52 uint16_t values[3]; in FromString() local
|
/system/bt/vendor_libs/test_vendor_lib/types/ |
D | class_of_device.cc | 49 uint16_t values[3]; in FromString() local
|
/system/core/toolbox/ |
D | generate-input.h-labels.py | 76 def Dump(struct_name, values): argument
|
/system/bt/gd/common/ |
D | class_of_device.cc | 53 uint16_t values[3]; in FromString() local
|
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfLocation.h | 40 uint64_t values[2]; member
|
/system/core/libunwindstack/tests/ |
D | MemoryFake.h | 57 void SetMemory(uint64_t addr, std::vector<uint8_t> values) { in SetMemory()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_target_binder_server.cc | 138 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/ |
D | Node.cc | 92 std::vector<std::string> values; in GetValues() local
|
/system/extras/libperfmgr/tools/ |
D | ConfigVerifier.cc | 48 std::vector<std::string> values = node->GetValues(); in VerifyNodes() local
|
/system/sepolicy/tests/ |
D | sepolicy_tests.py | 51 def take_action(self, action, dest, opt, value, values, parser): argument
|
/system/extras/perfprofd/ |
D | configreader.cc | 47 struct values { struct 48 unsigned minv; 49 unsigned maxv;
|
/system/core/libunwindstack/ |
D | RegsMips.cpp | 162 uint64_t values[MIPS_REG_LAST]; in StepIfSignalHandler() local
|
/system/core/mkbootimg/ |
D | mkbootimg.py | 130 def __call__(self, parser, namespace, values, option_string=None): argument
|
/system/update_engine/scripts/update_payload/ |
D | test_utils.py | 158 def _AddValuesToRepeatedField(repeated_field, values, write_func): argument 166 def _AddExtents(extents_field, values): argument
|
/system/core/deprecated-adf/libadfhwc/ |
D | adfhwc.cpp | 146 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/ |
D | avrcp_target.cc | 157 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/ |
D | config.cc | 29 vector<string> values = Split(in, ":"); in parseBytesString() local
|
/system/tools/sysprop/ |
D | JavaGen.cpp | 330 std::vector<std::string> values = in GenerateJavaClass() local
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.h | 303 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/ |
D | PropertyNodeTest.cc | 97 std::vector values = t.GetValues(); in TEST() local
|