HomeSort by relevance Sort by last modified time
    Searched defs:FATAL (Results 26 - 50 of 197) sorted by null

12 3 4 5 6 7 8

  /art/tools/common/
common.py 63 FATAL = 5
226 """Fatal error in script."""
  /external/tensorflow/tensorflow/core/platform/default/
logging.h 34 const int FATAL = 3; // base_logging::FATAL;
93 // CHECK dies with a fatal error if condition is not true. It is *not*
99 LOG(FATAL) << "Check failed: " #condition " "
148 // No destructor: if str_ is non-NULL, we're about to LOG(FATAL),
274 while (false && (condition)) LOG(FATAL)
281 while (false && ((void)(x), (void)(y), 0)) LOG(FATAL)
  /frameworks/base/tools/aapt2/cmd/
Optimize.cpp 98 UNIMPLEMENTED(FATAL);
112 UNIMPLEMENTED(FATAL);
  /system/extras/verity/
build_verity_tree.cpp 35 #define FATAL(x...) { \
158 FATAL("failed to convert salt from hex\n");
163 FATAL("failed to convert salt to bytes\n");
179 FATAL("invalid value of verity-size\n");
182 FATAL("invalid value of verity-size\n");
203 FATAL("failed to get digest\n");
214 FATAL("failed to open /dev/urandom\n");
219 FATAL("failed to read %zu bytes from /dev/urandom: %zd %d\n", salt.size(), ret, errno);
252 FATAL("failed to open %s\n", data_filename);
263 FATAL("failed to read file %s\n", data_filename)
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.h 257 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
361 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
561 UNIMPLEMENTED(FATAL);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 49 #define FATAL(args...) \
  /external/one-true-awk/
lib.c 64 FATAL("out of space for $0 and fields");
79 FATAL("out of space in makefields %d", i);
146 FATAL("can't open file %s", file);
194 FATAL("field separator %.10s... is too long", *FS);
208 FATAL("input record `%.30s...' too long", buf);
216 FATAL("input record `%.30s...' too long", buf);
221 FATAL("input record `%.30s...' too long", buf);
281 FATAL("out of space for fields in fldbld %d", n);
347 FATAL("record `%.30s...' has too many fields; can't happen", r);
393 FATAL("trying to access out of range field %d", n)
    [all...]
  /system/core/base/include/android-base/
logging.h 90 FATAL,
181 using ::android::base::FATAL; \
186 // LogMessage's destructor that will abort on FATAL severity.
196 // Note to the static analyzer that we always execute FATAL logs in practice.
197 #define MUST_LOG_MESSAGE(severity) (SEVERITY_LAMBDA(severity) == ::android::base::FATAL)
227 // FATAL it also causes an abort. For example:
229 // LOG(FATAL) << "We didn't expect to reach here";
237 ABORT_AFTER_LOG_EXPR_IF((SEVERITY_LAMBDA(severity)) == ::android::base::FATAL, true) && \
241 // stderr. If the severity is FATAL it also causes an abort.
261 // Check whether condition x holds and LOG(FATAL) if not. The value of th
    [all...]
  /art/runtime/gc/space/
region_space.h 88 UNIMPLEMENTED(FATAL);
92 UNIMPLEMENTED(FATAL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
129 FATAL = CRITICAL
1178 fatal = critical variable in class:Logger
1559 fatal = critical variable
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
124 FATAL = CRITICAL
1214 fatal = critical variable in class:Logger
1595 fatal = critical variable
    [all...]
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 20 * TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
72 private static final int FATAL= i++;
102 levelNames[FATAL] = "FATAL";
288 * Log a message object with the FATAL level.
292 public void fatal(Object message) { method in class:Logger
293 log(FATAL, message, null);
297 * Log a message object with the FATAL level including the stack trace of the
303 public void fatal(Object message, Throwable t) { method in class:Logger
304 log(FATAL, message, t);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
129 FATAL = CRITICAL
1196 fatal = critical variable in class:Logger
1577 fatal = critical variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
129 FATAL = CRITICAL
1196 fatal = critical variable in class:Logger
1577 fatal = critical variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
129 FATAL = CRITICAL
1196 fatal = critical variable in class:Logger
1577 fatal = critical variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
129 FATAL = CRITICAL
1196 fatal = critical variable in class:Logger
1577 fatal = critical variable
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-over-slf4j-1.4.2.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 50 static final int FATAL = 0;
65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
421 * @return one of XSLAttributeDef.FATAL, XSLAttributeDef.ERROR, XSLAttributeDef.WARNING
    [all...]
  /external/python/cpython3/Lib/logging/
__init__.py 31 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
35 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
93 FATAL = CRITICAL
111 'FATAL': FATAL,
1355 fatal = critical variable in class:Logger
1832 fatal = critical variable
    [all...]
  /external/cblas/testing/
c_cblat2.f 84 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
282 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
290 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
314 FATAL = .FALSE.
321 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
327 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
335 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
341 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
350 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
356 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC
    [all...]
c_cblat3.f 65 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
236 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
245 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
263 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
272 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
296 FATAL = .FALSE.
302 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
308 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
316 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
322 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET
    [all...]
c_dblat2.f 81 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
278 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
286 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
310 FATAL = .FALSE.
317 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
323 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
331 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
337 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
346 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
352 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC
    [all...]
c_dblat3.f 60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
231 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
240 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
258 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
267 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
291 FATAL = .FALSE.
296 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
302 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
310 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
316 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET
    [all...]
c_sblat2.f 81 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
278 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
286 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
310 FATAL = .FALSE.
317 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
323 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
331 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
337 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
346 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
352 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC
    [all...]
c_sblat3.f 60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
230 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
239 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
257 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
266 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
290 FATAL = .FALSE.
295 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
301 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
309 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
315 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET
    [all...]

Completed in 1036 milliseconds

12 3 4 5 6 7 8