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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.tcc 56 // false, the corresponding element of a is skipped. m must contain
81 // of b are skipped if the corresponding element of m is false. m
106 // skipped if the corresponding element of m is false. Elements of
107 // b are skipped if the corresponding element of k is false. m and
186 // a are skipped if the corresponding element of m is false. m must
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.tcc 56 // false, the corresponding element of a is skipped. m must contain
81 // of b are skipped if the corresponding element of m is false. m
106 // skipped if the corresponding element of m is false. Elements of
107 // b are skipped if the corresponding element of k is false. m and
186 // a are skipped if the corresponding element of m is false. m must
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.tcc 59 // false, the corresponding element of a is skipped. m must contain
84 // of b are skipped if the corresponding element of m is false. m
109 // skipped if the corresponding element of m is false. Elements of
110 // b are skipped if the corresponding element of k is false. m and
189 // a are skipped if the corresponding element of m is false. m must
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.tcc 59 // false, the corresponding element of a is skipped. m must contain
84 // of b are skipped if the corresponding element of m is false. m
109 // skipped if the corresponding element of m is false. Elements of
110 // b are skipped if the corresponding element of k is false. m and
189 // a are skipped if the corresponding element of m is false. m must
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.tcc 59 // false, the corresponding element of a is skipped. m must contain
84 // of b are skipped if the corresponding element of m is false. m
109 // skipped if the corresponding element of m is false. Elements of
110 // b are skipped if the corresponding element of k is false. m and
189 // a are skipped if the corresponding element of m is false. m must
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.tcc 59 // false, the corresponding element of a is skipped. m must contain
84 // of b are skipped if the corresponding element of m is false. m
109 // skipped if the corresponding element of m is false. Elements of
110 // b are skipped if the corresponding element of k is false. m and
189 // a are skipped if the corresponding element of m is false. m must
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_array.tcc 58 // false, the corresponding element of a is skipped. m must contain
83 // of b are skipped if the corresponding element of m is false. m
108 // skipped if the corresponding element of m is false. Elements of
109 // b are skipped if the corresponding element of k is false. m and
188 // a are skipped if the corresponding element of m is false. m must
  /external/chromium/net/websockets/
websocket_frame_handler_unittest.cc 71 const char kLengthFrame[3 + 129] = "\x80\x81\x01\x01\0should be skipped\xff";
110 "\0should be skipped\xff";
  /external/chromium_org/media/tools/layout_tests/
README 37 tests that are skipped as specified in the test expectation file, 'nonskip'
38 tests are in the test expectation file and not skipped (these are tests
  /external/chromium_org/ppapi/api/
ppp.idl 75 * <strong>Note:</strong> This function will always be skipped on untrusted
76 * (Native Client) implementations. This function may be skipped on trusted
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
find_files.py 31 an optional list of paths, optional set of skipped directories and optional
38 If a set of skipped directories is passed in, the function will filter out
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_unittests.js 105 equal(htmlForIndividualTestOnAllBuilders('foo/nonexistant.html'), '<div class="not-found">Test not found. Either it does not exist, is skipped or passes on all recorded runs.</div>');
112 '<div class="not-found">Test not found. Either it does not exist, is skipped or passes on all recorded runs.</div>' +
153 '<div>The following builders either don\'t run this test (e.g. it\'s skipped) or all recorded runs passed:</div>' +
154 '<div class=skipped-builder-list>' +
155 '<div class=skipped-builder>WebKit Linux (dbg)</div><div class=skipped-builder>WebKit Mac10.7</div><div class=skipped-builder>WebKit Win</div><div class=skipped-builder>WebKit Win (dbg)</div>' +
  /external/chromium_org/third_party/leveldatabase/src/doc/
log_format.txt 14 consist entirely of zero bytes and must be skipped by readers.
24 skipped.
  /external/valgrind/main/callgrind/
events.c 448 Int i, pos, skipped = 0; local
456 skipped++;
459 while(skipped>0) {
462 skipped--;
539 Int i, pos, skipped = 0; local
548 skipped++;
551 while(skipped>0) {
554 skipped--;
  /frameworks/native/cmds/flatland/
README.txt 60 result, the scenario was skipped.
65 scenario was skipped.
  /libcore/luni/src/main/java/java/io/
ObjectInput.java 92 * skipped if the end of this stream is reached before the operation
95 * @return the number of bytes actually skipped.
StringBufferInputStream.java 109 * skipped if the end of the source string is reached before the operation
112 * @return the number of characters actually skipped.
  /libcore/luni/src/main/java/java/util/zip/
CheckedInputStream.java 98 * stream. Any skipped bytes are added to the running checksum value.
102 * @return the number of bytes skipped.
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java 85 // TODO: CAPTURING_PHASE skipped
109 // TODO: BUBBLING_PHASE skipped
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 416 self.assertEqual(len(result.skipped), 1)
417 skipped = result.skipped[0][0]
418 self.assertEqual(str(skipped), 'setUpClass (%s.Test)' % __name__)
438 self.assertEqual(len(result.skipped), 1)
439 skipped = result.skipped[0][0]
440 self.assertEqual(str(skipped), 'setUpModule (Module)')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 416 self.assertEqual(len(result.skipped), 1)
417 skipped = result.skipped[0][0]
418 self.assertEqual(str(skipped), 'setUpClass (%s.Test)' % __name__)
438 self.assertEqual(len(result.skipped), 1)
439 skipped = result.skipped[0][0]
440 self.assertEqual(str(skipped), 'setUpModule (Module)')
  /external/chromium_org/android_webview/browser/net/
input_stream_reader.h 27 // On successful completion the InputStream would have skipped reading the
  /external/chromium_org/base/i18n/
icu_string_conversions.h 24 // The offending characters are skipped and the conversion will proceed as
  /external/chromium_org/base/test/launcher/
test_result.h 23 TEST_SKIPPED, // Test skipped (not run at all).
  /external/chromium_org/build/android/pylib/perf/
surface_stats_collector_unittest.py 46 # The following timestamps should be skipped.

Completed in 1673 milliseconds

1 2 3 45 6 7 8 91011>>