Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 18 of 18) 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/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/
Dcomputestats.c23 compare_long(const void *p1, const void *p2) in compare_long()
Dcomputestatsf.c23 compare_double(const void *p1, const void *p2) in compare_double()
/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/tools/aidl/tests/
Daidl_test_client_ndk_parcelables.cpp207 IntParcelable p1, p2, p3; in TEST_F() local
Daidl_test_client_parcelables.cpp694 IntParcelable p1, p2, p3; in TEST_F() local
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dsnapuserd.h238 std::pair<sector_t, const CowOperation*> p2) { in compare()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java699 StructuredParcelable p2 = new StructuredParcelable(); in testStructuredParcelableEquality() local
1046 IntParcelable p2 = new IntParcelable(); in testFixedSizeArrayOverBinder() local
/system/extras/simpleperf/
Dcmd_trace_sched.cpp311 auto sort_process = [](const ProcessInfo& p1, const ProcessInfo& p2) { in BuildProcessInfo()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_core.h332 std::pair<sector_t, const CowOperation*> p2) { in compare()
/system/libvintf/test/
Dvintf_object_tests.cpp1095 auto p2 = get(); in TEST_F() local
1126 auto p2 = get(); in TEST_F() local
1157 auto p2 = get(); in TEST_F() local
1187 auto p2 = get(); in TEST_F() local
/system/tools/hidl/c2hal/test/
Dtest.h280 void (*p2)(struct framebuffer_device_t* dev, char *buff, int buff_len); member
/system/tools/aidl/tests/rust/
Dtest_client.rs1229 let p2 = IntParcelable { value: 2 }; in test_fixed_size_array_over_binder() localVariable
/system/libcppbor/tests/
Dcppbor_test.cpp279 const pair<string::iterator, string::iterator> p2 = p1; in TEST() local
305 const pair<iter, iter> p2 = make_pair(v1.begin(), v1.end()); in TEST() local
/system/media/camera/src/
Dcamera_metadata.c727 static int compare_entry_tags(const void *p1, const void *p2) { in compare_entry_tags()
/system/core/debuggerd/
Ddebuggerd_test.cpp1692 char* volatile p2 = reinterpret_cast<char* volatile>(malloc(params.alloc_size)); in TEST_P() local