Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 6 of 6) sorted by relevance

/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp56 #define swap(a, b) \ macro
87 swap(pl, pl - es); in qsort_local()
102 swap(a, pm); in qsort_local()
110 swap(pa, pb); in qsort_local()
118 swap(pc, pd); in qsort_local()
125 swap(pb, pc); in qsort_local()
134 swap(pl, pl - es); in qsort_local()
/cts/hostsidetests/jvmti/base/jni/
Dtracking.cpp87 result.swap(gCollection); in Java_android_jvmti_cts_JvmtiTrackingTest_getAndResetAllocationTrackingString()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConference.java108 mRemoteConference.swap(); in onSwap()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java1149 public int swap() { in swap() method in GLSurfaceViewCustom.EglHelper
1529 int swapError = mEglHelper.swap(); in guardedRun()
/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.cpp312 std::swap(mDisplaySize.width, mDisplaySize.height); in init()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java601 private void testAsyncReset(boolean audio, boolean swap, final boolean testStop) in testAsyncReset() argument
649 if (swap) { in testAsyncReset()