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

1 2 3

  /external/gtest/test/
gtest_throw_on_failure_ex_test.cc 45 void Fail(const char* msg) {
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
  /external/protobuf/gtest/test/
gtest_throw_on_failure_ex_test.cc 45 void Fail(const char* msg) {
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
AbstractQueueTest.java 33 static class Fail extends AbstractQueue<Integer> {
56 Fail q = new Fail();
86 Fail q = new Fail();
106 Fail q = new Fail();
166 Fail q = new Fail();
  /external/qemu/
dynlink.h 88 if (_dynlink_##name == NULL) goto Fail; \
95 Fail:
  /external/freetype/src/psaux/
afmparse.c 593 goto Fail;
616 goto Fail;
626 goto Fail;
649 goto Fail;
653 Fail:
694 goto Fail;
724 goto Fail;
734 goto Fail;
765 goto Fail;
769 Fail
    [all...]
t1decode.c 744 goto Fail;
    [all...]
  /external/freetype/src/sfnt/
ttmtx.c 91 goto Fail;
96 Fail:
126 goto Fail;
145 goto Fail;
180 goto Fail;
183 goto Fail;
230 Fail:
297 goto Fail;
305 goto Fail;
311 goto Fail;
    [all...]
ttpost.c 190 goto Fail;
226 goto Fail;
263 Fail:
296 goto Fail;
311 goto Fail;
327 Fail:
ttsbit0.c 85 goto Fail;
102 Fail:
325 goto Fail;
337 goto Fail;
350 Fail:
649 goto Fail;
653 goto Fail;
688 Fail:
743 goto Fail;
764 goto Fail;
    [all...]
  /external/freetype/src/base/
ftstream.c 463 goto Fail;
470 goto Fail;
476 Fail:
504 goto Fail;
517 goto Fail;
523 Fail:
551 goto Fail;
564 goto Fail;
570 Fail:
598 goto Fail;
    [all...]
  /external/chromium/net/tools/dump_cache/
upgrade.cc 187 // fail while sending the first message.
238 void Fail();
259 return Fail();
266 return Fail();
342 return Fail();
367 return Fail();
397 return Fail();
424 return Fail();
466 return Fail();
478 return Fail();
    [all...]
  /external/qemu/telephony/
sms.c 300 goto Fail;
312 goto Fail;
328 Fail:
921 goto Fail;
926 goto Fail;
929 goto Fail;
932 goto Fail;
955 goto Fail;
960 goto Fail;
965 goto Fail;
    [all...]
  /external/qemu/android/utils/
bufprint.c 84 if (len <= 0 || len >= (int)sizeof(path)) goto Fail;
88 if (x == 0) goto Fail;
92 Fail:
124 if (x == 0) goto fail;
128 fail:
filelock.c 232 goto Fail;
239 goto Fail;
247 goto Fail;
260 goto Fail;
331 Fail:
  /external/freetype/src/cff/
cffdrivr.c 336 goto Fail;
359 Fail:
459 goto Fail;
493 Fail:
541 goto Fail;
547 goto Fail;
556 Fail:
cffgload.c     [all...]
  /external/qemu/audio/
wavaudio.c 269 goto Fail;
278 goto Fail;
295 goto Fail;
305 goto Fail;
311 goto Fail;
324 goto Fail;
328 Fail:
  /external/freetype/src/pshinter/
pshrec.c 929 goto Fail;
936 goto Fail;
942 goto Fail;
948 Fail:
972 goto Fail;
977 goto Fail;
983 goto Fail;
988 Fail:
1026 goto Fail;
1031 goto Fail;
    [all...]
  /external/qemu/android/config/
check-alsa.c 92 goto Fail; \
101 Fail:
  /external/v8/src/
regexp-macro-assembler-tracer.h 73 virtual void Fail();
regexp-macro-assembler-irregexp.h 63 virtual void Fail();
  /external/v8/test/cctest/
test-assembler-x64.cc 252 Label Fail;
264 __ j(not_equal, &Fail);
277 __ j(not_equal, &Fail);
281 __ bind(&Fail);
test-thread-termination.cc 48 v8::Handle<v8::Value> Fail(const v8::Arguments& args) {
56 v8::String::New("try { doloop(); fail(); } catch(e) { fail(); }");
71 " fail();"
73 " fail();"
106 global->Set(v8::String::New("fail"), v8::FunctionTemplate::New(Fail));
123 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
141 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }")
    [all...]
  /external/v8/test/mjsunit/
mjsunit.js 42 function fail(expected, found, name_opt) { function
46 start = "Fail" + "ure (" + name_opt + "): ";
48 start = "Fail" + "ure:";
107 fail(expected, found, name_opt);
138 fail("NaN", value, name_opt);
145 fail("null", value, name_opt);
152 fail("not null", value, name_opt);
199 var message = "Fail" + "ure: unreachable"
  /external/freetype/src/truetype/
ttpload.c 502 goto Fail;
506 goto Fail;
524 Fail:

Completed in 401 milliseconds

1 2 3