Searched defs:Advance (Results 51 - 75 of 77) sorted by relevance

1234

/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() { function in class:testing::internal::RangeGenerator::Iterator
295 virtual void Advance() { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
305 // value_ is updated here and not in Advance() because Advance()
H A Dgtest-param-util-generated.h2873 // Advance should not be called on beyond-of-range iterators
2875 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator2::Iterator
2992 // Advance should not be called on beyond-of-range iterators
2994 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator3::Iterator
3129 // Advance should not be called on beyond-of-range iterators
3131 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator4::Iterator
3283 // Advance should not be called on beyond-of-range iterators
3285 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator5::Iterator
3456 // Advance should not be called on beyond-of-range iterators
3458 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator6::Iterator
3648 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator7::Iterator
3857 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator8::Iterator
4082 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator9::Iterator
4325 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h97 // for not calling Advance() on an iterator equal to
99 virtual void Advance() = 0;
136 impl_->Advance();
142 impl_->Advance();
227 virtual void Advance() { function in class:testing::internal::RangeGenerator::Iterator
313 virtual void Advance() { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
323 // value_ is updated here and not in Advance() because Advance()
H A Dgtest-param-util-generated.h2854 // Advance should not be called on beyond-of-range iterators
2856 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator2::Iterator
2973 // Advance should not be called on beyond-of-range iterators
2975 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator3::Iterator
3110 // Advance should not be called on beyond-of-range iterators
3112 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator4::Iterator
3264 // Advance should not be called on beyond-of-range iterators
3266 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator5::Iterator
3437 // Advance should not be called on beyond-of-range iterators
3439 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator6::Iterator
3629 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator7::Iterator
3838 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator8::Iterator
4063 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator9::Iterator
4306 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.cc197 Advance();
219 void ResourceMetadataStorage::Iterator::Advance() { function in class:drive::internal::ResourceMetadataStorage::Iterator
/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl_unittest.cc128 void Advance(TimeDelta delta);
153 void AutoAdvancingTestClock::Advance(base::TimeDelta delta) { function in class:gcm::__anon6524::AutoAdvancingTestClock
462 clock()->Advance(base::TimeDelta::FromMilliseconds(1));
/external/chromium_org/components/policy/core/common/
H A Dschema.cc388 !it.IsAtEnd(); it.Advance()) {
400 !it.IsAtEnd(); it.Advance()) {
540 !it.IsAtEnd(); it.Advance(), ++index) {
558 !it.IsAtEnd(); it.Advance(), ++index) {
737 void Schema::Iterator::Advance() { function in class:policy::Schema::Iterator
800 it.Advance()) {
881 it.Advance()) {
/external/chromium_org/v8/src/
H A Dscanner.h53 inline uc32 Advance() { function in class:v8::internal::Utf16CharacterStream
88 // call to Advance.
486 Advance();
517 Advance();
521 void Advance() { c0_ = source_->Advance(); } function in class:v8::internal::Scanner
528 Advance();
533 Advance();
535 Advance();
H A Dassembler.h692 // Advance* moves the position before/after reading.
695 void Advance(int bytes = 1) { pos_ -= bytes; } function in class:v8::internal::RelocIterator
H A Dframes.cc41 void Advance() { function in class:v8::internal::BASE_EMBEDDED
78 void StackFrameIterator::Advance() { function in class:v8::internal::StackFrameIterator
89 while (!it.done()) it.Advance();
92 // Advance to the calling frame.
144 Advance();
150 void JavaScriptFrameIterator::Advance() { function in class:v8::internal::JavaScriptFrameIterator
152 iterator_.Advance();
159 iterator_.Advance();
169 if (!done() && !IsValidFrame()) Advance();
173 void StackTraceFrameIterator::Advance() { function in class:v8::internal::StackTraceFrameIterator
327 void SafeStackFrameIterator::Advance() { function in class:v8::internal::SafeStackFrameIterator
[all...]
H A Dlithium.h555 void Advance() { function in class:v8::internal::BASE_EMBEDDED
597 void Advance() { function in class:v8::internal::BASE_EMBEDDED
598 current_iterator_.Advance();
790 inline void Advance();
806 inline void Advance();
821 inline void Advance();
H A Dhydrogen-instructions.cc79 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
122 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
331 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
340 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
353 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
363 Advance();
367 void HUseIterator::Advance() { function in class:v8::internal::HUseIterator
379 for (HUseIterator it(uses()); !it.Done(); it.Advance()) ++count;
773 for (HUseIterator use = uses(); !use.Done(); use.Advance()) {
1127 for (HSuccessorIterator it(this); !it.Done(); it.Advance()) {
[all...]
H A Dparser.cc1294 !it.done(); it.Advance()) {
4084 Advance();
4097 void RegExpParser::Advance() { function in class:v8::internal::RegExpParser
4118 Advance();
4122 void RegExpParser::Advance(int dist) { function in class:v8::internal::RegExpParser
4124 Advance();
4189 Advance();
4223 Advance();
4232 Advance();
4244 Advance();
[all...]
H A Dhydrogen.h228 void Advance() { current_++; } function in class:v8::internal::BASE_EMBEDDED
245 inline void Advance() { function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-instructions.h323 void Advance();
1292 void Advance() { current_++; } function in class:v8::BASE_EMBEDDED
H A Djsregexp.cc2691 void QuickCheckDetails::Advance(int by, bool one_byte) { function in class:v8::internal::QuickCheckDetails
3383 quick_check_performed_.Advance(by, compiler->one_byte());
H A Dobjects.cc763 !iter.IsAtEnd(); iter.Advance()) {
3017 iter.Advance()) {
5602 !iter.IsAtEnd(); iter.Advance()) {
5797 !iter.IsAtEnd(); iter.Advance()) {
5997 for (PrototypeIterator iter(this); !iter.IsAtEnd(); iter.Advance()) {
6271 !iter.IsAtEnd(); iter.Advance()) {
8576 void Advance(int consumed) { function in class:v8::internal::StringComparator::State
8588 // Advance state.
8648 state_1_.Advance(to_check);
8649 state_2_.Advance(to_chec
[all...]
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp252 } while (Advance());
280 // Advance 1-past previous next/search.
282 bool Advance() { function in class:__anon17932::ParseHelper
324 PH.Advance();
329 PH.Advance();
350 PH.Advance();
370 PH.Advance();
381 PH.Advance();
386 PH.Advance();
401 PH.Advance();
[all...]
/external/chromium_org/v8/src/heap/
H A Dmark-compact.h924 inline void Advance() { function in class:v8::internal::BASE_EMBEDDED
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp135 bool &Advance,
139 bool &Advance,
985 bool &Advance,
1042 Advance = true;
1124 bool &Advance,
1194 Advance = true;
1314 /// AdvanceRS - Advance register scavenger to just before the earliest memory
1522 bool Advance = false; local
1572 Advance = true;
1576 Advance
983 MergeBaseUpdateLSMultiple(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, bool &Advance, MachineBasicBlock::iterator &I) argument
1121 MergeBaseUpdateLoadStore(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, const TargetInstrInfo *TII, bool &Advance, MachineBasicBlock::iterator &I) argument
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc3081 bool IndexedDBBackingStore::Cursor::Advance(uint32 count, leveldb::Status* s) { function in class:content::IndexedDBBackingStore::Cursor
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3194 // Advance should not be called on beyond-of-range iterators
3196 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator2::Iterator
3313 // Advance should not be called on beyond-of-range iterators
3315 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator3::Iterator
3450 // Advance should not be called on beyond-of-range iterators
3452 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator4::Iterator
3604 // Advance should not be called on beyond-of-range iterators
3606 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator5::Iterator
3777 // Advance should not be called on beyond-of-range iterators
3779 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator6::Iterator
3969 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator7::Iterator
4178 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator8::Iterator
4403 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator9::Iterator
4646 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2873 // Advance should not be called on beyond-of-range iterators
2875 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator2::Iterator
2992 // Advance should not be called on beyond-of-range iterators
2994 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator3::Iterator
3129 // Advance should not be called on beyond-of-range iterators
3131 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator4::Iterator
3283 // Advance should not be called on beyond-of-range iterators
3285 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator5::Iterator
3456 // Advance should not be called on beyond-of-range iterators
3458 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator6::Iterator
3648 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator7::Iterator
3857 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator8::Iterator
4082 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator9::Iterator
4325 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3194 // Advance should not be called on beyond-of-range iterators
3196 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator2::Iterator
3313 // Advance should not be called on beyond-of-range iterators
3315 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator3::Iterator
3450 // Advance should not be called on beyond-of-range iterators
3452 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator4::Iterator
3604 // Advance should not be called on beyond-of-range iterators
3606 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator5::Iterator
3777 // Advance should not be called on beyond-of-range iterators
3779 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator6::Iterator
3969 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator7::Iterator
4178 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator8::Iterator
4403 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator9::Iterator
4646 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2873 // Advance should not be called on beyond-of-range iterators
2875 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator2::Iterator
2992 // Advance should not be called on beyond-of-range iterators
2994 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator3::Iterator
3129 // Advance should not be called on beyond-of-range iterators
3131 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator4::Iterator
3283 // Advance should not be called on beyond-of-range iterators
3285 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator5::Iterator
3456 // Advance should not be called on beyond-of-range iterators
3458 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator6::Iterator
3648 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator7::Iterator
3857 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator8::Iterator
4082 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator9::Iterator
4325 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]

Completed in 778 milliseconds

1234