HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 1 - 25 of 291) 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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate/
terminate.pass.cpp 10 // test terminate
24 std::terminate();
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.idl 38 void terminate();
Worker.h 58 void terminate();
Worker.cpp 99 void Worker::terminate() function in class:WebCore::Worker
112 terminate();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.h 62 void terminate(void);
CThread.cpp 56 void CThread::terminate( function in class:CThread
  /ndk/sources/cxx-stl/gabi++/src/
terminate.cc 42 // The default std::terminate() implementation will crash the process.
56 // The C++ specification states that the default std::terminate()
101 _GABIXX_NORETURN void terminate() { function in namespace:std
118 terminate();
fatal_error.cc 75 std::terminate();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ApplicationLifetime.java 35 public static void terminate(boolean restart) { method in class:ApplicationLifetime
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Kernel.java 64 public void terminate() throws InterruptedException; method in interface:Kernel
  /external/nist-sip/java/javax/sip/
Transaction.java 25 void terminate() throws ObjectInUseException; method in interface:Transaction
  /external/chromium_org/chrome/test/pyautolib/
timer_queue.py 33 self.terminate = False
70 self.terminate = True
83 if self.terminate:
  /external/qemu/distrib/sdl-1.2.15/test/
testlock.c 32 void terminate(int sig) function
34 signal(SIGINT, terminate);
98 signal(SIGINT, terminate);
  /frameworks/native/opengl/tests/EGLTest/
egl_cache_test.cpp 37 mCache->terminate();
68 mCache->terminate();
101 mCache->terminate();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 25 // shared libray. The globals holding the current terminate handler and
65 terminate();
83 terminate() _NOEXCEPT
194 terminate();
219 // if p.__ptr_ is NULL, above returns so we terminate
220 terminate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunch.java 48 terminate(); method
  /external/chromium_org/chrome/test/chromedriver/server/
server.py 37 self._process.terminate()
70 self._process.terminate()
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_callUserDestroyRoutines.c 53 std::terminate; member in class:std
200 * the application has set up it's own terminate
205 terminate ();
  /frameworks/native/opengl/libs/EGL/
egl_cache.h 47 // terminate puts the egl_cache_t back into the uninitialized state. When
50 void terminate();
93 // true when initialize is called. It is set back to false when terminate
egl_object.h 57 void terminate();
80 void terminate();
118 void egl_object_t::LocalRef<N,T>::terminate() { function in class:android::egl_object_t::LocalRef
120 ref->terminate();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
ExitAction.java 45 DeviceBridge.terminate();
  /external/chromium_org/chrome/test/functional/
chromeos_gsm_compliance.py 67 fake_gsm.terminate()
72 fake_gsm.terminate()
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
terminate.js 16 // If the script didn't terminate when abandoned, then it will reach this and
  /frameworks/base/libs/hwui/
AssetAtlas.h 111 ~AssetAtlas() { terminate(); }
122 * first call terminate().
133 ANDROID_API void terminate();

Completed in 659 milliseconds

1 2 3 4 5 6 7 8 91011>>