/device/generic/opengl-transport/host/commands/emugen/tests/ |
D | run-tests.sh | 26 fatal () { function 52 fatal "Invalid option '$OPT', see --help." 55 fatal "This script doesn't take arguments, see --help." 84 fatal "Cannot find 'emugen' program in PATH, use --emugen=<program> option." 89 fatal "Emugen program doesn't exist: $EMUGEN"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | log.py | 48 def fatal(self, msg, *args): member in Log 57 fatal = _global_log.fatal variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | syn.h | 165 #define TRANS(p) {if ( (p)==NULL ) fatal("TRANS: NULL object"); \ 169 #define PRINT(p) {if ( (p)==NULL ) fatal("PRINT: NULL object");\ 172 #define REACH(p,k,rk,a) {if ( (p)==NULL ) fatal("REACH: NULL object");\ 177 else fatal("TRAV: NULL object");\
|
D | hash.c | 57 #define fatal(err) \ macro 60 #define require(expr, err) {if ( !(expr) ) fatal(err);}
|
D | generic.h | 50 #define fatal(err) fatalFL(err, __FILE__, __LINE__) macro
|
D | main.c | 685 /* MR14 */ fatal("Can't specify both -aa (ambiguity aid) and -alpha (\"(alpha)? beta\" aid)"); 745 if ( GenCC && no_classes_found ) fatal("required grammar class not found (exiting...)"); 1075 if ( input==NULL ) fatal("No grammar description found (exiting...)"); in readDescr() 1494 else fatal("invalid meta token"); in CompleteTokenSetRefs() 1583 fatal(eMsg1("class def output file conflicts with parser output file: %s",
|
D | parser.dlg | 911 fatal("$i attrib ref too big"); 932 fatal("$i.field attrib ref too big"); 955 if (strlen(zzbegexpr)>(size_t)85) fatal("$i.j attrib ref too big"); 1059 fatal("#i AST ref too big");
|
D | scan.c | 1286 fatal("$i attrib ref too big"); in act113() 1308 fatal("$i.field attrib ref too big"); in act114() 1332 if (strlen(zzbegexpr)>(size_t)85) fatal("$i.j attrib ref too big"); in act115() 1441 fatal("#i AST ref too big"); in act120()
|
D | misc.c | 697 fatal("k>99 is too big for this implementation of ANTLR!\n"); /* MR10 */ 699 fatal( eMsgd("rule name > max of %d\n", MaxRuleName) ); /* MR10 */ 750 fatal( eMsgd("exceeded max depth of FOLLOW recursion (%d)\n",
|
D | antlr.g | 307 fatal("$i attrib ref too big"); 324 fatal("$i.field attrib ref too big"); 343 if (strlen(zzbegexpr)>(size_t)85) fatal("$i.j attrib ref too big"); 426 fatal("#i AST ref too big"); 895 if (BlkLevel >= MAX_BLK_LEVEL) fatal("Blocks nested too deeply"); 1842 if (BlkLevel >= MAX_BLK_LEVEL) fatal("Blocks nested too deeply");
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/ |
D | SASSSDT.ASL | 60 376, //chip fatal error irq(120) 61 381, //chip fatal error irq(125) 128 376, //chip fatal error irq(120) 129 381, //chip fatal error irq(125)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | luac.c | 35 static void fatal(const char* message) in fatal() function 144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine() 168 if (!lua_checkstack(L,argc)) fatal("too many input files"); in pmain() 172 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1)); in pmain() 196 if (L==NULL) fatal("cannot create state: not enough memory"); in main() 200 if (lua_pcall(L,2,0,0)!=LUA_OK) fatal(lua_tostring(L,-1)); in main()
|
/device/google/cuttlefish/shared/sepolicy/ |
D | libcuttlefish_rild.te | 11 # Failing to create these sockets appears to be non-fatal
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | support.c | 163 void fatal(char *message,int line_no) in fatal() function 165 void fatal(message,line_no) in fatal()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | bdist_msi.py | 461 fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title, 463 fatal.title("[ProductName] Installer ended prematurely") 464 fatal.back("< Back", "Finish", active = 0) 465 fatal.cancel("Cancel", "Back", active = 0) 466 fatal.text("Description1", 15, 70, 320, 80, 0x30003, 468 fatal.text("Description2", 15, 155, 320, 20, 0x30003, 470 c=fatal.next("Finish", "Cancel", name="Finish")
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
D | genmk.c | 23 #define require(expr, err) {if ( !(expr) ) fatal(err);} 74 void fatal(char *msg); 80 void fatal(); 410 if ( num_files == 0 ) fatal("no grammar files specified; exiting..."); 420 fatal("must define classes >0 grammar classes in C++ mode\n"); 1032 void fatal( char *err_) in fatal() function 1034 void fatal( err_) in fatal()
|
D | genmk_old.c | 22 #define require(expr, err) {if ( !(expr) ) fatal(err);} 65 void fatal(); 288 if ( num_files == 0 ) fatal("no grammar files specified; exiting..."); 294 fatal("must define classes >0 grammar classes in C++ mode\n"); 742 void fatal( err_) in fatal() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | random.c | 114 py_getentropy(unsigned char *buffer, Py_ssize_t size, int fatal) in py_getentropy() argument 120 if (!fatal) { in py_getentropy()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msi.py | 468 fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title, 470 fatal.title("[ProductName] Installer ended prematurely") 471 fatal.back("< Back", "Finish", active = 0) 472 fatal.cancel("Cancel", "Back", active = 0) 473 fatal.text("Description1", 135, 70, 220, 80, 0x30003, 475 fatal.text("Description2", 135, 155, 220, 20, 0x30003, 477 c=fatal.next("Finish", "Cancel", name="Finish")
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/ |
D | GdbRun | 72 # will cause a fatal debugger error. The break point sciprt that
|
/device/linaro/bootloader/edk2/StdLib/ |
D | ISSUES.txt | 26 will be generated which is promoted to a fatal error.
|
/device/linaro/bootloader/arm-trusted-firmware/ |
D | Makefile | 149 -Wa,--fatal-warnings 154 TF_LDFLAGS += --fatal-warnings -O1
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | KNOWN_PROBLEMS.txt | 124 tokens which don't have names, generating a fatal error.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | __init__.py | 1178 fatal = critical variable in Logger 1559 fatal = critical variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | KNOWN_PROBLEMS.txt | 181 tokens which don't have names, generating a fatal error.
|