Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 141) sorted by relevance

123456

/system/update_engine/update_manager/
Dboxed_value.cc47 const string* val = reinterpret_cast<const string*>(value); in ValuePrinter() local
53 const int* val = reinterpret_cast<const int*>(value); in ValuePrinter() local
59 const unsigned int* val = reinterpret_cast<const unsigned int*>(value); in ValuePrinter() local
65 const int64_t* val = reinterpret_cast<const int64_t*>(value); in ValuePrinter() local
71 const uint64_t* val = reinterpret_cast<const uint64_t*>(value); in ValuePrinter() local
77 const bool* val = reinterpret_cast<const bool*>(value); in ValuePrinter() local
83 const double* val = reinterpret_cast<const double*>(value); in ValuePrinter() local
89 const base::Time* val = reinterpret_cast<const base::Time*>(value); in ValuePrinter() local
95 const base::TimeDelta* val = reinterpret_cast<const base::TimeDelta*>(value); in ValuePrinter() local
101 const ConnectionType* val = reinterpret_cast<const ConnectionType*>(value); in ValuePrinter() local
[all …]
/system/bt/gd/os/linux_generic/
Dhandler.cc65 uint64_t val = 1; in Post() local
79 uint64_t val; in Clear() local
96 uint64_t val = 0; in handle_next_event() local
Dreactive_semaphore.cc42 uint64_t val = 0; in Decrease() local
48 uint64_t val = 1; in Increase() local
Dhandler_unittest.cc53 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/
DLog.cpp116 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/
Dauthorization_set.h244 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains()
252 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains()
260 bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains()
269 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue()
279 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue()
288 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue()
298 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue()
307 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue()
317 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue()
327 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T* val) const { in GetTagValue()
[all …]
DList.h50 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/chre/apps/chqts/src/general_test/
Dcell_info_base.cc32 uint32_t val = static_cast<uint32_t>(value); in sendFatalFailureInt32() local
37 uint32_t val = value; in sendFatalFailureUint8() local
/system/libhwbinder/
DTextOutput.cpp46 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
65 TextOutput& operator<<(TextOutput& to, const HexDump& val) in operator <<()
DDebug.cpp61 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
DParcel.cpp504 status_t Parcel::writeInt8(int8_t val) in writeInt8()
509 status_t Parcel::writeUint8(uint8_t val) in writeUint8()
514 status_t Parcel::writeInt16(int16_t val) in writeInt16()
519 status_t Parcel::writeUint16(uint16_t val) in writeUint16()
524 status_t Parcel::writeInt32(int32_t val) in writeInt32()
529 status_t Parcel::writeUint32(uint32_t val) in writeUint32()
534 status_t Parcel::writeBool(bool val) in writeBool()
538 status_t Parcel::writeInt64(int64_t val) in writeInt64()
543 status_t Parcel::writeUint64(uint64_t val) in writeUint64()
548 status_t Parcel::writePointer(uintptr_t val) in writePointer()
[all …]
/system/core/libutils/include/utils/
DList.h52 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/keymaster/tests/
Dandroid_keymaster_test_utils.h59 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()
Dauthorization_set_test.cpp260 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/netd/server/
DInterfaceControllerTest.cpp91 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 __anonc8aa56590702()
187 const auto val = std::find( in TEST_F() local
/system/core/trusty/utils/rpmb_dev/
Drpmb_protocol.h89 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/chre/apps/wifi_offload/test/
Dutility.cc23 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/extras/tests/lib/testUtil/
DtestUtil.c44 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/
DSystemProperties.java24 public static void set(String key, String val) { in set()
/system/linkerconfig/contents/context/
Dcontext.cc103 auto val = modules::Variables::GetValue(name); in Var() local
112 auto val = modules::Variables::GetValue(name); in Var() local
/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
Duuid.h114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
/system/bt/osi/include/socket_utils/
Dsockets.h41 const char* val = getenv(key); in osi_android_get_control_socket() local
/system/bt/types/bluetooth/
Duuid.h114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid()
/system/memory/libmeminfo/
Dsysmeminfo.cpp58 [&](const std::string& tag, uint64_t val) { mem_in_kb_[tag] = val; }); in ReadMemInfo()
70 return ReadMemInfo(tags, path, [&]([[maybe_unused]] const std::string& tag, uint64_t val) { in ReadMemInfo()
157 uint64_t val = strtoull(p, &endptr, 10); in ReadMemInfo() local
/system/core/libcutils/
Dandroid_get_control_socket_test.cpp60 char val[32]; in TEST() local

123456