Searched defs:Next (Results 76 - 100 of 315) sorted by relevance

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.cc131 ListItem* ListWrapper::Next(ListItem* item) const function in class:webrtc::ListWrapper
H A Dlist_stl.cc146 ListItem* ListWrapper::Next(ListItem* item) const function in class:webrtc::ListWrapper
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc151 leveldb::Status LevelDBTransaction::DataIterator::Next() { function in class:content::LevelDBTransaction::DataIterator
241 leveldb::Status LevelDBTransaction::TransactionIterator::Next() { function in class:content::LevelDBTransaction::TransactionIterator
259 s = non_current->Next();
269 s = current_->Next();
297 // stepping, like we do in Next() above.
353 data_iterator_->Next();
384 db_iterator_->Next();
394 data_iterator_->Next();
/external/chromium_org/media/video/capture/win/
H A Dfilter_base_win.cc45 STDMETHOD(Next)(ULONG count, IPin** pins, ULONG* fetched) { function in class:media::FINAL
/external/chromium_org/remoting/base/
H A Dcompound_buffer.cc208 bool CompoundBufferInputStream::Next(const void** data, int* size) { function in class:remoting::CompoundBufferInputStream
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_util.cc37 virtual base::FilePath Next() OVERRIDE;
49 base::FilePath LocalFileEnumerator::Next() { function in class:storage::LocalFileEnumerator
50 base::FilePath next = file_enum_.Next();
53 next = file_enum_.Next();
H A Dnative_file_util.cc86 virtual base::FilePath Next() OVERRIDE;
96 base::FilePath NativeFileEnumerator::Next() { function in class:storage::NativeFileEnumerator
97 base::FilePath rv = file_enum_.Next();
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_iter.cc21 for (iter->SeekToFirst(); iter->Valid(); iter->Next()) {
82 virtual void Next();
146 void DBIter::Next() { function in class:leveldb::__anon12441::DBIter
157 iter_->Next();
199 iter_->Next();
H A Dmemtable.cc59 virtual void Next() { iter_.Next(); } function in class:leveldb::MemTableIterator
H A Dskiplist.h71 void Next();
151 Node* Next(int n) { function in struct:leveldb::SkipList::Node
205 inline void SkipList<Key,Comparator>::Iterator::Next() { function in class:leveldb::SkipList::Iterator
207 node_ = node_->Next(0);
228 node_ = list_->head_->Next(0);
244 while (height < kMaxHeight && ((rnd_.Next() % kBranching) == 0)) {
264 Node* next = x->Next(level);
287 Node* next = x->Next(level);
307 Node* next = x->Next(level);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dblock.cc139 virtual void Next() { function in class:leveldb::Block::Iter
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dresize_test.cc108 virtual void Next() { function in class:__anon12997::ResizingVideoSource
H A Dvideo_source.h113 virtual void Next() = 0;
148 virtual void Next() { function in class:libvpx_test::DummyVideoSource
239 virtual void Next() = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h135 struct rc_instruction * Next; member in struct:rc_instruction
153 * Instructions.Next points to the first instruction,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h349 struct xmesa_buffer *Next; /* Linked list pointer: */ member in struct:xmesa_buffer
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc129 bool Next(const void** data, int* size) { function in class:google::protobuf::io::__anon14844::TestInputStream
139 return array_stream_.Next(data, size);
256 // Before Next() is called, the initial token should always be TYPE_START.
264 ASSERT_TRUE(tokenizer.Next());
277 EXPECT_FALSE(tokenizer.Next());
279 // After Next() returns false, the token should have type TYPE_END.
302 ASSERT_TRUE(tokenizer.Next());
305 ASSERT_TRUE(tokenizer.Next());
308 ASSERT_TRUE(tokenizer.Next());
311 ASSERT_TRUE(tokenizer.Next());
[all...]
H A Dzero_copy_stream_impl.cc89 bool FileInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::FileInputStream
90 return impl_.Next(data, size);
192 bool FileOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::FileOutputStream
193 return impl_.Next(data, size);
279 bool IstreamInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::IstreamInputStream
280 return impl_.Next(data, size);
323 bool OstreamOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::OstreamOutputStream
324 return impl_.Next(data, size);
359 bool ConcatenatingInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::ConcatenatingInputStream
361 if (streams_[0]->Next(dat
423 bool LimitingInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::LimitingInputStream
[all...]
H A Dzero_copy_stream_impl_lite.cc66 bool ArrayInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::ArrayInputStream
82 << "BackUp() can only be called after a successful Next().";
119 bool ArrayOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::ArrayOutputStream
135 << "BackUp() can only be called after a successful Next().";
155 bool StringOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::StringOutputStream
223 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { function in class:google::protobuf::io::CopyingInputStreamAdaptor
259 << " BackUp() can only be called after Next().";
262 " to Next().";
333 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { function in class:google::protobuf::io::CopyingOutputStreamAdaptor
349 << " BackUp() can only be called after Next()
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc287 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format2.cc260 IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format3.cc283 IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format4.cc364 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format5.cc332 IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc83 int32_t LocaTable::LocaIterator::Next() { function in class:sfntly::LocaTable::LocaIterator
212 loca_.push_back(loca_iter->Next());
/external/chromium_org/third_party/skia/src/core/
H A DSkTextBlob.cpp74 static const RunRecord* Next(const RunRecord* run) { function in class:SkTextBlob::RunRecord
81 SkASSERT((uint8_t*)Next(this) <= storageTop);
83 SkASSERT(posBuffer() + fCount * ScalarsPerGlyph(fPositioning) <= (SkScalar*)Next(this));
96 SkASSERT((uint8_t*)posBuffer() + copySize <= (uint8_t*)Next(this));
118 const RunRecord* nextRun = RunRecord::Next(run);
239 fCurrentRun = RunRecord::Next(fCurrentRun);
475 run = SkTextBlob::RunRecord::Next(run);

Completed in 303 milliseconds

1234567891011>>