Searched defs:swap (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/test-runner/src/junit/runner/
H A DSorter.java8 * A custom quick sort with support to customize the swap behaviour.
15 public void swap(Vector values, int left, int right); method in interface:Sorter.Swapper
28 swapper.swap(values, left, right);
/frameworks/base/tools/preload/
H A Dsorttable.js308 var swap = true; variable
310 while(swap) {
311 swap = false;
315 swap = true;
320 if (!swap) break;
325 swap = true;
330 } // while(swap)
/frameworks/base/services/surfaceflinger/
H A DTransform.cpp59 void swap(T& a, T& b) { function in namespace:android
179 swap(w, h);
H A DLayerBase.cpp350 void swap(T& a, T& b) { function in namespace:android
452 swap(vLT, vLB);
453 swap(vRT, vRB);
456 swap(vLT, vRT);
457 swap(vLB, vRB);
/frameworks/base/opengl/libagl/
H A Ddxt.cpp100 static uint32_t swap(uint32_t x) { function in namespace:android
155 colors = swap(colors);
162 // There's no need to endian-swap within 'bits'
219 colors = swap(colors);
220 bits = swap(bits);
331 alphahi = swap(alphahi);
332 alphalo = swap(alphalo);
342 colors = swap(colors);
343 bits = swap(bits);
455 alphahi = swap(alphah
[all...]
H A Dmatrix.cpp541 int i, j, k, swap; local
549 swap = i;
552 swap = j;
556 if (swap != i) {
557 /* swap rows. */
560 tmp[i][k] = tmp[swap][k];
561 tmp[swap][k] = t;
564 inverse[i*4+k] = inverse[swap*4+k];
565 inverse[swap*4+k] = t;
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp459 bool swap = e1->size < e2->size; local
465 swap = e1->backtrace[j] < e2->backtrace[j];
469 if (swap) {
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1018 public boolean swap() { method in class:GLSurfaceView.EglHelper
1364 if (!mEglHelper.swap()) {
/frameworks/base/include/private/opengles/
H A Dgl_context.h60 static inline void swap(T& a, T& b) { function in namespace:android::gl
/frameworks/base/libs/ui/
H A DInputReader.cpp55 inline static void swap(T& a, T& b) { function in namespace:android
2645 swap(heap[parentIndex], heap[childIndex]);
2696 swap(heap[parentIndex], heap[childIndex]);

Completed in 368 milliseconds