Searched refs:reportError (Results 1 - 25 of 170) sorted by relevance

1234567

/external/skia/tools/bookmaker/
H A DfiddleParser.cpp39 this->reportError("fiddle compile error");
51 this->reportError("fiddle runtime error");
65 this->reportError("missing example");
143 bmh.reportError("mismatched stdout len\n");
147 bmh.reportError("mismatched stdout text\n");
154 bmh.reportError("bmh %s missing stdout\n");
157 bmh.reportError("%s mismatched stdout eof\n");
H A Dbookmaker.cpp82 return this->reportError<bool>("unnamed markup");
85 return this->reportError<bool>("expected one name only");
94 return this->reportError<bool>("expected parent");
104 return this->reportError<bool>("duplicate symbol");
190 return this->reportError<bool>("unnamed topic");
199 return this->reportError<bool>("#Topic must be root");
205 return this->reportError<bool>("#Subtopic may not be root");
212 return this->reportError<bool>("#Subtopic missing parent");
236 return this->reportError<bool>("mismatched topic");
240 return this->reportError<boo
1360 void TextParser::reportError(const char* errorStr) const { function in class:TextParser
[all...]
/external/smali/smalidea/src/main/antlr/
H A DsmalideaParser.g112 reportError(null, e, true); // report after consuming so AW sees the token in the exception
124 reportError(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(marke
[all...]
/external/skqp/tools/bookmaker/
H A DfiddleParser.cpp65 this->reportError("fiddle compile error");
77 this->reportError("fiddle runtime error");
91 this->reportError("missing example");
169 bmh.reportError("mismatched stdout len\n");
173 bmh.reportError("mismatched stdout text\n");
180 bmh.reportError("bmh %s missing stdout\n");
183 bmh.reportError("%s mismatched stdout eof\n");
H A DselfCheck.cpp33 return fBmhParser.reportError<bool>("expected root topic");
75 return constructors->reportError<bool>("expected #Subtopic Constructors");
104 return csChild->reportError<bool>("expected Make in content");
119 return csChild->reportError<bool>("missing constructor in Constructors");
143 return memberFunctions->reportError<bool>("expected #Subtopic Member_Functions");
170 return csChild->reportError<bool>("missing method in Member_Functions");
184 return operators->reportError<bool>("expected #Subtopic Operators");
208 return csChild->reportError<bool>("missing operator in Operators");
263 return cs->reportError<bool>("missing method");
274 return cs->reportError<boo
[all...]
H A Dbookmaker.cpp81 return this->reportError<bool>("unnamed markup");
84 return this->reportError<bool>("expected one name only");
93 return this->reportError<bool>("expected parent");
103 return this->reportError<bool>("duplicate symbol");
184 return this->reportError<bool>("unnamed topic");
209 return this->reportError<bool>("mismatched topic");
213 return this->reportError<bool>("already declared topic");
233 this->reportError<bool>("DefinedBy already defined");
301 return this->reportError<bool>("end element mismatch");
309 return this->reportError<boo
1253 void TextParser::reportError(const char* errorStr) const { function in class:TextParser
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugParser.java73 public void reportError(IOException e) { method in class:DebugParser
94 public void reportError(RecognitionException e) { method in class:DebugParser
95 super.reportError(e);
H A DDebugTreeParser.java75 public void reportError(IOException e) { method in class:DebugTreeParser
80 public void reportError(RecognitionException e) { method in class:DebugTreeParser
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DWebSocketRTCClient.java113 WebSocketRTCClient.this.reportError(description);
160 reportError("Loopback room is busy.");
190 reportError("Sending offer SDP in non connected state.");
240 reportError("Sending ICE candidate in non connected state.");
285 reportError("Received answer for call initiator: " + msg);
294 reportError("Received offer for call receiver: " + msg);
299 reportError("Unexpected WebSocket message: " + msg);
303 reportError("WebSocket error message: " + errorText);
305 reportError("Unexpected WebSocket message: " + msg);
309 reportError("WebSocke
325 private void reportError(final String errorMessage) { method in class:WebSocketRTCClient
[all...]
H A DWebSocketChannelClient.java102 reportError("URI error: " + e.getMessage());
104 reportError("WebSocket connection error: " + e.getMessage());
131 reportError("WebSocket register JSON error: " + e.getMessage());
158 reportError("WebSocket send JSON error: " + e.getMessage());
206 private void reportError(final String errorMessage) { method in class:WebSocketChannelClient
227 reportError("WS " + method + " error: " + errorMessage);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp94 Asm.getContext().reportError(Fixup.getLoc(),
175 Asm.getContext().reportError(Fixup.getLoc(),
186 Asm.getContext().reportError(Fixup.getLoc(),
193 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!");
205 Asm.getContext().reportError(Fixup.getLoc(),
237 Asm.getContext().reportError(Fixup.getLoc(),
244 Asm.getContext().reportError(Fixup.getLoc(),
257 Asm.getContext().reportError(
264 Asm.getContext().reportError(
272 Asm.getContext().reportError(
[all...]
H A DAArch64AsmBackend.cpp148 Ctx->reportError(Fixup.getLoc(), "fixup value out of range");
156 if (Ctx) Ctx->reportError(Fixup.getLoc(), "fixup value out of range");
158 Ctx->reportError(Fixup.getLoc(), "fixup not sufficiently aligned");
165 Ctx->reportError(Fixup.getLoc(), "fixup value out of range");
170 Ctx->reportError(Fixup.getLoc(), "fixup value out of range");
172 Ctx->reportError(Fixup.getLoc(), "fixup must be 2-byte aligned");
177 Ctx->reportError(Fixup.getLoc(), "fixup value out of range");
179 Ctx->reportError(Fixup.getLoc(), "fixup must be 4-byte aligned");
184 Ctx->reportError(Fixup.getLoc(), "fixup value out of range");
186 Ctx->reportError(Fixu
[all...]
H A DAArch64ELFObjectWriter.cpp67 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported");
87 Ctx.reportError(Fixup.getLoc(),
103 Ctx.reportError(Fixup.getLoc(), "Unsupported pc-relative fixup kind");
109 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported");
135 Ctx.reportError(Fixup.getLoc(),
150 Ctx.reportError(Fixup.getLoc(),
165 Ctx.reportError(Fixup.getLoc(),
180 Ctx.reportError(Fixup.getLoc(),
201 Ctx.reportError(Fixup.getLoc(),
208 Ctx.reportError(Fixu
[all...]
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h25 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg);
30 reportError(EO.getError().message());
39 reportError(Buf);
H A Dllvm-readobj.cpp265 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { function in namespace:llvm
275 reportError(EC.message());
284 static void reportError(StringRef Input, std::error_code EC) { function
288 reportError(Twine(Input) + ": " + EC.message());
291 static void reportError(StringRef Input, StringRef Message) { function
295 reportError(Twine(Input) + ": " + Message);
298 static void reportError(StringRef Input, Error Err) { function
306 reportError(ErrMsg);
345 reportError(Obj->getFileName(), EC);
447 reportError(Ar
[all...]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java52 private boolean reportError; field in class:CheckTags.DocNode
55 public void reset(String header, boolean reportError) { argument
59 this.reportError = reportError;
64 " reportError: " + reportError +
74 public void push(String header, boolean reportError) { argument
87 // System.out.println("reset [" + index + "] header: " + header + " report: " + reportError);
88 stack[index++].reset(header, reportError);
99 if (stack[index].reportError) {
289 doDocs(ProgramElementDoc[] docs, String header, boolean reportError) argument
[all...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp72 Ctx->reportError(Fixup.getLoc(), "out of range PC16 fixup");
82 Ctx->reportError(Fixup.getLoc(), "out of range PC19 fixup");
119 Ctx->reportError(Fixup.getLoc(), "out of range PC7 fixup");
129 Ctx->reportError(Fixup.getLoc(), "out of range PC10 fixup");
139 Ctx->reportError(Fixup.getLoc(), "out of range PC16 fixup");
148 Ctx->reportError(Fixup.getLoc(), "out of range PC18 fixup");
155 Ctx->reportError(Fixup.getLoc(), "out of range PC18 fixup");
161 Ctx->reportError(Fixup.getLoc(), "out of range PC18 fixup");
170 Ctx->reportError(Fixup.getLoc(), "out of range PC21 fixup");
179 Ctx->reportError(Fixu
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java204 reportError(state, "End of line was prematurely reached. Parse error.");
226 reportError(state, "Extra chars after '}'");
243 reportError(state, "Missing '\"' at end of include");
265 reportError(state, "No characters expected after '{'");
282 reportError(state, "Invalid HDF name");
286 reportError(state, "No characters expected after '{'");
295 reportError(state, "Invalid HDF name");
299 reportError(state, "No characters expected after '{'");
307 reportError(state, "Expected '<<'");
319 reportError(stat
693 private static void reportError(ParseState state, String errorMessage) { method in class:NewHdfParser
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.java101 reportError(re);
193 reportError(re);
230 reportError(re);
253 reportError(re);
320 reportError(re);
357 reportError(re);
388 reportError(re);
475 reportError(re);
557 reportError(re);
604 reportError(r
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.java101 reportError(re);
193 reportError(re);
230 reportError(re);
253 reportError(re);
320 reportError(re);
357 reportError(re);
388 reportError(re);
475 reportError(re);
557 reportError(re);
604 reportError(r
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DParserDebugger.cs30 reportError( ioe );
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.m164 [self reportError:re];
191 [self reportError:re];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.m202 [self reportError:re];
267 [self reportError:re];
304 [self reportError:re];
341 [self reportError:re];
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DASTDbg.stg61 reportError(ioe);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp158 Asm.getContext().reportError(Fixup.getLoc(),
166 Asm.getContext().reportError(
182 Asm.getContext().reportError(
191 Asm.getContext().reportError(Fixup.getLoc(),
261 Asm.getContext().reportError(Fixup.getLoc(),
267 Asm.getContext().reportError(
287 Asm.getContext().reportError(
315 Asm.getContext().reportError(
334 Asm.getContext().reportError(
338 Asm.getContext().reportError(
[all...]

Completed in 495 milliseconds

1234567