Home
last modified time | relevance | path

Searched refs:reportError (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp65 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G3)); in isNonILP32reloc()
68 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G2)); in isNonILP32reloc()
71 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_SABS_G2)); in isNonILP32reloc()
74 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G2_NC)); in isNonILP32reloc()
77 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_SABS_G1)); in isNonILP32reloc()
80 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G1_NC)); in isNonILP32reloc()
83 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLD_MOVW_DTPREL_G2)); in isNonILP32reloc()
86 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLD_MOVW_DTPREL_G1_NC)); in isNonILP32reloc()
89 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLE_MOVW_TPREL_G2)); in isNonILP32reloc()
92 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLE_MOVW_TPREL_G1_NC)); in isNonILP32reloc()
[all …]
DAArch64MachObjectWriter.cpp103 Asm.getContext().reportError(Fixup.getLoc(), in getAArch64FixupKindMachOInfo()
183 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
194 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
201 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!"); in recordRelocation()
213 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
245 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
252 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
265 Asm.getContext().reportError( in recordRelocation()
272 Asm.getContext().reportError( in recordRelocation()
280 Asm.getContext().reportError( in recordRelocation()
[all …]
DAArch64AsmBackend.cpp157 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
168 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
170 Ctx.reportError(Fixup.getLoc(), "fixup not sufficiently aligned"); in adjustFixupValue()
179 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
186 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
188 Ctx.reportError(Fixup.getLoc(), "fixup must be 2-byte aligned"); in adjustFixupValue()
195 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
197 Ctx.reportError(Fixup.getLoc(), "fixup must be 4-byte aligned"); in adjustFixupValue()
204 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
206 Ctx.reportError(Fixup.getLoc(), "fixup must be 8-byte aligned"); in adjustFixupValue()
[all …]
/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g112reportError(null, e, true); // report after consuming so AW sees the token in the exception
124reportError(null, e, true); // report after inserting so AW sees the token in the exception
134 public void reportError(RecognitionException e) {
135 reportError(mark(), e, false);
138 …public void reportError(@Nullable Marker marker, RecognitionException e, boolean alreadyReported) {
206 reportError(marker, re, false);
215 reportError(marker, re, false);
224 reportError(marker, re, false);
233 reportError(marker, re, false);
245 reportError(marker, re, false);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mt/
Dllvm-mt.cpp68 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { in reportError() function
73 static void reportError(StringRef Input, std::error_code EC) { in reportError() function
74 reportError(Twine(Input) + ": " + EC.message()); in reportError()
79 reportError(EC.message()); in error()
85 reportError(EI.message()); in error()
107 reportError(OS.str()); in main()
125 reportError("no input file specified"); in main()
134 reportError("no output file specified"); in main()
143 reportError(File, ManifestOrErr.getError()); in main()
150 reportError("empty manifest not written"); in main()
[all …]
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketRTCClient.java113 WebSocketRTCClient.this.reportError(description); in connectToRoomInternal()
160 reportError("Loopback room is busy."); in signalingParametersReady()
190 reportError("Sending offer SDP in non connected state."); in sendOfferSdp()
240 reportError("Sending ICE candidate in non connected state."); in sendLocalIceCandidate()
285 reportError("Received answer for call initiator: " + msg); in onWebSocketMessage()
294 reportError("Received offer for call receiver: " + msg); in onWebSocketMessage()
299 reportError("Unexpected WebSocket message: " + msg); in onWebSocketMessage()
303 reportError("WebSocket error message: " + errorText); in onWebSocketMessage()
305 reportError("Unexpected WebSocket message: " + msg); in onWebSocketMessage()
309 reportError("WebSocket message JSON parsing error: " + e.toString()); in onWebSocketMessage()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/
Dllvm-cvtres.cpp69 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { in reportError() function
74 static void reportError(StringRef Input, std::error_code EC) { in reportError() function
75 reportError(Twine(Input) + ": " + EC.message() + ".\n"); in reportError()
81 reportError(EC.message() + ".\n"); in error()
88 [&](const ErrorInfoBase &EI) { reportError(EI.message()); }); in error()
123 reportError("Unsupported machine architecture"); in main()
133 reportError("No input file specified.\n"); in main()
167 reportError(File, errorToErrorCode(BinaryOrErr.takeError())); in main()
173 reportError(File + ": unrecognized file format.\n"); in main()
198 reportError(OutputFile, errorToErrorCode(FileOrErr.takeError())); in main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h52 reportError(toString(std::move(E))); in findSectionByAddress()
66 reportError(toString(std::move(E))); in printUnwindInformation()
72 reportError("p_memsz does not match p_filesz for GNU_EH_FRAME"); in printUnwindInformation()
83 reportError(toString(std::move(E))); in printUnwindInformation()
88 reportError(toString(std::move(E))); in printUnwindInformation()
108 reportError(toString(std::move(E))); in printEHFrameHdr()
125 reportError("only version 1 of .eh_frame_hdr is supported"); in printEHFrameHdr()
130 reportError("unexpected encoding eh_frame_ptr_enc"); in printEHFrameHdr()
135 reportError("unexpected encoding fde_count_enc"); in printEHFrameHdr()
140 reportError("unexpected encoding table_enc"); in printEHFrameHdr()
[all …]
Dllvm-readobj.cpp317 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { in reportError() function
327 [&](const ErrorInfoBase &EI) { reportError(EI.message()); }); in error()
333 reportError(EC.message()); in error()
342 static void reportError(StringRef Input, std::error_code EC) { in reportError() function
346 reportError(Twine(Input) + ": " + EC.message()); in reportError()
349 static void reportError(StringRef Input, Error Err) { in reportError() function
357 reportError(ErrMsg); in reportError()
406 reportError(Obj->getFileName(), EC); in dumpObject()
525 reportError(Arc->getFileName(), ChildOrErr.takeError()); in dumpArchive()
534 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format); in dumpArchive()
[all …]
/external/skia/modules/pathkit/perf/
Dpath.bench.js73 }).catch(reportError(done));
95 }).catch(reportError(done));
118 }).catch(reportError(done));
141 }).catch(reportError(done));
159 }).catch(reportError(done));
181 }).catch(reportError(done));
201 }).catch(reportError(done));
221 }).catch(reportError(done));
258 }).catch(reportError(done));
286 }).catch(reportError(done));
[all …]
/external/skqp/modules/pathkit/perf/
Dpath.bench.js73 }).catch(reportError(done));
95 }).catch(reportError(done));
118 }).catch(reportError(done));
141 }).catch(reportError(done));
159 }).catch(reportError(done));
181 }).catch(reportError(done));
201 }).catch(reportError(done));
221 }).catch(reportError(done));
258 }).catch(reportError(done));
286 }).catch(reportError(done));
[all …]
/external/skqp/tools/bookmaker/
DbmhParser.cpp142 return this->reportError<bool>("unnamed markup"); in addDefinition()
145 return this->reportError<bool>("expected one name only"); in addDefinition()
157 return this->reportError<bool>("expected parent"); in addDefinition()
167 return this->reportError<bool>("duplicate symbol"); in addDefinition()
259 return this->reportError<bool>("unnamed topic"); in addDefinition()
268 return this->reportError<bool>("#Topic must be root"); in addDefinition()
274 return this->reportError<bool>("#Subtopic may not be root"); in addDefinition()
281 return this->reportError<bool>("#Subtopic missing parent"); in addDefinition()
307 return this->reportError<bool>("mismatched topic"); in addDefinition()
311 return this->reportError<bool>("already declared topic"); in addDefinition()
[all …]
DtextParser.cpp34 void TextParser::reportError(const char* errorStr) const { in reportError() function in TextParser
98 return this->reportError<string>("missing typedef std::function end bracket >"); in typedefName()
103 return this->reportError<string>("missing typedef std::function end bracket >"); in typedefName()
128 return this->reportError<string>("missing typedef name"); in typedefName()
135 return this->reportError<string>("missing typedef function asterisk"); in typedefName()
139 return this->reportError<string>("missing typedef function )"); in typedefName()
143 return this->reportError<string>("missing typedef params ("); in typedefName()
146 return this->reportError<string>("missing typedef params )"); in typedefName()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNewHdfParser.java204 reportError(state, "End of line was prematurely reached. Parse error."); in parse()
226 reportError(state, "Extra chars after '}'"); in parseCommand()
243 reportError(state, "Missing '\"' at end of include"); in parseInclude()
265 reportError(state, "No characters expected after '{'"); in parseHdfElement()
282 reportError(state, "Invalid HDF name"); in parseHdfElement()
286 reportError(state, "No characters expected after '{'"); in parseHdfElement()
295 reportError(state, "Invalid HDF name"); in parseHdfElement()
299 reportError(state, "No characters expected after '{'"); in parseHdfElement()
307 reportError(state, "Expected '<<'"); in parseHdfElement()
319 reportError(state, "No valid operator"); in parseHdfElement()
[all …]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp148 Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
156 if (Ctx) Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
158 Ctx->reportError(Fixup.getLoc(), "fixup not sufficiently aligned"); in adjustFixupValue()
165 Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
170 Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
172 Ctx->reportError(Fixup.getLoc(), "fixup must be 2-byte aligned"); in adjustFixupValue()
177 Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
179 Ctx->reportError(Fixup.getLoc(), "fixup must be 4-byte aligned"); in adjustFixupValue()
184 Ctx->reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue()
186 Ctx->reportError(Fixup.getLoc(), "fixup must be 8-byte aligned"); in adjustFixupValue()
[all …]
DAArch64MachObjectWriter.cpp94 Asm.getContext().reportError(Fixup.getLoc(), in getAArch64FixupKindMachOInfo()
175 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
186 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
193 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!"); in recordRelocation()
205 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
237 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
244 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
257 Asm.getContext().reportError( in recordRelocation()
264 Asm.getContext().reportError( in recordRelocation()
272 Asm.getContext().reportError( in recordRelocation()
[all …]
DAArch64ELFObjectWriter.cpp67 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType()
87 Ctx.reportError(Fixup.getLoc(), in getRelocType()
103 Ctx.reportError(Fixup.getLoc(), "Unsupported pc-relative fixup kind"); in getRelocType()
109 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType()
135 Ctx.reportError(Fixup.getLoc(), in getRelocType()
150 Ctx.reportError(Fixup.getLoc(), in getRelocType()
165 Ctx.reportError(Fixup.getLoc(), in getRelocType()
180 Ctx.reportError(Fixup.getLoc(), in getRelocType()
201 Ctx.reportError(Fixup.getLoc(), in getRelocType()
208 Ctx.reportError(Fixup.getLoc(), in getRelocType()
[all …]
/external/skia/tools/bookmaker/
DbmhParser.cpp142 return this->reportError<bool>("unnamed markup"); in addDefinition()
145 return this->reportError<bool>("expected one name only"); in addDefinition()
157 return this->reportError<bool>("expected parent"); in addDefinition()
167 return this->reportError<bool>("duplicate symbol"); in addDefinition()
259 return this->reportError<bool>("unnamed topic"); in addDefinition()
268 return this->reportError<bool>("#Topic must be root"); in addDefinition()
274 return this->reportError<bool>("#Subtopic may not be root"); in addDefinition()
281 return this->reportError<bool>("#Subtopic missing parent"); in addDefinition()
307 return this->reportError<bool>("mismatched topic"); in addDefinition()
311 return this->reportError<bool>("already declared topic"); in addDefinition()
[all …]
DtextParser.cpp34 void TextParser::reportError(const char* errorStr) const { in reportError() function in TextParser
98 return this->reportError<string>("missing typedef std::function end bracket >"); in typedefName()
103 return this->reportError<string>("missing typedef std::function end bracket >"); in typedefName()
128 return this->reportError<string>("missing typedef name"); in typedefName()
135 return this->reportError<string>("missing typedef function asterisk"); in typedefName()
139 return this->reportError<string>("missing typedef function )"); in typedefName()
143 return this->reportError<string>("missing typedef params ("); in typedefName()
146 return this->reportError<string>("missing typedef params )"); in typedefName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp290 reportError( in checkAXOK()
294 reportError(I.getLoc(), in checkAXOK()
317 reportError(MCB.getLoc(), in checkHWLoop()
339 reportError(I.getLoc(), in checkCOFMax1()
345 reportError(I.getLoc(), in checkCOFMax1()
351 reportError(I.getLoc(), in checkCOFMax1()
374 reportError("invalid instruction packet: out of slots"); in checkSlots()
422 reportError(I.getLoc(), "New value register consumer has no producer"); in checkNewValues()
433 reportError(I.getLoc(), in checkNewValues()
442 reportError(I.getLoc(), in checkNewValues()
[all …]
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp265 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { in reportError() function
275 reportError(EC.message()); in error()
284 static void reportError(StringRef Input, std::error_code EC) { in reportError() function
288 reportError(Twine(Input) + ": " + EC.message()); in reportError()
291 static void reportError(StringRef Input, StringRef Message) { in reportError() function
295 reportError(Twine(Input) + ": " + Message); in reportError()
298 static void reportError(StringRef Input, Error Err) { in reportError() function
306 reportError(ErrMsg); in reportError()
345 reportError(Obj->getFileName(), EC); in dumpObject()
447 reportError(Arc->getFileName(), Buf); in dumpArchive()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DMain.cpp49 static int reportError(const char *ProgName, Twine Msg) { in reportError() function
61 return reportError(argv0, "the option -d must be used together with -o\n"); in createDependencyFile()
66 return reportError(argv0, "error opening " + DependFilename + ":" + in createDependencyFile()
84 return reportError(argv0, "Could not open input file '" + InputFilename + in TableGenMain()
102 return reportError(argv0, "error opening " + OutputFilename + ":" + in TableGenMain()
113 return reportError(argv0, Twine(ErrorsPrinted) + " errors.\n"); in TableGenMain()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp72 Ctx->reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue()
82 Ctx->reportError(Fixup.getLoc(), "out of range PC19 fixup"); in adjustFixupValue()
119 Ctx->reportError(Fixup.getLoc(), "out of range PC7 fixup"); in adjustFixupValue()
129 Ctx->reportError(Fixup.getLoc(), "out of range PC10 fixup"); in adjustFixupValue()
139 Ctx->reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue()
148 Ctx->reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
155 Ctx->reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
161 Ctx->reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
170 Ctx->reportError(Fixup.getLoc(), "out of range PC21 fixup"); in adjustFixupValue()
179 Ctx->reportError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
[all …]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckTags.java52 private boolean reportError; field in CheckTags.DocNode
55 public void reset(String header, boolean reportError) { in reset() argument
59 this.reportError = reportError; in reset()
64 " reportError: " + reportError + in toString()
74 public void push(String header, boolean reportError) { in push() argument
88 stack[index++].reset(header, reportError); in push()
99 if (stack[index].reportError) { in pop()
123 boolean show = !brief || last.reportError; in output()
289 void doDocs(ProgramElementDoc[] docs, String header, boolean reportError) { in doDocs() argument
291 stack.push(header, reportError); in doDocs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp83 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue()
93 Ctx.reportError(Fixup.getLoc(), "out of range PC19 fixup"); in adjustFixupValue()
132 Ctx.reportError(Fixup.getLoc(), "out of range PC7 fixup"); in adjustFixupValue()
142 Ctx.reportError(Fixup.getLoc(), "out of range PC10 fixup"); in adjustFixupValue()
152 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue()
161 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
168 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
174 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue()
183 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup"); in adjustFixupValue()
192 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue()
[all …]

12345678910