HomeSort by relevance Sort by last modified time
    Searched defs:FINISH (Results 1 - 15 of 15) 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) { \
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
PerfTraceEvent.java 47 FINISH("F"),
193 savePerfString(name, eventId, EventType.FINISH, false);
198 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.FINISH,
233 savePerfString(name, eventId, EventType.FINISH, false);
238 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.FINISH,
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 36 * deflater.finish();
132 private static final int FINISH = 4;
291 public synchronized void finish() { method in class:Deflater
292 flushParm = FINISH;
296 * Returns true if {@link #finish finish} has been called and all
339 * {@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...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 60 mRenderThread.finish();
277 public void finish() { method in class:BlockingGLTextureView.EglHelper
312 private static final int FINISH = 4;
369 public void finish() { method in class:BlockingGLTextureView.RenderThread
371 exec(FINISH);
410 case FINISH:
412 mEglHelper.finish();
434 mExecMsgId = FINISH;
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 60 mRenderThread.finish();
277 public void finish() { method in class:BlockingGLTextureView.EglHelper
312 private static final int FINISH = 4;
369 public void finish() { method in class:BlockingGLTextureView.RenderThread
371 exec(FINISH);
410 case FINISH:
412 mEglHelper.finish();
434 mExecMsgId = FINISH;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
BlockingGLTextureView.java 60 mRenderThread.finish();
277 public void finish() { method in class:BlockingGLTextureView.EglHelper
312 private static final int FINISH = 4;
369 public void finish() { method in class:BlockingGLTextureView.RenderThread
371 exec(FINISH);
410 case FINISH:
412 mEglHelper.finish();
434 mExecMsgId = FINISH;

Completed in 117 milliseconds