HomeSort by relevance Sort by last modified time
    Searched defs:exit (Results 101 - 125 of 937) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/test/1909-per-agent-tls/src/art/
Test1909.java 42 public boolean exit; field in class:Test1909.ThreadWaiter
47 this.exit = false;
52 while (!this.exit) {
60 // Kill threads if we exit.
67 exit = true;
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp 120 void HostConnection::exit() { function in class:HostConnection
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 98 exit: label
131 jmp exit
279 jnz exit
282 exit: label
307 ; Save API entry/exit timestamp into stack
485 jmp exit
596 exit: label
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 74 #define exit(n) ASSERT(FALSE); macro
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
AdviceAdapterTest2.java 97 public static void exit(String msg) { method in class:AdviceAdapterTest2
160 "exit", "(Ljava/lang/String;)V");
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 129 exit (true, yre.getMessage (), yre, RC_UNEXPECTED); // does not return method
137 exit (true, "unexpected failure: ", t, RC_UNEXPECTED); // does not return method
141 exit (false, null, null, RC_OK); method
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 170 exit (true, yre.getMessage (), yre, RC_UNEXPECTED); // does not return method
178 exit (true, "unexpected failure: ", t, RC_UNEXPECTED); // does not return method
182 exit (false, null, null, RC_OK); method
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 137 exit (true, yre.getMessage (), yre, RC_UNEXPECTED); // does not return method
145 exit (true, "unexpected failure: ", t, RC_UNEXPECTED); // does not return method
149 exit (false, null, null, RC_OK); method
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
SynchronizedFilterTest.java 55 final Label exit = new Label(); local
56 m.visitJumpInsn(Opcodes.GOTO, exit);
64 m.visitLabel(exit);
69 assertEquals(((LabelNode) exit.info).getPrevious(), toInclusive);
101 final Label exit = new Label(); local
102 m.visitJumpInsn(Opcodes.GOTO, exit);
110 m.visitJumpInsn(Opcodes.GOTO, exit);
117 m.visitLabel(exit);
145 final Label exit = new Label(); local
146 m.visitJumpInsn(Opcodes.GOTO, exit);
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
StructuredLockingTest.java 105 ((LockFrame) frames[i]).assertNoLock("Exit with lock");
110 ((LockFrame) frames[i]).assertNoLock("Exit with lock");
170 exit(((VarInsnNode) insn.getPrevious()).var); method
180 void exit(int lock) { method in class:StructuredLockingTest.LockFrame
181 assertTrue("invalid EXIT for lock " + lock,
  /external/ltp/include/
tst_fuzzy_sync.h 68 * @exit: Internal; Used by tst_fzsync_pair_exit() and fzsync_pair_wait()
89 int exit; member in struct:tst_fzsync_pair
232 * calling thread should exit.
247 && !tst_atomic_load(&pair->exit))
256 && !tst_atomic_load(&pair->exit))
264 && !tst_atomic_load(&pair->exit))
268 /* Only exit if we have done the same amount of work as the other thread */
269 return !tst_atomic_load(&pair->exit) ||
287 * every iteration. So each thread will exit this function at approximately
298 * it returns zero then tst_fzsync_exit() has been called and you must exit
    [all...]
  /external/mdnsresponder/mDNSWindows/NSPTool/
NSPTool.c 112 goto exit;
125 goto exit;
141 require_noerr( err, exit );
152 goto exit;
161 require_noerr( err, exit );
176 goto exit;
181 require_noerr( err, exit );
188 require_noerr( err, exit );
195 require_noerr( err, exit );
208 goto exit;
246 require_action( size < sizeof_array( name ), exit, err = kSizeErr ); local
253 require_action( size < sizeof_array( path ), exit, err = kSizeErr ); local
470 require_action( size < sizeof_array( name ), exit, err = kSizeErr ); local
474 require_action( size < sizeof_array( path ), exit, err = kSizeErr ); local
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
AsyncTimeout.java 36 * timeouts, and {@link #exit} afterwards. The return value of {@link #exit}
38 * #timedOut} is asynchronous, and may be called after {@link #exit}.
62 if (inQueue) throw new IllegalStateException("Unbalanced enter/exit");
108 public final boolean exit() { method in class:AsyncTimeout
139 * #enter()} and {@link #exit()} has exceeded the timeout.
158 throw exit(e);
160 exit(throwOnTimeout);
171 throw exit(e);
173 exit(throwOnTimeout)
    [all...]
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 51 CTestPlatform::CommandReturn CTestPlatform::exit(const IRemoteCommand & /*command*/, function in class:CTestPlatform
71 commandHandler.addCommandParser("exit", &CTestPlatform::exit, 0, "", "Exit TestPlatform");
  /external/python/cpython2/Lib/idlelib/
run.py 59 # completion, exit and interruptable (the main thread) flags:
106 exit()
132 exit()
228 def exit(): function
229 """Exit subprocess, possibly after first deleting sys.exitfunc
241 sys.exit(0)
248 Interrupt the MainThread and exit server if link is dropped.
287 # Keep a reference to stdin so that it won't try to exit IDLE if
299 "Override SocketIO method - terminate wait on callback and exit thread"
335 exit()
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
105 exit = os._exit variable
209 exit = win32.ExitProcess variable
338 sys.exit()
387 exit(exitcode)
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
XLogger.java 46 static Marker EXIT_MARKER = MarkerFactory.getMarker("EXIT");
52 static String EXIT_MESSAGE_0 = "exit";
53 static String EXIT_MESSAGE_1 = "exit with ({})";
129 * Log method exit
131 public void exit() { method in class:XLogger
138 * Log method exit
143 public <T> T exit(T result) { method in class:XLogger
  /external/syslinux/gpxe/src/include/
cmdlinelib.h 48 int exit; member in struct:__anon38199
78 void cmdl_setexit(cmd_line* cmd, int exit);
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass_test.cc 356 auto exit = ops::internal::Exit(root, next_iter); local
357 auto d = ops::Add(root.WithOpName("D"), c, exit);
  /external/valgrind/coregrind/
m_libcassert.c 239 // avoid recursive exit during gdbserver call.
247 VG_(umsg)("(action at valgrind abnormal exit) vgdb me ... \n");
250 VG_(umsg)("(action at valgrind abnormal exit)\n"
251 "valgrind exit is too early => vgdb not yet usable\n");
267 be called in places where the dependencies of VG_(exit) need to be
287 void VG_(exit)( Int status ) function
443 VG_(exit)(1);
456 VG_(exit)(2);
543 VG_(umsg)("Valgrind has to exit now. Sorry. Bye!\n");
548 VG_(exit)(1)
    [all...]
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 98 ble done_logo # ! if so exit
306 # Exit
308 exit: label
309 li 3,0 # 0 exit value
310 li 0,SYSCALL_EXIT # put the exit syscall number in eax
311 sc # and exit
  /frameworks/base/core/java/android/transition/
Scene.java 146 * Exiting a scene runs the {@link #setExitAction(Runnable) exit action}
149 public void exit() { method in class:Scene
216 * action, and possibly an exit action as well. An enter action
238 * action, and possibly an exit action as well. An exit action
  /frameworks/base/media/jni/
android_media_AudioPresentation.h 67 void exit(JNIEnv *env) { function in struct:android::JAudioPresentationInfo::fields_t
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
MethodBaseExpr.java 150 Scope.exit();
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
SceneTest.java 60 scene.exit();
80 scene.exit();
103 scene.exit();
114 scene.exit();

Completed in 684 milliseconds

1 2 3 45 6 7 8 91011>>