HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 176 - 200 of 718) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 183 threads[th]->terminate();
200 threads[th]->terminate();
  /external/fio/engines/
glusterfs.c 183 while (left && !td->terminate) {
226 if (td->terminate && td->o.unlink) {
227 dprint(FD_FILE, "terminate unlink %s\n",
  /external/libcxx/test/support/
test_allocator.h 72 std::terminate();
132 std::terminate();
  /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/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleActivity.java 65 mSampleView.terminate();
112 mSampleView.terminate();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 70 std::terminate();
130 std::terminate();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 243 public void terminate() { method in class:BluetoothPbapCallLogComposer
259 terminate(); method
  /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);
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 644 if ( getRuleLevel()==0 ) {dbg.terminate();}
    [all...]
  /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/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 148 # Terminate the process and actually wait for it to terminate.
149 process.terminate()
  /external/autotest/client/site_tests/platform_TLSDate/
platform_TLSDate.py 53 self._proc.terminate()
  /external/autotest/server/hosts/
chameleon_host.py 164 self._tunneling_process.terminate()
  /external/autotest/site_utils/
log_socket_server.py 166 LogSocketServer.process.terminate()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
monsoon_power_monitor.py 81 self._powermonitor_process.terminate()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
tcpdump_profiler.py 50 self._proc.terminate()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ts_proxy_server.py 122 self._proc.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/fio/
ioengine.h 149 void (*terminate)(struct thread_data *); member in struct:ioengine_ops
  /external/libcxx/src/
thread.cpp 38 terminate();

Completed in 576 milliseconds

1 2 3 4 5 6 78 91011>>