HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/protobuf/gtest/test/
gtest_environment_test.cc 64 FAIL() << "Expected fatal failure in global set-up.";
gtest_pred_impl_unittest.cc 141 FAIL() << "The predicate assertion unexpactedly aborted the test.";
143 FAIL() << "The failed predicate assertion didn't abort the test "
537 FAIL() << "The predicate assertion unexpactedly aborted the test.";
539 FAIL() << "The failed predicate assertion didn't abort the test "
975 FAIL() << "The predicate assertion unexpactedly aborted the test.";
977 FAIL() << "The failed predicate assertion didn't abort the test "
    [all...]
  /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);
eap_ikev2.c 25 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
47 case FAIL:
48 return "FAIL";
223 if (data->state == FAIL)
281 eap_ikev2_state(data, FAIL);
418 eap_ikev2_state(data, FAIL);
  /external/chromium/third_party/icu/source/common/
uniset_props.cpp     [all...]
  /external/icu4c/common/
uniset_props.cpp 104 // can only fail with an out-of-memory error
    [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.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 7 return "FAIL";
  /external/dhcpcd/dhcpcd-hooks/
50-ntp.conf 88 PREINIT|EXPIRE|FAIL|IPV4LL|RELEASE|STOP) remove_ntp_conf del;;
20-resolv.conf 106 PREINIT|EXPIRE|FAIL|IPV4LL|RELEASE|STOP) remove_resolv_conf;;
  /bionic/libc/bionic/
stubs.c 185 goto FAIL;
189 goto FAIL;
196 goto FAIL;
200 FAIL:
  /external/v8/src/
bytecodes-irregexp.h 57 V(FAIL, 13, 4) /* bc8 pad24 */ \
  /frameworks/base/libs/utils/tests/
ObbFile_test.cpp 48 FAIL() << "Couldn't create " << mFileName << " for tests";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 50 #define FAIL 0
  /bootable/recovery/applypatch/
imgdiff_test.sh 47 fail() { function
49 echo FAIL: $testname
90 $ADB push $tmpdir/source $WORK_DIR/source || fail "source push failed"
92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed"
96 || fail "applypatch of $fn failed"
98 diff -q $tmpdir/target $tmpdir/result || fail "patch output not correct!"
  /external/chromium/base/i18n/
icu_string_conversions.cc 98 case OnStringConversionError::FAIL:
126 case OnStringConversionError::FAIL:
  /external/webkit/LayoutTests/fast/js/resources/
const.js 110 var f = function g() { g="FAIL"; return g; };
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 43 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, TIMEOUT, CRASH, SKIP, WONTFIX,
86 return (self._expected_failures.get_test_set(REBASELINE, FAIL) |
125 FAIL in self._expected_failures.get_expectations(test)) or
186 LayoutTests/fast/js/fixme.js = FAIL
187 LayoutTests/fast/js/flaky.js = FAIL PASS
188 LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
210 -A test should only be one of IMAGE, TEXT, IMAGE+TEXT, or FAIL. FAIL is
213 change FAIL to have the meaning of IMAGE+TEXT and remove the IMAGE+TEXT
221 'fail': FAIL
    [all...]
  /external/gtest/test/
gtest_pred_impl_unittest.cc 141 FAIL() << "The predicate assertion unexpactedly aborted the test.";
143 FAIL() << "The failed predicate assertion didn't abort the test "
537 FAIL() << "The predicate assertion unexpactedly aborted the test.";
539 FAIL() << "The failed predicate assertion didn't abort the test "
975 FAIL() << "The predicate assertion unexpactedly aborted the test.";
977 FAIL() << "The failed predicate assertion didn't abort the test "
    [all...]
gtest_unittest.cc 448 // Popping on an empty list should fail.
451 // Popping again on an empty list should fail, and the result element
807 FAIL() << "Expected fatal failure.";
904 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), "");
917 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), "");
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cdattst.c 83 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
93 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
100 log_err("FAIL: error in creating the dateformat using medium date style with italian locale\n %s\n",
107 log_err("FAIL: error in creating the dateformat using long time and date styles with german locale\n %s\n",
115 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
126 log_data_err("FAIL: error in countAvailable\n");
134 log_data_err("FAIL: date format %s (getAvailable(%d)) is not instantiable: %s\n", udat_getAvailable(i), i, u_errorName(subStatus));
167 log_err("FAIL: Error in formatting using udat_format(.....) %s\n", myErrorName(status) );
179 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
192 log_data_err("FAIL: Date Format for french locale failed using udat_format().\n" )
    [all...]
  /external/icu4c/test/cintltst/
cdattst.c 83 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
93 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
100 log_err("FAIL: error in creating the dateformat using medium date style with italian locale\n %s\n",
107 log_err("FAIL: error in creating the dateformat using long time and date styles with german locale\n %s\n",
115 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
126 log_data_err("FAIL: error in countAvailable\n");
134 log_data_err("FAIL: date format %s (getAvailable(%d)) is not instantiable: %s\n", udat_getAvailable(i), i, u_errorName(subStatus));
167 log_err("FAIL: Error in formatting using udat_format(.....) %s\n", myErrorName(status) );
179 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
192 log_data_err("FAIL: Date Format for french locale failed using udat_format().\n" )
    [all...]
  /cts/libs/vogar-expect/src/vogar/
Outcome.java 138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL;
  /external/chromium/base/test/
test_suite.h 159 // FAIL is a googletest macro, it marks the current test as failed.
162 FAIL() << str;

Completed in 1941 milliseconds

12 3 4