HomeSort by relevance Sort by last modified time
    Searched defs:FINISH (Results 1 - 12 of 12) sorted by null

  /dalvik/vm/mterp/portable/
stubdefs.cpp 37 # define FINISH(_offset) { \
  /dalvik/vm/mterp/cstubs/
stubdefs.cpp 66 * Like the "portable" FINISH, but don't reload "inst", and return to caller
71 #define FINISH(_offset) { \
79 #define FINISH(_offset) { \
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 36 * deflater.finish();
138 private static final int FINISH = 4;
297 public synchronized void finish() { method in class:Deflater
298 flushParm = FINISH;
302 * Returns true if {@link #finish finish} has been called and all
345 * {@link #finish} must be called to ensure the compressed data is output.
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-armv5te.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-armv7-a-neon.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-armv7-a.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-allstubs.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-mips.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-portable.cpp 101 * We don't advance the program counter until we finish an instruction or
415 # define FINISH(_offset) { \
496 FINISH(1);
522 FINISH(1);
530 FINISH(1);
557 FINISH(2);
570 FINISH(branchOffset); \
573 FINISH(2); \
585 FINISH(branchOffset); \
588 FINISH(2);
    [all...]
InterpC-x86.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 59 mRenderThread.finish();
274 public void finish() { method in class:BlockingGLTextureView.EglHelper
309 private static final int FINISH = 4;
366 public void finish() { method in class:BlockingGLTextureView.RenderThread
368 exec(FINISH);
402 case FINISH:
404 mEglHelper.finish();

Completed in 5570 milliseconds