HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 51 - 75 of 1012) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/
Android.mk 44 $(info * libcore tests are skipped because environment variable LIBCORE_SKIP_TESTS=$(LIBCORE_SKIP_TESTS))
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
CharArrayReaderTest.java 164 long skipped = cr.skip(5L); local
166 assertEquals("Failed to skip correct number of chars", 5L, skipped);
167 assertEquals("Skip skipped wrong chars", 'W', cr.read());
PushbackReaderTest.java 241 boolean skipped = false;
260 skipped = true;
265 assertTrue("Failed to skip characters" + e, skipped);
275 assertEquals("skipped empty reader", 0, nextSkipped);
  /external/pcre/
pcre_scanner.h 91 // skipped. For example, a programming language scanner would use
101 // You can pass NULL for "re" if you do not want any data to be skipped.
157 // the skipped comments
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterInputStreamTest.java 369 // Test to make sure the correct number of bytes were skipped
370 assertEquals("Incorrect Number Of Bytes Skipped.", 3, iis.skip(3));
372 // Test to see if the number of bytes skipped returned is true.
375 assertEquals("Incorrect Number Of Bytes Skipped.", 0, iis.skip(0));
379 assertEquals("Incorrect Number Of Bytes Skipped.", 2, iis.skip(4));
412 // looked at how many bytes the skip skipped. It is
417 assertEquals("method skip() returned wrong number of bytes skipped",
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 87 'skipped': # of skipped tests (NOW & SKIPPED)
102 results['skipped'] = len(tbt[test_expectations.NOW] &
304 # Remove skipped - both fixable and ignored - files from the
313 skipped = set()
315 skipped = self._expectations.get_tests_with_result_type(
317 self._test_files -= skipped
328 # just grab a subset of the non-skipped tests.
389 len_skip_chunk = int(len(files) * len(skipped) /
    [all...]
  /system/core/adb/
file_sync_client.c 679 int skipped = 0; local
729 skipped++;
734 fprintf(stderr,"%d file%s pushed. %d file%s skipped.\n",
736 skipped, (skipped == 1) ? "" : "s");
877 int skipped = 0; local
931 skipped++;
936 fprintf(stderr, "%d file%s pulled. %d file%s skipped.\n",
938 skipped, (skipped == 1) ? "" : "s")
    [all...]
  /external/valgrind/main/callgrind/
callstack.c 183 * If <skip> is true, this is a call to a function to be skipped;
207 /* this is a jmp from skipped to nonskipped */
257 /* a call from nonskipped to skipped */
259 if (!CLG_(current_state).nonskipped->skipped) {
261 &CLG_(current_state).nonskipped->skipped);
379 VG_(printf)("- %2d [Skipped JCC], SP %#lx\n",
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 179 int skipped = (int) cis.skip(2); local
180 int ind = skipped;
181 int got = skipped + cis.read(result, 0, 1); // the number of got bytes
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java 194 * @return The actual number of bytes skipped. <= 0 if no bytes
195 * are skipped.
207 // skip and keep track of the bytes actually skipped
  /libcore/luni/src/test/java/libcore/java/io/
OldLineNumberInputStreamTest.java 150 long skipped = lnis.skip(4); local
151 assertEquals("Test 1: Incorrect number of characters skipped;",
152 4, skipped);
OldLineNumberReaderTest.java 164 long skipped = lnr.skip(80); local
165 assertEquals("Test 1: Incorrect number of characters skipped;",
166 80, skipped);
  /external/chromium/base/i18n/
icu_string_conversions.h 23 // The offending characters are skipped and the conversion will proceed as
  /external/chromium/chrome/browser/
browser_about_handler.h 36 // case, normal tab navigation should be skipped.
  /external/chromium/net/base/
pem_tokenizer.h 66 // one of these types will be skipped.
  /external/clang/test/Parser/
declarators.c 96 void *test14b = (void*)test14a; // Make sure test14a didn't get skipped.
  /external/dbus/
README.dbus4win 67 related to cd2cdb3457f72cf058d5b19796ee691ceca6b52c which was skipped above
  /external/libnl-headers/netlink/
handlers.h 97 /** Message wants to be skipped */
  /external/srec/srec/include/
frontpar.h 46 ESR_BOOL do_rastac0; /* rasta c0 is skipped if false. Don't really need this now. */
  /external/valgrind/main/massif/tests/
realloc.stderr.exp 45 Massif: skipped snapshots: 0
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrisid04.js 46 // Remove the following line otherwise test case skipped.
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 310 --skipped=[default|ignore|only] Specifies how to treat the Skipped file
311 default: Tests/directories listed in the Skipped file are not tested
312 ignore: The Skipped file is ignored
313 only: Only those tests/directories listed in the Skipped file will be run
359 'skipped=s' => \&validateSkippedArg,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 117 will be skipped instead of raising a ``TypeError``.
126 for container types will be skipped and a circular reference will
174 will be skipped instead of raising a ``TypeError``.
181 for container types will be skipped and a circular reference will
  /frameworks/base/include/media/
mediascanner.h 36 // This file or directory was skipped because it was not found, could
  /libcore/dalvik/src/main/java/dalvik/system/
VMStack.java 48 * classes are skipped over.

Completed in 546 milliseconds

1 23 4 5 6 7 8 91011>>