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

<<11121314151617181920>>

  /external/libxcam/modules/ocl/
cl_context.h 75 void terminate ();
  /external/parameter-framework/upstream/test/functional-tests-legacy/Util/
PfwUnitTestLib.py 99 self.remoteProcess.terminate()
101 raise Exception("Fail to terminate after a exit request failed", exitEx, killEx)
  /external/python/cpython3/Lib/asyncio/
transports.py 204 def terminate(self): member in class:SubprocessTransport
214 http://docs.python.org/3/library/subprocess#subprocess.Popen.terminate
222 On Windows kill() is an alias for terminate().
subprocess.py 134 def terminate(self): member in class:Process
135 self._transport.terminate()
  /external/python/cpython3/Lib/test/test_asyncio/
test_transports.py 61 self.assertRaises(NotImplementedError, transport.terminate)
  /external/swiftshader/src/Main/
FrameBuffer.cpp 58 terminate = false;
68 terminate = true;
630 while(!frameBuffer->terminate)
634 if(!frameBuffer->terminate)
  /external/v8/tools/testrunner/network/
endpoint.py 82 self.runner.terminate = True
  /external/vixl/tools/
clang_format.py 151 pool.terminate()
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 62 int terminate; member in struct:eloop_data
539 while (!eloop.terminate &&
645 eloop.terminate = 1;
671 return eloop.terminate;
  /frameworks/av/services/audioflinger/
TrackBase.h 141 void terminate() { function in class:TrackBase
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 117 void egl_cache_t::terminate() { function in class:egl_cache_t
egl_display.h 65 EGLBoolean terminate();
egl_display.cpp 81 egl_cache_t::get()->terminate();
286 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
  /hardware/interfaces/wifi/supplicant/1.1/vts/functional/
supplicant_hidl_test.cpp 142 * Terminate
145 TEST_F(SupplicantHidlTest, Terminate) {
146 supplicant_->terminate();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
thread.cpp 44 terminate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPlugin.java 158 director.terminate();
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 156 req_termination_fn terminate; member in struct:request_state
310 if (req->terminate == (req_termination_fn)~0)
311 { LogMsg("abort_request: ERROR: Attempt to abort operation %p with req->terminate %p", req, req->terminate); return; }
314 // If this is actually a shared connection operation, then its req->terminate function will scan
315 // the all_requests list and terminate any subbordinate operations sharing this file descriptor
316 if (req->terminate) req->terminate(req);
345 // We also set req->terminate to a bogus value so we know if abort_request() gets called again for this request
346 req->terminate = (req_termination_fn)~0
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventHub.java 217 public void terminate() { method in class:DebugEventHub
220 listener.terminate();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 129 if ( ruleLevel==0 ) [debugListener terminate];
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 455 self._capture_subprocess.terminate()
468 self._capture_subprocess.terminate()
  /external/autotest/site_utils/
rpc_flight_recorder.py 168 """Terminate processes"""
171 self._poll_rpc_server_ps.terminate()
174 self._update_shards_ps.terminate()
  /external/python/cpython3/Lib/multiprocessing/
process.py 109 def terminate(self): member in class:BaseProcess
111 Terminate process; sends SIGTERM signal or uses TerminateProcess()
113 self._popen.terminate()
  /external/skia/tests/
GLProgramsTest.cpp 180 // Return a leaf node if maxLevels is 1 or if we randomly chose to terminate.
185 bool terminate = (1 == maxLevels) || (d->fRandom->nextF() < terminateProbability); local
186 if (terminate) {
198 // If we didn't terminate, choose either the left or right subtree to fulfill
  /external/skqp/tests/
GLProgramsTest.cpp 179 // Return a leaf node if maxLevels is 1 or if we randomly chose to terminate.
184 bool terminate = (1 == maxLevels) || (d->fRandom->nextF() < terminateProbability); local
185 if (terminate) {
197 // If we didn't terminate, choose either the left or right subtree to fulfill
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HostapdHal.java 359 * Terminate the hostapd daemon.
361 public void terminate() { method in class:HostapdHal
363 final String methodStr = "terminate";
366 mIHostapd.terminate();

Completed in 1394 milliseconds

<<11121314151617181920>>