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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
LocalTestService.java 4 void terminate() { method in class:LocalTestService
  /external/lldb/test/pexpect-2.4/
fdpexpect.py 75 def terminate (self, force=False): member in class:fdspawn
  /external/deqp/framework/delibs/decpp/
deProcess.cpp 55 void Process::terminate (void) function in class:de::Process
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Kernel.java 64 public void terminate() throws InterruptedException; method in interface:Kernel
  /external/v8/tools/testrunner/local/
pool.py 101 self.terminate()
121 def terminate(self): member in class:Pool
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunch.java 48 terminate(); method
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
ExitAction.java 45 DeviceBridge.terminate();
  /cts/tests/tests/media/libaudiojni/
Gate.h 94 // terminate (term has expired).
96 void terminate() { function in class:android::Gate
  /external/libdrm/tests/planetest/
planetest.c 19 static int terminate = 0; variable
23 terminate = 1;
92 while (!terminate) {
atomictest.c 19 static int terminate = 0; variable
23 terminate = 1;
110 while (!terminate) {
  /external/nist-sip/java/javax/sip/
Transaction.java 25 void terminate() throws ObjectInUseException; method in interface:Transaction
  /frameworks/base/libs/hwui/
AssetAtlas.cpp 57 void AssetAtlas::terminate() { function in class:android::uirenderer::AssetAtlas
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 44 void egl_object_t::terminate() { function in class:android::egl_object_t
49 ALOGE("egl_object_t::terminate() removed the last reference!");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 180 public void terminate() { method in class:PacketDispatcher.EventsSynchronyzer
435 public void terminate() { method in class:PacketDispatcher.CommandsSynchronyzer
616 eventsSynchronyzer.terminate();
617 commandsSynchronyzer.terminate();
  /external/deqp/execserver/
xsPosixTestProcess.cpp 249 void PosixTestProcess::terminate (void) function in class:xs::PosixTestProcess
259 printf("PosixTestProcess::terminate(): Failed to kill process: %s\n", e.what());
321 terminate();
  /external/ipsec-tools/
main.c 136 static void terminate(int signal) function
183 signal(SIGHUP, terminate);
184 signal(SIGINT, terminate);
185 signal(SIGTERM, terminate);
  /external/selinux/policycoreutils/restorecond/
restorecond.c 76 int terminate = 0; variable
116 terminate = 1;
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 152 terminate(int signo) function
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 265 * @see org.eclipse.debug.core.model.ITerminate#terminate()
268 public void terminate() { method in class:AndroidJUnitLaunchAction.TestRunnerProcess
270 mTestRunner.terminate();
285 terminate(); method
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 133 public static void terminate() { method in class:DeviceBridge
134 AndroidDebugBridge.terminate();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
BlankDebugEventListener.java 59 public void terminate() {} method in class:BlankDebugEventListener
DebugEventListener.java 195 * terminate
232 public void terminate(); method in interface:DebugEventListener
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 201 def terminate() method in class:ANTLR3.Debug.EventHub
203 listener.terminate()
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 323 def terminate method in class:ANTLR3.Profile.Profiler
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 205 void TestProcess::terminate (void) function in class:tcu::Android::TestProcess
207 DBG_PRINT(("TestProcess::terminate()"));
219 terminate();
261 terminate();

Completed in 1180 milliseconds

1 2 3 4 5 6 7 8 91011