Searched refs:peek (Results 101 - 125 of 234) sorted by relevance

12345678910

/external/v8/src/
H A Dpreparser.h580 i::Token::Value peek() { function in class:v8::preparser::PreParser
582 return scanner_->peek();
590 // Further calls to peek/Next will return illegal token.
592 // have been seen using peek.
624 i::Token::Value next = peek();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb134 def peek( i = 1 ) method in class:ANTLR3.Debug.TreeNodeStream
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DWebVTTTokenizer.cpp74 if (source.isEmpty() || !m_inputStreamPreprocessor.peek(source))
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefPtrHashMap.h256 return MappedTraits::peek(MappedTraits::emptyValue());
257 return MappedTraits::peek(entry->value);
266 return MappedTraits::peek(MappedTraits::emptyValue());
267 return MappedTraits::peek(entry->value);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFrame.java116 public Type peek() { method in class:Frame
H A DExecutor.java252 Type type = frame.peek();
256 frame.push(frame.peek());
261 Type type = frame.peek();
284 Type type2 = frame.peek();
480 verifyAssignable(Type.INTEGER, frame.peek());
965 Type type = frame.peek();
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml88 match Stream.peek stream with
104 match Stream.peek stream with
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml99 match Stream.peek stream with
115 match Stream.peek stream with
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DPriorityQueueTest.java489 * @tests java.util.PriorityQueue#peek()
498 assertEquals(new Integer(array[0]), integerQueue.peek());
499 assertEquals(new Integer(array[0]), integerQueue.peek());
503 * @tests java.util.PriorityQueue#peek()
508 assertNull(queue.peek());
509 assertNull(queue.peek());
698 Object o = destStringQueue.peek();
716 Object o = destStringQueue.peek();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DFragmentedMp4Builder.java319 long curEntryLeft = timeQueue.peek().getCount();
323 curEntryLeft = timeQueue.peek().getCount();
331 long compositionTimeEntriesLeft = compositionTimeQueue != null ? compositionTimeQueue.peek().getCount() : -1;
380 entry.setSampleDuration(timeQueue.peek().getDelta());
383 curEntryLeft = timeQueue.peek().getCount();
387 entry.setSampleCompositionTimeOffset(compositionTimeQueue.peek().getOffset());
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp371 int c = in->peek();
385 int c = in->peek();
659 while ( in->good() && in->peek() != '>' )
946 if ( in->good() && in->peek() != '<' )
960 assert( in->peek() == '<' );
971 int c = in->peek();
1470 int c = in->peek();
1484 in->get(); // "commits" the peek made above
/external/tinyxml/
H A Dtinyxmlparser.cpp362 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();
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.cpp1472 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1479 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1486 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1493 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1502 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1510 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1521 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1528 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1616 UnicodeSet *s = (UnicodeSet *)fSetStack.peek();
1633 UnicodeSet *s = (UnicodeSet *)fSetStack.peek();
[all...]
/external/icu4c/i18n/
H A Dregexcmp.cpp1515 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1522 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1529 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1536 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1545 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1553 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1564 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1571 UnicodeSet *set = (UnicodeSet *)fSetStack.peek();
1660 UnicodeSet *s = (UnicodeSet *)fSetStack.peek();
1677 UnicodeSet *s = (UnicodeSet *)fSetStack.peek();
[all...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DRopeByteString.java651 if (prefixesStack.isEmpty() || prefixesStack.peek().size() >= binEnd) {
659 && prefixesStack.peek().size() < binStart) {
671 if (prefixesStack.peek().size() < binEnd) {
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_pkt.c170 int len, int peek);
748 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
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)
1420 int len, int peek)
1430 /* peek == 0 */
1419 have_handshake_fragment(SSL *s, int type, unsigned char *buf, int len, int peek) argument
/external/openssl/ssl/
H A Dd1_pkt.c170 int len, int peek);
748 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
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)
1420 int len, int peek)
1430 /* peek == 0 */
1419 have_handshake_fragment(SSL *s, int type, unsigned char *buf, int len, int peek) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.cc98 char ch = ist.peek();
123 if (ist.peek() == ',')
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h213 void * (*peek) (struct ANTLR3_STACK_struct * stack); member in struct:ANTLR3_STACK_struct
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
H A Dantlr.js490 * @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/
H A DHardwareSerial.cpp237 int HardwareSerial::peek(void) function in class:HardwareSerial
/external/chromium_org/third_party/WebKit/Source/core/loader/archive/
H A DMHTMLParser.cpp159 if (m_lineReader.peek(nextChars, 2) != 2) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duvectest.cpp151 TEST_ASSERT(strcmp("cde", (const char *)a->peek()) == 0);
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h112 virtual bool peek(const char tag[], const void* data, size_t length) = 0;
274 If a Peeker is installed via setPeeker, it may be used to peek into
/external/chromium_org/third_party/skia/src/core/
H A DSkOrderedReadBuffer.cpp175 return *(uint32_t*)fReader.peek();

Completed in 1292 milliseconds

12345678910