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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/language.support/support.exception/exception.terminate/terminate/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/terminate/Android.mk
19 test_name := language.support/support.exception/exception.terminate/terminate/terminate
20 test_src := terminate.pass.cpp
terminate.pass.cpp 10 // test terminate
24 std::terminate();
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
LocalTestService.java 4 void terminate() { method in class:LocalTestService
  /external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/Android.mk
19 test_name := language.support/support.exception/exception.terminate/set.terminate/set_terminate
23 test_name := language.support/support.exception/exception.terminate/set.terminate/get_terminate
  /external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/Android.mk
19 test_name := language.support/support.exception/exception.terminate/terminate.handler/terminate_handler
  /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/libcxx/test/language.support/support.exception/exception.terminate/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/Android.mk
19 test_name := language.support/support.exception/exception.terminate/nothing_to_do
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.idl 39 void terminate();
Worker.h 58 void terminate();
WorkerRunLoop.h 62 void terminate();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.h 62 void terminate(void);
  /external/deqp/execserver/
xsTestProcess.hpp 45 virtual void terminate (void) = DE_NULL;
  /external/nist-sip/java/javax/sip/
Transaction.java 25 void terminate() throws ObjectInUseException; method in interface:Transaction
  /ndk/sources/cxx-stl/gabi++/src/
fatal_error.cc 75 std::terminate();
terminate.cc 43 // std::terminate() so that the user-defined std::terminate() handler can
47 std::terminate();
50 // The default std::terminate() implementation will crash the process.
64 // The C++ specification states that the default std::terminate()
109 _GABIXX_NORETURN void terminate() _GABIXX_NOEXCEPT_CXX11_ONLY {
129 // If the handler returns, then call terminate().
130 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();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ApplicationLifetime.java 44 public static void terminate(boolean restart) { method in class:ApplicationLifetime
  /external/deqp/framework/delibs/decpp/
deProcess.hpp 50 void terminate (void);
deProcess.cpp 55 void Process::terminate (void) function in class:de::Process
  /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 40 self._process.terminate()
73 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 ();
  /system/core/toolbox/upstream-netbsd/bin/dd/
extern.h 64 __dead void terminate(int);
  /external/libcxx/src/
exception.cpp 27 // shared library. The globals holding the current terminate handler and
67 terminate();
85 terminate() _NOEXCEPT
260 terminate();
293 // if p.__ptr_ is NULL, above returns so we terminate
294 terminate();

Completed in 1240 milliseconds

1 2 3 4 5 6 7 8 91011>>