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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 176 Wait for child process to terminate. Returns returncode attribute.
181 terminate. The optional input argument should be a string to be
778 process to terminate. The optional input argument should be a
1068 def terminate(self): function in function:Popen.poll
1529 def terminate(self): function in function:Popen.poll
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 69 void EglDisplay::terminate(){ function in class:EglDisplay
  /external/chromium_org/net/proxy/
proxy_resolver_v8.cc 617 bool terminate = false; local
622 hostname, op, &result, &terminate);
625 if (terminate)
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 270 WebViewInternal.prototype.terminate = function() {
274 WebView.terminate(this.instanceId);
842 'terminate',
  /external/valgrind/main/coregrind/
m_signals.c 64 SIGVGKILL is used to terminate threads. When one thread wants
1536 Bool terminate = False; \/* kills process *\/ local
    [all...]
  /external/fio/engines/
net.c 197 while (!td->terminate) {
1248 .terminate = fio_netio_terminate,
1266 .terminate = fio_netio_terminate,
  /external/fio/
filesetup.c 142 while (left && !td->terminate) {
173 if (td->terminate) {
174 dprint(FD_FILE, "terminate unlink %s\n", f->file_name);
234 while (left && !td->terminate) {
fio.h 144 volatile int terminate; member in struct:thread_data
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 247 EGLBoolean res = dp->terminate();
577 _s.terminate();
679 _c.terminate();
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 903 * @param reason reason code to terminate a call
904 * @throws ImsException if the IMS service fails to terminate the call
906 public void terminate(int reason) throws ImsException { method in class:ImsCall
908 log("terminate :: session=" + mSession + ", reason=" + reason);
918 log("terminate owner of the call group");
921 owner.terminate(reason);
925 mSession.terminate(reason);
    [all...]
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 214 void eglDisplay::terminate() function in class:eglDisplay
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 323 def terminate method in class:ANTLR3.Profile.Profiler
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 431 int terminate = 0; local
441 prop = xmlGetNsProp(inst, (const xmlChar *)"terminate", NULL);
444 terminate = 1;
446 terminate = 0;
449 "xsl:message : terminate expecting 'yes' or 'no'\n");
463 if (terminate)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py 326 self._proc.terminate()
  /external/svox/pico/lib/
picowa.c 175 this->terminate = waTerminate;
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 508 terminate=terminate_loop):
  /frameworks/opt/vcard/java/com/android/vcard/
VCardComposer.java 83 * composer.terminate();
153 * {@link #terminate()} is called. Initially set to true.
573 public void terminate() { method in class:VCardComposer
593 Log.e(LOG_TAG, "finalized() is called before terminate() being called");
603 * or when {@link #terminate()} is already called).
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 53 __cxa_begin_catch(unwind_exception); // terminate is also a handler
54 std::terminate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 349 public void terminate() { method in class:RemoteAdtTestRunner
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 134 (void)signal(SIGINT, terminate);
  /external/libxml2/
parser.c     [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 582 terminate
623 def terminate(self): member in class:DebugEventListener
914 def terminate(self): member in class:DebugEventSocketProxy
915 self.transmit("terminate")
    [all...]
  /external/chromium_org/v8/tools/profviz/
profviz.js 80 if (worker) worker.terminate();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 289 * This timer task will terminate the transaction if the listener does not respond in a
304 serverTransaction.terminate();
1521 public void terminate() throws ObjectInUseException { method in class:SIPServerTransaction
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 217 terminate();
230 void terminate() { method in class:TestService
    [all...]

Completed in 1644 milliseconds

1 2 3 4 5 6 7 8 91011>>