HomeSort by relevance Sort by last modified time
    Searched defs:skip (Results 126 - 150 of 1537) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 62 skip(parser);
102 skip(parser);
153 private void skip(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:StackOverflowXmlParser
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_block.c 176 size_t aligned_length, skip, count, left, padding, block_size; local
200 skip = cur->file_pos % block_size;
201 aligned_length = ((skip + length) + (block_size - 1)) &
203 padding = aligned_length - (skip + length);
214 if (skip || buffer_not_aligned) {
227 cur->file_pos += count - skip;
228 if (skip || buffer_not_aligned) {
231 * by skip or not aligned buffer, block buffer
235 (void *)(buf->offset + skip),
236 count - skip);
282 size_t aligned_length, skip, count, left, padding, block_size; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexerBase.cpp 157 skip() function in class:DLGLexerBase
241 skip();
  /external/brotli/research/
draw_histogram.cc 32 DEFINE_uint64(skip, 0, "Number of bytes to skip.");
70 int skip = FLAGS_skip; local
81 int max_pos = FLAGS_size - skip;
92 if (pos >= skip && distance <= pos) {
93 pos -= skip;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
RecyclableBufferedInputStream.java 361 * the number of bytes to skip. {@link #skip} does nothing and
368 public synchronized long skip(long byteCount) throws IOException { method in class:RecyclableBufferedInputStream
397 // Couldn't get all the bytes, skip what we read.
402 return read + localIn.skip(byteCount - read);
  /external/glide/library/src/main/java/com/bumptech/glide/util/
ExceptionCatchingInputStream.java 10 * An {@link java.io.InputStream} that catches {@link java.io.IOException}s during read and skip calls and stores them
100 public long skip(long byteCount) throws IOException { method in class:ExceptionCatchingInputStream
103 skipped = wrapped.skip(byteCount);
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 125 // Some locales have had their names change over various OS releases; skip them in the test for now.
134 bool skip = (std::find(std::begin(failingLocaleLCIDs), std::end(failingLocaleLCIDs), lcidRecords[i].lcid) != std::end(failingLocaleLCIDs)); local
135 if (skip && log->logKnownIssue("13119", "Windows '@compat=host' fails on down-level versions of the OS")) {
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
AbstractReportMojo.java 79 @Parameter(property = "jacoco.skip", defaultValue = "false")
80 boolean skip; field in class:AbstractReportMojo
133 if (skip) {
135 "Skipping JaCoCo execution because property jacoco.skip is set.");
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 77 unsigned int skip[SKIP_CONTEXTS][2]; member in struct:FRAME_COUNTS
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
BT4.java 120 skip(niceLenLimit, currentMatch); method
187 private void skip(int niceLenLimit, int currentMatch) { method in class:BT4
236 public void skip(int len) { method in class:BT4
252 skip(niceLenLimit, currentMatch); method
HC4.java 188 public void skip(int len) { method in class:HC4
  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 95 void skip(long byteCount) throws IOException; method in interface:BufferedSource
  /external/ppp/pppd/include/
pcap-int.h 63 int skip; member in struct:pcap_md
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMemoryMappedFile.java 99 @Override public void skip(int byteCount) { method in class:ShadowMemoryMappedFile.RoboBufferIterator
110 skip(byteCount);
  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 58 def skip(self,n): member in class:LexToken
59 self.lexer.skip(n)
241 # skip() - Skip ahead n characters
243 def skip(self,n): member in class:Lexer
    [all...]
  /external/skia/src/core/
SkFontStream.cpp 44 static bool skip(SkStream* stream, size_t amount) { function
45 return stream->skip(amount) == amount;
87 if (!skip(stream, offset)) {
124 if (!skip(stream, offsetToDir)) {
197 // skip the stream to the part of the table we want to copy from
200 if (!skip(stream, bytesToSkip)) {
SkReader32.h 83 const void* skip(size_t size) { function in class:SkReader32
93 return *(const T*)this->skip(sizeof(T));
143 return SkData::MakeWithCopy(this->skip(byteLength), byteLength);
151 // In case of failure, we want to skip to the end
152 (void)this->skip(success ? size : this->available());
  /external/skia/src/utils/win/
SkIStream.cpp 156 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); local
157 size_t skipped = this->fSkStream->skip(skip);
159 if (skipped != skip) {
166 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); local
167 size_t skipped = this->fSkStream->skip(skip);
169 if (skipped != skip) {
180 size_t skip = static_cast<size_t>(this->fSkStream->getLength() + local
182 size_t skipped = this->fSkStream->skip(skip)
    [all...]
  /external/skqp/src/core/
SkFontStream.cpp 44 static bool skip(SkStream* stream, size_t amount) { function
45 return stream->skip(amount) == amount;
87 if (!skip(stream, offset)) {
124 if (!skip(stream, offsetToDir)) {
197 // skip the stream to the part of the table we want to copy from
200 if (!skip(stream, bytesToSkip)) {
SkReader32.h 83 const void* skip(size_t size) { function in class:SkReader32
93 return *(const T*)this->skip(sizeof(T));
143 return SkData::MakeWithCopy(this->skip(byteLength), byteLength);
151 // In case of failure, we want to skip to the end
152 (void)this->skip(success ? size : this->available());
  /external/skqp/src/utils/win/
SkIStream.cpp 156 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); local
157 size_t skipped = this->fSkStream->skip(skip);
159 if (skipped != skip) {
166 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); local
167 size_t skipped = this->fSkStream->skip(skip);
169 if (skipped != skip) {
180 size_t skip = static_cast<size_t>(this->fSkStream->getLength() + local
182 size_t skipped = this->fSkStream->skip(skip)
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 101 int skip)
109 TRACE("empty_meta_index: offset %d, skip %d\n", offset, skip);
151 meta->skip = skip;
217 * entry[1] maps index x + skip, entry[2] maps index x + 2 * skip, and so on.
218 * The larger the file, the greater the skip factor. The skip factor is
221 * If the skip factor is limited in this way then the file will use multipl
226 int skip = blocks \/ ((SQUASHFS_META_ENTRIES + 1) local
241 int skip = calculate_skip(i_size_read(inode) >> msblk->block_log); local
    [all...]
  /external/syslinux/core/fs/ext2/
bmap.c 92 uint32_t skip = blk ? 1 : 0; local
93 uint32_t next = blk + skip;
100 next += skip;
  /external/tensorflow/tensorflow/contrib/data/python/ops/
dataset_ops.py 343 def skip(self, count): member in class:Dataset
364 When reading a single input file, you can skip elements as follows:
  /external/toybox/lib/
getmountlist.c 131 int len, skip; local
136 skip = strncmp(typelist, "no", 2);
140 if (!skip) {
144 skip = 1;
148 skip = 0;
153 return !skip;

Completed in 516 milliseconds

1 2 3 4 56 7 8 91011>>