/system/update_engine/update_manager/ |
D | boxed_value.cc | 48 const string* val = reinterpret_cast<const string*>(value); in ValuePrinter() local 54 const int* val = reinterpret_cast<const int*>(value); in ValuePrinter() local 60 const unsigned int* val = reinterpret_cast<const unsigned int*>(value); in ValuePrinter() local 66 const int64_t* val = reinterpret_cast<const int64_t*>(value); in ValuePrinter() local 72 const uint64_t* val = reinterpret_cast<const uint64_t*>(value); in ValuePrinter() local 78 const bool* val = reinterpret_cast<const bool*>(value); in ValuePrinter() local 84 const double* val = reinterpret_cast<const double*>(value); in ValuePrinter() local 90 const base::Time* val = reinterpret_cast<const base::Time*>(value); in ValuePrinter() local 96 const base::TimeDelta* val = reinterpret_cast<const base::TimeDelta*>(value); in ValuePrinter() local 102 const ConnectionType* val = reinterpret_cast<const ConnectionType*>(value); in ValuePrinter() local [all …]
|
/system/incremental_delivery/incfs/tests/ |
D | hardening_benchmark.cpp | 43 int val = 0; in TestEmpty() local 54 int val; in TestSignal() local 64 int val = 0; in TestRead() local 77 int val = 0; in TestMapPtrRaw() local 91 int val = 0; in TestMapPtr() local 101 int val = 0; in TestAccess() local 111 int val = 0; in TestAccessFast() local 123 int val = 0; in TestAccessVal() local 133 int val = 0; in TestAccessNested() local 145 int val = 0; in TestAccessDoubleNested() local [all …]
|
/system/core/libutils/ |
D | String8_fuzz.cpp | 134 int val = dataProvider->ConsumeIntegral<int>(); in fuzzFormat() local 148 uint val = dataProvider->ConsumeIntegral<uint>(); in fuzzFormat() local 166 float val = dataProvider->ConsumeFloatingPoint<float>(); in fuzzFormat() local 176 char val = dataProvider->ConsumeIntegral<char>(); in fuzzFormat() local 186 std::string val = dataProvider->ConsumeRandomLengthString(MAX_STRING_BYTES); in fuzzFormat() local 195 uintptr_t val = dataProvider->ConsumeIntegral<uintptr_t>(); in fuzzFormat() local
|
/system/bt/gd/os/linux_generic/ |
D | handler.cc | 65 uint64_t val = 1; in Post() local 79 uint64_t val; in Clear() local 96 uint64_t val = 0; in handle_next_event() local
|
D | reactive_semaphore.cc | 43 uint64_t val = 0; in Decrease() local 49 uint64_t val = 1; in Increase() local
|
D | handler_unittest.cc | 53 int val = 0; in TEST_F() local 57 [](int* val, std::promise<void> closure_ran) { in TEST_F() 70 int val = 0; in TEST_F() local 76 [](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 | 240 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() 248 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() 255 template <keymaster_tag_t Tag> bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains() 264 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue() 274 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() 283 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() 293 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() 302 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue() 312 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() 322 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T* val) const { in GetTagValue() [all …]
|
D | List.h | 48 explicit _Node(const T& val) : mVal(val) {} in _Node() 54 inline void setVal(const T& val) { mVal = val; } in setVal() 186 void push_front(const T& val) { insert(begin(), val); } in push_front() 187 void push_back(const T& val) { insert(end(), val); } in push_back() 190 iterator insert(iterator posn, const T& val) { in insert()
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.h | 58 KeymasterEnum val) { in contains() 65 KeymasterEnum val) { in contains() 73 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT, Tag> tag, uint32_t val) { in contains() 79 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() 100 bool contains(const AuthorizationSet& set, TypedTag<KM_BIGNUM, Tag> tag, const std::string& val) { in contains()
|
/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/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 __anond5606f800702() 187 const auto val = std::find( in TEST_F() local
|
/system/media/audio_utils/ |
D | Metadata.cpp | 84 int32_t *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<int32_t>(key)); in audio_metadata_get_int32() local 96 int64_t *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<int64_t>(key)); in audio_metadata_get_int64() local 108 float *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<float>(key)); in audio_metadata_get_float() local 120 double *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<double>(key)); in audio_metadata_get_double() local
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | Enum.h | 18 [[nodiscard]] static inline std::string toString(Enum val) { in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
D | Enum.h | 21 [[nodiscard]] static inline std::string toString(Enum val) { in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/ |
D | Enum.h | 21 [[nodiscard]] static inline std::string toString(Enum val) { in toString()
|
/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/core/init/ |
D | first_stage_console.cpp | 111 int val = 0; in FirstStageConsole() local 123 int val = 0; in FirstStageConsole() local
|
/system/linkerconfig/contents/context/ |
D | context.cc | 97 auto val = modules::Variables::GetValue(name); in Var() local 106 auto val = modules::Variables::GetValue(name); in Var() local
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | IntEnum.h | 20 [[nodiscard]] static inline std::string toString(IntEnum val) { in toString()
|