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

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 206 uint32_t* peek = writer->peek32(offset); local
209 UNPACK_8_24(*peek, op, *size);
703 uint32_t* peek = fWriter.peek32(offset); local
704 offset = *peek;
705 *peek = restoreOffset;
    [all...]
  /external/icu4c/i18n/
regexcmp.cpp     [all...]
  /external/openssl/ssl/
s3_pkt.c 941 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek)
953 (peek && (type != SSL3_RT_APPLICATION_DATA)))
966 /* peek == 0 */
1021 * (even in 'peek' mode) */
1050 if (!peek)
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 206 uint32_t* peek = writer->peek32(offset); local
209 UNPACK_8_24(*peek, op, *size);
703 uint32_t* peek = fWriter.peek32(offset); local
704 offset = *peek;
705 *peek = restoreOffset;
    [all...]
  /external/strace/
util.c 952 int peek, poke; local
960 peek = PTRACE_PEEKTEXT;
964 peek = PTRACE_PEEKDATA;
972 u.val = ptrace(peek, pid, (char *) addr, 0);
986 u.val = ptrace(peek, pid, (char *) addr, 0);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 463 if hasattr(self, "peek"):
465 readahead = self.peek(1)
1000 def peek(self, n=0): member in class:BufferedReader
1196 def peek(self, n=0): member in class:BufferedRWPair
1279 def peek(self, n=0): member in class:BufferedRandom
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 463 if hasattr(self, "peek"):
465 readahead = self.peek(1)
1000 def peek(self, n=0): member in class:BufferedReader
1196 def peek(self, n=0): member in class:BufferedRWPair
1279 def peek(self, n=0): member in class:BufferedRandom
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 603 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope());<it>_scopeInit(<it>_stack.Peek());}; separator="\n">
604 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope());<it.name>_scopeInit(<it.name>_stack.Peek());}; separator="\n">
608 <ruleDescriptor.useScopes:{it|<it>_scopeAfter(<it>_stack.Peek());<it>_stack.Pop();}; separator="\n">
609 <ruleDescriptor.ruleScope:{it|<it.name>_scopeAfter(<it.name>_stack.Peek());<it.name>_stack.Pop();}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 581 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope(this));<it>_scopeInit(<it>_stack.Peek());}; separator="\n">
582 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope(this));<it.name>_scopeInit(<it.name>_stack.Peek());}; separator="\n">
586 <ruleDescriptor.useScopes:{it|<it>_scopeAfter(<it>_stack.Peek());<it>_stack.Pop();}; separator="\n">
587 <ruleDescriptor.ruleScope:{it|<it.name>_scopeAfter(<it.name>_stack.Peek());<it.name>_stack.Pop();}; separator="\n">
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 649 if (prefixesStack.isEmpty() || prefixesStack.peek().size() >= binEnd) {
657 && prefixesStack.peek().size() < binStart) {
669 if (prefixesStack.peek().size() < binEnd) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 497 /* We need a peek token, but avoid error if we have one
501 * We cheat and peek ahead to see if this is just an ID or
583 /* Peek ahead to see if we're in an expr. If we're not,
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 349 public E peek() { method in class:ConcurrentLinkedQueue
368 * This is yet another variant of poll/peek; here returning the
369 * first node, not element. We could make peek() a wrapper around
LinkedBlockingDeque.java 658 * this deque. This method differs from {@link #peek peek} only in that
670 public E peek() { method in class:LinkedBlockingDeque
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 143 while type = @input.peek and type != EOF
952 the main form of input. #peek, like token streams, returns the type of the token
1095 def peek( i = 1 ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1099 alias >> peek
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 284 return this.waitingThreads.peek();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 336 // give every "peek" handler a shot at all stanzas
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 292 // peek message.
  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc 228 ProgramMRUCache::iterator existing = store_.Peek(sha_string);
  /external/chromium_org/mojo/system/
raw_channel_posix.cc 224 // TODO(vtl): We may often be able to peek at the header and get the real
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
python.js 76 var ch = stream.peek();
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.cpp 304 if (m_lineReader.peek(nextChars, 2) != 2) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.h 287 // Peek inside (use a RegKey as a smart wrapper around a registry handle)
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 312 // give every "peek" handler a shot at all stanzas

Completed in 2029 milliseconds

<<11121314151617181920>>