HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder2_test.cc 93 bool failed = false; local
96 failed = true;
100 EXPECT_TRUE(failed);
128 bool failed = false; local
131 failed = true;
135 EXPECT_TRUE(failed);
142 bool failed = false; local
145 failed = true;
149 EXPECT_TRUE(failed);
160 bool failed = false local
184 bool failed = false; local
216 bool failed = false; local
234 bool failed = false; local
250 bool failed = false; local
266 bool failed = false; local
282 bool failed = false; local
299 bool failed = false; local
315 bool failed = false; local
331 bool failed = false; local
347 bool failed = false; local
363 bool failed = false; local
379 bool failed = false; local
395 bool failed = false; local
411 bool failed = false; local
428 bool failed = false; local
444 bool failed = false; local
461 bool failed = false; local
475 bool failed = false; local
490 bool failed = false; local
505 bool failed = false; local
521 bool failed = false; local
537 bool failed = false; local
564 bool failed = false; local
581 bool failed = false; local
597 bool failed = false; local
613 bool failed = false; local
629 bool failed = false; local
645 bool failed = false; local
661 bool failed = false; local
678 bool failed = false; local
694 bool failed = false; local
710 bool failed = false; local
726 bool failed = false; local
742 bool failed = false; local
758 bool failed = false; local
775 bool failed = false; local
791 bool failed = false; local
807 bool failed = false; local
823 bool failed = false; local
839 bool failed = false; local
855 bool failed = false; local
871 bool failed = false; local
887 bool failed = false; local
904 bool failed = false; local
925 bool failed = false; local
940 bool failed = false; local
955 bool failed = false; local
970 bool failed = false; local
985 bool failed = false; local
1000 bool failed = false; local
1015 bool failed = false; local
1033 bool failed = false; local
1048 bool failed = false; local
1063 bool failed = false; local
1078 bool failed = false; local
1096 bool failed = false; local
1111 bool failed = false; local
1126 bool failed = false; local
1141 bool failed = false; local
1156 bool failed = false; local
1171 bool failed = false; local
1186 bool failed = false; local
1204 bool failed = false; local
1219 bool failed = false; local
1234 bool failed = false; local
1249 bool failed = false; local
1264 bool failed = false; local
1279 bool failed = false; local
1294 bool failed = false; local
    [all...]
vcdecoder3_test.cc 575 bool failed = false; local
580 failed = true;
584 EXPECT_TRUE(failed);
591 bool failed = false; local
594 failed = true;
600 EXPECT_TRUE(failed);
608 bool failed = false; local
611 failed = true;
617 EXPECT_TRUE(failed);
645 bool failed = false local
672 bool failed = false; local
709 bool failed = false; local
723 bool failed = false; local
741 bool failed = false; local
764 bool failed = false; local
791 bool failed = false; local
810 bool failed = false; local
832 bool failed = false; local
847 bool failed = false; local
862 bool failed = false; local
877 bool failed = false; local
894 bool failed = false; local
911 bool failed = false; local
931 bool failed = false; local
948 bool failed = false; local
965 bool failed = false; local
982 bool failed = false; local
1002 bool failed = false; local
1024 bool failed = false; local
1039 bool failed = false; local
1054 bool failed = false; local
1069 bool failed = false; local
1086 bool failed = false; local
1103 bool failed = false; local
1123 bool failed = false; local
1145 bool failed = false; local
1160 bool failed = false; local
1175 bool failed = false; local
1190 bool failed = false; local
1207 bool failed = false; local
1224 bool failed = false; local
    [all...]
  /external/chromium/net/ftp/
ftp_directory_listing_parser_vms_unittest.cc 106 bool failed = false; local
110 failed = true;
114 EXPECT_TRUE(failed);
  /dalvik/vm/mterp/
