/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/openssl/openssl/ssl/ |
d1_pkt.c | 170 int len, int peek); 748 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) 762 (peek && (type != SSL3_RT_APPLICATION_DATA))) 769 if ( (ret = have_handshake_fragment(s, type, buf, len, peek))) 867 * (even in 'peek' mode) */ 896 if (!peek) [all...] |
/external/openssl/ssl/ |
d1_pkt.c | 170 int len, int peek); 748 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) 762 (peek && (type != SSL3_RT_APPLICATION_DATA))) 769 if ( (ret = have_handshake_fragment(s, type, buf, len, peek))) 867 * (even in 'peek' mode) */ 896 if (!peek) [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
IndexMap.java | 259 switch (reader.peek()) { 321 throw new DexException("Unexpected type: " + Integer.toHexString(reader.peek()));
|
/external/chromium/third_party/libjingle/source/talk/base/ |
network.cc | 98 char ch = ist.peek(); 123 if (ist.peek() == ',')
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
headlesscodemirror.js | 13 peek: function() {return this.string.charAt(this.pos) || null;},
|
/external/chromium_org/third_party/lcov/bin/ |
geninfo | [all...] |
/cts/tools/signature-tools/src/signature/converter/doclet/ |
DocletToSigConverter.java | 382 genericDeclaration = currentMethod.peek();
385 genericDeclaration = currentConstructor.peek();
466 genericDeclaration = currentMethod.peek();
468 genericDeclaration = currentConstructor.peek();
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 273 * Performs a peek() operation in the queue to extract media info for the buffer ready to be 278 * @return True, if the peek was successful. 285 int index = mAvailableOutputBuffers.peek();
|
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 273 * Performs a peek() operation in the queue to extract media info for the buffer ready to be 278 * @return True, if the peek was successful. 285 int index = mAvailableOutputBuffers.peek();
|
/developers/build/prebuilts/gradle/MediaRecorder/MediaRecorderSample/src/main/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 273 * Performs a peek() operation in the queue to extract media info for the buffer ready to be 278 * @return True, if the peek was successful. 285 int index = mAvailableOutputBuffers.peek();
|
/developers/samples/android/common/src/java/com/example/android/common/media/ |
MediaCodecWrapper.java | 273 * Performs a peek() operation in the queue to extract media info for the buffer ready to be 278 * @return True, if the peek was successful. 285 int index = mAvailableOutputBuffers.peek();
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
MediaCodecWrapper.java | 273 * Performs a peek() operation in the queue to extract media info for the buffer ready to be 278 * @return True, if the peek was successful. 285 int index = mAvailableOutputBuffers.peek();
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3collections.h | 213 void * (*peek) (struct ANTLR3_STACK_struct * stack); member in struct:ANTLR3_STACK_struct
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/ |
antlr.js | 490 * @param a {Array} the array stack to peek in 493 peek: function(a) { 495 throw new Error("org.antlr.lang.array.peek: a is not an array."); 499 throw new Error("org.antlr.lang.array.peek: a is empty.");
|
/external/arduino/hardware/arduino/cores/arduino/ |
HardwareSerial.cpp | 237 int HardwareSerial::peek(void) function in class:HardwareSerial
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
VTTTokenizer.cpp | 88 if (m_input.isEmpty() || !m_inputStreamPreprocessor.peek(m_input))
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
uvectest.cpp | 151 TEST_ASSERT(strcmp("cde", (const char *)a->peek()) == 0);
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 130 virtual bool peek(const char tag[], const void* data, size_t length) = 0; 262 If a Peeker is installed via setPeeker, it may be used to peek into
|
SkStream.h | 329 size_t peek() const { return fOffset; } function in class:SkMemoryStream
|
/external/chromium_org/third_party/skia/src/core/ |
SkOrderedReadBuffer.cpp | 174 return *(uint32_t*)fReader.peek();
|
SkWriter32.cpp | 248 const void* ptr = this->peek();
|
/external/chromium_org/v8/src/ |
string.js | 342 var peek = %_StringCharCodeAt(string, position); 343 if (peek == 36) { // $$ 346 } else if (peek == 38) { // $& - match 350 } else if (peek == 96) { // $` - prefix 353 } else if (peek == 39) { // $' - suffix 356 } else if (peek >= 48 && peek <= 57) { 358 var scaled_index = (peek - 48) << 1;
|
/external/icu4c/test/intltest/ |
uvectest.cpp | 151 TEST_ASSERT(strcmp("cde", (const char *)a->peek()) == 0);
|
/external/javassist/src/main/javassist/convert/ |
TransformAccessArrayField.java | 121 CtClass clazz = frame.peek().getCtClass();
|