/external/icu4c/test/intltest/ |
uvectest.cpp | 151 TEST_ASSERT(strcmp("cde", (const char *)a->peek()) == 0);
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Frame.java | 116 public Type peek() { method in class:Frame
|
/external/javassist/src/main/javassist/convert/ |
TransformAccessArrayField.java | 121 CtClass clazz = frame.peek().getCtClass();
|
/external/openssl/crypto/pqueue/ |
pqueue.c | 192 #if 0 /* find works in peek mode */
|
/external/skia/src/core/ |
SkOrderedReadBuffer.cpp | 174 return *(uint32_t*)fReader.peek();
|
SkWriter32.cpp | 248 const void* ptr = this->peek();
|
/external/valgrind/main/docs/internals/ |
multiple-architectures.txt | 111 ppc64) but will peek at the program which it is being asked to run and
|
/frameworks/base/docs/html/training/graphics/opengl/ |
shapes.jd | 151 <p>This example gives you a peek at what it takes to create more complex shapes with OpenGL. In
|
/libcore/luni/src/main/java/java/net/ |
DatagramSocketImpl.java | 181 protected abstract int peek(InetAddress sender) throws IOException; method in class:DatagramSocketImpl
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
richards.js | 530 var peek, next = queue; 531 while ((peek = next.link) != null) 532 next = peek;
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestAttributes.java | [all...] |
/external/chromium/chrome/browser/history/ |
text_database_manager.cc | 176 RecentChangeList::iterator found = recent_changes_.Peek(url); 187 RecentChangeList::iterator found = recent_changes_.Peek(url); 235 RecentChangeList::iterator found = recent_changes_.Peek(url);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-richards.html | 536 var peek, next = queue; 537 while ((peek = next.link) != null) 538 next = peek;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-richards.js | 525 var peek, next = queue; 526 while ((peek = next.link) != null) 527 next = peek;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-richards.js | 525 var peek, next = queue; 526 while ((peek = next.link) != null) 527 next = peek;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-richards.js | 525 var peek, next = queue; 526 while ((peek = next.link) != null) 527 next = peek;
|
/external/chromium_org/v8/benchmarks/ |
richards.js | 530 var peek, next = queue; 531 while ((peek = next.link) != null) 532 next = peek;
|
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | [all...] |
/external/v8/benchmarks/ |
richards.js | 530 var peek, next = queue; 531 while ((peek = next.link) != null) 532 next = peek;
|
/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 130 char peek = in.charAt(pos); local 131 switch (peek) { 353 /* Peek to see if this is the empty object. */
|
/libcore/luni/src/main/java/java/util/ |
ArrayDeque.java | 432 * this deque. This method differs from {@link #peek peek} only in 453 public E peek() { method in class:ArrayDeque
|
/libcore/luni/src/test/java/tests/api/java/util/ |
LinkedListTest.java | 625 assertEquals("should remove the head", objArray[0], ll.peek()); 626 assertEquals("should remove the head", objArray[0], ll.peek()); 630 assertNull("should return 'null' if list is empty", ll.peek());
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CodeMirrorTextEditor.js | 544 if (stream.peek() === " ") { 546 while (spaces < WebInspector.CodeMirrorTextEditor.MaximumNumberOfWhitespacesPerSingleSpan && stream.peek() === " ") { 552 while (!stream.eol() && stream.peek() !== " ") [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
regexcmp.cpp | [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s3_pkt.c | 946 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) 958 (peek && (type != SSL3_RT_APPLICATION_DATA))) 971 /* peek == 0 */ 1026 * (even in 'peek' mode) */ 1055 if (!peek) [all...] |