HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 151 - 175 of 1980) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ppp/pppd/plugins/radius/
pppd-radius.8 59 schemes (login, checking the /etc/ppp/*-secrets files) are skipped. The
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithSeparatorsTest.java 64 assertEquals("should have skipped to next selectable ",
  /libcore/
Android.mk 49 $(info * libcore tests are skipped because environment variable LIBCORE_SKIP_TESTS=$(LIBCORE_SKIP_TESTS))
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
BaseSensorSemiAutomatedTestActivity.java 87 testResult = SensorTestResult.SKIPPED;
166 case SKIPPED:
185 SKIPPED,
  /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());
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 169 skipped = num_files - len(result_files)
170 if skipped:
171 print 'Skipping %d file(s).' % skipped
  /external/chromium_org/media/base/
audio_buffer_queue.cc 91 int skipped = std::min(remaining_frames_in_buffer, frames_to_skip); local
92 current_buffer_offset += skipped;
93 frames_to_skip -= skipped;
yuv_convert_unittest.cc 607 LOG(WARNING) << "System not supported. Test skipped.";
636 LOG(WARNING) << "System not supported. Test skipped.";
665 LOG(WARNING) << "System not supported. Test skipped.";
697 LOG(WARNING) << "System not supported. Test skipped.";
729 LOG(WARNING) << "System not supported. Test skipped.";
761 LOG(WARNING) << "System not supported. Test skipped.";
809 LOG(WARNING) << "System not supported. Test skipped.";
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
result.py 45 self.skipped = []
123 """Called when a test is skipped."""
124 self.skipped.append((test, reason))
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
simplefileflags.py 169 skipped = num_files - len(result_files)
170 if skipped:
171 print 'Skipping %d file(s).' % skipped
  /external/chromium_org/tools/deep_memory_profiler/lib/
subcommand.py 117 skipped = 0
123 if skipped > 10:
125 skipped += 1
  /external/skia/tests/
skia_test.cpp 124 "~ causes a matching test to always be skipped\n" \
129 "it is skipped unless some list entry starts with ~");
252 SkDebugf("Finished %d tests, %d failures, %d skipped.\n",
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 30 /** Set if the data is contiguous. Typically not set if a sample was skipped */
82 * skipped due to power savings turning off this sensor.
96 * skipped due to power savings turning off this sensor.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
result.py 45 self.skipped = []
131 """Called when a test is skipped."""
132 self.skipped.append((test, reason))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
result.py 45 self.skipped = []
131 """Called when a test is skipped."""
132 self.skipped.append((test, reason))
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 271 long skipped = 0; local
272 while (skipped < byteCount) {
273 int toRead = (int) Math.min(byteCount - skipped, buffer.length);
278 skipped += read;
287 return skipped;
  /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",
  /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/chromium_org/third_party/skia/src/gpu/
GrReducedClip.cpp 185 // the clip empty) or is outside the bounds and therefore can be skipped.
207 // be skipped or it is outside the entire bounds and therefore makes the clip
231 // bounds then this op can be skipped.
255 // doesn't intersect the bounds then it can be skipped.
300 // or completely outside the bounds. In this latter case it can be skipped by
418 skippable = false; // we would have skipped it in the backwards walk if we
  /external/chromium_org/tools/checkdeps/
builddeps.py 137 # directories, or None for directories that should be skipped.
287 subdirectories that should be skipped.
298 if the given directory should be skipped. This takes care of
320 # subdirectory to be skipped; in this case, the invocation to
325 # If the parent directory should be skipped, then the current
326 # directory should also be skipped.
  /external/skia/src/gpu/
GrReducedClip.cpp 185 // the clip empty) or is outside the bounds and therefore can be skipped.
207 // be skipped or it is outside the entire bounds and therefore makes the clip
231 // bounds then this op can be skipped.
255 // doesn't intersect the bounds then it can be skipped.
300 // or completely outside the bounds. In this latter case it can be skipped by
418 skippable = false; // we would have skipped it in the backwards walk if we
  /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 */
263 /* a call from nonskipped to skipped */
265 if (!CLG_(current_state).nonskipped->skipped) {
267 &CLG_(current_state).nonskipped->skipped);
385 VG_(printf)("- %2d [Skipped JCC], SP %#lx\n",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 108 to use more than memlimit memory will be skipped. The big-memory tests
210 SKIPPED = -2
373 skipped = []
464 elif ok == SKIPPED:
465 skipped.append(test)
467 skipped.append(test)
595 omitted = set(selected) - set(good) - set(bad) - set(skipped)
599 if not bad and not skipped and not interrupted and len(good) > 1:
616 if skipped and not quiet:
617 print count(len(skipped), "test"), "skipped:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 108 to use more than memlimit memory will be skipped. The big-memory tests
210 SKIPPED = -2
373 skipped = []
464 elif ok == SKIPPED:
465 skipped.append(test)
467 skipped.append(test)
595 omitted = set(selected) - set(good) - set(bad) - set(skipped)
599 if not bad and not skipped and not interrupted and len(good) > 1:
616 if skipped and not quiet:
617 print count(len(skipped), "test"), "skipped:
    [all...]
  /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

Completed in 634 milliseconds

1 2 3 4 5 67 8 91011>>