Searched refs:Advance (Results 226 - 250 of 539) sorted by relevance

1234567891011>>

/external/chromium_org/content/child/
H A Dquota_dispatcher.cc73 iter.Advance();
/external/chromium_org/content/renderer/p2p/
H A Dsocket_dispatcher.cc32 i.Advance()) {
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition.cc155 !iter.IsAtEnd(); iter.Advance()) {
/external/chromium_org/extensions/common/features/
H A Dbase_feature_provider.cc36 iter.Advance()) {
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl_unittest.cc171 tick_clock_.Advance(base::TimeDelta::FromMilliseconds(1));
184 // Advance the time to the next retry time.
187 tick_clock_.Advance(time_till_retry);
511 factory()->tick_clock()->Advance(
537 // Advance clock so the login window reset isn't encountered.
538 factory()->tick_clock()->Advance(base::TimeDelta::FromSeconds(11));
/external/chromium_org/media/filters/
H A Dvideo_frame_scheduler_impl_unittest.cc52 tick_clock_->Advance(base::TimeDelta::FromMilliseconds(ms));
/external/chromium_org/net/base/
H A Dexpiring_cache.h100 void Advance() { ++it_; } function in class:net::ExpiringCache::Iterator
/external/chromium_org/net/http/
H A Dtransport_security_state.h150 void Advance() { ++iterator_; } function in class:net::TransportSecurityState::Iterator
H A Dtransport_security_persister.cc142 for (; state.HasNext(); state.Advance()) {
208 !i.IsAtEnd(); i.Advance()) {
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.cc204 it.Advance()) {
/external/chromium_org/remoting/client/jni/
H A Djni_frame_consumer.cc70 for (webrtc::DesktopRegion::Iterator i(region); !i.IsAtEnd(); i.Advance()) {
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_win.cc175 !i.IsAtEnd(); i.Advance()) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_unittest.cc103 it.Advance();
/external/chromium_org/v8/src/
H A Dinterface.h145 // for (auto it = interface->iterator(); !it.done(); it.Advance()) {
159 void Advance() { entry_ = exports_->Next(entry_); } function in class:v8::internal::Interface::Iterator
H A Dhydrogen-range-analysis.cc57 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
113 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
/external/chromium_org/v8/tools/testrunner/server/
H A Dwork_handler.py50 rec.Advance()
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemset.S67 ADD D1Ar1,D1Ar1,D1Ar5 ! Advance pointer to end of area
/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/chrome/browser/chromeos/extensions/
H A Dexternal_cache.cc83 !it.IsAtEnd(); it.Advance()) {
233 !it.IsAtEnd(); it.Advance()) {
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals.cc263 !i.IsAtEnd(); i.Advance()) {
365 !i.IsAtEnd(); i.Advance()) {
/external/chromium_org/extensions/common/
H A Dmessage_bundle.cc78 !message_it.IsAtEnd(); message_it.Advance()) {
177 it.Advance()) {
238 // Advance it immediately to the begining of possible variable name.
/external/chromium_org/net/ftp/
H A Dftp_util.cc361 iter.Advance();
365 iter.Advance();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.cc85 Advance();
98 XmppLoginTask::Advance() { function in class:buzz::XmppLoginTask
105 LOG(LS_VERBOSE) << "XmppLoginTask::Advance - "
/external/chromium_org/v8/tools/testrunner/network/
H A Dnetwork_execution.py112 self.local_receiver.Advance()
218 rec.Advance()
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc104 for (base::DictionaryValue::Iterator it(*dict); !it.IsAtEnd(); it.Advance()) {
196 !iter.IsAtEnd(); iter.Advance()) {
215 !iter.IsAtEnd(); iter.Advance()) {
583 it.Advance()) {
613 it.Advance()) {
633 it.Advance()) {

Completed in 535 milliseconds

1234567891011>>