Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 21 of 21) 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.java696 StructuredParcelable p2 = new StructuredParcelable(); in testStructuredParcelableEquality() local
1043 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/
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/chre/util/tests/
Dunique_ptr_test.cc64 UniquePtr<int> p2(nullptr); in TEST() local
Darray_queue_test.cc589 auto p2 = std::make_unique<int>(43); in TEST() local
/system/tools/aidl/tests/
Daidl_test_client_ndk_parcelables.cpp238 IntParcelable p1, p2, p3; in TEST_F() local
Daidl_test_client_parcelables.cpp690 IntParcelable p1, p2, p3; in TEST_F() local
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_core.h130 std::pair<sector_t, const CowOperation*> p2) { in compare()
/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.rs1283 let p2 = IntParcelable { value: 2 }; in test_fixed_size_array_over_binder() localVariable
1315 let p2 = result.unwrap(); in test_trunk_stable_parcelable() localVariable
/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.java828 MyParcelable p1, p2; in callMyCallback() local
/system/libcppbor/tests/
Dcppbor_test.cpp280 const pair<string::iterator, string::iterator> p2 = p1; in TEST() local
306 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/libvintf/test/
Dvintf_object_tests.cpp990 auto p2 = get(); in TEST_F() local
/system/core/debuggerd/
Ddebuggerd_test.cpp1952 char* volatile p2 = reinterpret_cast<char* volatile>(malloc(params.alloc_size)); in TEST_P() local