Searched defs:T (Results 1 – 10 of 10) sorted by relevance
/system/core/liblog/ |
D | log_time.cpp | 136 log_time log_time::operator-= (const timespec &T) { in operator -=() 153 log_time log_time::operator+= (const timespec &T) { in operator +=() 164 log_time log_time::operator-= (const log_time &T) { in operator -=() 181 log_time log_time::operator+= (const log_time &T) { in operator +=()
|
/system/core/liblog/tests/ |
D | benchmark.h | 61 BenchmarkWantsArgBase(const char* name, void (*fn)(int, T)) : Benchmark(name) { in BenchmarkWantsArgBase() argument 78 BenchmarkWithArg(const char* name, void (*fn)(int, T), const char* arg_name, T arg) : in BenchmarkWithArg() argument 123 static inline BenchmarkWantsArg<T>* BenchmarkFactory(const char* name, void (*fn)(int, T)) { in BenchmarkFactory() argument
|
/system/core/base/include/base/ |
D | macros.h | 136 void UNUSED(const T&...) { in UNUSED()
|
/system/core/logcat/tests/ |
D | logcat_benchmark.cpp | 57 bool operator< (timestamp &T) in TEST()
|
/system/keymaster/ |
D | openssl_utils.h | 73 inline void release_because_ownership_transferred(UniquePtr<T, Delete_T>& p) { in release_because_ownership_transferred()
|
/system/extras/perfprofd/quipper/base/ |
D | macros.h | 230 inline void ignore_result(const T&) { in ignore_result()
|
/system/core/include/log/ |
D | log_read.h | 55 timespec T; in log_time() local
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 248 template<typename T> void UNUSED(const T&) {} in UNUSED()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 88 inline void release_because_ownership_transferred(UniquePtr<T, Delete_T>& p) { in release_because_ownership_transferred()
|
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 39 #define _Alignas(T) \ argument
|