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

1 2 3

  /external/gtest/test/
gtest_filter_unittest_.cc 55 FAIL() << "Expected failure.";
71 FAIL() << "Expected failure.";
75 FAIL() << "Expected failure.";
81 FAIL() << "Expected failure.";
91 FAIL() << "Expected failure.";
116 FAIL() << "Expected failure.";
120 FAIL() << "Expected failure.";
126 FAIL() << "Expected failure.";
gtest_output_test_.cc 85 FAIL() << "This should never be reached.";
115 FAIL() << "This should never be reached.";
155 printf("(expected to fail)\n");
174 printf("(expected to fail)\n");
185 printf("(expected to fail)\n");
193 printf("(expected to fail)\n");
202 printf("(expected to fail)\n");
297 FAIL() << "Expected failure #1, in the test fixture c'tor.";
320 FAIL() << "Expected failure #3, in TearDown().";
324 FAIL() << "Expected failure #4, in the test fixture d'tor."
    [all...]
gtest_xml_output_unittest_.cc 62 FAIL() << "Unexpected failure: Disabled test should not be run";
76 FAIL() << "Unexpected failure: Disabled test should not be run";
gtest_environment_test.cc 64 FAIL() << "Expected fatal failure in global set-up.";
  /cts/tools/host/src/com/android/cts/
DeviceObserver.java 24 * <li>FAIL: indicate that the action is failed.
28 public static final int FAIL = -1;
  /external/clearsilver/cs/
test_joo.cs 11 FAIL - empty string should equal empty string [1]
15 FAIL - existing var shouldn't equal empty string [2]
21 FAIL - non-existing should be NULL, not empty string [3]
29 FAIL - Empty var should equal empty string [4]
37 FAIL - [5]
43 FAIL - [6]
51 FAIL - [7]
57 FAIL - [8]
61 FAIL - non existing var shouldn't exist [9]
71 FAIL - [10
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access.js 14 alert("FAIL, unexpected response: " + ex);
16 alert("FAIL, unexpected error: " + ex);
  /external/opencore/protocols/rtp/src/
rtcp_decoder.cpp 82 return FAIL;
93 if (inStream.fail())
103 if (inStream.fail())
160 if (inStream.fail())
182 ** Returns: SUCCESS if successful, FAIL if not.
192 return FAIL;
214 if (inStream.fail())
216 return FAIL;
241 return FAIL;
249 if (inStream.eof() || inStream.fail())
    [all...]
rtcp_encoder.cpp 84 return FAIL;
109 if (outStream.fail())
111 return FAIL;
140 if (outStream.fail())
142 return FAIL;
274 if (outStream.fail())
276 return FAIL;
298 if (outStream.fail())
300 return FAIL;
353 if (outStream.fail())
    [all...]
rtcp_decoder.h 67 FAIL,
  /external/webkit/LayoutTests/storage/
sql-data-types.js 27 writeMessageToLog("FAIL: property '" + propName + "' failed."
47 notifyDone("FAIL: Database clean up failed.");
55 notifyDone("FAIL: Error fetching values from the db.")
64 notifyDone("FAIL: Error inserting values to the db.");
73 notifyDone("FAIL: Error creating the db.");
86 notifyDone("FAIL: Error opening the db");
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 31 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
50-yp.conf 48 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) restore_yp_conf;;
  /external/icu4c/test/cintltst/
cposxtst.c 43 "1", "6", "FAIL", "U_MISSING_RESOURCE_ERROR",
46 "1", "9", "FAIL", "U_MISSING_RESOURCE_ERROR",
47 "3", "1", "FAIL", "U_MISSING_RESOURCE_ERROR",
49 "4", "15", "FAIL", "U_MISSING_RESOURCE_ERROR",
54 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */
59 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
65 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
81 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
89 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n"
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_tnc.c 25 FAIL } state;
84 data->state = FAIL;
152 data->state = FAIL;
156 data->state = FAIL;
276 case FAIL:
350 data->state = FAIL;
364 data->state = FAIL;
423 if (len == 1 && (data->state == DONE || data->state == FAIL)) {
438 data->state = FAIL;
448 data->state = FAIL;
    [all...]
eap_ikev2.c 25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
71 case FAIL:
72 return "FAIL";
287 eap_ikev2_state(data, FAIL);
371 eap_ikev2_state(data, FAIL);
378 eap_ikev2_state(data, FAIL);
388 eap_ikev2_state(data, FAIL);
399 eap_ikev2_state(data, FAIL);
408 eap_ikev2_state(data, FAIL);
415 eap_ikev2_state(data, FAIL);
    [all...]
eap_wsc.c 25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
50 case FAIL:
51 return "FAIL";
284 eap_wsc_state(data, FAIL);
290 eap_wsc_state(data, FAIL);
347 eap_wsc_state(data, FAIL);
384 eap_wsc_state(data, FAIL);
396 eap_wsc_state(data, FAIL);
402 eap_wsc_state(data, FAIL);
410 eap_wsc_state(data, FAIL);
    [all...]
  /external/qemu/android/utils/
dirscanner.c 158 goto FAIL;
163 goto FAIL;
167 FAIL:
  /external/bluetooth/glib/tests/
regex-test.c 55 #define FAIL \
130 FAIL; \
171 FAIL; \
203 FAIL; \
261 FAIL; \
394 FAIL; \
404 FAIL; \
414 FAIL; \
424 FAIL; \
434 FAIL; \
    [all...]
  /external/v8/test/mjsunit/
stack-traces.js 30 Foo.prototype.bar = function () { FAIL; };
38 FAIL;
48 [1, 2, 3].map(function () { FAIL; });
53 Nirk.prototype.valueOf = function () { FAIL; };
58 eval("function Doo() { FAIL; }; Doo();");
62 var x = "FAIL";
67 Number.prototype.causeError = function () { FAIL; };
72 function Plonk() { FAIL; }
77 function a$b$c$d() { return FAIL; }
84 (function () { FAIL }).call([1, 2, 3])
    [all...]
  /bootable/recovery/
verifier_test.sh 46 fail() { function
48 echo FAIL: $testname
71 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip || fail
75 testname "$1 (should fail)"
77 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip && fail
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 35 goto FAIL;
43 goto FAIL;
51 goto FAIL;
56 FAIL:
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
51 case FAIL:
52 return "FAIL";
214 if ((data->state == FAIL && data->out_op_code == WSC_ACK) ||
217 eap_wsc_state(data, FAIL);
246 eap_wsc_state(data, FAIL);
402 eap_wsc_state(data, FAIL);
410 eap_wsc_state(data, FAIL);
  /external/icu4c/common/
uniset_props.cpp     [all...]
  /external/bison/djgpp/
djunpack.bat 75 echo FAIL: Sed is not available.
79 echo FAIL: DJTAR is not available or no fnchange.lst file in %1.
82 echo FAIL: the file %1 does not seem to exist.
86 echo FAIL: no archive file has been specified.

Completed in 78 milliseconds

1 2 3