HomeSort by relevance Sort by last modified time
    Searched refs:Advance (Results 151 - 175 of 550) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 78 // for not calling Advance() on an iterator equal to
80 virtual void Advance() = 0;
117 impl_->Advance();
123 impl_->Advance();
208 virtual void Advance() {
295 virtual void Advance() {
305 // value_ is updated here and not in Advance() because Advance()
306 // can advance iterator_ beyond the end of the range, and we cannot
  /art/compiler/optimizing/
nodes.cc 40 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
43 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
397 for (HUseIterator<HInstruction> it(GetUses()); !it.Done(); it.Advance()) {
405 for (HUseIterator<HEnvironment> it(GetEnvUses()); !it.Done(); it.Advance()) {
440 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
443 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
  /external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc 203 simulated_clock_->Advance(base::TimeDelta::FromMilliseconds(10));
272 simulated_clock_->Advance(gesture_detector_config_.double_tap_timeout);
273 simulated_clock_->Advance(base::TimeDelta::FromMilliseconds(1));
278 simulated_clock_->Advance(base::TimeDelta::FromMilliseconds(1000));
283 simulated_clock_->Advance(base::TimeDelta::FromMilliseconds(1000));
659 simulated_clock_->Advance(base::TimeDelta::FromMilliseconds(1000));
689 simulated_clock_->Advance(base::TimeDelta::FromMilliseconds(301));
778 // Advance to the finger passing through.
866 // Advance to the finger passing through, and then to the longpress timeout.
    [all...]
  /external/chromium_org/v8/src/
lithium.h 555 void Advance() {
597 void Advance() {
598 current_iterator_.Advance();
790 inline void Advance();
806 inline void Advance();
821 inline void Advance();
  /external/chromium_org/base/i18n/
streaming_utf8_validator_unittest.cc 187 PartialIterator() : index_(0), prefix_length_(0) { Advance(); }
195 Advance();
214 void Advance() {
  /external/chromium_org/base/
pickle.cc 39 inline void PickleIterator::Advance(size_t size) {
55 Advance(sizeof(Type));
66 Advance(num_bytes);
  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl.cc 189 it.Advance()) {
243 it.Advance()) {
266 it.Advance()) {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 227 !i.IsAtEnd(); i.Advance()) {
264 !i.IsAtEnd(); i.Advance()) {
276 !i.IsAtEnd(); i.Advance()) {
  /external/chromium_org/chromeos/network/onc/
onc_translator_onc_to_shill.cc 173 it.Advance()) {
274 it.Advance()) {
341 it.Advance()) {
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.h 48 // Returns true if this iterator cannot advance any more and does not point
49 // to a valid entry. Get() and Advance() should not be called in such cases.
59 void Advance();
  /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
id_mapping_helper.cc 28 it.Advance()) {
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_processor.cc 39 i.Advance())
  /external/chromium_org/chrome/browser/extensions/
default_apps.cc 154 for (base::DictionaryValue::Iterator i(*prefs); !i.IsAtEnd(); i.Advance()) {
  /external/chromium_org/chrome/browser/geolocation/
chrome_access_token_store.cc 71 it.Advance()) {
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.cc 57 !rph_iter.IsAtEnd(); rph_iter.Advance()) {
  /external/chromium_org/chrome/browser/plugins/
plugin_finder_unittest.cc 23 !plugin_it.IsAtEnd(); plugin_it.Advance()) {
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_shared_settings_service.cc 236 it.Advance()) {
242 for (DictionaryValue::Iterator jt(*dict); !jt.IsAtEnd(); jt.Advance()) {
279 it.Advance()) {
283 for (DictionaryValue::Iterator jt(*dict); !jt.IsAtEnd(); jt.Advance()) {
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.cc 145 iter.Advance()) {
  /external/chromium_org/chrome/tools/convert_dict/
convert_dict.cc 47 int affix_matches = iter.Advance(buf, buf_size, affix_ids);
  /external/chromium_org/content/browser/android/
content_view_statics.cc 61 !i.IsAtEnd(); i.Advance()) {
date_time_chooser_android.cc 34 sanitized_iterator.Advance();
  /external/chromium_org/content/browser/
histogram_controller.cc 113 !it.IsAtEnd(); it.Advance()) {
profiler_controller_impl.cc 108 !it.IsAtEnd(); it.Advance()) {
  /external/chromium_org/content/browser/manifest/
manifest_manager_host.cc 49 for (; !it.IsAtEnd(); it.Advance())
  /external/chromium_org/content/browser/service_worker/
service_worker_context_core.cc 38 void ServiceWorkerContextCore::ProviderHostIterator::Advance() {
43 // Advance the inner iterator. If an element is reached, we're done.
44 provider_host_iterator_->Advance();
48 // Advance the outer iterator until an element is reached, or end is hit.
50 process_iterator_->Advance();
74 // Advance to the first element.
80 process_iterator_->Advance();

Completed in 638 milliseconds

1 2 3 4 5 67 8 91011>>