Home
last modified time | relevance | path

Searched defs:T (Results 1 – 15 of 15) sorted by relevance

/system/tools/aidl/tests/
Dtest_helpers.h34 android::binder::Status(android::aidl::tests::ITestService::*func)(T, T*), in RepeatPrimitive() argument
47 bool ReverseArray( in ReverseArray()
50 const std::vector<T>&, std::vector<T>*, std::vector<T>*), in ReverseArray()
Daidl_test_client_nullables.cpp94 Status(ITestService::*func)(const unique_ptr<T>&, in ConfirmNullableType()
95 unique_ptr<T>*)) { in ConfirmNullableType()
/system/core/liblog/
Dlog_time.cpp137 LIBLOG_ABI_PRIVATE log_time log_time::operator-= (const timespec &T) { in operator -=()
154 LIBLOG_ABI_PRIVATE log_time log_time::operator+= (const timespec &T) { in operator +=()
165 LIBLOG_ABI_PRIVATE log_time log_time::operator-= (const log_time &T) { in operator -=()
182 LIBLOG_ABI_PRIVATE log_time log_time::operator+= (const log_time &T) { in operator +=()
/system/core/liblog/tests/
Dbenchmark.h61 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/libmemunreachable/
DLeakPipe.h119 bool SendVector(const std::vector<T, Alloc>& vector) { in SendVector()
157 bool ReceiveVector(std::vector<T, Alloc>& vector) { in ReceiveVector()
/system/keymaster/
Dopenssl_utils.h81 inline void release_because_ownership_transferred(UniquePtr<T, Delete_T>& p) { in release_because_ownership_transferred()
/system/core/base/include/android-base/
Dmacros.h136 void UNUSED(const T&...) { in UNUSED()
/system/core/logcat/tests/
Dlogcat_benchmark.cpp57 bool operator< (timestamp &T) in TEST()
/system/extras/perfprofd/quipper/base/
Dmacros.h230 inline void ignore_result(const T&) { in ignore_result()
/system/core/include/log/
Dlog_read.h55 timespec T; in log_time() local
/system/connectivity/shill/net/
Dbyte_string.cc100 bool ByteString::ConvertByteOrderAsUIntArray(T (*converter)(T)) { in ConvertByteOrderAsUIntArray() argument
/system/core/libnativebridge/
Dnative_bridge.cc254 template<typename T> void UNUSED(const T&) {} in UNUSED()
/system/connectivity/shill/
Dproperty_accessor.h96 bool Set(const T& /*value*/, Error* error) override { in Set()
/system/security/softkeymaster/
Dkeymaster_openssl.cpp88 inline void release_because_ownership_transferred(UniquePtr<T, Delete_T>& p) { in release_because_ownership_transferred()
/system/media/camera/tests/
Dcamera_metadata_tests.cpp39 #define _Alignas(T) \ argument