/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
SkippingCipher.java | 12 * @return the number of bytes actually skipped.
|
/external/clang/test/Lexer/ |
pragma-region.c | 4 // Editor-only pragma, just skipped by compiler.
|
/external/e2fsprogs/tests/f_dup_resize/ |
script | 29 echo "$test_name: $test_description: skipped"
|
/external/e2fsprogs/tests/f_extent_oobounds/ |
script | 41 echo "$test_name: $test_description: skipped"
|
/external/e2fsprogs/tests/r_1024_small_bg/ |
script | 25 echo "$test_name: $test_description: skipped"
|
/external/e2fsprogs/tests/r_ext4_small_bg/ |
script | 25 echo "$test_name: $test_description: skipped"
|
/external/mksh/src/ |
var_spec.h | 16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_pic_com.c | 36 // it shall be treated as a skipped frame. 37 // In content with skipped frames, the data is "00". 40 // Hence if data is <= 2B, we will consider it skipped (check for 16+1b, if it fails, the frame is skipped).
|
/external/clang/test/SemaCXX/ |
conversion-delete-expr.cpp | 77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped. 107 // OK. In selecting a conversion to pointer function, template convesions are skipped.
|
/external/vogar/src/vogar/ |
Driver.java | 47 private int skipped = 0; field in class:Driver 136 if (failures > 0 || skipped > 0 || warnings > 0) { 138 "Outcomes: %s. Passed: %d, Failed: %d, Skipped: %d, Warnings: %d. Took %s.", 139 (successes + failures + warnings + skipped), successes, failures, skipped, warnings, 208 run.console.verbose("skipped " + earlyFailure.getName()); 209 skipped++; 231 skipped++;
|
/external/v8/tools/testrunner/local/ |
verbose.py | 37 * %(skipped)4d tests will be skipped 47 skipped = timeout = nocrash = passes = fail_ok = fail = 0 54 skipped += 1 63 "skipped": skipped,
|
/external/pcre/dist/ |
RunTest | 39 # Inappropriate tests are automatically skipped (with a comment to say so): for 40 # example, if JIT support is not compiled, test 12 is skipped, whereas if JIT 41 # support is compiled, test 13 is skipped. 301 # Initialize all bitsizes skipped 363 # relevant will be automatically skipped. 540 echo " Skipped because UTF-$bits support is not available" 560 echo " Skipped because UTF-$bits support is not available" 580 echo " Skipped because Unicode property support is not available" 602 echo " Skipped because Unicode property support is not available" 637 echo " Skipped because UTF-$bits support is not available [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
BasicPeriodFormatter.java | 148 boolean skipped = false; 153 if (skipped) { 156 skipped = false; 161 skipped = true; // skip 179 skipped |= mustSkip;
|
/libcore/luni/src/main/java/libcore/io/ |
Streams.java | 156 long skipped = 0; local 157 while (skipped < byteCount) { 158 int toRead = (int) Math.min(byteCount - skipped, buffer.length); 163 skipped += read; 172 return skipped;
|
/external/valgrind/massif/tests/ |
culling1.stderr.exp | 226 Massif: (skipped 1 snapshot) 228 Massif: (skipped 1 snapshot) 230 Massif: (skipped 1 snapshot) 232 Massif: (skipped 1 snapshot) 234 Massif: (skipped 1 snapshot) 236 Massif: (skipped 1 snapshot) 238 Massif: (skipped 1 snapshot) 240 Massif: (skipped 1 snapshot) 242 Massif: (skipped 1 snapshot) 244 Massif: (skipped 1 snapshot [all...] |
/external/regex-re2/re2/testing/ |
tester.cc | 80 bool skipped; // test skipped: wasn't applicable member in struct:re2::TestInstance::Result 286 result->skipped = true; 302 result->skipped = true; 313 result->skipped = true; 324 result->skipped = true; 328 &result->skipped, NULL); 333 result->skipped = true; 338 &result->skipped, NULL); 345 &result->skipped, NULL)) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
plain_report_formatter.ipp | 109 descr = "skipped"; 138 print_stat_value( ostr, tr.p_test_cases_skipped, m_indent, total_tc , "test case", "skipped" ); 165 ostr << "*** Test " << tu.p_type_name << " skipped due to "
|
/external/skia/tools/flags/ |
SkCommonFlags.cpp | 34 "~ causes a matching GM to always be skipped\n" 39 "it is skipped unless some list entry starts with ~");
|
/frameworks/av/include/media/stagefright/ |
YUVCanvas.h | 61 // For each X increment in the target image, skipX pixels are skipped 64 // are skipped in the source image.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/xcuserdata/acondit.xcuserdatad/xcschemes/ |
ANTLR.xcscheme | 45 skipped = "NO">
|
ANTLRTests.xcscheme | 15 skipped = "NO">
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
Finder.java | 29 * Invisible UiElements are skipped.
|
/external/e2fsprogs/tests/f_dup4/ |
script | 55 echo "$test_name: $test_description: skipped"
|
/external/e2fsprogs/tests/f_mmp_garbage/ |
script | 9 echo "$test_name: $test_description: skipped for tmpfs (no O_DIRECT)"
|
/external/e2fsprogs/tests/r_min_itable/ |
script | 43 echo "$test_name: $test_description: skipped"
|