Home
last modified time | relevance | path

Searched +defs:val +defs:operator (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dring_buffer.h27 RingBuffer& operator=(const RingBuffer& other) = default; variable
28 RingBuffer& operator=(RingBuffer&& other) noexcept = default; variable
30 void Append(const T& val) { in Append()
37 void Append(T&& val) { in Append()
/aosp12/packages/modules/NeuralNetworks/common/random/
H A Drandom_distributions.h87 ResultType operator()(Generator* gen) { in operator() function
111 ResultType operator()(Generator* gen) { in operator() function
135 ResultType operator()(Generator* gen) { in operator() function
159 ResultType operator()(Generator* gen) { in operator() function
187 ResultType operator()(Generator* gen) { in operator() function
222 ResultType operator()(Generator* gen) { in operator() function
257 ResultType operator()() { in operator() function
673 const uint16 val = (exp << 10) | man; in Uint16ToHalf() local
691 const uint16 val = (exp << 7) | man; in Uint16ToGfloat16() local
711 const uint32 val = (exp << 23) | man; in Uint32ToFloat() local
[all …]
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DLog.h41 LogEntry& operator=(const LogEntry&) = default; variable
42 LogEntry& operator=(LogEntry&&) = default; variable
64 LogEntry& arg(IntT val) { in arg()
87 LogEntry& returns(T val) { in returns()
117 Log& operator=(const Log&) = delete; variable
118 Log& operator=(Log&&) = delete; variable
/aosp12/system/keymaster/include/keymaster/
H A Dserializable.h54 Serializable& operator=(const Serializable&) = delete; variable
58 Serializable& operator=(Serializable&&) = default; variable
90 uint32_t val = static_cast<uint32_t>(value); in append_uint32_to_buf() local
158 uint32_t val; in copy_uint32_from_buf() local
220 void operator=(const Buffer& other) = delete; variable
H A Dmem.h86 template <typename T, size_t N> inline bool array_contains(const T (&a)[N], T val) { in array_contains()
137 void operator=(const Eraser&); variable
169 void operator()(void* p) { free(p); } in operator() function
H A DList.h48 explicit _Node(const T& val) : mVal(val) {} in _Node()
54 inline void setVal(const T& val) { mVal = val; } in setVal()
165 List<T>& operator=(const List<T>& right); variable
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()
/aosp12/system/libhwbinder/vts/performance/
H A DPerfTest.h40 bool val = true; in signal() local
44 bool val = false; in wait() local
64 Pipe& operator=(const Pipe&) = delete; variable
65 Pipe& operator=(const Pipe&&) = delete; variable
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleObjectPool.h35 #define INC_METRIC_IF_DEBUG(val) PoolStats::instance()->val++; argument
56 void operator()(T* o) { in operator() function
99 ObjectPool& operator =(const ObjectPool &) = delete; variable
192 VehiclePropValuePool& operator=(VehiclePropValuePool&) = delete; variable
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DGeneratorHub.h48 VehiclePropValue val; member
52 bool operator()(const VhalEvent& lhs, const VhalEvent& rhs) const { in operator() function
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dopenssl_utils.h47 void operator()(T* p) { FreeFunc(p); } in operator() function
85 T* val __attribute__((unused)) = p.release(); in release_because_ownership_transferred() local
/aosp12/art/compiler/utils/
H A Dswap_space.h64 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
82 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) const { in operator() function
132 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
168 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
196 void construct(pointer p, const_reference val) { in construct()
/aosp12/frameworks/base/tools/aapt/
H A DZipEntry.h111 void setMarked(bool val) { mMarked = val; } in setMarked()
123 static inline void putShortLE(unsigned char* buf, short val) { in putShortLE()
127 static inline void putLongLE(unsigned char* buf, long val) { in putLongLE()
208 ZipEntry& operator=(const ZipEntry& src); variable
302 CentralDirEntry& operator=(const CentralDirEntry& src); variable
/aosp14/frameworks/base/tools/aapt/
H A DZipEntry.h111 void setMarked(bool val) { mMarked = val; } in setMarked()
123 static inline void putShortLE(unsigned char* buf, short val) { in putShortLE()
127 static inline void putLongLE(unsigned char* buf, long val) { in putLongLE()
208 ZipEntry& operator=(const ZipEntry& src); variable
302 CentralDirEntry& operator=(const CentralDirEntry& src); variable
/aosp12/build/make/tools/ziptime/
H A DZipEntry.h59 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE()
74 ZipEntry& operator=(const ZipEntry& src); variable
/aosp12/art/openjdkjvmti/
H A Djvmti_allocator.h66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
103 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
135 void construct(pointer p, const_reference val) { in construct()
/aosp12/system/core/libutils/include/utils/
H A DList.h52 explicit _Node(const T& val) : mVal(val) {} in _Node()
58 inline void setVal(const T& val) { mVal = val; } in setVal()
180 List<T>& operator=(const List<T>& right); variable
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()
/aosp14/system/core/libutils/include/utils/
H A DList.h52 explicit _Node(const T& val) : mVal(val) {} in _Node()
58 inline void setVal(const T& val) { mVal = val; } in setVal()
180 List<T>& operator=(const List<T>& right); variable
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()
/aosp12/build/make/tools/zipalign/
H A DZipEntry.h107 void setMarked(bool val) { mMarked = val; } in setMarked()
119 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE()
123 static inline void putLongLE(uint8_t* buf, uint32_t val) { in putLongLE()
209 ZipEntry& operator=(const ZipEntry& src); variable
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
H A DTimeStatsHelper.h116 static size_t HashCombine(size_t seed, size_t val) { in HashCombine()
125 size_t operator()(const TimelineStatsKey& key) const { in operator() function
143 size_t operator()(const LayerStatsKey& key) const { in operator() function
/aosp12/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h332 static status_t insert(const T& val, char **bufferpptr, char *bufferptrmax) { in insert()
344 status_t insert(const std::string& val, char **bufferpptr, char *bufferptrmax) { in insert()
355 status_t insert(const std::pair<int64_t, int64_t>& val, in insert() argument
372 static status_t insert(const char *val, char **bufferpptr, char *bufferptrmax) { in insert()
489 static status_t extract(T *val, const char **bufferpptr, const char *bufferptrmax) { in extract()
501 status_t extract(std::string *val, const char **bufferpptr, const char *bufferptrmax) { in extract()
516 status_t extract(std::pair<int64_t, int64_t> *val, in extract() argument
553 BufferedItem& operator=(const BufferedItem&) = delete; variable
923 Item& operator=(const Item& other) = default; variable
924 Item& operator=(Item&& other) = default; variable
/aosp12/art/runtime/interpreter/
H A Dshadow_frame.h203 void SetVReg(size_t i, int32_t val) { in SetVReg()
212 void SetVRegFloat(size_t i, float val) { in SetVRegFloat()
221 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong()
232 void SetVRegDouble(size_t i, double val) { in SetVRegDouble()
456 inline void operator()(ShadowFrame* frame) { in operator() function
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h325 std::size_t operator()(const std::pair<T1, T2>& p) const { in operator() function
368 BuffersValue val; member
/aosp12/frameworks/base/core/java/android/app/
H A DDownloadManager.java1035 private String statusClause(String operator, int value) { in statusClause()
1631 private static void validateArgumentIsNonEmpty(String paramName, String val) { in validateArgumentIsNonEmpty()
/aosp14/frameworks/base/core/java/android/app/
H A DDownloadManager.java1035 private String statusClause(String operator, int value) { in statusClause()
1631 private static void validateArgumentIsNonEmpty(String paramName, String val) { in validateArgumentIsNonEmpty()
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12