Mterp.c 30 bool failed = false; local
40 if (failed) {
59 return !failed;
  /external/stlport/test/eh/
LeakCheck.h 67 bool failed = false; local
69 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) {
86 failed = gTestController.ReportLeaked();
87 EH_ASSERT( !failed );
92 EH_ASSERT( succeeded || failed ); // Make sure the count hasn't gone over
105 bool failed = false; local
107 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) {
122 failed = gTestController.ReportLeaked();
123 EH_ASSERT( !failed );
128 EH_ASSERT( succeeded || failed ); // Make sure the count hasn't gone ove
147 bool failed = false; local
    [all...]
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 50 volatile int failed = 1; local
62 failed = 0; /* should happen */
67 failed = 1; /* should not happen */
72 failed = 1; /* should not happen */
77 failed = 1;
81 failed = 1;
85 failed = 1;
87 return failed;
  /external/bluetooth/glib/tests/
dirname-test.c 35 gboolean failed = FALSE; variable
37 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
38 if (failed) \
40 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \
42 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
relation-test.c 35 gboolean failed = FALSE; variable
37 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
38 if (failed) \
40 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \
42 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
  /external/e2fsprogs/lib/uuid/
tst_uuid.c 66 int failed = 0; local
81 failed++;
97 failed++;
102 failed++;
118 failed++;
123 failed++;
134 printf("UUID parse and compare failed!\n");
135 failed++;
141 printf("UUID clear and is null failed!\n");
142 failed++
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java 64 * After a call has finished, returns true if the call failed. The possible
65 * reasons for failure depend on the RPC implementation. {@code failed()}
69 boolean failed(); method in interface:RpcController
72 * If {@code failed()} is {@code true}, returns a human-readable description
82 * will indicate that the call failed at that time.
91 * Causes {@code failed()} to return true on the client side. {@code reason}
  /external/protobuf/src/google/protobuf/io/
printer.h 109 // True if any write to the underlying stream failed. (We don't just
112 bool failed() const { return failed_; } function in class:google::protobuf::io::Printer
  /external/webkit/WebCore/workers/
WorkerScriptLoader.h 56 bool failed() const { return m_failed; } function in class:WebCore::WorkerScriptLoader
  /external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp 63 bool failed = FAILED(frame->findFrameNamed(targetBSTR, &targetFrame)); local
65 if (failed)
70 if (FAILED(WebKitCreateInstance(CLSID_WebURLRequest, 0, IID_IWebURLRequest, (void**)&request)))
75 bool failed = FAILED(request->initWithURL(urlBSTR, WebURLRequestUseProtocolCachePolicy, 60)); local
77 if (failed)
87 if (FAILED(frame->webView(&webView)))
91 if (FAILED(webView->QueryInterface(&webActions)))
101 if (FAILED(frame->webView(&webView))
    [all...]
  /frameworks/base/tests/backup/
backup_helper_test.cpp 81 int failed = 0; local
92 failed++;
93 printf("failed\n");
103 if (failed == 0) {
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
  /external/webkit/JavaScriptCore/API/tests/
testapi.js 30 var failed = false; variable
39 failed = true;
249 if (failed)
250 throw "Some tests failed";
  /ndk/sources/android/stlport/stlport/stl/
_ostreambuf_iterator.h 71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
  /cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/
T_areturn_7.java 24 boolean failed = false; field in class:T_areturn_7
38 failed = true;
60 return !test.failed;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/
T_dreturn_7.java 22 boolean failed = false; field in class:T_dreturn_7
35 failed = true;
57 return !test.failed;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/jm/
T_freturn_7.java 22 boolean failed = false; field in class:T_freturn_7
35 failed = true;
57 return !test.failed;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_19.java 23 boolean failed = false; field in class:T_invokeinterface_19
36 failed = true;
67 return !test.failed;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokespecial/jm/
T_invokespecial_22.java 22 boolean failed = false; field in class:T_invokespecial_22
35 failed = true;
56 return !test.failed;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/
T_invokestatic_12.java 22 static boolean failed = false; field in class:T_invokestatic_12
35 failed = true;
56 return !failed;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/jm/
T_invokevirtual_2.java 22 boolean failed = false; field in class:T_invokevirtual_2
35 failed = true;
56 return !test.failed;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/jm/
T_ireturn_7.java 22 boolean failed = false; field in class:T_ireturn_7
35 failed = true;
57 return !test.failed;

Completed in 696 milliseconds

1 2 3 4 5