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

1 2 3 4 5

  /dalvik/vm/mterp/
Mterp.c 30 bool failed = false; local
42 if (failed) {
64 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); \
node-test.c 45 gboolean failed = FALSE; variable
47 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
48 if (failed) \
50 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \
52 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
98 failed = FALSE;
210 if (failed)
  /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/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";
  /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;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/jm/
T_lreturn_7.java 24 boolean failed = false; field in class:T_lreturn_7
37 failed = true;
59 return !test.failed;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_return/jm/
T_opc_return_2.java 22 boolean failed = false; field in class:T_opc_return_2
35 failed = true;
56 return !test.failed;
  /external/dbus/bus/
config-loader-expat.c 41 dbus_bool_t failed; member in struct:__anon1477
47 if (context->failed)
56 context->failed = TRUE;
78 if (context->failed)
95 context->failed = TRUE;
119 context->failed = TRUE;
140 context->failed = TRUE;
152 if (context->failed)
159 context->failed = TRUE;
182 context.failed = FALSE
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 36 int failed = 0; variable
55 failed++;
179 failed++;
191 failed++;
214 if (!failed)
216 return failed;
  /external/strace/
io.c 86 int failed = 0; local
115 failed = 1;
123 if (failed)

Completed in 740 milliseconds

1 2 3 4 5