Searched refs:FatalError (Results 1 - 20 of 20) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhost.cc43 FatalError("uname", LAST_SYSTEM_ERROR);
/external/chromium_org/sandbox/linux/suid/
H A Dsandbox.c47 static void FatalError(const char *msg, ...)
50 static void FatalError(const char *msg, ...) { function
108 FatalError("Setting RLIMIT_NOFILE");
111 FatalError("close");
123 FatalError("read");
127 FatalError("Unknown message from sandboxed process");
131 FatalError("Cannot chdir into /proc/ directory");
134 FatalError("Cannot chroot into /proc/ directory");
137 FatalError("Cannot chdir to / after chroot");
145 FatalError("Writin
[all...]
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp81 void FatalError(SMLoc Loc, StringRef Msg);
84 void MarkupParser::FatalError(SMLoc Loc, StringRef Msg) { function in class:MarkupParser
131 FatalError(SMLoc::getFromPointer(Start), "unterminated markup tag");
183 Parser.FatalError(Loc, "'>' without matching '<'");
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c68 FatalError("DPMI_allocRealSeg failed!");
199 FatalError("DPMI_allocSelector() failed!");
233 FatalError("DPMI_mapPhysicalToLinear() failed!");
256 FatalError("DPMI_setSelectorBase() failed!");
278 FatalError("DPMI_setSelectorLimit() failed!");
283 void FatalError(char *msg) function
568 FatalError("Not enough memory to profile BitBlt!");
583 FatalError("This program requires VBE 2.0; Please install UniVBE 5.1.");
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp163 Asm.getContext().FatalError(Fixup.getLoc(),
177 Asm.getContext().FatalError(Fixup.getLoc(),
269 Asm.getContext().FatalError(Fixup.getLoc(),
282 Asm.getContext().FatalError(Fixup.getLoc(),
370 Asm.getContext().FatalError(Fixup.getLoc(),
H A DARMAsmBackend.cpp310 Ctx->FatalError(Fixup.getLoc(), "out of range pc-relative fixup value");
334 Ctx->FatalError(Fixup.getLoc(), "out of range pc-relative fixup value");
488 Ctx->FatalError(Fixup.getLoc(), "out of range pc-relative fixup value");
507 Ctx->FatalError(Fixup.getLoc(), "out of range pc-relative fixup value");
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c251 FatalError("failed to resize rootPixmap error path\n");
262 FatalError("failed to setup old framebuffer\n");
386 FatalError("Entity");
756 FatalError("Could not init front buffer manager");
1115 FatalError("%s: failed to take down old framebuffer\n", __func__);
1144 FatalError("Couldn't adjust screen pixmap\n");
1148 FatalError("Created new root texture\n");
1227 FatalError("%s: could not takedown old bo", __func__);
H A Dxorg_exa.c295 FatalError("failed to create transfer\n");
768 FatalError("NO PIXMAP PRIVATE\n");
784 FatalError("NO PIXMAP PRIVATE\n");
H A Dxorg_dri2.c158 FatalError("NO TEXTURE IN DRI2\n");
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c251 FatalError("failed to resize rootPixmap error path\n");
262 FatalError("failed to setup old framebuffer\n");
386 FatalError("Entity");
756 FatalError("Could not init front buffer manager");
1115 FatalError("%s: failed to take down old framebuffer\n", __func__);
1144 FatalError("Couldn't adjust screen pixmap\n");
1148 FatalError("Created new root texture\n");
1227 FatalError("%s: could not takedown old bo", __func__);
H A Dxorg_exa.c295 FatalError("failed to create transfer\n");
768 FatalError("NO PIXMAP PRIVATE\n");
784 FatalError("NO PIXMAP PRIVATE\n");
H A Dxorg_dri2.c158 FatalError("NO TEXTURE IN DRI2\n");
/external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
H A Dpcp_main.cc214 void FatalError(const std::string& msg) { function
643 FatalError("Failed to connect");
668 FatalError("Failed to generate SSL identity");
/external/llvm/include/llvm/MC/
H A DMCContext.h412 LLVM_ATTRIBUTE_NORETURN void FatalError(SMLoc L, const Twine &Msg);
/external/llvm/lib/MC/
H A DMCContext.cpp388 void MCContext::FatalError(SMLoc Loc, const Twine &Msg) { function in class:MCContext
H A DMCAssembler.cpp367 getContext().FatalError(Fixup.getLoc(), "expected relocatable expression");
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp391 Asm.getContext().FatalError(Fixup.getLoc(),
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c287 mDNSlocal void FatalError(char *errmsg) function
369 if (!reply) FatalError("ERROR: malloc");
517 if (!rr) FatalError("ERROR: malloc");
1013 if (!re) FatalError("ERROR: malloc");
1188 if (!newrd) FatalError("ERROR: malloc");
1256 if (!request->u.servicereg.txtdata) FatalError("ERROR: handle_update_request - malloc");
1501 { unlink_and_free_service_instance(instance); instance = NULL; FatalError("ERROR: malloc"); }
1628 if (!request->u.servicereg.txtdata) FatalError("ERROR: handle_regservice_request - malloc");
2533 if (!q2) FatalError("ERROR: SendAdditionalQuery malloc");
3541 if (!*p) FatalError("ERRO
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h235 void (JNICALL *FatalError) member in struct:JNINativeInterface_
761 void FatalError(const char *msg) { function in struct:JNIEnv_
762 functions->FatalError(this, msg);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1271 milliseconds