HomeSort by relevance Sort by last modified time
    Searched full:peek (Results 101 - 125 of 262) sorted by null

1 2 3 45 6 7 8 91011

  /dalvik/libcore/luni/src/main/java/java/net/
DatagramSocketImpl.java 196 protected abstract int peek(InetAddress sender) throws IOException; method in class:DatagramSocketImpl
  /dalvik/libcore/luni/src/main/java/java/util/
PriorityQueue.java 216 public E peek() { method in class:PriorityQueue
Formatter.java 2635 private int peek() { method in class:Formatter.FloatUtil.FormatSpecifierParser
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
SAX2DTM2.java     [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 284 return this.waitingThreads.peek();
  /external/opencore/fileformats/mp3/parser/include/
mp3fileio.h 167 * @param n Byte position to peek
  /external/stlport/stlport/stl/
_istream.h 126 int_type peek();
  /frameworks/base/docs/html/sdk/
android-2.2-highlights.jd 120 <p>Gallery allows you to <span class="green">peek into picture stacks</span> using a zoom
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 235 * from the mQueuedInput list, but if the list is empty, we also peek the expect list. This
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java 256 public E peek() { method in class:PriorityBlockingQueue
260 return q.peek();
  /dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSNetworkSystem.cpp     [all...]
  /external/openssl/ssl/
s2_pkt.c 127 static int ssl2_read_internal(SSL *s, void *buf, int len, int peek)
159 if (!peek)
s3_lib.c     [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 71 // peek() returning true means continue decoding
72 return peeker->peek((const char*)chunk->name, chunk->data, chunk->size) ?
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 486 // Prepare to pull structure and peek body text - this is like the "large message"
504 mock.expect(getNextTag(false) + " UID FETCH 1 \\(UID BODY.PEEK\\[TEXT\\]\\)", new String[] {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 255 BluetoothJob job = workQueue.peek();
753 BluetoothJob job = workQueue.peek();
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 159 def peek(self): member in class:TokenCursor
186 tok = self.peek()
261 """try to peek the next n chars on the same line"""
868 def peek(self): member in class:ExprParser
927 macroname = self.peek().value
    [all...]
  /external/strace/
util.c 869 int peek, poke;
877 peek = PTRACE_PEEKTEXT;
881 peek = PTRACE_PEEKDATA;
889 u.val = ptrace(peek, pid, (char *) addr, 0);
903 u.val = ptrace(peek, pid, (char *) addr, 0);
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
DataInputStream.java 322 /* Have to be able to peek ahead one byte */
  /external/bison/build-aux/
missing 347 this package. You may also peek at any GNU archive site, in case
  /external/dbus/
missing 347 this package. You may also peek at any GNU archive site, in case
  /external/elfutils/config/
missing 330 this package. You may also peek at any GNU archive site, in case
  /external/genext2fs/
missing 347 this package. You may also peek at any GNU archive site, in case
  /external/grub/
missing 340 this package. You may also peek at any GNU archive site, in case

Completed in 648 milliseconds

1 2 3 45 6 7 8 91011