Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dtest_helpers.h34 android::binder::Status(android::aidl::tests::ITestService::*func)(T, V*), in RepeatPrimitive()
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 log_time log_time::operator-=(const timespec& T) { in operator -=()
154 log_time log_time::operator+=(const timespec& T) { in operator +=()
165 log_time log_time::operator-=(const log_time& T) { in operator -=()
182 log_time log_time::operator+=(const log_time& T) { in operator +=()
/system/media/audio_utils/include/audio_utils/
DStatistics.h79 constexpr operator T() const { in T() function
123 constexpr operator T() const { in T() function
DLogPlot.h44 using T = decltype((*first).first); in audio_utils_log_plot() local
/system/core/libmemunreachable/
DLeakPipe.h115 bool SendVector(const std::vector<T, Alloc>& vector) { in SendVector()
153 bool ReceiveVector(std::vector<T, Alloc>& vector) { in ReceiveVector()
/system/keymaster/include/keymaster/km_openssl/
Dopenssl_utils.h82 inline void release_because_ownership_transferred(UniquePtr<T, Delete_T>& p) { in release_because_ownership_transferred()
/system/core/libutils/include/utils/
DLightRefBase.h58 inline static void renameRefId(T* /*ref*/, const void* /*old_id*/ , const void* /*new_id*/) { } in renameRefId() argument
/system/connectivity/wifilogd/
Dlocal_utils.h99 constexpr T GetMaxVal(const T& /* t_instance */) { in GetMaxVal()
/system/core/base/include/android-base/
Dmacros.h93 void UNUSED(const T&...) { in UNUSED()
/system/core/logcat/tests/
Dlogcat_benchmark.cpp58 bool operator<(timestamp& T) { in BM_logcat_sorted_order()
/system/iorap/src/common/
Dtype.h136 #define STATIC_FAIL(T, msg) static_assert(::iorap::introspect::dependent_false_v<T>, msg) argument
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h131 MQDescriptor<T, flavor> &obj, in readEmbeddedFromParcel()
161 const MQDescriptor<T, flavor> &obj, in writeEmbeddedToParcel()
/system/media/audio_utils/tests/
Dstatistics_benchmark.cpp39 using T = decltype(stat.getMin()); in BM_MeanVariance() typedef
/system/core/liblog/include/log/
Dlog_time.h60 timespec T; in log_time() local
/system/libhidl/base/include/hidl/
DStatus.h226 operator T() const { in T() function
DMQDescriptor.h271 std::string toString(const MQDescriptor<T, flavor> &q) { in toString()
/system/core/libnativebridge/
Dnative_bridge.cc38 void UNUSED(const T&) {} in UNUSED()
/system/keymaster/km_openssl/
Dattestation_utils.cpp129 inline size_t noOfCert(T &&) { return 1; } in noOfCert() argument
/system/libhidl/
Dtest_main.cpp366 void great(android::hardware::hidl_vec<T>) {} in great()
/system/update_engine/
Dboot_control_android_unittest.cc363 string T(const string& name) { return name + kSlotSuffixes[target()]; } in T() function in chromeos_update_engine::BootControlAndroidTest
/system/bt/internal_include/
Dbt_trace.h714 std::string loghex(std::array<T, N> array) { in loghex()
/system/media/camera/tests/
Dcamera_metadata_tests.cpp41 #define _Alignas(T) \ argument
/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc2658 static std::vector<T> subscribe_drain(std::pair<rxcpp::observable<T>, in subscribe_drain()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp219 static void checkMQDescriptorEquality(const MQDescriptor<T, flavor>& expected, in checkMQDescriptorEquality()