HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 1 - 25 of 718) 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
  /external/libcxx/test/std/language.support/support.exception/exception.terminate/terminate/
terminate.pass.cpp 10 // test terminate
24 std::terminate();
  /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/libbrillo/brillo/message_loops/
message_loop_utils.cc 15 base::Callback<bool()> terminate) {
21 while (!timeout_called && (terminate.is_null() || !terminate.Run()))
message_loop_utils.h 16 // Run the MessageLoop until the condition passed in |terminate| returns true
21 base::Callback<bool()> terminate);
  /external/parameter-framework/upstream/utility/
AlwaysAssert.hpp 36 #define ALWAYS_ASSERT_FAILURE(cond) std::terminate()
  /external/selinux/policycoreutils/restorecond/
restorecond.h 29 extern int terminate;
  /external/tlsdate/
events.dot 15 wake -> terminate;
16 sync -> terminate;
17 save -> terminate;
47 tlsdate_fail -> terminate;
54 save_fail -> terminate;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
sr3.cc 30 terminate(void) function
33 function terminate actually does return. */
34 terminate ();
  /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();
  /prebuilts/misc/windows/sdl2/test/
testlock.c 47 terminate(int sig) function
49 signal(SIGINT, terminate);
124 signal(SIGINT, terminate);
  /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/deqp/framework/common/
tcuTestContext.hpp 70 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; }
86 bool m_terminateAfter; //!< Should tester terminate after execution of the current test
  /frameworks/base/libs/hwui/
AssetAtlas.h 100 ~AssetAtlas() { terminate(); }
110 * first call terminate().
121 void terminate();
  /system/core/toolbox/upstream-netbsd/bin/dd/
extern.h 64 __dead void terminate(int);
  /frameworks/native/opengl/libs/EGL/
egl_object.h 48 virtual void terminate();
81 void terminate();
119 void egl_object_t::LocalRef<N,T>::terminate() { function in class:android::egl_object_t::LocalRef
121 ref->terminate();
130 void terminate() override;
egl_object.cpp 44 void egl_object_t::terminate() { function in class:android::egl_object_t
49 ALOGE("egl_object_t::terminate() removed the last reference!");
97 void egl_surface_t::terminate() { function in class:android::egl_surface_t
99 egl_object_t::terminate();
  /external/libdrm/tests/planetest/
planetest.c 19 static int terminate = 0; variable
23 terminate = 1;
92 while (!terminate) {
  /frameworks/native/opengl/tests/EGLTest/
egl_cache_test.cpp 37 mCache->terminate();
68 mCache->terminate();
101 mCache->terminate();
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
parallel.py 74 [p.terminate() for p in procs]

Completed in 375 milliseconds

1 2 3 4 5 6 7 8 91011>>