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

1 2 3 4 5 6 7 8 91011>>

  /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/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 99 match Stream.peek stream with
115 match Stream.peek stream with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 113 match Stream.peek stream with
129 match Stream.peek stream with
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 252 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());
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 319 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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 297 ((Symbols_Scope *)[gStack peek]).names = [ANTLRHashMap newANTLRHashMapWithLen:101];
332 ((Symbols_Scope *)[gStack peek]).names);
400 ((Symbols_Scope *)[gStack peek]).names = [ANTLRHashMap newANTLRHashMapWithLen:101];
464 ((Symbols_Scope *)[gStack peek]).names);
559 ((Symbols_Scope *)[gStack peek]).names addObject:ID1]; /* element() */
  /external/clang/lib/AST/
CommentParser.cpp 64 char peek() const { function in class:clang::comments::TextTokenRetokenizer
115 if (isWhitespace(peek()))
156 const char C = peek();
190 const char C = peek();
199 C = peek();
  /external/v8/src/
preparser.h 580 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();
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingDeque.java 151 * <td>{@link #peek() peek()}</td>
534 * This method differs from {@link #peek peek} only in that it throws an
553 E peek(); method in interface:BlockingDeque
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
ContiguousFIFOAggregator.java 135 final boolean removedFirst = key.equals(mExpected.peek());
141 if (removedFirst && (second = mExpected.peek()) != null) {
190 first = mExpected.peek();
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 698 // Skip forward in the same buffer then peek again.
704 // Skip to end of buffer and peek -- should get next buffer.
727 // Skip forward in the same buffer then peek again.
733 // Skip to end of buffer and peek -- should return false and provide an empty
757 // Skip forward in the same buffer then peek again.
763 // Skip to end of buffer and peek -- should get next buffer.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 149 /** Duration, in milliseconds, of the CAB mode (peek icon) animation. */
535 * CAB mode | Peek | Select
536 * List mode | Peek | Peek
553 // this is a peek.
554 Analytics.getInstance().sendEvent("peek", null, null, mSelectedSet.size());
    [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/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.extensions 172 var lastIndent = this.peek();
216 peek: function() {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 190 c = input.peek.ord
256 c = input.peek
  /external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java 96 return this.callStack.peek().getClassName();
105 return this.callStack.peek().getMethodName();
  /external/chromium_org/base/containers/
mru_cache.h 126 iterator Peek(const KeyType& key) {
133 const_iterator Peek(const KeyType& key) const {
  /external/chromium_org/content/browser/renderer_host/
backing_store_manager.cc 248 BackingStoreCache::iterator it = cache->Peek(host);
251 it = cache->Peek(host);
  /external/chromium_org/media/mp2t/
ts_section_pes.cc 111 pes_byte_queue_.Peek(&raw_pes, &raw_pes_size);
153 pes_byte_queue_.Peek(&raw_pes, &raw_pes_size);
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 371 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();
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 371 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();
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 713 Peek value of pic_parameter_set_id from the slice header. Function
772 Peek value of frame_num from the slice header. Function does not
846 Peek value of idr_pic_id from the slice header. Function does not
931 Peek value of pic_order_cnt_lsb from the slice header. Function
1031 Peek value of delta_pic_order_cnt_bottom from the slice header.
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
java.util.Deque.html 122 <nobr><code>E</code>&nbsp;<A HREF="../../../../reference/java/util/Deque.html#peek()" target="_top"><code>peek</code></A>()</nobr>
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 478 mFocusStack.peek().handleFocusGain(AudioManager.AUDIOFOCUS_GAIN);
522 if (!mFocusStack.empty() && mFocusStack.peek().hasSameClient(clientToRemove))
561 mFocusStack.peek().hasSameBinder(cb);
591 if (!mFocusStack.isEmpty() && mFocusStack.peek().hasSameClient(IN_VOICE_COMM_FOCUS_ID)) {
625 return mFocusStack.peek().getGainRequest();
662 if (!mFocusStack.empty() && mFocusStack.peek().hasSameClient(clientId)) {
665 if (mFocusStack.peek().getGainRequest() == focusChangeHint) {
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 196 public synchronized Frame peek() { method in class:InputPort
200 return mQueue.peek();

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>