Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 15 of 15) 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/
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/tools/aidl/tests/
Daidl_test_client_ndk_parcelables.cpp204 IntParcelable p1, p2, p3; in TEST_F() local
Daidl_test_client_parcelables.cpp693 IntParcelable p1, p2, p3; in TEST_F() local
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dsnapuserd.h240 std::pair<sector_t, const CowOperation*> p2) { in compare()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java669 StructuredParcelable p2 = new StructuredParcelable(); in testStructuredParcelableEquality() local
1016 IntParcelable p2 = new IntParcelable(); in testFixedSizeArrayOverBinder() local
/system/extras/simpleperf/
Dcmd_trace_sched.cpp310 auto sort_process = [](const ProcessInfo& p1, const ProcessInfo& p2) { in BuildProcessInfo()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_core.h331 std::pair<sector_t, const CowOperation*> p2) { in compare()
/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.rs1200 let p2 = IntParcelable { value: 2 }; in test_fixed_size_array_over_binder() localVariable
/system/media/camera/src/
Dcamera_metadata.c727 static int compare_entry_tags(const void *p1, const void *p2) { in compare_entry_tags()