Searched refs:it (Results 251 - 275 of 4721) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/feedback/system_logs/
H A Dsystem_logs_fetcher_base.cc37 for (SystemLogsResponse::const_iterator it = response->begin();
38 it != response->end();
39 ++it) {
41 bool ok = response_->insert(*it).second;
42 DCHECK(ok) << "Duplicate key found: " << it->first;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dmulti_profile_app_window_launcher_controller.cc32 for (AppWindowRegistryList::iterator it = multi_user_registry_.begin();
33 it != multi_user_registry_.end();
34 ++it)
35 (*it)->RemoveObserver(this);
44 for (AppWindowList::iterator it = app_window_list_.begin();
45 it != app_window_list_.end();
46 ++it) {
47 extensions::AppWindow* app_window = *it;
54 for (AppWindowList::iterator it = app_window_list_.begin();
55 it !
[all...]
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_instrumentation.cc44 std::vector<DevToolsGpuAgent*>::iterator it; local
45 for (it = self->processors_.begin(); it != self->processors_.end(); ++it) {
46 (*it)->ProcessEvent(timestamp, phase, channel);
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dcons_unittest.cc16 for (Cons<char>::List it = char_list; it.get(); it = it->tail()) {
17 res.push_back(it->head());
/external/chromium_org/sync/engine/
H A Dcommit.cc62 ContributionMap::iterator it = contributions.find(syncer::BOOKMARKS); local
63 if (it != contributions.end() && it->second->GetNumEntries() != 0) {
76 for (std::map<ModelType, CommitContribution*>::iterator it =
77 contributions.begin(); it != contributions.end(); ++it) {
78 it->second->AddToCommitMessage(&message);
81 // If we made it this far, then we've successfully prepared a commit message.
90 for (ContributionMap::const_iterator it = contributions_.begin();
91 it !
[all...]
/external/chromium_org/sync/internal_api/test/
H A Dsync_manager_for_profile_sync_test.cc31 for (ModelTypeSet::Iterator it = early_download_types.First();
32 it.Good(); it.Inc()) {
33 if (!directory->InitialSyncEndedForType(it.Get())) {
34 syncer::TestUserShare::CreateRoot(it.Get(), user_share);
/external/chromium_org/sync/sessions/
H A Dsync_session_context.cc35 std::vector<SyncEngineEventListener*>::const_iterator it; local
36 for (it = listeners.begin(); it != listeners.end(); ++it)
37 listeners_.AddObserver(*it);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_frame_provider_base.cc36 for (FrameCallbacks::iterator it = frame_callbacks_.begin();
37 it != frame_callbacks_.end(); ++it) {
38 (*it)->ProviderDestroyed(id_);
62 for (FrameCallbacks::iterator it = frame_callbacks_.begin();
63 it != frame_callbacks_.end(); ++it) {
65 (*it)->DeliverFrame(id_, video_frame, num_csrcs, CSRC);
72 (*it)->DeliverFrame(id_, extra_frame_.get(), num_csrcs, CSRC);
91 for (FrameCallbacks::iterator it
158 FrameCallbacks::iterator it = std::find(frame_callbacks_.begin(), local
[all...]
/external/chromium_org/ui/gl/
H A Dgl_share_group.cc39 for (ContextSet::iterator it = contexts_.begin();
40 it != contexts_.end();
41 ++it) {
42 if ((*it)->GetHandle())
43 return *it;
/external/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S53 // effect this at all, but it *does* make sure that the C flag is clear for
59 it ne
66 it pl
79 it lo
86 it hi
90 // 0 if a >= b. All that remains to be done is to set it to 1 if a > b.
93 it ne
117 it ne
119 it pl
121 it l
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
78 int *sel = offset2ptr(*pval, it->utype);
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it) argument
89 sel = offset2ptr(*pval, it->utype);
96 * if it is +1 then the count is incremented. If op is 0 count is
101 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) argument
105 if ((it->itype != ASN1_ITYPE_SEQUENCE)
106 && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE))
108 aux = it->funcs;
119 fprintf(stderr, "%s: Reference Count: %d\n", it
128 asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
139 asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
151 asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
165 asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it) argument
185 asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
/external/stlport/test/eh/
H A Dtest.cpp8 typename T::const_iterator it; local
10 for(it = coll.begin(); it != coll.end(); ++it) {
11 std::cout << *it << ' '; local
/external/chromium_org/apps/
H A Dsaved_devices_service.cc91 for (base::ListValue::const_iterator it = devices->begin();
92 it != devices->end();
93 ++it) {
95 if (!(*it)->GetAsDictionary(&device_entry)) {
150 for (std::vector<SavedDeviceEntry>::const_iterator it =
152 it != persistent_devices_.end();
153 ++it) {
154 if (it->vendor_id != device->vendor_id()) {
157 if (it->product_id != device->product_id()) {
166 if (it
278 std::map<std::string, SavedDevices*>::iterator it = local
307 std::map<std::string, SavedDevices*>::const_iterator it = local
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_list.cc123 for (chrome::BrowserIterator it; !it.done(); it.Next()) {
124 if (it->profile()->GetOriginalProfile() == profile->GetOriginalProfile())
125 browsers_to_close.push_back(*it);
128 for (BrowserVector::const_iterator it = browsers_to_close.begin();
129 it != browsers_to_close.end(); ++it) {
130 (*it)->window()->Close();
138 for (chrome::BrowserIterator it; !i
[all...]
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_model.cc51 StringToKeyMap::const_iterator it = entry_id_to_key_map_.find(entry_id); local
52 if (it == entry_id_to_key_map_.end()) {
56 *key = it->second;
62 StringToKeyMap::const_iterator it = url_to_key_map_.find(url.spec()); local
63 if (it == url_to_key_map_.end()) {
67 *key = it->second;
74 EntryMap::const_iterator it = entries_.find(key); local
75 DCHECK(it != entries_.end());
76 *entry = it->second;
86 for (EntryMap::const_iterator it
[all...]
/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake_message.cc102 QuicTagValueMap::const_iterator it = tag_value_map_.find(tag); local
105 if (it == tag_value_map_.end()) {
107 } else if (it->second.size() % sizeof(QuicTag) != 0) {
117 *out_tags = reinterpret_cast<const QuicTag*>(it->second.data());
118 *out_len = it->second.size() / sizeof(QuicTag);
124 QuicTagValueMap::const_iterator it = tag_value_map_.find(tag); local
125 if (it == tag_value_map_.end()) {
128 *out = it->second;
215 QuicTagValueMap::const_iterator it = tag_value_map_.find(tag); local
218 if (it
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_UnmodifiableCollectionTest.java72 Iterator<Integer> it = col.iterator();
74 while (it.hasNext()) {
75 ss.add(it.next());
77 it = ss.iterator();
78 for (int counter = 0; it.hasNext(); counter++) {
79 int nextValue = it.next().intValue();
94 for (int counter = 0; it.hasNext(); counter++) {
97 objArray[counter] == it.next());
103 for (int counter = 0; it.hasNext(); counter++) {
106 objArray[counter] == it
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_external_data_service.cc40 for (ExternalDataManagerMap::const_iterator it =
42 it != external_data_managers_.end(); ++it) {
43 DCHECK(it->second->HasOneRef());
55 for (ExternalDataManagerMap::iterator it = external_data_managers_.begin();
56 it != external_data_managers_.end(); ) {
57 if (it->second->HasOneRef()) {
58 external_data_managers_.erase(it++);
60 account_ids.insert(it->first);
61 ++it;
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dextensions_sync_perf_test.cc56 for (std::vector<int>::iterator it = extensions.begin();
57 it != extensions.end(); ++it) {
58 if (IsExtensionEnabled(GetProfile(profile), *it)) {
59 DisableExtension(GetProfile(profile), *it); local
61 EnableExtension(GetProfile(profile), *it); local
72 for (std::vector<int>::iterator it = extensions.begin();
73 it != extensions.end(); ++it) {
74 UninstallExtension(GetProfile(profile), *it); local
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_script_cache_map.cc57 for (ResourceIDMap::const_iterator it = resource_ids_.begin();
58 it != resource_ids_.end(); ++it) {
60 ServiceWorkerDatabase::ResourceRecord(it->second, it->first));
68 for (RecordVector::const_iterator it = resources.begin();
69 it != resources.end(); ++it) {
70 resource_ids_[it->url] = it
[all...]
/external/chromium_org/content/renderer/media/
H A Daudio_renderer_mixer_manager.cc56 AudioRendererMixerMap::iterator it = mixers_.find(key); local
57 if (it != mixers_.end()) {
58 it->second.ref_count++;
59 return it->second.mixer;
63 // don't waste cycles on it here.
103 AudioRendererMixerMap::iterator it = mixers_.find(key); local
104 DCHECK(it != mixers_.end());
107 it->second.ref_count--;
108 if (it->second.ref_count == 0) {
109 delete it
[all...]
/external/chromium_org/device/hid/
H A Dhid_service.cc73 for (DeviceMap::iterator it = devices_.begin();
74 it != devices_.end();
75 ++it) {
76 devices->push_back(it->second);
83 DeviceMap::const_iterator it = devices_.find(device_id); local
84 if (it == devices_.end())
86 *info = it->second;
103 DeviceMap::iterator it = devices_.find(device_id); local
104 if (it != devices_.end())
105 devices_.erase(it);
[all...]
/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc87 for (EntryList::iterator it = entries_.begin(); it != entries_.end(); ++it) {
89 if (it->origin() == origin && it->realm() == realm &&
90 it->scheme() == scheme) {
91 it->last_use_time_ = base::TimeTicks::Now();
93 return &(*it);
119 for (EntryList::iterator it = entries_.begin(); it !
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_job_factory_impl.cc33 ProtocolHandlerMap::iterator it = protocol_handler_map_.find(scheme); local
34 if (it == protocol_handler_map_.end())
37 delete it->second;
38 protocol_handler_map_.erase(it);
60 ProtocolHandlerMap::const_iterator it = protocol_handler_map_.find(scheme); local
61 if (it == protocol_handler_map_.end())
63 return it->second->MaybeCreateJob(request, network_delegate);
88 ProtocolHandlerMap::const_iterator it = protocol_handler_map_.find( local
90 if (it == protocol_handler_map_.end()) {
94 return it
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DCompactHTMLToken.cpp66 for (Vector<HTMLToken::Attribute>::const_iterator it = token->attributes().begin(); it != token->attributes().end(); ++it)
67 m_attributes.append(Attribute(attemptStaticStringCreation(it->name, Likely8Bit), StringImpl::create8BitIfPossible(it->value)));
95 for (Vector<Attribute>::const_iterator it = m_attributes.begin(); it != m_attributes.end(); ++it) {
96 if (!it->name.isSafeToSendToAnotherThread())
98 if (!it
[all...]

Completed in 4781 milliseconds

<<11121314151617181920>>