HomeSort by relevance Sort by last modified time
    Searched full:peek (Results 276 - 300 of 767) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/examples/includes/geshi/geshi/
qbasic.php 85 'PAINT', 'PALETTE', 'PCOPY', 'PEEK', 'PMAP', 'POINT', 'POKE', 'POS', 'PRESET',
scheme.php 90 'pair?', 'peek-char', 'positive?', 'procedure?',
sdlbasic.php 67 'savebank', 'setbank', 'sizebank', 'poke', 'doke', 'loke', 'peek', 'deek',
  /external/v8/src/
parser.h 680 INLINE(Token::Value peek()) { function in class:v8::internal::Parser
682 return scanner().peek();
693 // Any further calls to Next or peek will return the illegal token.
695 // have been peek'ed.
  /libcore/luni/src/main/java/java/io/
DataInputStream.java 129 /* Have to be able to peek ahead one byte */
  /libcore/luni/src/main/java/java/net/
PlainDatagramSocketImpl.java 151 protected int peek(InetAddress sender) throws IOException { method in class:PlainDatagramSocketImpl
  /libcore/luni/src/main/java/java/util/concurrent/
TransferQueue.java 26 * items, which is a converse analogy to a {@code peek} operation.
  /packages/apps/Email/tests/src/com/android/email/
ThrottleTest.java 201 Entry e = mTasks.peek();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 103 final ViewNode parent = stack.peek();
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java 444 return (SourceLocator) m_saxLocations.peek();
683 return (DTMIterator) m_contextNodeLists.peek();
736 return m_currentNodes.peek();
869 return m_predicatePos.peek();
889 return m_currentExpressionNodes.peek();
922 return (PrefixResolver) m_prefixResolvers.peek();
1005 ? null : (SubContextList) m_axesIteratorStack.peek();
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Iterators.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java     [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl2.rst 321 match Stream.peek stream with
344 match Stream.peek stream with
398 match Stream.peek stream with
512 match Stream.peek stream with
760 match Stream.peek stream with
776 match Stream.peek stream with
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 362 int c = in->peek();
376 int c = in->peek();
636 while ( in->good() && in->peek() != '>' )
928 if ( in->good() && in->peek() != '<' )
942 assert( in->peek() == '<' );
953 int c = in->peek();
1414 int c = in->peek();
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 731 // Skip forward in the same buffer then peek again.
737 // Skip to end of buffer and peek -- should get next buffer.
760 // Skip forward in the same buffer then peek again.
766 // Skip to end of buffer and peek -- should return false and provide an empty
790 // Skip forward in the same buffer then peek again.
796 // Skip to end of buffer and peek -- should get next buffer.
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java     [all...]
  /external/kernel-headers/original/linux/
skbuff.h 556 * @list_: list to peek at
558 * Peek an &sk_buff. Unlike most other operations you _MUST_
559 * be careful with this one. A peek leaves the buffer on the
577 * @list_: list to peek at
579 * Peek an &sk_buff. Unlike most other operations you _MUST_
580 * be careful with this one. A peek leaves the buffer on the
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
network.cc 98 char ch = ist.peek();
123 if (ist.peek() == ',')
  /external/chromium_org/base/message_loop/
message_pump_win.h 94 // peek of the Windows message queue, followed by a dispatch of the peeked
130 // A MessageFilter implements the common Peek/Translate/Dispatch code to deal
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 264 // Customizes the app list |hwnd| for Windows (eg: disable aero peek, set up
277 // Disable aero peek. Without this, hovering over the taskbar popup puts
  /external/chromium_org/net/quic/
quic_stream_sequencer_test.cc 373 // Peek into the data.
404 // Peek into the data. Only the first chunk should be readable
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashMap.h 377 return MappedTraits::peek(MappedTraits::emptyValue());
378 return MappedTraits::peek(entry->value);
  /external/chromium_org/third_party/icu/source/common/
uvector.h 321 void* peek(void) const;
402 inline void* UStack::peek(void) const { function in class:UStack
  /external/chromium_org/third_party/openssl/openssl/patches/
handshake_cutthrough.patch 150 static int ssl3_read_internal(SSL *s, void *buf, int len, int peek)
171 ret=s->method->ssl_read_bytes(s,SSL3_RT_APPLICATION_DATA,buf,len,peek);

Completed in 274 milliseconds

<<11121314151617181920>>