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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/util/
IState.java 46 void exit(); method in interface:IState
State.java 42 * @see com.android.internal.util.IState#exit()
45 public void exit() { method in class:State
  /frameworks/base/media/jni/
android_media_BufferingParams.h 54 void exit(JNIEnv *env) { function in struct:android::BufferingParams::fields_t
  /hardware/intel/common/wrs_omxil_core/utils/inc/
module.h 40 module_exit_t exit; member in struct:module
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraCmdThread.cpp 75 exit();
193 * FUNCTION : exit
195 * DESCRIPTION: exit the CMD thread
203 int32_t QCameraCmdThread::exit() function in class:qcamera::QCameraCmdThread
213 LOGE("Error during exit, rc = %d", rc);
  /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
IAppHelper.java 36 * overriden for custom functionality, however consider and document the exit state if doing so.
38 abstract void exit(); method in interface:IAppHelper
  /prebuilts/go/darwin-x86/src/runtime/
sys_solaris_amd64.s 183 JMP exit
265 exit: label
  /prebuilts/go/linux-x86/src/runtime/
sys_solaris_amd64.s 183 JMP exit
265 exit: label
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
gui.js 270 * Exit the process after confirmation from user
274 function exit(exitCode) { function
276 if (confirm("Do you really want to exit?")) {
277 java.lang.System.exit(exitCode);
280 exit.docString = "exits jconsole";
282 // synonym to exit
283 var quit = exit;
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
gui.js 270 * Exit the process after confirmation from user
274 function exit(exitCode) { function
276 if (confirm("Do you really want to exit?")) {
277 java.lang.System.exit(exitCode);
280 exit.docString = "exits jconsole";
282 // synonym to exit
283 var quit = exit;
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
Scope.java 54 public static void exit() { method in class:Scope
56 Preconditions.checkNotNull(entry, "Inconsistent scope exit");
75 Scope.exit();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
PackageIconLoaderTest.java 48 mThread.exit();
90 public void exit() { method in class:PackageIconLoaderTest.ConsumerThread
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
32 and it is SystemExit (which can be done by thread.exit()) it is
58 def exit(): function
59 """Dummy implementation of thread.exit()."""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
32 and it is SystemExit (which can be done by thread.exit()) it is
58 def exit(): function
59 """Dummy implementation of thread.exit()."""
  /external/ImageMagick/MagickCore/
delegate-private.h 58 (MagickDLLCall *exit)(gs_main_instance *); member in struct:_GhostInfo
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 31 public BasicBlock[] exit; // null if the block is a leaf. field in class:BasicBlock
78 .append(", exit{");
79 if (exit != null) {
80 for (int i = 0; i < exit.length; i++)
81 sbuf.append(exit[i].position).append(", ");
333 prev.exit = m.jump;
341 prev.exit = makeArray(bb);
351 prev.exit = makeArray(bb);
366 b.exit = m.jump;
  /external/mdnsresponder/mDNSWindows/DLLX/
StringServices.cpp 63 require_action( utf16String != NULL, exit, err = kUnknownErr );
75 require_noerr( err, exit );
97 require_action( utf8String != NULL, exit, err = kNoMemoryErr );
103 require_noerr( err, exit );
122 exit:
195 require_action( unicode, exit, err = ERROR_INSUFFICIENT_BUFFER );
210 exit:
262 require_action( outVariant->parray, exit, ok = FALSE );
266 require_action( hr == S_OK, exit, ok = FALSE );
272 require_action( hr == S_OK, exit, ok = FALSE )
320 require_action( SafeArrayGetDim( psa ) == 1, exit, ok = FALSE ); local
    [all...]
  /external/python/cpython2/Lib/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
32 and it is SystemExit (which can be done by thread.exit()) it is
58 def exit(): function
59 """Dummy implementation of thread.exit()."""
  /external/python/cpython3/Lib/
_dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
34 and it is SystemExit (which can be done by _thread.exit()) it is
61 def exit(): function
62 """Dummy implementation of _thread.exit()."""
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 48 mThreads[i]->exit();
58 mThreads[i]->exit();
127 void TaskManager::WorkerThread::exit() { function in class:android::uirenderer::TaskManager::WorkerThread
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
32 and it is SystemExit (which can be done by thread.exit()) it is
58 def exit(): function
59 """Dummy implementation of thread.exit()."""
  /prebuilts/gdb/linux-x86/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
32 and it is SystemExit (which can be done by thread.exit()) it is
58 def exit(): function
59 """Dummy implementation of thread.exit()."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
32 and it is SystemExit (which can be done by thread.exit()) it is
58 def exit(): function
59 """Dummy implementation of thread.exit()."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
32 and it is SystemExit (which can be done by thread.exit()) it is
58 def exit(): function
59 """Dummy implementation of thread.exit()."""
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeProcessWrapper.java 57 * The expected exit code for the debuggee process.
74 * Sets the expected exit code. This is meant to be used by tests that will request target
75 * VM termination with VirtualMachine.Exit command.
101 * Waits for process to exit and closes output redirectors
106 logWriter.println("Waiting for process exit");
110 throw new TestErrorException("IOException in waiting for process exit: ", e);
115 outRedir.exit();
126 errRedir.exit();
275 * Waits for launched process to exit.
294 // waiting for the debuggee process to exit. We send an interrupt request t
    [all...]

Completed in 878 milliseconds

1 23 4 5 6 7 8 91011>>