Searched defs:Peek (Results 1 - 21 of 21) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DStackList.cs72 public object Peek() method in class:Antlr.Runtime.Collections.StackList
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs108 public virtual T Peek() { method in class:Antlr.Runtime.Misc.FastQueue
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs118 public virtual T Peek() method in class:Antlr.Runtime.Misc.FastQueue
H A DListStack`1.cs40 public T Peek() method in class:Antlr.Runtime.Misc.ListStack
42 return Peek(0);
45 public T Peek(int depth) method in class:Antlr.Runtime.Misc.ListStack
/external/v8/src/profiler/
H A Dcircular-queue-inl.h26 T* SamplingCircularQueue<T, L>::Peek() { function in class:v8::internal::SamplingCircularQueue
H A Dunbound-queue-inl.h74 Record* UnboundQueue<Record>::Peek() const { function in class:v8::internal::UnboundQueue
/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream_unittest.cc54 StringPiece Peek() { function in class:google::protobuf::strings::__anon16462::MockByteSource
83 EXPECT_EQ("!", source.Peek());
H A Dbytestream.cc42 StringPiece fragment = Peek();
150 StringPiece ArrayByteSource::Peek() { function in class:google::protobuf::strings::ArrayByteSource
173 StringPiece LimitByteSource::Peek() { function in class:google::protobuf::strings::LimitByteSource
174 StringPiece piece(source_->Peek());
/external/v8/src/
H A Dlocked-queue-inl.h80 inline bool LockedQueue<Record>::Peek(Record* record) const { function in class:v8::internal::LockedQueue
H A Ddateparser.h230 DateToken Peek() { function in class:v8::internal::DateParser::DateStringTokenizer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas75 function Peek: T; function
129 function Peek: T; function
314 function TStackList<T>.Peek: T;
/external/libchrome/base/
H A Dsync_socket_posix.cc147 // this case, the best we can do is Peek() to see if we can Receive() now or
150 return Peek() < length ? 0 : Receive(buffer, length);
181 // must Peek() for the amount ready for reading to avoid blocking.
183 const size_t bytes_to_read = std::min(Peek(), length - bytes_read_total);
199 size_t SyncSocket::Peek() { function in class:base::SyncSocket
/external/libchrome/base/containers/
H A Dmru_cache.h123 iterator Peek(const KeyType& key) { function in class:base::MRUCacheBase
130 const_iterator Peek(const KeyType& key) const { function in class:base::MRUCacheBase
/external/webrtc/webrtc/base/
H A Dmessagequeue.cc165 bool MessageQueue::Peek(Message *pmsg, int cmsWait) { function in class:rtc::MessageQueue
179 // Always return the peek if it exists so there is Peek/Get symmetry
/external/skia/src/core/
H A DSkXfermodePriv.h163 static SkXfermode* Peek(SkBlendMode mode) { function in class:SkXfermode
/external/v8/src/compiler/
H A Dast-graph-builder.h525 Node* Peek(int depth) { function in class:v8::internal::compiler::AstGraphBuilder::Environment
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2134 void MacroAssembler::Peek(const Register& dst, const Operand& offset) { function in class:vixl::aarch64::MacroAssembler
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc1248 void MacroAssembler::Peek(const CPURegister& dst, const Operand& offset) { function in class:v8::internal::MacroAssembler
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h910 // Note that the Claim, Drop, and Peek helpers below ensure that offsets used
934 void Peek(Register dst, int32_t offset) { function in class:vixl::aarch32::MacroAssembler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1901 milliseconds