HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 1 - 25 of 969) 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/libcxxabi/src/
cxa_aux_runtime.cpp 23 std::terminate();
31 std::terminate();
40 std::terminate();
cxa_noexception.cpp 18 #include <exception> // for std::terminate
29 std::terminate();
35 std::terminate();
44 std::terminate();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_aux_runtime.cpp 23 std::terminate();
31 std::terminate();
40 std::terminate();
cxa_noexception.cpp 18 #include <exception> // for std::terminate
29 std::terminate();
35 std::terminate();
44 std::terminate();
  /external/libcxx/test/std/language.support/support.exception/exception.terminate/terminate/
terminate.pass.cpp 10 // test terminate
24 std::terminate();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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) {
22 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);
  /hardware/interfaces/wifi/supplicant/1.1/
ISupplicant.hal 59 * Terminate the service.
64 oneway terminate();
  /external/parameter-framework/upstream/utility/
AlwaysAssert.hpp 36 #define ALWAYS_ASSERT_FAILURE(cond) std::terminate()
  /external/selinux/restorecond/
restorecond.h 29 extern int terminate;
  /toolchain/binutils/binutils-2.27/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
  /tools/tradefederation/core/src/com/android/tradefed/device/
IAndroidDebugBridge.java 57 * Wrapper for {@link AndroidDebugBridge#terminate()}
59 void terminate(); method in interface:IAndroidDebugBridge
  /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);
  /external/libcxxabi/test/
cxa_bad_cast.pass.cpp 34 // swap-out the terminate handler
53 // failure, restore the default terminate handler and fire
55 std::terminate();
cxa_bad_typeid.pass.cpp 34 // swap-out the terminate handler
52 // failure, restore the default terminate handler and fire
54 std::terminate();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
cxa_bad_cast.pass.cpp 34 // swap-out the terminate handler
53 // failure, restore the default terminate handler and fire
55 std::terminate();
cxa_bad_typeid.pass.cpp 34 // swap-out the terminate handler
52 // failure, restore the default terminate handler and fire
54 std::terminate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunch.java 48 terminate(); method
  /tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
IHostMonitor.java 39 public void terminate(); method in interface:IHostMonitor
  /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

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 91011>>