Searched refs:Skip (Results 126 - 150 of 236) sorted by relevance

12345678910

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc226 EXPECT_TRUE(input->Skip(20));
254 EXPECT_TRUE(input->Skip(5));
256 EXPECT_TRUE(input->Skip(100000 - 10));
258 EXPECT_TRUE(input->Skip(20000 - 10));
671 // bytes 42 and 62, which is the range that it Skip()ed by ReadStuff(). This
672 // tests that a bug that existed in the original code for Skip() is fixed.
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc108 int64_t FileInputStream::Skip(int64_t n) { function in class:sfntly::FileInputStream
/external/chromium_org/remoting/base/
H A Dcompound_buffer_unittest.cc268 EXPECT_TRUE(stream.Skip(3));
270 EXPECT_TRUE(stream.Skip(6));
H A Dcompound_buffer.cc250 bool CompoundBufferInputStream::Skip(int count) { function in class:remoting::CompoundBufferInputStream
/external/opencv/otherlibs/highgui/
H A Dgrfmt_sunras.cpp102 m_strm.Skip( 4 );
108 m_strm.Skip( 4 );
H A Dbitstrm.cpp215 void RBaseStream::Skip( int bytes ) function in class:RBaseStream
470 void RLBitStream::Skip( int bytes ) function in class:RLBitStream
581 void RMBitStream::Skip( int bytes ) function in class:RMBitStream
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model_neon.S80 bvc MOV1 @ Skip the shift if there's no overflow.
97 bvc MOV2 @ Skip the shift if there's no overflow.
122 bvc MOV3 @ Skip the shift if there's no overflow.
142 bvc GET_SHIFT_NORM @ Skip the shift if there's no overflow.
/external/chromium_org/third_party/ots/src/
H A Dcmap.cc73 if (!subtable.Skip(4)) {
270 if (!subtable.Skip(8)) {
351 if (!subtable.Skip(8)) {
418 // Skip format (USHORT) and length (ULONG)
419 if (!subtable.Skip(6)) {
548 if (!subtable.Skip(4)) {
651 if (!table.Skip(2)) {
H A Dglyf.cc126 if (!table->Skip(bytecode_length)) {
H A Dots.h70 bool Skip(size_t n_bytes) { function in class:ots::Buffer
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_win_unittest.cc230 EXPECT_EQ(S_OK, enumerator->Skip(1));
243 EXPECT_EQ(S_OK, enumerator->Skip(1));
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLegacyCommonTokenStream.cs69 /** <summary>Skip tokens on any channel but this one; this is how we skip whitespace...</summary> */
366 return new List<IToken>(tokens.Skip(start).Take(count));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLegacyCommonTokenStream.cs68 /** <summary>Skip tokens on any channel but this one; this is how we skip whitespace...</summary> */
416 return new List<IToken>(tokens.Skip(start).Take(count));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs187 public virtual void Skip() method in class:Antlr.Runtime.SlimLexer
190 //state.token = Tokens.Skip;
/external/bison/etc/
H A Dbench.pl.in271 /* Skip white space. */
/external/chromium_org/chrome/common/importer/
H A Dpstore_declarations.h40 virtual HRESULT STDMETHODCALLTYPE Skip(DWORD celt) = 0;
/external/chromium_org/google_apis/gcm/base/
H A Dsocket_stream.cc68 bool SocketInputStream::Skip(int count) { function in class:gcm::SocketInputStream
/external/chromium_org/media/video/capture/win/
H A Dpin_base_win.cc84 STDMETHOD(Skip)(ULONG count) { function in class:media::TypeEnumerator
/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/lzma_sdk/
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/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.c745 vTable->Skip = (Mf_Skip_Func)Hc4_MatchFinder_Skip;
750 vTable->Skip = (Mf_Skip_Func)Bt2_MatchFinder_Skip;
755 vTable->Skip = (Mf_Skip_Func)Bt3_MatchFinder_Skip;
760 vTable->Skip = (Mf_Skip_Func)Bt4_MatchFinder_Skip;
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc167 bool GzipInputStream::Skip(int count) { function in class:google::protobuf::io::GzipInputStream
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.
/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;

Completed in 1777 milliseconds

12345678910