Home
last modified time | relevance | path

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

12

/system/tools/aidl/build/
Daidl_test.go74 func _testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, andro…
157 func testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, androi…
167 func testAidlError(t *testing.T, pattern, bp string, customizers ...testCustomizer) {
184 func assertModulesExists(t *testing.T, ctx *android.TestContext, names ...string) {
203 func TestVintfWithoutVersionInRelease(t *testing.T) {
220 func TestUnstableVersionUsageInRelease(t *testing.T) {
271 func TestNonVersionedModuleUsageInRelease(t *testing.T) {
307 func TestUnstableModules(t *testing.T) {
345 func TestCreatesModulesWithNoVersions(t *testing.T) {
358 func TestCreatesModulesWithFrozenVersions(t *testing.T) {
[all …]
/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.cpp97 Status(ITestService::*func)(const unique_ptr<T>&, in ConfirmNullableType()
98 unique_ptr<T>*)) { in ConfirmNullableType()
/system/core/fs_mgr/libdm/
Ddm_linear_fuzzer.cpp42 void ASSERT_EQ(const T& /*a*/, const C& /*b*/) { in ASSERT_EQ()
47 void ASSERT_FALSE(const T& /*a*/) { in ASSERT_FALSE()
52 void ASSERT_GE(const T& /*a*/, const C& /*b*/) { in ASSERT_GE()
57 void ASSERT_NE(const T& /*a*/, const C& /*b*/) { in ASSERT_NE()
62 void ASSERT_TRUE(const T& /*a*/) { in ASSERT_TRUE()
/system/core/liblog/
Dlog_time.cpp135 log_time log_time::operator-=(const timespec& T) { in operator -=()
152 log_time log_time::operator+=(const timespec& T) { in operator +=()
163 log_time log_time::operator-=(const log_time& T) { in operator -=()
180 log_time log_time::operator+=(const log_time& T) { in operator +=()
/system/core/base/
Dexpected_test.cpp34 struct T { struct
37 T() = default; argument
38 T(int a, int b) noexcept : a(a), b(b) {} in T() function
222 struct T { in TEST() struct
223 bool* flag_; in TEST()
224 T(bool* flag) : flag_(flag) {} in TEST() argument
225 ~T() { *flag_ = true; } in TEST()
319 struct T { in TEST() struct
320 int a; in TEST()
321 double b; in TEST()
[all …]
/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/memory/libmemunreachable/
DLeakPipe.h115 bool SendVector(const std::vector<T, Alloc>& vector) { in SendVector()
153 bool ReceiveVector(std::vector<T, Alloc>& vector) { in ReceiveVector()
/system/iorap/src/serialize/
Darena_ptr.h35 void DoNotDelete(T*) {} in DoNotDelete() argument
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h124 MQDescriptor<T, flavor> &obj, in readEmbeddedFromParcel()
154 const MQDescriptor<T, flavor> &obj, in writeEmbeddedToParcel()
/system/core/libutils/include/utils/
DLightRefBase.h56 inline static void renameRefId(T* /*ref*/, const void* /*old_id*/ , const void* /*new_id*/) { } in renameRefId() argument
/system/keymaster/include/keymaster/km_openssl/
Dopenssl_utils.h83 inline void release_because_ownership_transferred(UniquePtr<T, Delete_T>& p) { in release_because_ownership_transferred()
/system/connectivity/wifilogd/
Dlocal_utils.h99 constexpr T GetMaxVal(const T& /* t_instance */) { in GetMaxVal()
/system/tools/hidl/lint/lints/
Doneway.cpp34 using T = std::underlying_type_t<InterfaceMethodType>; in operator |() typedef
/system/core/base/include/android-base/
Dmacros.h93 void UNUSED(const T&...) { in UNUSED()
/system/iorap/src/common/
Dtype.h136 #define STATIC_FAIL(T, msg) static_assert(::iorap::introspect::dependent_false_v<T>, msg) argument
/system/core/logcat/tests/
Dlogcat_benchmark.cpp58 bool operator<(timestamp& T) { in BM_logcat_sorted_order()
/system/media/audio_utils/tests/
Dstatistics_benchmark.cpp39 using T = decltype(stat.getMin()); in BM_MeanVariance() typedef
/system/core/liblog/include/log/
Dlog_time.h52 timespec T; in log_time() local
/system/libhidl/base/include/hidl/
DStatus.h233 operator T() const { in T() function
DMQDescriptor.h271 std::string toString(const MQDescriptor<T, flavor> &q) { in toString()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater_test.cpp78 std::string T(std::string_view name) { return std::string(name) + target_suffix_; } in T() function in android::snapshot::SnapshotMetadataUpdaterTest
/system/keymaster/km_openssl/
Dattestation_utils.cpp129 inline size_t noOfCert(T &&) { return 1; } in noOfCert() argument
/system/libhidl/
Dtest_main.cpp443 void great(android::hardware::hidl_vec<T>) {} in great()

12