HomeSort by relevance Sort by last modified time
    Searched defs:terminate (Results 1 - 25 of 628) 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/libxcam/xcore/
image_handler.cpp 55 ImageHandler::terminate () function in class:XCam::ImageHandler
  /external/python/cpython3/Lib/multiprocessing/
popen_fork.py 54 def terminate(self): member in class:Popen
popen_spawn_win32.py 17 TERMINATE = 0x10000
83 if code == TERMINATE:
92 def terminate(self): member in class:Popen
95 _winapi.TerminateProcess(int(self._handle), TERMINATE)
  /tools/tradefederation/core/src/com/android/tradefed/device/
AndroidDebugBridgeWrapper.java 130 public void terminate() { method in class:AndroidDebugBridgeWrapper
131 AndroidDebugBridge.terminate();
IAndroidDebugBridge.java 57 * Wrapper for {@link AndroidDebugBridge#terminate()}
59 void terminate(); method in interface:IAndroidDebugBridge
  /external/deqp/framework/delibs/decpp/
deProcess.cpp 55 void Process::terminate (void) function in class:de::Process
  /external/python/cpython3/Lib/test/
test_readline.py 223 def terminate(proc): function in function:run_pty
225 proc.terminate()
229 cleanup.callback(terminate, proc)
  /external/v8/tools/testrunner/local/
pool.py 149 self.terminate()
171 def terminate(self): member in class:Pool
  /prebuilts/misc/windows/sdl2/test/
testlock.c 47 terminate(int sig) function
49 signal(SIGINT, terminate);
124 signal(SIGINT, terminate);
  /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();
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
sl4a_session.py 40 threads calling terminate()
193 def terminate(self): member in class:Sl4aSession
208 self.rpc_client.terminate()
  /cts/tests/tests/media/libaudiojni/
Gate.h 94 // terminate (term has expired).
96 void terminate() { function in class:android::Gate
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
multiprocessing_shim.py 39 def terminate(self): member in class:ProcessShim
43 self._proc.terminate()
  /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;
109 while (!terminate) {
  /external/nist-sip/java/javax/sip/
Transaction.java 25 void terminate() throws ObjectInUseException; method in interface:Transaction
  /tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
IHostMonitor.java 39 public void terminate(); method in interface:IHostMonitor
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 179 public void terminate() { method in class:PacketDispatcher.EventsSynchronyzer
433 public void terminate() { method in class:PacketDispatcher.CommandsSynchronyzer
613 eventsSynchronyzer.terminate();
614 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 135 static void terminate(int signal) function
170 signal(SIGHUP, terminate);
171 signal(SIGINT, terminate);
172 signal(SIGTERM, terminate);
  /external/libxcam/modules/ocl/
cl_device.cpp 90 CLDevice::terminate () function in class:XCam::CLDevice
93 _default_context->terminate ();
  /external/python/cpython2/Lib/multiprocessing/
process.py 133 def terminate(self): member in class:Process
135 Terminate process; sends SIGTERM signal or uses TerminateProcess()
137 self._popen.terminate()
  /external/python/cpython3/Lib/asyncio/
subprocess.py 134 def terminate(self): member in class:Process
135 self._transport.terminate()

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>