/system/update_engine/update_manager/ |
D | boxed_value.cc | 41 const string* val = reinterpret_cast<const string*>(value); in ValuePrinter() local 47 const int* val = reinterpret_cast<const int*>(value); in ValuePrinter() local 53 const unsigned int* val = reinterpret_cast<const unsigned int*>(value); in ValuePrinter() local 59 const int64_t* val = reinterpret_cast<const int64_t*>(value); in ValuePrinter() local 65 const uint64_t* val = in ValuePrinter() local 72 const bool* val = reinterpret_cast<const bool*>(value); in ValuePrinter() local 78 const double* val = reinterpret_cast<const double*>(value); in ValuePrinter() local 84 const base::Time* val = reinterpret_cast<const base::Time*>(value); in ValuePrinter() local 90 const base::TimeDelta* val = reinterpret_cast<const base::TimeDelta*>(value); in ValuePrinter() local 115 const ConnectionType* val = reinterpret_cast<const ConnectionType*>(value); in ValuePrinter() local [all …]
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 221 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() 229 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() 237 bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains() 246 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue() 256 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() 265 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() 275 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() 284 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue() 294 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() 304 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T* val) const { in GetTagValue() [all …]
|
D | serializable.h | 89 uint32_t val = static_cast<uint32_t>(value); in append_uint32_to_buf() local 157 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/connectivity/shill/ |
D | connection_health_checker.h | 115 void set_num_connection_failures(int16_t val) { in set_num_connection_failures() 121 void set_num_tx_queue_polling_attempts(int16_t val) { in set_num_tx_queue_polling_attempts() 127 void set_num_congested_queue_detected(int16_t val) { in set_num_congested_queue_detected() 131 void set_num_successful_sends(int16_t val) { in set_num_successful_sends() 134 void set_old_transmit_queue_value(uint64_t val) { in set_old_transmit_queue_value()
|
/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 | 59 KeymasterEnum val) { in contains() 66 KeymasterEnum val) { in contains() 75 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT, Tag> tag, uint32_t val) { in contains() 81 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() 90 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) { in contains() 96 bool contains(const AuthorizationSet& set, TypedTag<KM_BYTES, Tag> tag, const std::string& val) { in contains() 104 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()
|
D | openssl_utils.h | 82 T* val __attribute__((unused)) = p.release(); in release_because_ownership_transferred() local
|
/system/vold/ |
D | Keymaster.h | 97 const std::string& val) { in addStringParam() 103 const std::string& val) { in addStringParam()
|
/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/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/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/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/core/libsync/ |
D | sync_test.c | 94 unsigned val = i + j * 3 + 1; in main() local 142 void *val; in main() local
|
/system/connectivity/shill/net/ |
D | byte_string.cc | 64 ByteString ByteString::CreateFromCPUUInt32(uint32_t val) { in CreateFromCPUUInt32() 69 ByteString ByteString::CreateFromNetUInt32(uint32_t val) { in CreateFromNetUInt32() 107 T val; in ConvertByteOrderAsUIntArray() local
|
D | byte_string_unittest.cc | 54 uint32_t val; in TEST_F() local 66 uint32_t val; in TEST_F() local 132 uint32_t val; in TEST_F() local 216 unsigned char val = kTest1[i] ^ 0xff; in TEST_F() 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/osi/include/socket_utils/ |
D | sockets.h | 45 const char *val = getenv(key); in osi_android_get_control_socket() local
|
/system/extras/alloc-stress/ |
D | alloc-stress.cpp | 66 bool val = true; in signal() local 71 bool val = false; in wait() local 76 bool val = false; in wait_ret_error() local
|
/system/core/libutils/ |
D | LinearTransform.cpp | 43 uint64_t val, in scale_u64_to_u64() 128 int64_t val, in linear_transform_s64_to_s64()
|
/system/bt/osi/test/ |
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/extras/tests/workloads/ |
D | powerave.py | 33 val = float(line.split(" ")[1]) # xxx take 2nd arg in line variable
|
/system/bt/btcore/test/ |
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/core/include/cutils/ |
D | sockets.h | 63 const char* val = getenv(key); in android_get_control_socket() local
|