| /system/bt/btcore/test/ |
| D | counter_test.cpp | 33 uint64_t val; member 37 static bool counter_iter(const char *name, counter_data_t val, void *context) { in counter_iter() 47 static bool find_val(const char *name, uint64_t *val) { in find_val() 72 uint64_t val; in TEST_F() local 78 uint64_t val; in TEST_F() local 95 uint64_t val; in TEST_F() local
|
| D | device_class_test.cpp | 89 uint32_t *val = (uint32_t *)&dc; in TEST_F() local 106 uint32_t *val = (uint32_t *)&dc; in TEST_F() local 123 uint32_t *val = (uint32_t *)&dc; in TEST_F() local
|
| /system/keymaster/include/keymaster/ |
| D | authorization_set.h | 178 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() 186 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() 195 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue() 205 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() 214 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() 224 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() 233 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue() 243 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() 253 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T* val) const { in GetTagValue() 265 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const { in GetTagValue() [all …]
|
| D | serializable.h | 81 uint32_t val = static_cast<uint32_t>(value); in append_uint32_to_buf() local 148 uint32_t val; in copy_uint32_from_buf() local
|
| /system/extras/tests/sdcard/ |
| D | testcase.h | 61 void setNproc(size_t val) { mNproc = val; } in setNproc() 64 void setDataSize(size_t val) { mDataSize = val; } in setDataSize() 67 void setChunkSize(size_t val) { mChunkSize = val; } in setChunkSize() 70 void setTreeDepth(size_t val) { mTreeDepth = val; } in setTreeDepth() 73 void setNewFairSleepers(bool val) { in setNewFairSleepers() 79 void setNormalizedSleepers(bool val) { in setNormalizedSleepers()
|
| /system/keymaster/ |
| D | authorization_set_test.cpp | 251 uint32_t val; in read_uint32() local 257 uint32_t val; in add_to_uint32() local 429 uint32_t val; in TEST() local 449 uint64_t val; in TEST() local 471 uint64_t val; in TEST() local 491 keymaster_algorithm_t val; in TEST() local 510 keymaster_purpose_t val; in TEST() local 531 uint64_t val; in TEST() local 549 keymaster_blob_t val; in TEST() local
|
| D | android_keymaster_test_utils.h | 56 KeymasterEnum val) { in contains() 63 KeymasterEnum val) { in contains() 72 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT, Tag> tag, uint32_t val) { in contains() 78 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() 87 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) { in contains() 93 bool contains(const AuthorizationSet& set, TypedTag<KM_BYTES, Tag> tag, const std::string& val) { in contains() 101 bool contains(const AuthorizationSet& set, TypedTag<KM_BIGNUM, Tag> tag, const std::string& val) { in contains()
|
| D | List.h | 50 explicit _Node(const T& val) : mVal(val) {} in _Node() 56 inline void setVal(const T& val) { mVal = val; } in setVal() 207 void push_front(const T& val) { insert(begin(), val); } in push_front() 208 void push_back(const T& val) { insert(end(), val); } in push_back() 211 iterator insert(iterator posn, const T& val) in insert()
|
| /system/core/include/sysutils/ |
| D | List.h | 51 explicit _Node(const T& val) : mVal(val) {} in _Node() 57 inline void setVal(const T& val) { mVal = val; } in setVal() 208 void push_front(const T& val) { insert(begin(), val); } in push_front() 209 void push_back(const T& val) { insert(end(), val); } in push_back() 212 iterator insert(iterator posn, const T& val) in insert()
|
| /system/netd/server/ |
| D | List.h | 51 explicit _Node(const T& val) : mVal(val) {} in _Node() 57 inline void setVal(const T& val) { mVal = val; } in setVal() 208 void push_front(const T& val) { insert(begin(), val); } in push_front() 209 void push_back(const T& val) { insert(end(), val); } in push_back() 212 iterator insert(iterator posn, const T& val) in insert()
|
| /system/core/include/utils/ |
| D | List.h | 50 explicit _Node(const T& val) : mVal(val) {} in _Node() 56 inline void setVal(const T& val) { mVal = val; } in setVal() 207 void push_front(const T& val) { insert(begin(), val); } in push_front() 208 void push_back(const T& val) { insert(end(), val); } in push_back() 211 iterator insert(iterator posn, const T& val) in insert()
|
| /system/core/libcutils/tests/ |
| D | PropertiesTest.cpp | 182 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/false); in TEST_F() local 192 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/true); in TEST_F() local 207 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/true); in TEST_F() local 257 int64_t val = property_get_int64(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F() local 304 int32_t val = property_get_int32(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F() local
|
| /system/bt/osi/test/ |
| D | atomic_test.cpp | 75 int32_t val = atomic_inc_prefix_s32(&data); in TEST() local 104 uint32_t val = atomic_inc_prefix_u32(&data); in TEST() local 200 int64_t val = atomic_inc_prefix_s64(&data); in TEST() local 253 uint64_t val = atomic_add_u64(&data, 0xffff); in TEST() local
|
| D | hash_map_test.cpp | 76 char *val = (char *)hash_map_get(hash_map, data[i].key); in TEST_F() local 108 char *val = (char *)hash_map_get(hash_map, data[i].key); in TEST_F() local 144 char *val = (char *)hash_map_get(hash_map, data[i].key); in TEST_F() local
|
| /system/core/toolbox/upstream-netbsd/lib/libc/stdlib/ |
| D | strsuftoll.c | 134 __strsuftollx(const char *desc, const char *val, in __strsuftollx() 244 strsuftollx(const char *desc, const char *val, in strsuftollx()
|
| /system/core/libsync/ |
| D | sync_test.c | 94 unsigned val = i + j * 3 + 1; in main() local 142 void *val; in main() local
|
| /system/extras/tests/lib/testUtil/ |
| D | testUtil.c | 47 double ts2double(const struct timespec *val) in ts2double() 58 double tv2double(const struct timeval *val) in tv2double() 184 uint32_t val; in testRand() local 211 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod() local
|
| /system/bt/btcore/src/ |
| D | counter.c | 42 atomic_s64_t val; member 47 counter_t *val; member 154 void counter_set(const char *name, counter_data_t val) { in counter_set() 161 void counter_add(const char *name, counter_data_t val) { in counter_add() 316 static bool monitor_counter_iter_cb(const char *name, counter_data_t val, void *context) { in monitor_counter_iter_cb()
|
| D | device_class.c | 107 void device_class_set_major_device(bt_device_class_t *dc, int val) { in device_class_set_major_device() 117 void device_class_set_minor_device(bt_device_class_t *dc, int val) { in device_class_set_minor_device()
|
| /system/core/libutils/ |
| D | LinearTransform.cpp | 30 uint64_t val, in scale_u64_to_u64() 113 int64_t val, in linear_transform_s64_to_s64()
|
| /system/core/include/cutils/ |
| D | sockets.h | 53 const char* val = getenv(key); in android_get_control_socket() local
|
| /system/core/liblog/ |
| D | log_event_write.c | 26 static inline void copy4LE(uint8_t *buf, size_t pos, int val) in copy4LE()
|
| /system/core/libcutils/ |
| D | str_parms.c | 269 int str_parms_get_str(struct str_parms *str_parms, const char *key, char *val, in str_parms_get_str() 281 int str_parms_get_int(struct str_parms *str_parms, const char *key, int *val) in str_parms_get_int() 298 float *val) in str_parms_get_float()
|
| /system/core/healthd/ |
| D | BatteryPropertiesRegistrar.cpp | 75 status_t BatteryPropertiesRegistrar::getProperty(int id, struct BatteryProperty *val) { in getProperty()
|
| D | BatteryMonitor.cpp | 48 int val; member 323 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty()
|