Searched refs:Skip (Results 51 - 75 of 243) sorted by path

12345678910

/external/chromium_org/remoting/base/
H A Dcompound_buffer.h113 virtual bool Skip(int count) OVERRIDE;
H A Dcompound_buffer_unittest.cc268 EXPECT_TRUE(stream.Skip(3));
270 EXPECT_TRUE(stream.Skip(6));
/external/chromium_org/sdch/open-vcdiff/
H A Dltmain.sh1662 # Skip this library if it cannot be dlopened.
3607 /* Skip over the disk name in MSDOS pathnames. */
5523 # Skip directories that are in the system default run-time
5597 # Skip directories that are in the system default run-time
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py261 def Skip(lines, pos, regex): function
283 pos = Skip(lines, pos, OPTIONAL_WHITE_SPACES_REGEX)
284 pos = Skip(lines, pos, r'\(')
286 pos = Skip(lines, pos, r'\)')
293 pos = Skip(lines, pos, r'\)')
330 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX)
334 pos = Skip(lines, eq_token.end, r'\s*')
346 pos = Skip(lines, id_token.end, WHITE_SPACE_REGEX)
353 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX)
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dattributes.cpp267 {# Skip on compact node DOMString getters #}
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h72 bool Skip(size_t n_bytes) { function in class:woff2::Buffer
H A Dfont.cc45 !file.Skip(6)) {
153 if (!loca_buf.Skip(2 * glyph_index) ||
164 if (!loca_buf.Skip(4 * glyph_index) ||
H A Dglyph.cc62 if (!buffer->Skip(arg_size)) {
115 if (!buffer.Skip(glyph->instructions_size)) {
207 if (!buffer.Skip(glyph->instructions_size)) {
H A Dwoff2_dec.cc332 if (!bbox_stream->Skip(bitmap_length)) {
377 if (!composite_stream->Skip(arg_size)) {
538 if (!flag_stream.Skip(flag_size)) {
541 if (!glyph_stream.Skip(triplet_bytes_consumed)) {
727 if (!file.Skip(16) ||
758 if (!file.Skip(6)) {
769 if (!file.Skip(24)) {
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.c1055 goto Skip;
1071 goto Skip;
1129 Skip:
1415 goto Skip;
1481 goto Skip;
1489 goto Skip;
1505 Skip:
H A Dpshglob.c206 goto Skip;
221 Skip:
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c6119 goto Skip;
6146 Skip:
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium_stdio.cc106 virtual Status Skip(uint64_t n) { function in class:leveldb_env::__anon12436::ChromiumSequentialFile
H A Denv_chromium_win.cc84 virtual Status Skip(uint64_t n) { function in class:leveldb_env::__anon12437::ChromiumSequentialFileWin
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_reader.cc47 // Skip to start of first block that can contain the initial record
49 Status skip_status = file_->Skip(block_start_location);
228 // Skip zero length record without reporting any drops since
253 // Skip physical record that started before initial_offset_
H A Dlog_test.cc79 virtual Status Skip(uint64_t n) { function in class:leveldb::log::LogTest::StringSource
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv.cc166 virtual Status Skip(uint64_t n) { function in class:leveldb::__anon12454::SequentialFileImpl
H A Dmemenv_test.cc105 ASSERT_OK(seq_file->Skip(1));
110 ASSERT_OK(seq_file->Skip(100)); // Try to skip past end of file.
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Denv.h170 // Skip "n" bytes from the file. This is guaranteed to be no
174 // file, and Skip will return OK.
177 virtual Status Skip(uint64_t n) = 0;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc63 virtual Status Skip(uint64_t n) { function in class:leveldb::__anon12468::PosixSequentialFile
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c135 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) { function
150 Skip(mem, 1);
157 Skip(mem, 2);
164 Skip(mem, 3);
171 Skip(mem, 4);
227 Skip(mem, payload_available);
258 Skip(mem, payload_available);
415 Skip(mem, RIFF_HEADER_SIZE);
504 Skip(mem, chunk_size_padded - ANIM_CHUNK_SIZE);
507 goto Skip;
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dltmain.sh1662 # Skip this library if it cannot be dlopened.
3607 /* Skip over the disk name in MSDOS pathnames. */
5520 # Skip directories that are in the system default run-time
5594 # Skip directories that are in the system default run-time
/external/chromium_org/third_party/lzma_sdk/
H A D7zDec.c54 p->res = p->inStream->Skip(p->inStream, size);
165 res = inStream->Skip((void *)inStream, inProcessed);
214 res = inStream->Skip((void *)inStream, inProcessed);
238 RINOK(inStream->Skip((void *)inStream, curSize));
H A D7zStream.c47 return stream->Skip(stream, *size);
139 p->s.Skip = LookToRead_Skip;
H A DLzFind.c744 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
749 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
754 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip;
759 vTable->Skip = (Mf_Skip_Func)Bt4_MatchFinder_Skip;

Completed in 548 milliseconds

12345678910