Searched defs:failed (Results 1 - 25 of 59) sorted by relevance

123

/external/webkit/WebCore/workers/
H A DWorkerScriptLoader.h56 bool failed() const { return m_failed; } function in class:WebCore::WorkerScriptLoader
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DWorkQueueItemWin.cpp63 bool failed = FAILED(frame->findFrameNamed(targetBSTR, &targetFrame)); local
65 if (failed)
75 bool failed = FAILED(request->initWithURL(urlBSTR, WebURLRequestUseProtocolCachePolicy, 60)); local
77 if (failed)
/external/bluetooth/glib/tests/
H A Ddirname-test.c35 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); \
H A Drelation-test.c35 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); \
H A Ddate-test.c12 gboolean failed = FALSE; variable
16 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
17 if (failed) \
143 if (failed)
224 if (failed)
236 if (failed)
248 if (failed)
287 if (failed)
328 if (failed)
337 if (failed)
[all...]
H A Dnode-test.c45 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)
H A Dtestgdate.c15 gboolean failed = FALSE; variable
19 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
20 if (failed) \
23 g_print ("\n(%s:%d) failed for: %s\n", __FILE__, __LINE__, ( # cond )); \
25 g_print ("\n(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), (gchar*)m); \
150 if (failed)
231 if (failed)
243 if (failed)
255 if (failed)
294 if (failed)
[all...]
H A Dpatterntest.c103 g_print ("failed \t(match_type: %s, expected %s)\n",
112 g_print ("failed \t(pattern: \"%s\", expected \"%s\")\n",
121 g_print ("failed \t(pattern_length: %d, expected %d)\n",
130 g_print ("failed \t(min_length: %d, expected %d)\n",
155 g_print ("failed \t(unexpected %s)\n", (match ? "mismatch" : "match"));
177 g_print ("failed \t{%s, %u, \"%s\"} %s {%s, %u, \"%s\"}\n",
196 failed++; \
204 failed++; \
212 failed++; \
220 gint failed local
[all...]
/external/e2fsprogs/lib/uuid/
H A Dtst_uuid.c66 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/stlport/test/eh/
H A DLeakCheck.h67 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 ); // Mak
147 bool failed = false; local
[all...]
/external/webkit/JavaScriptCore/API/tests/
H A Dtestapi.js30 var failed = false; variable
39 failed = true;
249 if (failed)
250 throw "Some tests failed";
/external/e2fsprogs/lib/ext2fs/
H A Dtst_iscan.c36 int failed = 0; variable
55 failed++;
179 failed++;
191 failed++;
214 if (!failed)
216 return failed;
/external/stlport/stlport/stl/
H A D_ostreambuf_iterator.h71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
/external/strace/
H A Dio.c86 int failed = 0; local
115 failed = 1;
123 if (failed)
H A Ddesc.c684 int failed = 0; local
696 failed = 1;
701 if (failed)
H A Dmem.c703 int failed = 0; local
722 failed = 1;
728 if (failed)
/external/dbus/bus/
H A Dconfig-loader-expat.c41 dbus_bool_t failed; member in struct:__anon666
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
[all...]
/external/gtest/include/gtest/
H A Dgtest-test-part.h90 // Returns true iff the test part failed.
91 bool failed() const { return type_ != TPRT_SUCCESS; } function in class:testing::TestPartResult
93 // Returns true iff the test part non-fatally failed.
96 // Returns true iff the test part fatally failed.
/external/icu4c/i18n/
H A Dcpdtrans.cpp287 UBool failed = FALSE; local
305 failed = TRUE;
311 // if memory allocation failed delete backwards trans array
312 if (failed && i > 0) {
354 UBool failed = FALSE; local
358 failed = TRUE;
362 if (failed && i > 0) {
/external/icu4c/test/intltest/
H A Dthcoll.cpp55 dataerrln(__FILE__ " cannot test - failed to create collator.");
94 //int32_t failed = 0;
141 int32_t failed = 0; local
158 failed++;
159 if (MAX_FAILURES_TO_SHOW < 0 || failed <= MAX_FAILURES_TO_SHOW) {
187 if (failed != 0) {
188 if (failed > MAX_FAILURES_TO_SHOW) {
192 errln((UnicodeString)"Summary: " + failed + " of " + (riwords.getLineNumber() - 1) +
193 " comparisons failed");
/external/wpa_supplicant/
H A Deap_psk.c187 int failed = 0; local
275 wpa_printf(MSG_WARNING, "EAP-PSK: PCHANNEL decryption failed");
286 failed = 1;
295 failed = 1;
321 failed = 1;
331 } else if (failed)
344 failed ? "un" : "");
347 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_psk.c192 int failed = 0; local
292 wpa_printf(MSG_WARNING, "EAP-PSK: PCHANNEL decryption failed");
303 failed = 1;
312 failed = 1;
337 failed = 1;
344 } else if (failed)
363 failed ? "un" : "");
366 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC;
/external/bluetooth/bluez/serial/
H A Dport.c253 static inline DBusMessage *failed(DBusMessage *msg, const char *description) function
267 reply = failed(port->msg, strerror(err));
335 reply = failed(port->msg, conn_err->message);
354 reply = failed(port->msg, strerror(err));
391 goto failed;
397 reply = failed(port->msg, strerror(-err));
398 goto failed;
403 reply = failed(port->msg, "No record found");
404 goto failed;
411 reply = failed(por
[all...]
/external/bluetooth/glib/gio/
H A Dgsimpleasyncresult.c123 gboolean failed; member in struct:_GSimpleAsyncResult
353 if (simple->failed)
476 simple->failed = TRUE;
521 simple->failed = TRUE;
716 * Returns: #TRUE if all checks passed or #FALSE if any failed.
/external/bluetooth/glib/tests/gobject/
H A Doverride.c345 gboolean failed = FALSE; variable
376 failed = TRUE;
391 failed = TRUE;
417 return failed ? 1 : 0;

Completed in 1185 milliseconds

123