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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 156 func reportError(property string, err error, t *testing.T) {
163 reportError("fArray", CheckEqual(fArray, fArray, nil), t)
164 reportError("fArrayAlias", CheckEqual(fArrayAlias, fArrayAlias, nil), t)
165 reportError("fBool", CheckEqual(fBool, fBool, nil), t)
166 reportError("fBoolAlias", CheckEqual(fBoolAlias, fBoolAlias, nil), t)
167 reportError("fFloat32", CheckEqual(fFloat32, fFloat32, nil), t)
168 reportError("fFloat32Alias", CheckEqual(fFloat32Alias, fFloat32Alias, nil), t)
169 reportError("fFloat64", CheckEqual(fFloat64, fFloat64, nil), t)
170 reportError("fFloat64Alias", CheckEqual(fFloat64Alias, fFloat64Alias, nil), t)
171 reportError("fComplex64", CheckEqual(fComplex64, fComplex64, nil), t
    [all...]
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 156 func reportError(property string, err error, t *testing.T) {
163 reportError("fArray", CheckEqual(fArray, fArray, nil), t)
164 reportError("fArrayAlias", CheckEqual(fArrayAlias, fArrayAlias, nil), t)
165 reportError("fBool", CheckEqual(fBool, fBool, nil), t)
166 reportError("fBoolAlias", CheckEqual(fBoolAlias, fBoolAlias, nil), t)
167 reportError("fFloat32", CheckEqual(fFloat32, fFloat32, nil), t)
168 reportError("fFloat32Alias", CheckEqual(fFloat32Alias, fFloat32Alias, nil), t)
169 reportError("fFloat64", CheckEqual(fFloat64, fFloat64, nil), t)
170 reportError("fFloat64Alias", CheckEqual(fFloat64Alias, fFloat64Alias, nil), t)
171 reportError("fComplex64", CheckEqual(fComplex64, fComplex64, nil), t
    [all...]
  /external/skia/tools/bookmaker/
fiddleParser.cpp 39 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");
bookmaker.cpp 82 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<bool>("already declared topic")
    [all...]
  /external/smali/smalidea/src/main/antlr/
smalideaParser.g 112 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(marker, re, false)
    [all...]
  /external/skqp/tools/bookmaker/
fiddleParser.cpp 65 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");
selfCheck.cpp 33 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<bool>("extra method")
    [all...]
bookmaker.cpp 81 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<bool>("missing example body")
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugParser.java 73 public void reportError(IOException e) {
94 public void reportError(RecognitionException e) {
95 super.reportError(e);
DebugTreeParser.java 75 public void reportError(IOException e) {
80 public void reportError(RecognitionException e) {
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketRTCClient.java 113 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("WebSocket message JSON parsing error: " + e.toString())
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 94 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...]
AArch64AsmBackend.cpp 148 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(Fixup.getLoc(), "fixup must be 8-byte aligned")
    [all...]
AArch64ELFObjectWriter.cpp 67 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(Fixup.getLoc()
    [all...]
  /external/llvm/tools/llvm-readobj/
llvm-readobj.h 25 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg);
30 reportError(EO.getError().message());
39 reportError(Buf);
llvm-readobj.cpp 265 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) {
275 reportError(EC.message());
284 static void reportError(StringRef Input, std::error_code EC) {
288 reportError(Twine(Input) + ": " + EC.message());
291 static void reportError(StringRef Input, StringRef Message) {
295 reportError(Twine(Input) + ": " + Message);
298 static void reportError(StringRef Input, Error Err) {
306 reportError(ErrMsg);
345 reportError(Obj->getFileName(), EC);
447 reportError(Arc->getFileName(), Buf)
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
StreamHandler.java 215 reportError(null, ex, ErrorManager.FORMAT_FAILURE);
228 reportError(null, ex, ErrorManager.WRITE_FAILURE);
263 reportError(null, ex, ErrorManager.FLUSH_FAILURE);
282 reportError(null, ex, ErrorManager.CLOSE_FAILURE);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 52 private boolean reportError;
55 public void reset(String header, boolean reportError) {
59 this.reportError = reportError;
64 " reportError: " + reportError +
74 public void push(String header, boolean reportError) {
87 // System.out.println("reset [" + index + "] header: " + header + " report: " + reportError);
88 stack[index++].reset(header, reportError);
99 if (stack[index].reportError) {
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 72 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(Fixup.getLoc(), "out of range PC26 fixup")
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 204 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(state, "No valid operator")
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 101 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(re)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 101 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(re)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m 164 [self reportError:re];
191 [self reportError:re];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m 202 [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/
ASTDbg.stg 61 reportError(ioe);

Completed in 1759 milliseconds

1 2 3 4 5 6 7 8 91011>>