HomeSort by relevance Sort by last modified time
    Searched refs:skip (Results 501 - 525 of 3135) sorted by null

<<21222324252627282930>>

  /libcore/ojluni/src/main/java/java/io/
LineNumberInputStream.java 164 * input stream. The {@code skip} method may, for a variety of
169 * The {@code skip} method of {@code LineNumberInputStream} creates
179 public long skip(long n) throws IOException { method in class:LineNumberInputStream
Reader.java 159 /** Maximum skip-buffer size */
162 /** Skip buffer, null until allocated */
169 * @param n The number of characters to skip
176 public long skip(long n) throws IOException { method in class:Reader
178 throw new IllegalArgumentException("skip value is negative");
255 * mark(), reset(), or skip() invocations will throw an IOException.
StringBufferInputStream.java 146 public synchronized long skip(long n) { method in class:StringBufferInputStream
StringReader.java 111 * <code>skip</code> method of the {@link Reader} superclass throws
113 * stream to skip backwards. Negative return values indicate a skip
114 * backwards. It is not possible to skip backwards past the beginning of
122 public long skip(long ns) throws IOException { method in class:StringReader
127 // Bound skip by beginning and end of the source
  /packages/apps/DocumentsUI/src/com/android/documentsui/archives/
Proxy.java 64 mOffset += mInputStream.skip(offset - mOffset);
  /packages/apps/Gallery2/jni_jpegstream/src/
inputstream_wrapper.cpp 48 int64_t InputStreamWrapper::skip(int64_t count) { function in class:InputStreamWrapper
  /packages/apps/TV/src/com/android/tv/onboarding/
NewSourcesFragment.java 53 initializeButton(view.findViewById(R.id.skip), ACTION_SKIP);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CharSequenceReader.java 127 * Skip the specified number of characters.
129 * @param n The number of characters to skip
132 public long skip(long n) { method in class:CharSequenceReader
135 "Number of characters to skip is less than zero: " + n);
  /packages/inputmethods/LatinIME/native/jni/src/utils/
byte_array_view.h 45 AK_FORCE_INLINE const ReadOnlyByteArrayView skip(const size_t n) const { function in class:latinime::ReadOnlyByteArrayView
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 99 /* Find the alignment maximum skip associated with a CODE_LABEL.
464 unnamed_section_callback GTY ((skip)) callback;
465 const void *GTY ((skip)) data;
489 noswitch_section_callback GTY ((skip)) callback;
494 struct section_common GTY ((skip)) common;
splay-tree.h 122 void * GTY((skip)) allocate_data;
  /prebuilts/go/darwin-x86/src/path/filepath/
example_unix_test.go 85 subDirToSkip := "skip" // dir/to/walk/skip
  /prebuilts/go/linux-x86/src/path/filepath/
example_unix_test.go 85 subDirToSkip := "skip" // dir/to/walk/skip
  /external/curl/src/
tool_urlglob.c 157 case '\\': /* escaped character, skip '\' */
324 static bool peek_ipv6(const char *str, size_t *skip)
345 *skip = i;
370 /* skip over IPv6 literals and [] */
371 size_t skip = 0; local
372 if(!peek_ipv6(pattern, &skip) && (pattern[1] == ']'))
373 skip = 2;
374 if(skip) {
375 memcpy(buf, pattern, skip);
376 buf += skip;
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/content/res/
FontResourcesParserCompat.java 184 skip(parser);
204 skip(parser);
217 skip(parser);
292 skip(parser);
298 private static void skip(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:FontResourcesParserCompat
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileInputStreamTest.java 230 is.skip(500);
243 is.skip(500);
382 * java.io.FileInputStream#skip(long)
387 is.skip(1000);
440 * java.io.FileInputStream#skip(long)
445 fis.skip(-5);
446 fail("IOException must be thrown if number of bytes to skip <0");
481 fis.skip(100);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterInputStreamTest.java 311 * DeflaterInputStream#skip()
317 dis.skip(1);
327 assertEquals(23, dis.skip(Long.MAX_VALUE));
333 dis.skip(56);
338 // can still skip
339 dis.skip(1);
342 dis.skip(1);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_updating_helper.cpp 43 // The first code point is different from target code point. Skip this node and read
57 wordCodePoints.skip(matchedCodePointCount));
67 wordCodePoints.skip(readingHelper->getTotalCodePointCount(ptNodeParams)));
80 wordCodePoints.skip(readingHelper->getPrevTotalCodePointCount()), unigramProperty,
246 reallocatingPtNodeParams->getCodePointArrayView().skip(overlappingCodePointCount),
255 newPtNodeCodePoints.skip(overlappingCodePointCount),
  /external/eigen/unsupported/test/
cxx11_meta.cpp 25 using Eigen::internal::skip;
180 VERIFY((is_same<typename skip<0, tl>::type, type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c>>::value));
181 VERIFY((is_same<typename skip<1, tl>::type, type_list<dummy_a, dummy_b, dummy_b, dummy_c, dummy_c>>::value));
182 VERIFY((is_same<typename skip<2, tl>::type, type_list<dummy_b, dummy_b, dummy_c, dummy_c>>::value));
183 VERIFY((is_same<typename skip<3, tl>::type, type_list<dummy_b, dummy_c, dummy_c>>::value));
184 VERIFY((is_same<typename skip<4, tl>::type, type_list<dummy_c, dummy_c>>::value));
185 VERIFY((is_same<typename skip<5, tl>::type, type_list<dummy_c>>::value));
186 VERIFY((is_same<typename skip<6, tl>::type, type_list<>>::value));
188 VERIFY((is_same<typename skip<0, il>::type, numeric_list<int, 0, 1, 2, 3, 4, 5>>::value));
189 VERIFY((is_same<typename skip<1, il>::type, numeric_list<int, 1, 2, 3, 4, 5>>::value))
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 589 skip(); method
592 skip(); method
596 skip(); method
607 skip(); method
623 skip(); method
630 skip(); method
640 skip(); method
681 skip(); method
732 skip(); method
735 skip(); method
757 skip(); method
804 skip(); method
808 skip(); method
819 skip(); method
825 skip(); method
831 skip(); method
833 skip(); method
849 skip(); method
863 skip(); method
907 skip(); method
911 skip(); method
916 skip(); method
931 skip(); method
934 skip(); method
948 skip(); method
954 skip(); method
960 skip(); method
968 skip(); method
1063 skip(); method
1082 skip(); method
1099 skip(); method
1108 skip(); method
1593 private void skip() throws IOException, XmlPullParserException { method in class:KXmlParser
    [all...]
  /external/libxkbcommon/xkbcommon/src/compose/
parser.c 164 /* Skip spaces. */
169 /* Skip comments. */
586 goto skip;
618 goto skip;
665 goto skip;
669 goto skip;
673 goto skip;
687 goto skip;
694 goto skip;
708 goto skip;
    [all...]
  /libcore/luni/src/test/java/libcore/libcore/io/
MemoryMappedFileTest.java 130 // Check skip.
134 iterator.skip(1);
198 iterator.skip(1);
202 iterator.skip(-1);
206 iterator.skip(2);
210 iterator.skip(-2);
214 iterator.skip(3);
218 iterator.skip(-3);
222 iterator.skip(4);
226 iterator.skip(-1)
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 150 source.skip(Segment.SIZE - 1);
180 source.skip(Segment.SIZE - 3);
213 source.skip(Segment.SIZE - 7);
388 source.skip(Segment.SIZE - 1);
407 @Test public void skip() throws Exception { method in class:BufferedSourceTest
411 source.skip(1);
413 source.skip(Segment.SIZE - 2);
415 source.skip(1);
423 source.skip(2);
445 source.skip(2); // b...
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IterablesTest.java 19 import static com.google.common.collect.Iterables.skip;
529 assertEquals(newArrayList("c", "d", "e"), newArrayList(skip(set, 2)));
530 assertEquals("[c, d, e]", skip(set, 2).toString());
535 assertEquals(newArrayList("c", "d", "e"), newArrayList(skip(list, 2)));
536 assertEquals("[c, d, e]", skip(list, 2).toString());
541 assertEquals(emptyList(), newArrayList(skip(set, 20)));
546 assertEquals(emptyList(), newArrayList(skip(list, 20)));
551 assertEquals(newArrayList("a", "b"), newArrayList(skip(set, 0)));
556 assertEquals(newArrayList("a", "b"), newArrayList(skip(list, 0)));
561 Iterator<String> iterator = skip(set, 2).iterator()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ftpmirror.py 15 -s pat: skip files matching pattern
156 skip = 0
160 print 'Skip pattern', repr(pat),
162 skip = 1
164 if skip:
263 skip = 0
267 print 'Skip pattern', repr(pat),
269 skip = 1
271 if skip:

Completed in 601 milliseconds

<<21222324252627282930>>