HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 176 - 200 of 2231) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/test/builtins/Unit/
negdf2vfp_test.c 45 printf("skipped\n");
negsf2vfp_test.c 45 printf("skipped\n");
trampoline_setup_test.c 60 printf("skipped\n");
truncdfsf2vfp_test.c 47 printf("skipped\n");
  /external/e2fsprogs/tests/i_e2image/
script 58 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/r_inline_xattr/
script 51 echo "$test_name: $test_description: skipped"
  /external/iproute2/testsuite/
Makefile 38 echo "SKIPPED"; \
  /external/libsepol/man/man3/
sepol_genusers.3 54 are skipped with a warning.
  /external/ppp/pppd/plugins/radius/
pppd-radius.8 59 schemes (login, checking the /etc/ppp/*-secrets files) are skipped. The
  /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/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithSeparatorsTest.java 64 assertEquals("should have skipped to next selectable ",
  /pdk/apps/CameraITS/tests/scene0/
test_param_sensitivity_burst.py 31 print "Test skipped"
  /pdk/apps/CameraITS/tests/scene1/
test_yuv_plus_dng.py 30 print "Test skipped"
  /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;
  /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/third_party/skia/tests/
skia_test.cpp 29 "~ causes a matching test to always be skipped\n" \
34 "it is skipped unless some list entry starts with ~");
228 SkDebugf("\nFinished %d tests, %d failures, %d skipped. (%d internal tests)",
  /external/chromium_org/tools/deep_memory_profiler/lib/
subcommand.py 117 skipped = 0
123 if skipped > 10:
125 skipped += 1
  /external/lldb/test/unittest2/
result.py 45 self.skipped = []
123 """Called when a test is skipped."""
124 self.skipped.append((test, reason))
  /external/skia/tests/
skia_test.cpp 29 "~ causes a matching test to always be skipped\n" \
34 "it is skipped unless some list entry starts with ~");
228 SkDebugf("\nFinished %d tests, %d failures, %d skipped. (%d internal tests)",
  /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.
  /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))

Completed in 2033 milliseconds

1 2 3 4 5 6 78 91011>>