/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
FastQueue.cs | 108 public virtual T Peek() {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
FastQueue.cs | 118 public virtual T Peek()
|
/external/chromium_org/base/memory/ |
discardable_memory_provider.cc | 72 DCHECK(allocations_.Peek(discardable) == allocations_.end()); 79 AllocationMap::iterator it = allocations_.Peek(discardable); 156 AllocationMap::const_iterator it = allocations_.Peek(discardable); 163 AllocationMap::const_iterator it = allocations_.Peek(discardable);
|
/external/chromium_org/base/ |
sync_socket.h | 73 size_t Peek();
|
sync_socket_nacl.cc | 54 size_t SyncSocket::Peek() {
|
sync_socket_posix.cc | 131 // this case, the best we can do is Peek() to see if we can Receive() now or 134 return Peek() < length ? 0 : Receive(buffer, length); 165 // must Peek() for the amount ready for reading to avoid blocking. 167 const size_t bytes_to_read = std::min(Peek(), length - bytes_read_total); 183 size_t SyncSocket::Peek() {
|
/external/chromium_org/media/base/ |
byte_queue.cc | 62 void ByteQueue::Peek(const uint8** data, int* size) const {
|
seekable_buffer_unittest.cc | 58 // Peek a random amount of data. 60 int bytes_copied = buffer_.Peek(write_buffer_, copy_size); 106 EXPECT_EQ(kReadSize, buffer_.Peek(write_buffer_, kReadSize)); 124 EXPECT_EQ(kReadSize, buffer_.Peek(write_buffer_, kReadSize)); 136 EXPECT_EQ(kReadSize, buffer_.Peek(write_buffer_, kReadSize));
|
/external/chromium_org/media/mp2t/ |
ts_section_psi.cc | 81 psi_byte_queue_.Peek(&raw_psi, &raw_psi_size);
|
es_parser_h264.cc | 134 es_byte_queue_.Peek(&raw_es, &raw_es_size); 161 es_byte_queue_.Peek(&raw_es, &next_aud_pos); 183 es_byte_queue_.Peek(&raw_es, &raw_es_size); 246 es_byte_queue_.Peek(&raw_es, &raw_es_size);
|
es_parser_adts.cc | 157 es_byte_queue_.Peek(&raw_es, &raw_es_size); 163 es_byte_queue_.Peek(&raw_es, &raw_es_size);
|
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/v8/src/ |
circular-queue-inl.h | 49 T* SamplingCircularQueue<T, L>::Peek() {
|
unbound-queue-inl.h | 99 Record* UnboundQueue<Record>::Peek() const {
|
/external/v8/src/ |
unbound-queue-inl.h | 87 Record* UnboundQueue<Record>::Peek() {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
Profiler.cs | 166 string g = currentGrammarFileName.Peek(); 172 descriptor.fileName = currentGrammarFileName.Peek(); 173 descriptor.ruleName = currentRuleName.Peek(); 174 descriptor.line = currentLine.Peek(); 175 descriptor.pos = currentPos.Peek(); 330 return decisionStack.Peek(); 654 currentGrammarFileName.Peek(), 655 currentRuleName.Peek(), 656 currentLine.Peek(), 657 currentPos.Peek()); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 178 string g = currentGrammarFileName.Peek(); 185 descriptor.fileName = currentGrammarFileName.Peek(); 186 descriptor.ruleName = currentRuleName.Peek(); 187 descriptor.line = currentLine.Peek(); 188 descriptor.pos = currentPos.Peek(); 363 return decisionStack.Peek(); 714 currentGrammarFileName.Peek(), 715 currentRuleName.Peek(), 716 currentLine.Peek(), 717 currentPos.Peek()); [all...] |
/external/chromium/base/ |
sync_socket_posix.cc | 107 size_t SyncSocket::Peek() {
|
sync_socket_win.cc | 143 size_t SyncSocket::Peek() {
|
/external/chromium_org/components/nacl/browser/ |
nacl_validation_cache.cc | 40 iter = validation_cache_.Peek(signature);
|
/external/chromium_org/jingle/glue/ |
thread_wrapper.h | 83 virtual bool Peek(talk_base::Message* message,
|
/external/chromium_org/base/containers/ |
mru_cache_unittest.cc | 43 EXPECT_TRUE(cache.Peek(0) == cache.end()); 57 found = cache.Peek(kItem1Key); 138 // Check that Peek doesn't change ordering 140 Cache::iterator peekiter = cache.Peek(kItem1Key);
|
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/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);
|