Searched refs:Skip (Results 151 - 175 of 243) sorted by relevance

12345678910

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc227 EXPECT_TRUE(input->Skip(20));
255 EXPECT_TRUE(input->Skip(5));
257 EXPECT_TRUE(input->Skip(100000 - 10));
259 EXPECT_TRUE(input->Skip(20000 - 10));
894 // bytes 42 and 62, which is the range that it Skip()ed by ReadStuff(). This
895 // tests that a bug that existed in the original code for Skip() is fixed.
H A Dcoded_stream.h179 bool Skip(int count);
185 // this data, it should then call Skip() to skip over the consumed bytes.
618 bool Skip(int count);
624 // writes any data to this buffer, it should then call Skip() to skip over
H A Dtokenizer_unittest.cc144 bool Skip(int count) { return array_stream_.Skip(count); } function in class:google::protobuf::io::__anon14844::TestInputStream
/external/lldb/scripts/
H A Dsed-sources54 Skip variants when doing multiple files (no _profile or _debug variants).
/external/lzma/C/
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;
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc151 bool GzipInputStream::Skip(int count) { function in class:google::protobuf::io::GzipInputStream
H A Dcoded_stream.h163 bool Skip(int count);
169 // this data, it should then call Skip() to skip over the consumed bytes.
590 bool Skip(int count);
596 // writes any data to this buffer, it should then call Skip() to skip over
H A Dtokenizer_unittest.cc143 bool Skip(int count) { return array_stream_.Skip(count); } function in class:google::protobuf::io::__anon28990::TestInputStream
/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/freetype/src/pshinter/
H A Dpshalgo.c1055 goto Skip;
1071 goto Skip;
1129 Skip:
1414 goto Skip;
1480 goto Skip;
1488 goto Skip;
1504 Skip:
H A Dpshglob.c206 goto Skip;
221 Skip:
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/courgette/
H A Dstreams.cc177 bool SourceStream::Skip(size_t byte_count) { function in class:courgette::SourceStream
/external/chromium_org/google_apis/gcm/base/
H A Dsocket_stream.cc69 bool SocketInputStream::Skip(int count) { function in class:gcm::SocketInputStream
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp.cc96 big_endian_reader.Skip(4); // Skip header.
/external/chromium_org/media/cast/receiver/
H A Dframe_receiver.cc109 return big_endian_reader.Skip(8) && big_endian_reader.ReadU32(ssrc);
216 // skipping one or more frames. Skip if the missing frame wouldn't complete
/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
/external/chromium_org/third_party/ots/src/
H A Dgdef.cc193 if (!subtable.Skip(2)) {
/external/chromium_org/v8/src/
H A Ddateparser.h93 bool Skip(uint32_t c) { function in class:v8::internal::DateParser::BASE_EMBEDDED
/external/clang/lib/AST/
H A DDeclBase.cpp1073 llvm::SmallVector<unsigned, 8> Skip; local
1076 Skip.push_back(I);
1077 Skip.push_back(Decls.size());
1082 if (I == Skip[SkipPos])
1207 // Skip unnamed declarations.
1211 // Skip entities that can't be found by name lookup into a particular
1217 // Skip template specializations.
1419 // Skip through transparent contexts.
1427 // Skip through non-namespace, non-translation-unit contexts.
1463 // Skip declaration
[all...]
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs252 public void Skip(UInt32 num) method in class:SevenZip.Compression.LZ.BinTree
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java252 public void Skip(int num) throws IOException method in class:BinTree
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc127 if (!input->Skip(length)) return false;

Completed in 865 milliseconds

12345678910