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

1 2

  /external/swiftshader/third_party/LLVM/lib/TableGen/
Error.cpp 23 void PrintError(SMLoc ErrorLoc, const Twine &Msg) {
27 void PrintError(const char *Loc, const Twine &Msg) {
31 void PrintError(const Twine &Msg) {
35 void PrintError(const TGError &Error) {
36 PrintError(Error.getLoc(), Error.getMessage());
Main.cpp 112 PrintError(Error);
114 PrintError(Error);
116 PrintError(Error);
TGLexer.cpp 42 PrintError(Loc, Msg);
254 PrintError(getLoc(), "Expected filename after include");
266 PrintError(getLoc(), "Could not find include file '" + Filename + "'");
305 PrintError(TokStart, "Unterminated comment!");
TGParser.h 64 PrintError(L, Msg);
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Error.h 32 void PrintError(SMLoc ErrorLoc, const Twine &Msg);
33 void PrintError(const char *Loc, const Twine &Msg);
34 void PrintError(const Twine &Msg);
35 void PrintError(const TGError &Error);
  /external/llvm/include/llvm/TableGen/
Error.h 26 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg);
27 void PrintError(const char *Loc, const Twine &Msg);
28 void PrintError(const Twine &Msg);
  /external/llvm/lib/TableGen/
Error.cpp 54 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
58 void PrintError(const char *Loc, const Twine &Msg) {
62 void PrintError(const Twine &Msg) {
67 PrintError(Msg);
74 PrintError(ErrorLoc, Msg);
TGLexer.cpp 43 PrintError(Loc, Msg);
296 PrintError(getLoc(), "Expected filename after include");
308 PrintError(getLoc(), "Could not find include file '" + Filename + "'");
314 PrintError(getLoc(),
355 PrintError(TokStart, "Unterminated comment!");
TGParser.h 95 PrintError(L, Msg);
  /external/webrtc/webrtc/base/
checks.cc 47 void PrintError(const char* format, ...) {
62 PrintError("\n==== C stack trace ===============================\n\n");
64 PrintError("(empty)\n");
66 PrintError("(no symbols)\n");
71 PrintError("%2d: ", i);
75 PrintError("%s\n", demangled != NULL ? demangled : mangled);
79 PrintError("%s\n", symbols[i]);
101 PrintError(stream_.str().c_str());
  /system/bt/service/client/
main.cc 77 PrintError(msg); \
123 void PrintError(const string& message) {
178 PrintError("Failed to register BLE client");
224 PrintError("Failed to register BLE advertiser");
261 PrintError("Failed to register BLE client");
303 PrintError("Failed to register GATT client");
440 PrintError("In progress");
445 PrintError("Already registered");
452 PrintError("Failed to obtain handle to Bluetooth Le Advertiser interface");
468 PrintError("Not registered")
    [all...]
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 33 int PrintError(char *buffer, const char *message)
49 return PrintError(buffer, "Incorrect command");
203 return PrintError(rs, "Incorrect UInt32 or UInt64");
207 return PrintError(rs, "Can not open input file");
213 return PrintError(rs, "Can not open output file");
236 return PrintError(rs, kCantAllocateMessage);
238 return PrintError(rs, kDataErrorMessage);
240 return PrintError(rs, kCantWriteMessage);
242 return PrintError(rs, kCantReadMessage);
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 87 static void PrintError(const char *message, const FString &name)
95 static void PrintError(const AString &s)
164 PrintError("Password is not defined");
348 PrintError("Can not delete output file", fullProcessedPath);
357 PrintError("Can not open output file", fullProcessedPath);
457 PrintError("Password is not defined");
632 PrintError("WARNING: can't open file");
687 PrintError("Password is not defined");
698 #define NT_CHECK_FAIL_ACTION PrintError("Unsupported Windows version"); return 1;
714 PrintError("Can not load 7-zip library");
    [all...]
  /external/v8/src/base/
logging.cc 53 v8::base::OS::PrintError("\n\n#\n# Fatal error in %s, line %d\n# ", file,
59 v8::base::OS::PrintError("\n#\n");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaCompress.c 76 int PrintError(char *buffer, const char *message)
92 return PrintError(buffer, "Incorrect command");
330 return PrintError(rs, "Incorrect UInt32 or UInt64");
334 return PrintError(rs, "Can not open input file");
337 return PrintError(rs, "Can not open output file");
362 return PrintError(rs, kCantAllocateMessage);
364 return PrintError(rs, kDataErrorMessage);
366 return PrintError(rs, kCantWriteMessage);
368 return PrintError(rs, kCantReadMessage);
  /external/lzma/C/Util/7z/
7zMain.c 284 void PrintError(const char *sz)
334 PrintError("incorrect command");
354 PrintError("can not open input file");
378 PrintError("incorrect command");
501 PrintError("can not open output file");
508 PrintError("can not write output file");
514 PrintError("can not close output file");
538 PrintError("decoder doesn't support this archive");
540 PrintError("can not allocate memory");
542 PrintError("CRC error");
    [all...]
  /external/v8/src/snapshot/
serializer-common.cc 36 v8::base::OS::PrintError("Unknown external reference %p.\n", addr);
37 v8::base::OS::PrintError("%s", ExternalReferenceTable::ResolveSymbol(addr));
  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 120 PrintError(Target.getTargetRecord()->getLoc(), "Primary decode conflict");
OptParserEmitter.cpp 82 PrintError(A->getLoc(), Twine("Option is equivalent to"));
83 PrintError(B->getLoc(), Twine("Other defined here"));
  /external/v8/benchmarks/
run.js 46 function PrintError(name, error) {
61 NotifyError: PrintError,
  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 112 // PrintError is a utility function that prints a list of errors to w,
116 func PrintError(w io.Writer, err error) {
  /prebuilts/go/linux-x86/src/go/scanner/
errors.go 112 // PrintError is a utility function that prints a list of errors to w,
116 func PrintError(w io.Writer, err error) {
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 570 static void PrintError(const char *s)
703 PrintError("\nError:\n");
704 PrintError(s);
705 PrintError("\n");
710 PrintError("\nError\n");
  /art/runtime/
runtime_callbacks_test.cc 228 PrintError(list);
233 PrintError(list);
240 void PrintError(std::initializer_list<const char*> list) {
  /external/v8/src/
utils.cc 213 base::OS::PrintError("Cannot read from file %s.\n", filename);
305 base::OS::PrintError("Cannot open file %s for writing.\n", filename);
322 base::OS::PrintError("Cannot open file %s for writing.\n", filename);

Completed in 1248 milliseconds

1 2