/external/chromium_org/media/base/ |
seekable_buffer.h | 67 int Peek(uint8* data, int size) { return Peek(data, size, 0); } 68 int Peek(uint8* data, int size, int forward_offset);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
coffeescript.js | 62 var ch = stream.peek(); 98 if (stream.peek() == "."){ 276 stream.peek() === '')
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
StackList.cs | 72 public object Peek()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Collections.Tests.pas | 126 CheckEquals(FIStackList.Peek, 'Item 2');
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 90 === consume / look / peek 95 <tt>stream.peek(k = 1)</tt> is used to quickly retrieve the object of interest 103 look-ahead position specified by <tt>k</tt>. While <tt>peek</tt> provides the 111 <b>Note:</b> in most ANTLR runtime APIs for other languages, <tt>peek</tt> is 115 un-Ruby-like. Thus, I chose <tt>peek</tt> and <tt>look</tt> to represent a 116 quick-look (peek) and a full-fledged look-ahead operation (look). If this causes 176 # :method: peek( k = 1 ) 180 abstract :peek 294 Then, all <tt>peek</tt>, <tt>look</tt>, and <tt>consume</tt> operations only 349 #peek method returns the integer character value at look-ahead positio 497 def peek( k = 1 ) method in class:ANTLR3.that.StringStream 925 def peek( k = 1 ) method in class:ANTLR3.that.CommonTokenStream [all...] |
/external/chromium/base/ |
sync_socket.h | 61 size_t Peek();
|
/external/chromium/third_party/libjingle/source/talk/base/ |
messagequeue.cc | 155 bool MessageQueue::Peek(Message *pmsg, int cmsWait) { 168 // Return and clear peek if present 169 // Always return the peek if it exists so there is Peek/Get symmetry
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlbuilder.h | 67 // Peek at the built element without taking ownership
|
/external/chromium_org/media/mp2t/ |
ts_section_psi.cc | 81 psi_byte_queue_.Peek(&raw_psi, &raw_psi_size);
|
/external/chromium_org/media/mp4/ |
offset_byte_queue.h | 26 void Peek(const uint8** buf, int* size);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
SharedBufferChunkReader.h | 58 size_t peek(Vector<char>&, size_t);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
RefPtrHashMap.h | 256 return MappedTraits::peek(MappedTraits::emptyValue()); 257 return MappedTraits::peek(entry->value); 266 return MappedTraits::peek(MappedTraits::emptyValue()); 267 return MappedTraits::peek(entry->value);
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
AtomicStringHash.h | 57 static PeekType peek(const WTF::AtomicString& value) { return value; } function in struct:WTF::HashTraits
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
messagequeue.cc | 170 bool MessageQueue::Peek(Message *pmsg, int cmsWait) { 183 // Return and clear peek if present 184 // Always return the peek if it exists so there is Peek/Get symmetry
|
/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
xmlbuilder.h | 67 // Peek at the built element without taking ownership
|
/external/chromium_org/third_party/mach_override/libudis86/ |
input.h | 89 * Peek next byte in input.
|
/external/chromium_org/v8/src/ |
circular-queue-inl.h | 49 T* SamplingCircularQueue<T, L>::Peek() {
|
unbound-queue.h | 52 INLINE(Record* Peek() const);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 10 match Stream.peek stream with
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 10 match Stream.peek stream with
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 10 match Stream.peek stream with
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 10 match Stream.peek stream with
|
/external/v8/src/ |
unbound-queue-inl.h | 87 Record* UnboundQueue<Record>::Peek() {
|
unbound-queue.h | 52 INLINE(Record* Peek());
|
/frameworks/base/core/jni/android/graphics/ |
NinePatchPeeker.cpp | 23 bool NinePatchPeeker::peek(const char tag[], const void* data, size_t length) { function in class:NinePatchPeeker
|