Searched refs:GetNext (Results 1 - 25 of 31) sorted by relevance

12

/external/v8/src/libplatform/
H A Dtask-queue-unittest.cc29 virtual void Run() OVERRIDE { EXPECT_THAT(queue_->GetNext(), IsNull()); }
42 EXPECT_EQ(&task, queue.GetNext());
44 EXPECT_THAT(queue.GetNext(), IsNull());
H A Dworker-thread.cc25 while (Task* task = queue_->GetNext()) {
H A Dtask-queue.h30 Task* GetNext();
H A Dtask-queue.cc30 Task* TaskQueue::GetNext() { function in class:v8::platform::TaskQueue
/external/libvpx/libvpx/
H A Dwebmdec.cc148 cluster = segment->GetNext(cluster);
160 status = cluster->GetNext(block_entry, block_entry);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp361 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
824 const CuePoint* GetNext(const CuePoint*) const;
871 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
973 const Cluster* GetNext(const Cluster*);
H A Dmkvparser.cpp1994 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { function in class:mkvparser::Cues
2399 const Cluster* Segment::GetNext(const Cluster* pCurr) { function in class:mkvparser::Segment
4540 pCluster = m_pSegment->GetNext(pCluster);
4555 status = pCluster->GetNext(pBlockEntry, pNextEntry);
4571 pCluster = m_pSegment->GetNext(pCluster);
4582 long Track::GetNext(const BlockEntry* pCurrEntry, function in class:mkvparser::Track
4596 long status = pCluster->GetNext(pCurrEntry, pNextEntry);
4611 status = pCluster->GetNext(pCurrEntry, pNextEntry);
4617 pCluster = m_pSegment->GetNext(pCluster);
4632 // calls GetNext agai
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.hpp365 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
828 const CuePoint* GetNext(const CuePoint*) const;
875 long GetNext(const BlockEntry* curr, const BlockEntry*& next) const;
977 const Cluster* GetNext(const Cluster*);
H A Dmkvparser.cpp2049 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { function in class:mkvparser::Cues
2460 const Cluster* Segment::GetNext(const Cluster* pCurr) { function in class:mkvparser::Segment
4626 pCluster = m_pSegment->GetNext(pCluster);
4641 status = pCluster->GetNext(pBlockEntry, pNextEntry);
4657 pCluster = m_pSegment->GetNext(pCluster);
4668 long Track::GetNext(const BlockEntry* pCurrEntry, function in class:Track
4682 long status = pCluster->GetNext(pCurrEntry, pNextEntry);
4697 status = pCluster->GetNext(pCurrEntry, pNextEntry);
4703 pCluster = m_pSegment->GetNext(pCluster);
4718 // calls GetNext agai
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h71 return (CPDF_PageObject*)m_ObjectList.GetNext(pos);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp22 void GetNext(FX_LPCWSTR &pSubName, FX_STRSIZE& size) function in class:_CFieldNameExtractor
164 name_extractor.GetNext(pName, nLength);
173 name_extractor.GetNext(pName, nLength);
187 name_extractor.GetNext(pName, nLength);
193 name_extractor.GetNext(pName, nLength);
205 name_extractor.GetNext(pName, nLength);
211 name_extractor.GetNext(pName, nLength);
235 name_extractor.GetNext(pName, nLength);
241 name_extractor.GetNext(pName, nLength);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp690 delete (CPDF_PageObject*)m_ObjectList.GetNext(pos);
725 CPDF_PageObject* pThisObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
745 CPDF_PageObject* pObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
759 CPDF_PageObject* pObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
805 delete (CPDF_PageObject*)m_ObjectList.GetNext(pos);
968 CPDF_PageObject* pObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos);
H A Dfpdf_page_parser_old.cpp1105 CPDF_PageObject* pObj = (CPDF_PageObject*)m_pObjects->m_ObjectList.GetNext(pos);
/external/v8/src/
H A Dcodegen.cc193 os << AsReversiblyEscapedUC16(stream.GetNext());
H A Ddeoptimizer.cc3350 GetNext(isolate, 0);
3389 Handle<Object> SlotRefValueBuilder::GetNext(Isolate* isolate, int lvl) { function in class:v8::internal::SlotRefValueBuilder
3408 GetNext(isolate, lvl + 1);
3433 Handle<Object> object = GetNext(isolate, lvl + 1);
3440 GetNext(isolate, lvl + 1);
3448 Handle<Object> properties = GetNext(isolate, lvl + 1);
3449 Handle<Object> elements = GetNext(isolate, lvl + 1);
3453 Handle<Object> value = GetNext(isolate, lvl + 1);
3463 Handle<Object> properties = GetNext(isolate, lvl + 1);
3464 Handle<Object> elements = GetNext(isolat
[all...]
H A Dast-value-factory.cc45 uint16_t GetNext() { return literal_bytes_[pos_++]; } function in class:v8::internal::__anon14784::OneByteStringStream
H A Dconversions.cc64 current_ = stream_->GetNext();
H A Dstring-stream.cc301 uint16_t c = stream.GetNext();
H A Dutils.h1432 uint16_t ch = stream->GetNext();
1446 d = stream->GetNext() - '0';
H A Ddeoptimizer.h853 Handle<Object> GetNext(Isolate* isolate, int level);
H A Daccessors.cc1078 Handle<Object> value = slot_refs.GetNext(isolate, 0);
H A Dobjects.cc1133 uint16_t c = stream.GetNext();
1143 accumulator->Put(static_cast<char>(stream.GetNext()));
1151 uint16_t c = stream.GetNext();
1180 os << AsUC16(stream.GetNext());
8014 uint16_t character = stream.GetNext();
8031 uint16_t character = stream.GetNext();
8086 uint16_t character = stream.GetNext();
/external/v8/test/cctest/
H A Dtest-strings.cc535 uint16_t c = character_stream_1.GetNext();
536 CHECK_EQ(c, character_stream_2.GetNext());
552 uint16_t c = character_stream_1.GetNext();
553 CHECK_EQ(c, character_stream_2.GetNext());
626 CHECK_EQ(c, flat_stream.GetNext());
627 CHECK_EQ(c, cons_stream.GetNext());
/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp182 pElm->m_ObjArray.Add((CPDF_PageObject*)ObjList.GetNext(pos));
296 CPDF_PageObject* pCurObj = (CPDF_PageObject*)pCell->m_ObjList.GetNext(pos1);
402 plastCell->m_ObjList.AddTail(pCell->m_ObjList.GetNext(pos));
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1043 void* GetNext(FX_POSITION& rPosition) const function in class:CFX_PtrList

Completed in 640 milliseconds

12