/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
testit_android | 319 # Retry up to 10 times if fail is due to "Text file busy" 385 FAIL=0 405 fail=0 407 if (ls *.fail.cpp > /dev/null 2>&1) 409 for FILE in $(ls *.fail.cpp | tr ' ' '\n' | grep -v EQ | sort); do 414 fail=$(($fail+1)) 450 fail=$(($fail+1)) 456 fail=$(($fail+1) [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
testit_android | 332 # Retry up to 10 times if fail is due to "Text file busy" 392 FAIL=0 412 fail=0 414 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1) 416 for FILE in $(ls ${TEST_PREFIX}*fail.cpp | tr ' ' '\n' | grep -v EQ | sort); do 421 fail=$(($fail+1)) 457 fail=$(($fail+1)) 463 fail=$(($fail+1) [all...] |
/external/chromium_org/build/android/pylib/base/ |
base_test_result_unittest.py | 19 self.f1 = BaseTestResult('f1', ResultType.FAIL, log='failure1') 44 f2 = BaseTestResult('f2', ResultType.FAIL) 53 log_print = ('[FAIL] f1:\n' 60 short_print = ('ALL: 5 PASS: 2 FAIL: 1 '
|
/external/chromium_org/content/test/data/workers/ |
worker_utils.js | 27 setTimeout(onFinished, 0, "FAIL");
|
/external/chromium_org/net/ftp/ |
ftp_directory_listing_parser.cc | 33 base::OnStringConversionError::FAIL, 109 base::OnStringConversionError::FAIL,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
layouttestresults_unittest.py | 50 "expected": "FAIL", 60 "expected": "FAIL",
|
/external/chromium_org/third_party/icu/source/common/ |
uniset_props.cpp | 948 #define FAIL(ec) {ec=U_ILLEGAL_ARGUMENT_ERROR; return *this;} [all...] |
/external/icu/icu4c/source/common/ |
uniset_props.cpp | 948 #define FAIL(ec) {ec=U_ILLEGAL_ARGUMENT_ERROR; return *this;} [all...] |
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
StGUnit.g | 36 FAIL = 'FAIL'; 80 | FAIL {$out = adapter.createBoolOutput(false);}
|
/external/chromium_org/content/browser/fileapi/ |
file_system_browsertest.cc | 33 // a #pass or #fail ref. 47 FAIL() << "Failed: " << js_result;
|
/external/chromium_org/content/test/ |
webrtc_content_browsertest_base.cc | 67 FAIL();
|
/external/chromium_org/gin/test/ |
gtest.cc | 22 void Fail(const std::string& description) { 23 FAIL() << description; 52 .SetMethod("fail", Fail)
|
/external/chromium_org/google_apis/gcm/engine/ |
fake_connection_handler.cc | 63 FAIL() << "Unexpected message sent.";
|
/external/chromium_org/net/base/ |
net_string_util_icu.cc | 51 base::OnStringConversionError::FAIL, output);
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
ProgramBinaryTest.cpp | 40 FAIL() << "shader compilation failed.";
|
TransformFeedbackTest.cpp | 45 FAIL() << "shader compilation failed.";
|
/external/protobuf/gtest/test/ |
gtest_environment_test.cc | 64 FAIL() << "Expected fatal failure in global set-up.";
|
/frameworks/base/core/jni/ |
android_emoji_EmojiFactory.cpp | 36 goto FAIL; 44 goto FAIL; 52 goto FAIL; 57 FAIL:
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_common.h | 47 #define FAIL -1
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
stdatomic.h | 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ 182 (SUC), (FAIL)); \ 189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ 197 (SUC), (FAIL)); \
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
stdatomic.h | 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ 182 (SUC), (FAIL)); \ 189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ 197 (SUC), (FAIL)); \
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
stdatomic.h | 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ 182 (SUC), (FAIL)); \ 189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ 197 (SUC), (FAIL)); \
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
stdatomic.h | 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ 182 (SUC), (FAIL)); \ 189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ 197 (SUC), (FAIL)); \
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
stdatomic.h | 174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ 182 (SUC), (FAIL)); \ 189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ 197 (SUC), (FAIL)); \
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
NotificationListenerVerifierActivity.java | 174 status = FAIL; 197 status = FAIL; 249 status = pass ? PASS : FAIL; 294 status = FAIL; 341 status = FAIL; 402 status = FAIL; 443 status = FAIL;
|