Home
last modified time | relevance | path

Searched refs:FATAL (Results 1 – 25 of 40) sorted by relevance

12

/external/ppp/pppd/plugins/pppoatm/
Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */ in try_pvc()
44 if (!(flags & T2A_WILDCARD)) return FATAL; /* not allowed */ in try_pvc()
49 if (!(flags & T2A_UNSPEC)) return FATAL; /* not allowed */ in try_pvc()
54 if (*text++ != '.') return FATAL; /* dot required */ in try_pvc()
66 if (part[0] == ATM_VPI_UNSPEC) return FATAL; /* bad */ in try_pvc()
89 else if (!dot) return FATAL; /* two dots in a row */ in do_try_nsap()
96 if (!dot || *text == '0') return FATAL; in do_try_nsap()
128 if (!dot) return FATAL; /* two dots in a row */ in do_try_nsap()
131 if (!dot) return FATAL; in do_try_nsap()
144 if (len < offset) return FATAL; in do_try_nsap()
[all …]
Datmres.h28 #define FATAL -1 /* must be -1 */ macro
Dans.c114 res_len) < 0) return FATAL; in ans()
/external/mtpd/
Dmtpd.c118 log_print(FATAL, "Cannot get control socket"); in get_control_and_arguments()
128 log_print(FATAL, "Cannot get argument length"); in get_control_and_arguments()
141 log_print(FATAL, "Cannot get argument value"); in get_control_and_arguments()
156 log_print(FATAL, "Cannot get L2TP secret from keystore"); in get_control_and_arguments()
186 log_print(FATAL, "Pipe() %s", strerror(errno)); in main()
208 log_print(FATAL, "Poll() %s", strerror(errno)); in main()
285 log_print(FATAL, "Getaddrinfo() %s", (error == EAI_SYSTEM) ? in create_socket()
304 log_print(FATAL, "Connect() %s", strerror(errno)); in create_socket()
324 log_print(FATAL, "Fork() %s", strerror(errno)); in start_pppd()
341 log_print(FATAL, "Exec() %s", strerror(errno)); in start_pppd()
Dl2tp.c188 log_print(FATAL, "Recv() %s", strerror(errno)); in recv_packet()
334 log_print(FATAL, "Cannot read %s", RANDOM_DEVICE); in l2tp_connect()
355 log_print(FATAL, "Socket() %s", strerror(errno)); in create_pppox()
366 log_print(FATAL, "Connect() %s", strerror(errno)); in create_pppox()
Dpptp.c176 log_print(FATAL, "Recv() %s", strerror(errno)); in recv_packet()
241 log_print(FATAL, "Socket() %s", strerror(errno)); in create_pppox()
252 log_print(FATAL, "Connect() %s", strerror(errno)); in create_pppox()
Dmtpd.h39 FATAL = 4, enumerator
/external/webkit/JavaScriptCore/wtf/
DAssertions.h203 #define FATAL(...) ((void)0) macro
205 #define FATAL() ((void)0) macro
207 #define FATAL(...) do { \ macro
/external/gtest/src/
Dgtest-death-test.cc486 GTEST_LOG_(FATAL, in Wait()
492 GTEST_LOG_(FATAL, in Wait()
696 GTEST_LOG_(FATAL, error); in FailFromInternalError()
700 GTEST_LOG_(FATAL, in FailFromInternalError()
719 GTEST_LOG_(FATAL, error); in FailFromInternalError()
723 GTEST_LOG_(FATAL, in FailFromInternalError()
763 GTEST_LOG_(FATAL, in Wait()
770 GTEST_LOG_(FATAL, in Wait()
844 GTEST_LOG_(FATAL, in Passed()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dintersect.h52 LOG(FATAL) << "IntersectFst: arguments not both acceptors"; in IntersectFst()
64 LOG(FATAL) << "IntersectFst: arguments not both acceptors"; in IntersectFst()
Ddifference.h58 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor"; in DifferenceFst()
72 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor"; in DifferenceFst()
Dshortest-path.h88 LOG(FATAL) << "SingleShortestPath: for nshortest > 1, use ShortestPath" in SingleShortestPath()
92 LOG(FATAL) << "SingleShortestPath: Weight needs to have the path" in SingleShortestPath()
248 LOG(FATAL) << "ShortestPath: n-shortest: Weight needs to have the " in ShortestPath()
252 LOG(FATAL) << "ShortestPath: n-shortest-string algorithm not " in ShortestPath()
Dreweight.h49 LOG(FATAL) << "Reweight: Reweighting to the final states requires " in Reweight()
54 LOG(FATAL) << "Reweight: Reweighting to the initial state requires " in Reweight()
Dequivalent.h118 LOG(FATAL) << "Equivalent: first argument not an" in Equivalent()
122 LOG(FATAL) << "Equivalent: second argument not an" in Equivalent()
Dcompose.h115 LOG(FATAL) << "ComposeFst: output symbol table of 1st argument " in ComposeFstImplBase()
359 LOG(FATAL) << "ComposeFst: 1st argument not output label " in ComposeFstImpl()
368 LOG(FATAL) << "ComposeFst: 2nd argument not input label " in ComposeFstImpl()
379 LOG(FATAL) in ComposeFstImpl()
406 LOG(FATAL) << "ComposeFst: 1st argument not output label sorted " in ComposeFstImpl()
788 LOG(FATAL) << "ComposeFst: Weight needs to be a commutative semiring: " in Init()
Dstring-weight.h370 LOG(FATAL) << "StringWeight::Plus: unequal arguments " in Plus()
437 LOG(FATAL) << "StringWeight::Divide: only left division is defined " in Divide()
462 LOG(FATAL) << "StringWeight::Divide: only right division is defined " in Divide()
487 LOG(FATAL) << "StringWeight::Divide: only right division is defined " in Divide()
Dprune.h63 LOG(FATAL) << "Prune: Weight needs to have the path property and" in Prune()
149 LOG(FATAL) << "Prune: Weight needs to have the path property and" in Prune()
Dcompat.cpp80 LOG(FATAL) << "FlagInit: Bad option: " << (*argv)[index]; in InitFst()
Ddeterminize.h69 LOG(FATAL) << "LabelCommonDivisor: Weight needs to be left semiring"; in operator()
230 LOG(FATAL) << "DeterminizeFst: argument not an acceptor"; in DeterminizeFsaImpl()
232 LOG(FATAL) << "DeterminizeFst: Weight needs to be left distributive: " in DeterminizeFsaImpl()
Dqueue.h298 LOG(FATAL) << "TopOrderQueue: fst is not acyclic."; in TopOrderQueue()
422 LOG(FATAL) << "SccQueue: head of empty queue"; in Head()
444 LOG(FATAL) << "SccQueue: dequeue of empty queue"; in Dequeue()
Dminimize.h477 LOG(FATAL) << "Input Fst is not an unweighted acceptor"; in AcceptorMinimize()
518 LOG(FATAL) << "Input Fst is not deterministic";
/external/gtest/test/
Dgtest-death-test_test.cc148 GTEST_LOG_(FATAL, "death inside MayDie::MemberFunction()."); in MemberFunction()
159 GTEST_LOG_(FATAL, "death inside GlobalFunction()."); in GlobalFunction()
164 GTEST_LOG_(FATAL, "death inside NonVoidFunction()."); in NonVoidFunction()
171 GTEST_LOG_(FATAL, "death inside DieIf()."); in DieIf()
178 GTEST_LOG_(FATAL, "death inside DieIfLessThan()."); in DieIfLessThan()
193 GTEST_LOG_(FATAL, "debug death inside DieInDebugElse12()"); in DieInDebugElse12()
/external/webkit/V8Binding/v8/src/
Dchecks.h41 #define FATAL(msg) \ macro
48 #define FATAL(msg) \ macro
Dtoken.cc145 FATAL("Fix keyword lookup!"); in Initialize()
/external/webkit/WebKitTools/Scripts/
Dextract-localizable-strings49 my %isDebugMacro = ( ASSERT_WITH_MESSAGE => 1, LOG_ERROR => 1, ERROR => 1, NSURL_ERROR => 1, FATAL

12