/system/tools/aidl/build/ |
D | aidl_test.go | 74 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/ |
D | dm_linear_fuzzer.cpp | 42 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/ |
D | expected_test.cpp | 34 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/ |
D | Statistics.h | 79 constexpr operator T() const { in T() function 123 constexpr operator T() const { in T() function
|
D | LogPlot.h | 44 using T = decltype((*first).first); in audio_utils_log_plot() local
|
/system/memory/libmemunreachable/ |
D | LeakPipe.h | 115 bool SendVector(const std::vector<T, Alloc>& vector) { in SendVector() 153 bool ReceiveVector(std::vector<T, Alloc>& vector) { in ReceiveVector()
|
/system/bt/gd/fuzz/ |
D | helpers.h | 34 #define CONSTRUCT_VALID_UNIQUE_OTHERWISE_BAIL(T, name, data) \ argument
|
/system/libhidl/transport/include/hidl/ |
D | HidlBinderSupport.h | 124 MQDescriptor<T, flavor> &obj, in readEmbeddedFromParcel() 154 const MQDescriptor<T, flavor> &obj, in writeEmbeddedToParcel()
|
/system/core/libutils/include/utils/ |
D | LightRefBase.h | 56 inline static void renameRefId(T* /*ref*/, const void* /*old_id*/ , const void* /*new_id*/) { } in renameRefId() argument
|
/system/keymaster/include/keymaster/km_openssl/ |
D | openssl_utils.h | 83 inline void release_because_ownership_transferred(UniquePtr<T, Delete_T>& p) { in release_because_ownership_transferred()
|
/system/tools/hidl/lint/lints/ |
D | oneway.cpp | 34 using T = std::underlying_type_t<InterfaceMethodType>; in operator |() typedef
|
/system/connectivity/wifilogd/ |
D | local_utils.h | 99 constexpr T GetMaxVal(const T& /* t_instance */) { in GetMaxVal()
|
/system/libbase/include/android-base/ |
D | macros.h | 93 void UNUSED(const T&...) { in UNUSED()
|
/system/iorap/src/common/ |
D | type.h | 136 #define STATIC_FAIL(T, msg) static_assert(::iorap::introspect::dependent_false_v<T>, msg) argument
|
/system/core/logcat/tests/ |
D | logcat_benchmark.cpp | 58 bool operator<(timestamp& T) { in BM_logcat_sorted_order()
|
/system/core/liblog/include/log/ |
D | log_time.h | 50 timespec T; in log_time() local
|
/system/media/audio_utils/benchmarks/ |
D | statistics_benchmark.cpp | 39 using T = decltype(stat.getMin()); in BM_MeanVariance() typedef
|
/system/libhidl/base/include/hidl/ |
D | Status.h | 233 operator T() const { in T() function
|
D | MQDescriptor.h | 266 std::string toString(const MQDescriptor<T, flavor> &q) { in toString()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_metadata_updater_test.cpp | 74 std::string T(std::string_view name) { return std::string(name) + target_suffix_; } in T() function in android::snapshot::SnapshotMetadataUpdaterTest
|
/system/keymaster/km_openssl/ |
D | attestation_utils.cpp | 129 inline size_t noOfCert(T &&) { return 1; } in noOfCert() argument
|
/system/libhidl/ |
D | test_main.cpp | 461 void great(android::hardware::hidl_vec<T>) {} in great()
|
/system/update_engine/ |
D | dynamic_partition_control_android_unittest.cc | 108 std::string T(const std::string& name) { in T() function in chromeos_update_engine::DynamicPartitionControlAndroidTest
|
/system/bt/internal_include/ |
D | bt_trace.h | 714 std::string loghex(std::array<T, N> array) { in loghex()
|
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 41 #define _Alignas(T) \ argument
|