HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Terminator.java 28 public void terminate(boolean aborted); method in interface:Terminator
ExperimentService.java 66 terminate(true);
73 public void terminate(boolean aborted) { method in class:ExperimentService
139 terminate(true);
  /external/webkit/WebCore/workers/
Worker.idl 47 void terminate();
Worker.h 66 void terminate();
Worker.cpp 95 void Worker::terminate() function in class:WebCore::Worker
108 terminate();
WorkerRunLoop.h 58 void terminate();
WorkerThread.cpp 168 workerContext->thread()->runLoop().terminate();
220 m_runLoop.terminate();
  /external/nist-sip/java/javax/sip/
Transaction.java 25 void terminate() throws ObjectInUseException; method in interface:Transaction
  /external/webkit/WebCore/storage/wince/
LocalStorageThreadWince.h 44 void terminate();
LocalStorageThreadWince.cpp 71 void LocalStorageThread::terminate() function in class:WebCore::LocalStorageThread
  /external/webkit/WebCore/storage/
LocalStorageThread.h 49 void terminate();
52 // Background thread part of the terminate procedure.
LocalStorageThread.cpp 81 void LocalStorageThread::terminate() function in class:WebCore::LocalStorageThread
85 // Even in weird, exceptional cases, don't wait on a nonexistent thread to terminate.
StorageSyncManager.cpp 81 m_thread->terminate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunch.java 48 terminate(); method
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
SequenceExperiment.java 59 mTerminator.terminate(false);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
ExitAction.java 45 DeviceBridge.terminate();
  /external/libxml2/
DOCBparser.c 103 * @terminate: last chunk indicator
113 int terminate ATTRIBUTE_UNUSED)
123 return (xmlParseChunk(ctxt, chunk, size, terminate));
  /external/ipsec-tools/
main.c 133 static void terminate(int signal) function
153 signal(SIGHUP, terminate);
154 signal(SIGINT, terminate);
155 signal(SIGTERM, terminate);
  /external/libxml2/include/libxml/
DOCBparser.h 83 int terminate);
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 55 printAndExit("-d conflicts with -e and -s", false /* terminate */);
60 printAndExit("-e conflicts with -d and -s", false /* terminate */);
66 printAndExit("Missing serial number after -s", false /* terminate */);
70 printAndExit("-s conflicts with -d and -e", false /* terminate */);
82 printAndExit("Too many arguments!", false /* terminate */);
139 printAndExit("No devices found!", true /* terminate */);
153 true /* terminate */);
155 printAndExit("Error: more than one device connected!",true /* terminate */);
171 true /* terminate */);
185 printAndExit("Could not find matching device/emulator.", true /* terminate */);
    [all...]
  /external/bluetooth/bluez/compat/
dund.c 89 volatile int terminate; variable
161 while (!terminate) {
182 terminate = 1;
320 terminate = 1;
343 terminate = 1;
348 } while (!terminate && persist);
376 terminate = 1;
pand.c 88 static volatile int terminate; variable
175 while (!terminate) {
269 while (!terminate) {
385 if (terminate && cleanup) {
434 terminate = 1;
466 terminate = 1;
471 } while (!terminate && persist);
496 terminate = 1;
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 56 * @param terminate Flag indicating whether to terminate this process
62 public void message(SourceLocator srcLctr, String msg, boolean terminate) throws TransformerException
73 if (terminate)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 112 public static void terminate() { method in class:DeviceBridge
113 AndroidDebugBridge.terminate();
  /external/stlport/stlport/stl/
_exception.h 122 using _STLP_VENDOR_TERMINATE_STD::terminate;
149 void terminate();

Completed in 735 milliseconds

1 2 3 4