Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 27) 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/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/libbase/
Dexpected_test.cpp34 struct T { struct
37 T() = default; argument
38 T(int a, int b) noexcept : a(a), b(b) {} in T() argument
222 struct T { in TEST() struct
223 bool* flag_; in TEST()
224 T(bool* flag) : flag_(flag) {} in TEST() function
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/bt/gd/fuzz/
Dhelpers.h34 #define CONSTRUCT_VALID_UNIQUE_OTHERWISE_BAIL(T, name, data) \ 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/tools/hidl/lint/lints/
Doneway.cpp34 using T = std::underlying_type_t<InterfaceMethodType>; in operator |() typedef
/system/connectivity/wifilogd/
Dlocal_utils.h99 constexpr T GetMaxVal(const T& /* t_instance */) { in GetMaxVal()
/system/libbase/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/core/liblog/include/log/
Dlog_time.h50 timespec T; in log_time() local
/system/media/audio_utils/benchmarks/
Dstatistics_benchmark.cpp39 using T = decltype(stat.getMin()); in BM_MeanVariance() typedef
/system/libhidl/base/include/hidl/
DStatus.h233 operator T() const { in T() function
DMQDescriptor.h266 std::string toString(const MQDescriptor<T, flavor> &q) { in toString()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater_test.cpp74 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.cpp461 void great(android::hardware::hidl_vec<T>) {} in great()
/system/update_engine/
Ddynamic_partition_control_android_unittest.cc108 std::string T(const std::string& name) { in T() function in chromeos_update_engine::DynamicPartitionControlAndroidTest
/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

12