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

1 2 3 4 5 67 8 91011>>

  /frameworks/av/media/img_utils/include/img_utils/
Input.h 54 * Returns the number of bytes skipped, or NOT_ENOUGH_DATA if at the end of the file. If an
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionCore.java 30 * <p>The semantics are identical to {@link #close}, except that unconfiguring will be skipped.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithSeparatorsTest.java 64 assertEquals("should have skipped to next selectable ",
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 371 boolean skipped = true;
390 skipped = false;
398 if (skipped) {
405 boolean skipped = true;
416 skipped = false;
423 if (skipped) {
450 boolean skipped = true;
460 skipped = false;
467 if (skipped) {
473 boolean skipped = true
    [all...]
VideoEncoderTest.java 363 boolean skipped = true;
370 return !skipped;
372 skipped = false;
426 return !skipped;
575 boolean skipped = true;
582 return !skipped;
584 skipped = false;
665 return !skipped;
    [all...]
Vp8EncoderTest.java 86 boolean skipped = true;
103 skipped = false;
115 if (skipped) {
418 boolean skipped = true;
439 skipped = false;
449 if (skipped) {
  /external/chromium-trace/trace-viewer/tracing/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/lldb/test/unittest2/
result.py 45 self.skipped = []
123 """Called when a test is skipped."""
124 self.skipped.append((test, reason))
  /external/pcre/dist/
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
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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());
  /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))
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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.cpp 678 int skipped = 0; local
729 skipped++;
734 fprintf(stderr,"%d file%s pushed. %d file%s skipped.\n",
736 skipped, (skipped == 1) ? "" : "s");
906 int skipped = 0; local
950 skipped++;
955 fprintf(stderr, "%d file%s pulled. %d file%s skipped.\n",
957 skipped, (skipped == 1) ? "" : "s")
    [all...]
  /external/libavc/encoder/
ih264e_rate_control.c 343 /* Check if a src not needs to be skipped */
351 *Based on difference in source and target frame rate frames are skipped
364 /* If the frm was not skipped due to delta_time_stamp, update the
366 up for one of the frames skipped by the application */
619 /* Adjust the GOP if in case we skipped an I-frame */
623 /* Since this frame is skipped by writing 7 bytes header, we say this is a P frame */
ih264e_time_stamp.c 302 /* Initialize the number of frms not to be skipped to 0 */
310 * Function to check if frame can be skipped
326 * Flag to indicate if frame is already skipped by application
367 /* This keeps a count of how many frames need not be skipped in order
371 /** If this frame is to be skipped in order to maintain the tgt_frm_rate
372 check if already a frame has been skipped by the application.
  /external/skia/src/gpu/
GrReducedClip.cpp 56 // the clip empty) or is outside the bounds and therefore can be skipped.
78 // be skipped or it is outside the entire bounds and therefore makes the clip
102 // bounds then this op can be skipped.
126 // doesn't intersect the bounds then it can be skipped.
171 // or completely outside the bounds. In this latter case it can be skipped by
289 skippable = false; // we would have skipped it in the backwards walk if we
  /external/valgrind/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);
386 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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java 303 throw new SensorTestStateNotSupportedException("Skipped due to OpenCV cannot be loaded");
308 throw new SensorTestStateNotSupportedException("Skipped due to record failure.");
313 throw new SensorTestStateNotSupportedException("Skipped due to CV Analysis failure.");
  /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/libavc/decoder/
ih264d_mvpred.c 591 /* Case when the MB has been skipped */
596 then MV for the skipped MB is zero
631 /* Case when the MB has been skipped */
636 then MV for the skipped MB is zero
    [all...]
  /external/valgrind/none/tests/
libvex_test.c 274 show_vta("skipped (endness differs)", &vta);
280 show_vta("skipped (word size differs)", &vta);
285 show_vta("skipped (!= specific requested arch)", &vta);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.h 33 /** Set if the data is contiguous. Typically not set if a sample was skipped */
96 * skipped due to power savings turning off this sensor.
111 * skipped due to power savings turning off this sensor.

Completed in 311 milliseconds

1 2 3 4 5 67 8 91011>>