Searched refs:peek (Results 176 - 200 of 256) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashMap.h393 return MappedTraits::peek(MappedTraits::emptyValue());
394 return MappedTraits::peek(entry->value);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_locl.h887 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
931 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1285 // people out there who are crazy enough to peek into that page's 32-byte
/external/openssl/ssl/
H A Dssl_locl.h917 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
965 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorTextEditor.js830 if (stream.peek() === " ") {
832 while (spaces < WebInspector.CodeMirrorTextEditor.MaximumNumberOfWhitespacesPerSingleSpan && stream.peek() === " ") {
838 while (!stream.eol() && stream.peek() !== " ")
1695 if (stream.match(token) && (stream.eol() || !WebInspector.TextUtils.isWordChar(stream.peek())))
1701 } while (eatenChar && (WebInspector.TextUtils.isWordChar(eatenChar) || stream.peek() !== tokenFirstChar));
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java1017 public Object peek() {
2651 while ((e = writeQueue.peek()) != null && map.isExpired(e, now)) {
2656 while ((e = accessQueue.peek()) != null && map.isExpired(e, now)) {
3673 public ReferenceEntry<K, V> peek() { method in class:LocalCache.WriteQueue
3738 return new AbstractLinkedIterator<ReferenceEntry<K, V>>(peek()) {
3810 public ReferenceEntry<K, V> peek() { method in class:LocalCache.AccessQueue
3875 return new AbstractLinkedIterator<ReferenceEntry<K, V>>(peek()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... void mark (int) int offset public int markIndex () public byte peek () public org.mortbay.io.Buffer peek (int ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliParser.java531 smali_file_stack.peek().hasClassSpec = smali_file_stack.peek().hasSuperSpec = smali_file_stack.peek().hasSourceSpec = false;
532 smali_file_stack.peek().classAnnotations = new ArrayList<CommonTree>();
544 if ( (LA1_0==CLASS_DIRECTIVE) && ((!smali_file_stack.peek().hasClassSpec))) {
547 else if ( (LA1_0==SUPER_DIRECTIVE) && ((!smali_file_stack.peek().hasSuperSpec))) {
553 else if ( (LA1_0==SOURCE_DIRECTIVE) && ((!smali_file_stack.peek().hasSourceSpec))) {
570 if ( !((!smali_file_stack.peek().hasClassSpec)) ) {
578 smali_file_stack.peek().hasClassSpec = true;
584 if ( !((!smali_file_stack.peek()
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb353 def peek( steps = 1 ) method in class:ANTLR3.Debug.TokenStream
446 # triggered by both peek and look calls. The debugger will want to know
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg1234 ((<scope>)<scope>_stack.peek()).<attr.name>
1246 ((<scope>_scope)<scope>_stack.peek()).<attr.name>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg1249 ((<scope>_scope)<scope>_stack.peek()).<attr.name>
1261 ((<scope>_scope)<scope>_stack.peek()).<attr.name> =<expr>;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg1226 ((<scope>_scope)<scope>_stack.peek()).<attr.name>
1238 ((<scope>_scope)<scope>_stack.peek()).<attr.name> =<expr>;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java215 // a dropped frame) if that queue is full. draw() call does a peek(),
390 frameFromQueue = frameToRenderQueue.peek();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp2062 BasicBlock *breakBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p);
2070 BasicBlock *breakBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p);
2082 BasicBlock *contBB = reinterpret_cast<BasicBlock *>(loopBBs.peek().u.p);
2091 BasicBlock *contBB = reinterpret_cast<BasicBlock *>(loopBBs.peek().u.p);
H A Dnv50_ir_ssa.cpp420 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p);
H A Dnv50_ir_util.h275 inline Item& peek() { assert(size); return array[size - 1]; } function in class:nv50_ir::Stack
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalLoadingCacheTest.java276 assertSame(one, segment.recencyQueue.peek().getKey());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java1188 assertNull(q.peek());
/external/jmdns/src/javax/jmdns/impl/
H A DDNSIncoming.java110 protected synchronized int peek() { method in class:DNSIncoming.MessageInputStream
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp2062 BasicBlock *breakBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p);
2070 BasicBlock *breakBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p);
2082 BasicBlock *contBB = reinterpret_cast<BasicBlock *>(loopBBs.peek().u.p);
2091 BasicBlock *contBB = reinterpret_cast<BasicBlock *>(loopBBs.peek().u.p);
H A Dnv50_ir_ssa.cpp420 return reinterpret_cast<LValue *>(stack[val->id].peek().u.p);
H A Dnv50_ir_util.h275 inline Item& peek() { assert(size); return array[size - 1]; } function in class:nv50_ir::Stack
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg1933 ((<scope>_Scope *)[<scope>_stack peek]).<attr.name>
1946 ((<scope>_Scope *)[<scope>_stack peek]).<attr.name> = <expr>;
1959 ((<scope>_Scope *)[<scope>_stack peek]).<attr.name> = <expr>;
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java927 public Object peek() {
2384 while ((e = expirationQueue.peek()) != null && map.isExpired(e, now)) {
3199 public ReferenceEntry<K, V> peek() { method in class:MapMakerInternalMap.EvictionQueue
3263 return new AbstractLinkedIterator<ReferenceEntry<K, V>>(peek()) {
3335 public ReferenceEntry<K, V> peek() { method in class:MapMakerInternalMap.ExpirationQueue
3399 return new AbstractLinkedIterator<ReferenceEntry<K, V>>(peek()) {

Completed in 599 milliseconds

1234567891011