HomeSort by relevance Sort by last modified time
    Searched full:terminate (Results 1 - 25 of 4178) 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/tests/device/test-stlport_shared-exception/jni/
terminate2.cpp 2 // Test that an unhandled exception causes us to call terminate.
elide2.cpp 3 // Verify that we still call terminate() if we do run the copy constructor,
rethrow3.cpp 9 printf ("CALLING TERMINATE\n");
spec4.cpp 3 // Test 4: all throws fail, call terminate.
terminate1.cpp 4 // but before the exception is caught") causes us to call terminate.
  /ndk/tests/device/test-stlport_static-exception/jni/
terminate2.cpp 2 // Test that an unhandled exception causes us to call terminate.
elide2.cpp 3 // Verify that we still call terminate() if we do run the copy constructor,
  /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/
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
  /external/llvm/test/Transforms/Inline/
invoke-cost.ll 15 invoke void @f() to label %cont1 unwind label %terminate.lpad
18 invoke void @f() to label %cont2 unwind label %terminate.lpad
21 invoke void @f() to label %cont3 unwind label %terminate.lpad
24 invoke void @f() to label %cont4 unwind label %terminate.lpad
29 terminate.lpad:
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0004-std-terminate-should-not-specify-throw-in-C-98.patch 4 Subject: [PATCH 04/12] std::terminate() should not specify "throw ()" in C++
20 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void terminate() _NOEXCEPT;
22 +_LIBCPP_NORETURN _LIBCPP_FUNC_VIS void terminate();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemMessage.java 35 * terminate (yes|no) "no"
46 * If the terminate attribute has the value yes, then the
47 * XSLT transformer should terminate processing after sending
54 * Set the "terminate" attribute.
55 * If the terminate attribute has the value yes, then the
56 * XSLT transformer should terminate processing after sending
59 * @param v Value to set for "terminate" attribute.
67 * Get the "terminate" attribute.
68 * If the terminate attribute has the value yes, then the
69 * XSLT transformer should terminate processing after sendin
    [all...]
  /external/lldb/source/
lldb.cpp 177 lldb_private::Terminate ()
181 // Terminate and unload and loaded system or user LLDB plug-ins
182 PluginManager::Terminate();
184 ABIMacOSX_i386::Terminate();
185 ABIMacOSX_arm::Terminate();
186 ABISysV_x86_64::Terminate();
187 DisassemblerLLVMC::Terminate();
188 ObjectContainerBSDArchive::Terminate();
189 ObjectFileELF::Terminate();
190 SymbolVendorELF::Terminate();
    [all...]
  /external/chromium_org/tools/gyp/test/mac/xcode-gcc/
warn_about_missing_newline.c 5 // Important: Don't terminate this file with a newline.
  /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
  /external/nist-sip/java/javax/sip/
Transaction.java 25 void terminate() throws ObjectInUseException; method in interface:Transaction
  /ndk/sources/cxx-stl/gabi++/tests/
unexpected_02.cpp 10 // do nothing and return, so that std::terminate() can be invoked.
  /external/chromium_org/chrome/browser/
chrome_browser_application_mac.h 33 // Our implementation of |-terminate:| only attempts to terminate the
67 // Calls -[NSApp terminate:].
68 void Terminate();
70 // Cancels a termination started by |Terminate()|.
browser_process_platform_part_mac.mm 21 // Terminate will result in a CloseAllBrowsers() call, and once (and if)
23 chrome_browser_application_mac::Terminate();
  /external/clang/test/CodeGenCXX/
noexcept.cpp 5 // std::terminate in a noexcept function.
21 // This goes to the terminate lpad.
23 // This goes to the cleanup-and-then-terminate lpad.
35 // The terminate landing pad jumps in here for some reason.
41 // The terminate handler chained to by the cleanup lpad.
  /external/chromium_org/gpu/command_buffer/client/
gles2_lib.h 25 // Terminate the GLES2 library.
26 GLES2_C_LIB_EXPORT void Terminate();
  /external/chromium_org/v8/src/libplatform/
task-queue.h 32 // Terminate the queue.
33 void Terminate();
  /ndk/sources/cxx-stl/gabi++/src/
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/lldb/test/functionalities/backticks/
TestBackticksWithoutATarget.py 22 atexit.register(lambda: lldb.SBDebugger.Terminate())

Completed in 4224 milliseconds

1 2 3 4 5 6 7 8 91011>>