HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 226 - 250 of 969) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencv/cxcore/src/
cxerror.cpp 186 "Press \"Abort\" to terminate application.\n"
355 int terminate = context->error_callback( code, func_name, err_msg, local
357 if( terminate )
360 //exit(-abs(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()
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareClientState.java 91 mSessions.valueAt(i).terminate();
160 * terminate on the session. The assumption is that it is already
187 session.terminate();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 246 public void terminate() { method in class:BluetoothPbapCallLogComposer
262 terminate(); method
  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
TaskExecutor.java 158 * Reschedule the {@link TaskSchedulerJobService} and terminate the executor when the {@link Job}
185 terminate();
239 // next task or terminate again
271 void terminate() {
433 * between scheduleJobAndTerminate() and terminate(). In this state, {@link #getRunningInstance()}
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 133 public static void terminate() { method in class:DeviceBridge
134 AndroidDebugBridge.terminate();
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 236 terminate(0);
245 terminate(0);
  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
rpc_client_test.py 31 """Tests rpc_client.RpcClient.terminate().
44 client.terminate()
49 """Tests rpc_client.RpcClient.terminate().
64 client.terminate()
sl4a_manager_test.py 382 Tests to see that the manager has called terminate on all sessions.
393 session_1.terminate = lambda *args, **kwargs: called_on(session_1)
396 session_4.terminate = lambda *args, **kwargs: called_on(session_4)
399 session_5.terminate = lambda *args, **kwargs: called_on(session_5)
404 # No duplicates calls to terminate.
414 Tests to see that the manager has called terminate on all sessions.
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 644 if ( getRuleLevel()==0 ) {dbg.terminate();}
    [all...]
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 47 static bool terminate; variable
330 while (!terminate) {
361 terminate = true;
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 149 private volatile boolean terminate = false; field in class:StubFtpServer
244 while(!terminate) {
299 * Stop this server instance and wait for it to terminate.
304 terminate = true;
  /external/toolchain-utils/crosperf/
schedv2.py 38 def terminate(self): member in class:DutWorker
42 # BenchmarkRun.Terminate() terminates any running testcase via
43 # suite_runner.Terminate and updates timeline.
44 self._active_br.Terminate()
414 def terminate(self): member in class:Schedv2
417 Also terminate each DutWorker, so they refuse to execute br or reimage.
422 dut_worker.terminate()
  /external/autotest/client/cros/bluetooth/
output_recorder.py 134 self._recorder.terminate()
  /external/autotest/client/cros/
hostapd_server.py 133 self._process.terminate()
  /external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
hardware_TouchScreenPowerCycles.py 88 """Terminate recording process, and read/close the temp event file."""
89 self.rec_proc.terminate()
  /external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
platform_DebugDaemonGetPerfData.py 149 # Terminate the process and actually wait for it to terminate.
150 process.terminate()
  /external/autotest/client/site_tests/platform_TLSDate/
platform_TLSDate.py 57 self._proc.terminate()
  /external/autotest/site_utils/
deploy_server.py 152 pool.terminate()
log_socket_server.py 166 LogSocketServer.process.terminate()
  /external/autotest/site_utils/lxc/
shared_host_dir_unittest.py 129 p.terminate()
  /external/deqp/execserver/
xsTestDriver.cpp 81 m_process->terminate();
213 // Terminate with 0.
  /external/deqp/modules/egl/
teglApiCase.cpp 60 egl.terminate(m_display);
teglInfoTests.cpp 73 m_eglTestCtx.getLibrary().terminate(m_display);
  /external/libcxx/src/
thread.cpp 44 terminate();

Completed in 428 milliseconds

1 2 3 4 5 6 7 8 91011>>