Searched
refs:exit (Results
776 -
800 of
2536) sorted by null
<<31323334353637383940>>
/external/emma/core/java12/com/vladium/emma/ |
runCommand.java | 163 exit (true, "failed to load Main-Class manifest attribute from [" + jarfile.getAbsolutePath () + "]", null, RC_UNEXPECTED); method 254 exit (true, yre.getMessage (), yre, RC_UNEXPECTED); // does not return method 262 exit (true, "unexpected failure: ", t, RC_UNEXPECTED); // does not return method 266 exit (false, null, null, RC_OK); method
|
/external/emma/core/java13/com/vladium/util/exit/ |
ExitHookManager.java | 9 package com.vladium.util.exit;
|
/external/ganymed-ssh2/examples/ |
Basic.java | 68 /* Show exit status, if available (otherwise "null") */ 84 System.exit(2);
|
BasicWithHTTPProxy.java | 79 /* Show exit status, if available (otherwise "null") */ 95 System.exit(2);
|
PublicKeyAuthentication.java | 74 System.exit(2);
|
SingleThreadStdoutStderr.java | 135 System.exit(2);
|
StdoutAndStderr.java | 83 System.exit(2);
|
UsingKnownHosts.java | 81 System.exit(2);
|
/external/grub/lib/ |
getopt1.c | 189 exit (0);
|
/external/gtest/test/ |
gtest_env_var_test_.cc | 111 exit(1);
|
/external/icu4c/i18n/ |
unesctrn.cpp | 178 // Loop over the forms in spec[]. Exit this loop when we 179 // match one of the specs. Exit the outer loop if a 203 goto exit; 223 goto exit; 246 goto exit; 280 exit:
|
/external/icu4c/samples/datefmt/answers/ |
main_2.cpp | 30 exit(1);
|
main_3.cpp | 30 exit(1);
|
/external/icu4c/samples/datefmt/ |
main.cpp | 30 exit(1);
|
util.cpp | 11 // Verify that a UErrorCode is successful; exit(1) if not 15 exit(1);
|
/external/icu4c/samples/msgfmt/ |
util.cpp | 11 // Verify that a UErrorCode is successful; exit(1) if not 15 exit(1);
|
/external/icu4c/samples/translit/answers/ |
main_2.cpp | 43 exit(1);
|
/external/icu4c/samples/translit/ |
util.cpp | 11 // Verify that a UErrorCode is successful; exit(1) if not 15 exit(1);
|
/external/icu4c/test/threadtest/ |
threadtest.cpp | 60 exit(-1); 126 exit(-1); 296 exit(1); 364 // If main thread says it's time to exit, break out of the loop. 401 exit(0); 502 // Tell the threads to exit.
|
/external/icu4c/tools/toolutil/ |
toolutil.cpp | 62 exit(errorCode); 228 exit(U_MEMORY_ALLOCATION_ERROR); 270 exit(U_MEMORY_ALLOCATION_ERROR); 293 exit(U_MEMORY_ALLOCATION_ERROR);
|
/external/iproute2/netem/ |
maketable.c | 37 exit(3); 102 exit(3); 209 exit(1); 217 exit(2);
|
stats.c | 70 exit(1);
|
/external/ipsec-tools/src/racoon/ |
misc.h | 72 exit(1); \
|
/external/javassist/sample/duplicate/ |
Viewer.java | 55 System.exit(0);
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/ |
FolderConverter.java | 63 System.exit(1);
|
Completed in 228 milliseconds
<<31323334353637383940>>