HomeSort by relevance Sort by last modified time
    Searched full:terminate (Results 26 - 50 of 4178) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
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.
eh23.cpp 36 exit (0); // double faults should call terminate
eh25.cpp 8 exit (0); // Double faults should call terminate
filter2.cpp 1 // Test that terminate gets run when a catch filter fails to match while
  /external/ppp/pppd/plugins/radius/etc/
dictionary 84 ATTRIBUTE Acct-Terminate-Cause 49 integer
193 # Acct Terminate Causes, available in 3.3.2 and later
195 VALUE Acct-Terminate-Cause User-Request 1
196 VALUE Acct-Terminate-Cause Lost-Carrier 2
197 VALUE Acct-Terminate-Cause Lost-Service 3
198 VALUE Acct-Terminate-Cause Idle-Timeout 4
199 VALUE Acct-Terminate-Cause Session-Timeout 5
200 VALUE Acct-Terminate-Cause Admin-Reset 6
201 VALUE Acct-Terminate-Cause Admin-Reboot 7
202 VALUE Acct-Terminate-Cause Port-Error
    [all...]
  /external/llvm/test/Transforms/ADCE/
2005-02-17-PHI-Invoke-Crash.ll 21 to label %tmp.1.i.i183.noexc unwind label %terminate
34 to label %tmp.1.i.i162.noexc unwind label %terminate
45 terminate: ; preds = %invoke_catch.1, %invoke_catch.0
  /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
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh23.cpp 36 exit (0); // double faults should call terminate
eh25.cpp 8 exit (0); // Double faults should call terminate
filter2.cpp 1 // Test that terminate gets run when a catch filter fails to match while
  /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/libcxx/test/language.support/support.exception/exception.terminate/terminate/
terminate.pass.cpp 10 // test terminate
24 std::terminate();
  /external/lldb/test/functionalities/command_regex/
TestCommandRegex.py 18 regex_prompt = "Enter regular expressions in the form 's/<regex>/<subst>/' and terminate with an empty line:\r\n"
43 atexit.register(lambda: lldb.SBDebugger.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/chromium_org/third_party/icu/source/common/
ustr_imp.h 168 * NUL-terminate a UChar * string if possible.
169 * If length < destCapacity then NUL-terminate.
170 * If length == destCapacity then do not terminate but set U_STRING_NOT_TERMINATED_WARNING.
171 * If length > destCapacity then do not terminate but set U_BUFFER_OVERFLOW_ERROR.
184 * NUL-terminate a char * string if possible.
191 * NUL-terminate a UChar32 * string if possible.
198 * NUL-terminate a wchar_t * string if possible.
  /external/icu/icu4c/source/common/
ustr_imp.h 212 * NUL-terminate a UChar * string if possible.
213 * If length < destCapacity then NUL-terminate.
214 * If length == destCapacity then do not terminate but set U_STRING_NOT_TERMINATED_WARNING.
215 * If length > destCapacity then do not terminate but set U_BUFFER_OVERFLOW_ERROR.
227 * NUL-terminate a char * string if possible.
234 * NUL-terminate a UChar32 * string if possible.
241 * NUL-terminate a wchar_t * string if possible.
  /external/chromium_org/remoting/host/installer/mac/uninstaller/
remoting_uninstaller_app.mm 68 [NSApp terminate:self];
72 [NSApp terminate:self];
76 [NSApp terminate:self];
  /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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CameraTestThread.java 52 // Save the looper so that we can terminate this thread
70 * Terminate the looper thread
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /frameworks/native/opengl/tests/EGLTest/
egl_cache_test.cpp 37 mCache->terminate();
68 mCache->terminate();
101 mCache->terminate();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
CameraThread.java 59 // Save the looper so that we can terminate this thread
77 * Terminate the looper thread
85 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_mac.mm 7 // -[BrowserCrApplication terminate:].
  /external/chromium_org/media/filters/
webvtt_util.h 20 // side data items onto a single one, and terminate each with a NUL marker.

Completed in 1056 milliseconds

12 3 4 5 6 7 8 91011>>