| /system/update_engine/update_manager/ |
| D | boxed_value.cc | 47 const string* val = reinterpret_cast<const string*>(value); in ValuePrinter() local 53 const int* val = reinterpret_cast<const int*>(value); in ValuePrinter() local 63 const unsigned int* val = reinterpret_cast<const unsigned int*>(value); in ValuePrinter() local 73 const int64_t* val = reinterpret_cast<const int64_t*>(value); in ValuePrinter() local 83 const uint64_t* val = reinterpret_cast<const uint64_t*>(value); in ValuePrinter() local 93 const bool* val = reinterpret_cast<const bool*>(value); in ValuePrinter() local 99 const double* val = reinterpret_cast<const double*>(value); in ValuePrinter() local 109 const base::Time* val = reinterpret_cast<const base::Time*>(value); in ValuePrinter() local 115 const base::TimeDelta* val = reinterpret_cast<const base::TimeDelta*>(value); in ValuePrinter() local 121 const ConnectionType* val = reinterpret_cast<const ConnectionType*>(value); in ValuePrinter() local [all …]
|
| /system/bt/gd/os/linux_generic/ |
| D | handler.cc | 62 uint64_t val = 1; in Post() local 76 uint64_t val; in Clear() local 93 uint64_t val = 0; in handle_next_event() local
|
| D | reactive_semaphore.cc | 41 uint64_t val = 0; in Decrease() local 47 uint64_t val = 1; in Increase() local
|
| D | handler_unittest.cc | 52 int val = 0; in TEST_F() local 56 [](int* val, std::promise<void> closure_ran) { in TEST_F() 68 int val = 0; in TEST_F() local 74 [](int* val, std::promise<void> closure_started, std::future<void> can_continue_future) { in TEST_F()
|
| /system/netd/libnetdutils/ |
| D | Log.cpp | 116 LogEntry& LogEntry::arg(const std::string& val) { in arg() 122 LogEntry& LogEntry::arg<>(bool val) { in arg() 127 LogEntry& LogEntry::arg(const std::vector<int32_t>& val) { in arg() 132 LogEntry& LogEntry::arg(const std::vector<uint8_t>& val) { in arg() 137 LogEntry& LogEntry::arg(const std::vector<std::string>& val) { in arg()
|
| /system/keymaster/include/keymaster/ |
| D | authorization_set.h | 241 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() 249 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() 257 bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains() 266 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue() 276 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() 285 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() 295 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() 304 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue() 314 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() 324 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T* val) const { in GetTagValue() [all …]
|
| 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/iorap/src/inode2filename/ |
| D | main.cc | 220 } else if (auto val = ParseNamedArgument({"--root=", "-r"}, argstr, arg_next, /*inout*/&arg); in main() local 230 } else if (auto val = ParseNamedArgument({"--data-source=", "-ds"}, in main() local 241 } else if (auto val = ParseNamedArgument({"--output=", "-o"}, in main() local 247 } else if (auto val = ParseNamedArgument({"--process-mode=", "-pm"}, in main() local 259 else if (auto val = ParseNamedArgument({"--output-format=", "-of"}, in main() local 270 } else if (auto val = ParseNamedArgument({"--verify=", "-vy="}, in main() local 281 } else if (auto val = ParseNamedArgument({"--textcache=", "-tc"}, in main() local
|
| /system/libhwbinder/ |
| D | TextOutput.cpp | 46 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<() 65 TextOutput& operator<<(TextOutput& to, const HexDump& val) in operator <<()
|
| D | Debug.cpp | 61 static inline char makehexdigit(uint32_t val) in makehexdigit() 66 static char* appendhexnum(uint32_t val, char* out) in appendhexnum() 239 const unsigned char val = *(pos+startIndex-index); in printHexData() local 256 const unsigned char val = *(pos+startIndex-index); in printHexData() local 274 const unsigned char val = pos[index]; in printHexData() local
|
| /system/core/libutils/include/utils/ |
| D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
| /system/chre/apps/test/chqts/src/general_test/ |
| D | cell_info_base.cc | 39 uint32_t val = static_cast<uint32_t>(value); in sendFatalFailureInt32() local 44 uint32_t val = value; in sendFatalFailureUint8() local
|
| /system/keymaster/tests/ |
| 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 | authorization_set_test.cpp | 260 uint32_t val; in read_uint32() local 266 uint32_t val; in add_to_uint32() local 438 uint32_t val; in TEST() local 458 uint64_t val; in TEST() local 480 uint64_t val; in TEST() local 500 keymaster_algorithm_t val; in TEST() local 519 keymaster_purpose_t val; in TEST() local 540 uint64_t val; in TEST() local 558 keymaster_blob_t val; in TEST() local
|
| /system/core/libcutils/ |
| D | properties_test.cpp | 233 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/false); in TEST_F() local 243 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/true); in TEST_F() local 258 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/true); in TEST_F() local 308 int64_t val = property_get_int64(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F() local 355 int32_t val = property_get_int32(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F() local
|
| /system/netd/server/ |
| D | InterfaceControllerTest.cpp | 91 void expectGetProperty(const std::string& key, const std::string& val) { in expectGetProperty() 96 void expectSetProperty(const std::string& key, const std::string& val, Status status) { in expectSetProperty() 100 void expectWriteToFile(const Fd fd, const std::string& val, int err) { in expectWriteToFile() 123 [this](const std::string& key, const std::string& val) { in __anon156702240702() 187 const auto val = std::find( in TEST_F() local
|
| /system/chre/apps/wifi_offload/test/ |
| D | utility.cc | 23 void init(uint8_t &val, RandomGenerator &rand_gen) { in init() 27 void init(uint16_t &val, RandomGenerator &rand_gen) { in init() 31 void init(uint32_t &val, RandomGenerator &rand_gen) { in init() 35 void init(uint64_t &val, RandomGenerator &rand_gen) { in init()
|
| /system/core/trusty/utils/rpmb_dev/ |
| D | rpmb_protocol.h | 89 static inline struct rpmb_u16 rpmb_u16(uint16_t val) { in rpmb_u16() 97 static inline struct rpmb_u32 rpmb_u32(uint32_t val) { in rpmb_u32() 109 uint16_t val; in rpmb_get_u16() local 120 uint32_t val; in rpmb_get_u32() local
|
| /system/media/audio_utils/ |
| D | Metadata.cpp | 92 int32_t *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<int32_t>(key)); in audio_metadata_get_int32() local 104 int64_t *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<int64_t>(key)); in audio_metadata_get_int64() local 116 float *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<float>(key)); in audio_metadata_get_float() local 128 double *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<double>(key)); in audio_metadata_get_double() local
|
| /system/extras/tests/lib/testUtil/ |
| D | testUtil.c | 44 double ts2double(const struct timespec *val) in ts2double() 55 double tv2double(const struct timeval *val) in tv2double() 181 uint32_t val; in testRand() local 208 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod() local
|
| /system/tools/sysprop/stub/android/os/ |
| D | SystemProperties.java | 24 public static void set(String key, String val) { in set()
|
| /system/linkerconfig/contents/context/ |
| D | context.cc | 111 auto val = modules::Variables::GetValue(name); in Var() local 120 auto val = modules::Variables::GetValue(name); in Var() local
|
| /system/bt/osi/include/socket_utils/ |
| D | sockets.h | 41 const char* val = getenv(key); in osi_android_get_control_socket() local
|
| /system/bt/types/bluetooth/ |
| D | uuid.h | 114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
|
| /system/bt/vendor_libs/test_vendor_lib/types/bluetooth/ |
| D | uuid.h | 114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
|