HomeSort by relevance Sort by last modified time
    Searched refs:fatal (Results 1 - 25 of 621) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Frontend/
verify-fatal.c 3 #error first fatal
4 // expected-error@-1 {{first fatal}}
6 #error second fatal
7 // expected-error@-1 {{second fatal}}
11 // CHECK-NEXT: Line 6 (directive at {{.*}}verify-fatal.c:7): second fatal
  /external/clang/test/Index/
werror.c 5 #ifdef FATAL
6 void fatal(int);
7 void fatal(float);
  /external/robolectric-shadows/
wrapper.sh 39 # Terminate with a fatal error.
40 function fatal() { function
41 echo "Fatal: $*"
46 local module="${1-}"; shift || fatal "missing argument: module"
47 local output="${1-}"; shift || fatal "missing argument: output"
48 local retval="${1-}"; shift || fatal "missing argument: retval"
49 local action="${1-}"; shift || fatal "missing argument: action"
72 fatal "invalid action: $action"
java-timeout 17 function fatal() { function
18 echo "FATAL: $*"
27 echo 'FATAL: command timed out'
30 shift || fatal '[on_timeout] missing argument: pid'
31 test $# = 0 || fatal '[on_timeout] too many arguments'
61 shift || fatal '[main]: missing argument: timeout_secs'
74 fatal 'Must specify a timeout of at least 30 seconds.'
list_failed.sh 12 function fatal() { function
13 echo 1>&2 "FATAL: $@"
18 test $# = 0 || fatal "Too many arguments: $@"
  /prebuilts/misc/common/robolectric/3.1.1/
wrapper.sh 39 # Terminate with a fatal error.
40 function fatal() { function
41 echo "Fatal: $*"
46 local module="${1-}"; shift || fatal "missing argument: module"
47 local output="${1-}"; shift || fatal "missing argument: output"
48 local retval="${1-}"; shift || fatal "missing argument: retval"
49 local action="${1-}"; shift || fatal "missing argument: action"
72 fatal "invalid action: $action"
java-timeout 17 function fatal() { function
18 echo "FATAL: $*"
27 echo 'FATAL: command timed out'
30 shift || fatal '[on_timeout] missing argument: pid'
31 test $# = 0 || fatal '[on_timeout] too many arguments'
61 shift || fatal '[main]: missing argument: timeout_secs'
74 fatal 'Must specify a timeout of at least 30 seconds.'
list_failed.sh 12 function fatal() { function
13 echo 1>&2 "FATAL: $@"
18 test $# = 0 || fatal "Too many arguments: $@"
  /prebuilts/misc/common/robolectric/3.4.2/
wrapper.sh 39 # Terminate with a fatal error.
40 function fatal() { function
41 echo "Fatal: $*"
46 local module="${1-}"; shift || fatal "missing argument: module"
47 local output="${1-}"; shift || fatal "missing argument: output"
48 local retval="${1-}"; shift || fatal "missing argument: retval"
49 local action="${1-}"; shift || fatal "missing argument: action"
72 fatal "invalid action: $action"
java-timeout 17 function fatal() { function
18 echo "FATAL: $*"
27 echo 'FATAL: command timed out'
30 shift || fatal '[on_timeout] missing argument: pid'
31 test $# = 0 || fatal '[on_timeout] too many arguments'
61 shift || fatal '[main]: missing argument: timeout_secs'
74 fatal 'Must specify a timeout of at least 30 seconds.'
list_failed.sh 12 function fatal() { function
13 echo 1>&2 "FATAL: $@"
18 test $# = 0 || fatal "Too many arguments: $@"
  /prebuilts/misc/common/robolectric/3.5.1/
wrapper.sh 39 # Terminate with a fatal error.
40 function fatal() { function
41 echo "Fatal: $*"
46 local module="${1-}"; shift || fatal "missing argument: module"
47 local output="${1-}"; shift || fatal "missing argument: output"
48 local retval="${1-}"; shift || fatal "missing argument: retval"
49 local action="${1-}"; shift || fatal "missing argument: action"
72 fatal "invalid action: $action"
java-timeout 17 function fatal() { function
18 echo "FATAL: $*"
27 echo 'FATAL: command timed out'
30 shift || fatal '[on_timeout] missing argument: pid'
31 test $# = 0 || fatal '[on_timeout] too many arguments'
61 shift || fatal '[main]: missing argument: timeout_secs'
74 fatal 'Must specify a timeout of at least 30 seconds.'
list_failed.sh 12 function fatal() { function
13 echo 1>&2 "FATAL: $@"
18 test $# = 0 || fatal "Too many arguments: $@"
  /prebuilts/misc/common/robolectric/3.6.1/
wrapper.sh 39 # Terminate with a fatal error.
40 function fatal() { function
41 echo "Fatal: $*"
46 local module="${1-}"; shift || fatal "missing argument: module"
47 local output="${1-}"; shift || fatal "missing argument: output"
48 local retval="${1-}"; shift || fatal "missing argument: retval"
49 local action="${1-}"; shift || fatal "missing argument: action"
72 fatal "invalid action: $action"
java-timeout 17 function fatal() { function
18 echo "FATAL: $*"
27 echo 'FATAL: command timed out'
30 shift || fatal '[on_timeout] missing argument: pid'
31 test $# = 0 || fatal '[on_timeout] too many arguments'
61 shift || fatal '[main]: missing argument: timeout_secs'
74 fatal 'Must specify a timeout of at least 30 seconds.'
list_failed.sh 12 function fatal() { function
13 echo 1>&2 "FATAL: $@"
18 test $# = 0 || fatal "Too many arguments: $@"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
warn1.d 1 #name: --warn-shared-textrel --fatal-warnings
3 #ld: -shared -melf_i386 --warn-shared-textrel --fatal-warnings
  /external/clang/test/Preprocessor/
pragma_diagnostic_output.c 8 // CHECK: #pragma GCC diagnostic fatal "-Wall"
9 #pragma GCC diagnostic fatal "-Wall"
21 // CHECK: #pragma clang diagnostic fatal "-Wall"
22 #pragma clang diagnostic fatal "-Wall"
  /external/e2fsprogs/e2fsck/
badblocks.c 47 goto fatal;
59 goto fatal;
73 goto fatal;
84 goto fatal;
95 goto fatal;
106 goto fatal;
112 fatal:
  /system/core/adb/client/
main.cpp 45 fatal("cannot open '%s': %s", log_file_path.c_str(), strerror(errno));
48 fatal("cannot redirect stdout: %s", strerror(errno));
51 fatal("cannot redirect stderr: %s", strerror(errno));
93 fatal("cannot make stdout unbuffered: %s", strerror(errno));
96 fatal("cannot make stderr unbuffered: %s", strerror(errno));
134 fatal("could not install *smartsocket* listener: %s", error.c_str());
150 fatal("setsid() failed: %s", strerror(errno));
168 fatal("adb: cannot write ACK to handle 0x%p: %s", ack_reply_handle,
172 fatal("adb: cannot write %lu bytes of ACK: only wrote %lu bytes", bytes_to_write,
  /external/clang/test/Sema/
attr-noreturn.c 5 void fatal();
8 fatal();
  /external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/
Trivial.java 40 l.fatal("f");
48 l.fatal("f", e);
  /external/autotest/client/site_tests/security_ptraceRestrictions/
security_ptraceRestrictions.py 33 logging.error('FATAL: %s' % (msg))
36 def check(self, boolean, msg, fatal=False):
41 if fatal:
58 self.check(os.path.exists(sysctl), "%s exists" % (sysctl), fatal=True)
60 fatal=True)
  /external/pdfium/skia/ext/
google_logging.cc 16 bool fatal,

Completed in 205 milliseconds

1 2 3 4 5 6 7 8 91011>>