HomeSort by relevance Sort by last modified time
    Searched refs:it (Results 176 - 200 of 5523) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastream.cc 36 typename V::iterator it = vector->begin(); local
37 for (; it != vector->end(); ++it) {
38 if ((*it)->id() == track_id) {
42 return it;
74 AudioTrackVector::iterator it = FindTrack(&audio_tracks_, track_id); local
75 if (it == audio_tracks_.end())
77 return *it;
82 VideoTrackVector::iterator it = FindTrack(&video_tracks_, track_id); local
83 if (it == video_tracks_.end()
90 typename TrackVector::iterator it = FindTrack(tracks, track->id()); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_unittest.cc 53 for (WindowCapturer::WindowList::iterator it = windows.begin();
54 it != windows.end(); ++it) {
55 EXPECT_FALSE(it->title.empty());
62 // exist. Ideally it should create a test window and capture from it, but there
72 for (WindowCapturer::WindowList::iterator it = windows.begin();
73 it != windows.end(); ++it) {
75 if (capturer_->SelectWindow(it->id))
    [all...]
  /external/chromium_org/v8/src/
hydrogen-sce.cc 22 for (HInstructionIterator it(dominator); !it.Done(); it.Advance()) {
23 if (it.Current()->HasStackCheck()) {
  /external/compiler-rt/test/asan/TestCases/
mmap_limit_mb.cc 28 for (std::vector<char *>::const_iterator it = v.begin(); it != v.end(); ++it)
29 delete[](*it);
  /external/eigen/Eigen/src/MetisSupport/
MetisSupport.h 44 for (typename MatrixType::InnerIterator it(A, j); it; ++it)
46 Index idx = it.index(); // Get the row index (for column major) or column index (for row major)
54 for (typename MatrixType::InnerIterator it(At, j); it; ++it)
56 Index idx = it.index();
77 for (typename MatrixType::InnerIterator it(A,j); it; ++it
    [all...]
  /external/gtest/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/llvm/utils/unittest/googletest/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/mesa3d/src/gtest/src/
gtest-typed-test.cc 71 for (DefinedTestIter it = defined_test_names_.begin();
72 it != defined_test_names_.end();
73 ++it) {
74 if (name == *it) {
88 for (DefinedTestIter it = defined_test_names_.begin();
89 it != defined_test_names_.end();
90 ++it) {
91 if (tests.count(*it) == 0) {
92 errors << "You forgot to list test " << *it << ".\n"; local
  /external/oprofile/libpp/
profile.h 53 * them. It's placed here so all access to samples files go through
137 * we do it later in that case.
145 // It will be easier to derive profile_t::const_iterator from
167 : it(it_), start_offset(start_offset_) {}
169 count_type operator*() const { return it->second; }
170 const_iterator & operator++() { ++it; return *this; }
172 odb_key_t vma() const { return it->first + start_offset; }
176 return it != rhs.it;
179 return it == rhs.it
183 iterator_t it; member in class:profile_t::const_iterator
    [all...]
symbol_container.cpp 51 typedef symbols_by_loc_t::const_iterator it; typedef
52 pair<it, it> p_it = symbols_by_loc.equal_range(&symbol);
69 typedef symbols_by_loc_t::const_iterator it; typedef
70 it first = symbols_by_loc.lower_bound(&symbol);
72 it last = symbols_by_loc.upper_bound(&symbol);
98 symbols_t::const_iterator it; local
99 for (it = symbols.begin(); it != symbols.end(); ++it) {
122 symbols_t::const_iterator it = symbols.find(symbol); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
sync_storage_backend.cc 25 for (base::DictionaryValue::Iterator it(src); !it.IsAtEnd(); it.Advance()) {
27 extension_id, it.key(), it.value(), type));
73 // It's fine to create the quota enforcer underneath the sync layer, since
96 // TODO(kalman): always GetStorage here (rather than only clearing if it
113 for (StorageObjMap::iterator it = storage_objs_.begin();
114 it != storage_objs_.end();
115 ++it) {
    [all...]
  /external/chromium_org/extensions/browser/
event_listener_map.cc 118 for (ListenerList::iterator it = listeners.begin(); it != listeners.end();
119 it++) {
120 if ((*it)->Equals(listener)) {
121 CleanupListener(it->get());
122 // Popping from the back should be cheaper than erase(it).
123 std::swap(*it, listeners.back());
133 ListenerMap::iterator it = listeners_.find(event_name); local
134 return it != listeners_.end() && !it->second.empty()
140 ListenerMap::iterator it = listeners_.find(event_name); local
153 ListenerMap::iterator it = listeners_.find(listener->event_name()); local
    [all...]
  /external/chromium_org/extensions/browser/value_store/
testing_value_store.cc 50 for (std::vector<std::string>::const_iterator it = keys.begin();
51 it != keys.end(); ++it) {
53 if (storage_.GetWithoutPathExpansion(*it, &value)) {
54 settings->SetWithoutPathExpansion(*it, value->DeepCopy());
81 for (base::DictionaryValue::Iterator it(settings);
82 !it.IsAtEnd(); it.Advance()) {
84 if (!storage_.GetWithoutPathExpansion(it.key(), &old_value) ||
85 !old_value->Equals(&it.value()))
    [all...]
  /external/chromium_org/net/base/
expiring_cache.h 42 // monotonically increasing clock, for the expiration type. Because it's always
81 // Tuple to represent the value and when it expires.
122 // expired, it is immediately removed from the cache.
126 typename EntryMap::iterator it = entries_.find(key); local
127 if (it == entries_.end())
131 if (!expiration_comp_(now, it->second.second)) {
132 Evict(it, now, true);
136 return &it->second.first;
144 typename EntryMap::iterator it = entries_.find(key); local
145 if (it == entries_.end())
179 typename EntryMap::iterator it; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptManager.cpp 91 IdToInjectedScriptMap::iterator it = m_idToInjectedScript.find(id); local
92 if (it != m_idToInjectedScript.end())
93 return it->value;
94 for (ScriptStateToId::iterator it = m_scriptStateToId.begin(); it != m_scriptStateToId.end(); ++it) {
95 if (it->value == id)
96 return injectedScriptFor(it->key.get());
103 ScriptStateToId::iterator it = m_scriptStateToId.find(scriptState); local
104 if (it != m_scriptStateToId.end()
179 ScriptStateToId::iterator it = m_scriptStateToId.find(inspectedScriptState); local
    [all...]
InspectorState.cpp 69 JSONObject::iterator it = m_properties->find(propertyName); local
71 if (it != m_properties->end())
72 it->value->asBoolean(&value);
78 JSONObject::iterator it = m_properties->find(propertyName); local
80 if (it != m_properties->end())
81 it->value->asString(&value);
93 JSONObject::iterator it = m_properties->find(propertyName); local
95 if (it != m_properties->end())
96 it->value->asNumber(&value);
107 JSONObject::iterator it = m_properties->find(propertyName) local
116 JSONObject::iterator it = m_properties->find(propertyName); local
    [all...]
  /external/chromium_org/components/policy/core/common/
policy_service_impl.cc 77 for (Iterator it = providers.begin(); it != providers.end(); ++it) {
78 ConfigurationPolicyProvider* provider = *it;
91 for (Iterator it = providers_.begin(); it != providers_.end(); ++it)
92 (*it)->RemoveObserver(this);
106 ObserverMap::iterator it = observers_.find(domain); local
107 if (it == observers_.end())
266 std::vector<base::Closure>::iterator it; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
socketpool.cc 31 for (ConnectedList::iterator it = active_.begin(); it != active_.end();
32 ++it) {
33 delete it->second;
35 for (ConnectedList::iterator it = cached_.begin(); it != cached_.end();
36 ++it) {
37 delete it->second;
44 for (ConnectedList::iterator it = cached_.begin(); it != cached_.end()
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
multi_profile_browser_status_monitor.cc 34 for (AppList::iterator it = app_list_.begin(); it != app_list_.end(); ++it) {
35 bool owned = multi_user_util::IsProfileFromActiveUser((*it)->profile());
36 bool shown = IsV1AppInShelf(*it);
38 ConnectV1AppToLauncher(*it);
40 DisconnectV1AppFromLauncher(*it);
48 for (BrowserList::const_iterator it = browser_list->begin();
49 it != browser_list->end(); ++it) {
116 AppList::iterator it = std::find(app_list_.begin(), app_list_.end(), browser); local
    [all...]
  /external/chromium_org/components/invalidation/
invalidator_registrar.cc 38 for (HandlerIdsMap::const_iterator it = handler_to_ids_map_.begin();
39 it != handler_to_ids_map_.end(); ++it) {
40 if (it->first == handler) {
46 it->second.begin(), it->second.end(),
53 << handler << " when it's already registered for "
54 << it->first;
86 for (HandlerIdsMap::const_iterator it = handler_to_ids_map_.begin();
87 it != handler_to_ids_map_.end(); ++it)
    [all...]
  /external/chromium_org/net/spdy/
spdy_write_queue.cc 92 for (std::deque<PendingWrite>::const_iterator it = queue_[i].begin();
93 it != queue_[i].end(); ++it) {
94 DCHECK_NE(it->stream.get(), stream.get());
106 for (std::deque<PendingWrite>::const_iterator it = queue->begin();
107 it != queue->end(); ++it) {
108 if (it->stream.get() == stream.get()) {
109 erased_buffer_producers.push_back(it->frame_producer);
111 *out_it = *it;
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
gallery_watch_manager.cc 84 // again before recieving the callback. It's benign.
264 WatchesMap::iterator it = watches_.find(owner); local
265 if (it != watches_.end()) {
266 DeactivateFileWatch(owner, it->second);
267 watches_.erase(it);
276 WatchesMap::iterator it = watches_.begin(); local
277 while (it != watches_.end()) {
278 if (it->first.extension_id == extension_id) {
279 DeactivateFileWatch(it->first, it->second)
308 WatchedPaths::iterator it = watched_paths_.find(path); local
384 std::set<WatchOwner>::const_iterator it; local
427 WatchesMap::iterator it = watches_.begin(); local
    [all...]
  /external/chromium_org/base/metrics/
statistics_recorder.cc 64 HistogramMap::iterator it = histograms_->find(name); local
65 if (histograms_->end() == it) {
69 } else if (histogram == it->second) {
74 histogram_to_return = it->second;
139 for (Histograms::iterator it = snapshot.begin();
140 it != snapshot.end();
141 ++it) {
142 (*it)->WriteHTMLGraph(output);
159 for (Histograms::iterator it = snapshot.begin();
160 it != snapshot.end()
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
shader_manager.cc 101 VariableMap::const_iterator it = attrib_map_.find(name); local
102 return it != attrib_map_.end() ? &it->second : NULL;
107 for (VariableMap::const_iterator it = attrib_map_.begin();
108 it != attrib_map_.end(); ++it) {
109 if (it->second.name == original_name)
110 return &(it->first);
117 NameMap::const_iterator it = name_map_.find(hashed_name); local
118 if (it != name_map_.end()
125 VariableMap::const_iterator it = uniform_map_.find(name); local
131 VariableMap::const_iterator it = varying_map_.find(name); local
167 ShaderMap::iterator it = shaders_.find(client_id); local
    [all...]

Completed in 5750 milliseconds

1 2 3 4 5 6 78 91011>>