/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenConstants.cs | 76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid ); field in Antlr.Runtime.Tokens 92 public static readonly T Skip = new T() field in Antlr.Runtime.T
|
D | Lexer.cs | 150 public virtual void Skip() { in Skip() method in Antlr.Runtime.Lexer
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Tokens.cs | 42 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid ); field in Antlr.Runtime.Tokens
|
D | Lexer.cs | 184 public virtual void Skip() in Skip() method in Antlr.Runtime.Lexer
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 96 bool FileInputStream::Skip(int count) { in Skip() function in google::protobuf::io::FileInputStream 152 int FileInputStream::CopyingFileInputStream::Skip(int count) { in Skip() function in google::protobuf::io::FileInputStream::CopyingFileInputStream 286 bool IstreamInputStream::Skip(int count) { in Skip() function in google::protobuf::io::IstreamInputStream 380 bool ConcatenatingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ConcatenatingInputStream 444 bool LimitingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::LimitingInputStream
|
D | zero_copy_stream_impl_lite.cc | 87 bool ArrayInputStream::Skip(int count) { in Skip() function in google::protobuf::io::ArrayInputStream 189 int CopyingInputStream::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStream 267 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip() function in google::protobuf::io::CopyingInputStreamAdaptor
|
D | gzip_stream.cc | 151 bool GzipInputStream::Skip(int count) { in Skip() function in google::protobuf::io::GzipInputStream
|
D | coded_stream.cc | 154 bool CodedInputStream::Skip(int count) { in Skip() function in google::protobuf::io::CodedInputStream 546 bool CodedOutputStream::Skip(int count) { in Skip() function in google::protobuf::io::CodedOutputStream
|
D | tokenizer_unittest.cc | 143 bool Skip(int count) { return array_stream_.Skip(count); } in Skip() function in google::protobuf::io::__anona0fe9f4f0111::TestInputStream
|
D | coded_stream_unittest.cc | 1067 bool Skip(int count) { GOOGLE_LOG(FATAL) << "Not implemented."; return false; } in Skip() function in google::protobuf::io::__anon3c0bd25e0111::ReallyBigInputStream
|
/external/webkit/Source/WebKit/win/ |
D | COMEnumVariant.h | 150 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Skip(ULONG celt) in Skip() function
|
D | WebFrame.cpp | 820 virtual HRESULT STDMETHODCALLTYPE Skip(ULONG celt) in Skip() function in EnumChildFrames
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 187 public virtual void Skip() in Skip() method in Antlr.Runtime.SlimLexer
|
/external/opencv/otherlibs/highgui/ |
D | bitstrm.cpp | 215 void RBaseStream::Skip( int bytes ) in Skip() function in RBaseStream 470 void RLBitStream::Skip( int bytes ) in Skip() function in RLBitStream 581 void RMBitStream::Skip( int bytes ) in Skip() function in RMBitStream
|
/external/webkit/Source/WebCore/platform/win/ |
D | WCDataObject.cpp | 124 STDMETHODIMP WCEnumFormatEtc::Skip(ULONG celt) in Skip() function in WebCore::WCEnumFormatEtc
|
/external/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 268 unsigned Skip = 0; in ExpandFPMLxInstructions() local
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 153 uint8_t Skip = BadCharSkip[(uint8_t)(*this)[Pos+N-1]]; in find() local
|
/external/chromium/net/base/ |
D | dnsrr_resolver.cc | 459 bool Skip(unsigned n) { in Skip() function in net::Buffer
|
/external/v8/src/ |
D | dateparser.h | 116 bool Skip(uint32_t c) { in Skip() function
|
D | deoptimizer.h | 541 void Skip(int n) { in Skip() function
|
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 1136 bool Parser::IsTemplateArgumentList(unsigned Skip) { in IsTemplateArgumentList()
|
/external/gtest/scripts/ |
D | pump.py | 261 def Skip(lines, pos, regex): function
|
/external/chromium/testing/gtest/scripts/ |
D | pump.py | 261 def Skip(lines, pos, regex): function
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 933 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1; in ComputeSymbolTable() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1682 bool Skip = isCommIntrinsic ? 1 : 0; // First operand is intrinsic id. in canPatternMatch() local
|