Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 22 of 22) sorted by relevance

/system/incremental_delivery/incfs/tests/util/
Dmap_ptr_test.cpp99 auto p2 = map->data<TwoValues>(); in TEST_F() local
131 auto p2 = map->data<TwoValues>(); in TEST_F() local
146 auto p2 = p1 - 5U; in TEST_F() local
163 auto p2 = p1++; in TEST_F() local
185 auto p2 = p1; in TEST_F() local
275 const auto p2 = p1; in TEST_F() local
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTrunkStableTests.java87 MyParcelable p2; in testRepeatParcelable() local
126 MyOtherParcelable p2; in testRepeatOtherParcelable() local
DTestServiceClient.java708 StructuredParcelable p2 = new StructuredParcelable(); in testStructuredParcelableEquality() local
1060 IntParcelable p2 = new IntParcelable(); in testFixedSizeArrayOverBinder() local
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_utils.h47 static inline int memcmp_s(const void* p1, const void* p2, size_t length) { in memcmp_s()
/system/keymaster/android_keymaster/
Dandroid_keymaster_utils.cpp34 int memcmp_s(const void* p1, const void* p2, size_t length) { in memcmp_s()
/system/extras/app-launcher/
Dcomputestatsf.c23 compare_double(const void *p1, const void *p2) in compare_double()
Dcomputestats.c23 compare_long(const void *p1, const void *p2) in compare_long()
/system/media/audio_utils/tests/
Dbiquad_filter_tests.cpp86 const D p2 = (D)dis(gen); in randomFilter() local
97 D p2; in randomUnstableFilter() local
/system/chre/util/tests/
Dunique_ptr_test.cc64 UniquePtr<int> p2(nullptr); in TEST() local
Darray_queue_test.cc592 auto p2 = std::make_unique<int>(43); in TEST() local
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_core.h127 std::pair<sector_t, const CowOperation*> p2) { in compare()
/system/tools/aidl/tests/
Daidl_test_client_ndk_parcelables.cpp298 IntParcelable p1, p2, p3; in TEST_F() local
Daidl_test_client_parcelables.cpp746 IntParcelable p1, p2, p3; in TEST_F() local
/system/extras/simpleperf/
Dcmd_trace_sched.cpp314 auto sort_process = [](const ProcessInfo& p1, const ProcessInfo& p2) { in BuildProcessInfo()
/system/tools/aidl/tests/rust/
Dtest_client.rs1383 let p2 = IntParcelable { value: 2 }; in test_fixed_size_array_over_binder() localVariable
1415 let p2 = result.unwrap(); in test_trunk_stable_parcelable() localVariable
/system/media/audio_utils/include/audio_utils/
DMetadata.h207 std::pair<int, int> p2; member
/system/tools/hidl/c2hal/test/
Dtest.h280 void (*p2)(struct framebuffer_device_t* dev, char *buff, int buff_len); member
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java839 MyParcelable p1, p2; in callMyCallback() local
/system/media/camera/src/
Dcamera_metadata.c727 static int compare_entry_tags(const void *p1, const void *p2) { in compare_entry_tags()
/system/libcppbor/tests/
Dcppbor_test.cpp282 const pair<string::iterator, string::iterator> p2 = p1; in TEST() local
308 const pair<iter, iter> p2 = make_pair(v1.begin(), v1.end()); in TEST() local
/system/libvintf/test/
Dvintf_object_tests.cpp991 auto p2 = get(); in TEST_F() local
/system/core/debuggerd/
Ddebuggerd_test.cpp2022 char* volatile p2 = reinterpret_cast<char* volatile>(malloc(params.alloc_size)); in TEST_P() local