Searched refs:const_iterator (Results 326 - 350 of 1547) sorted by relevance

<<11121314151617181920>>

/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h87 typedef std::vector<GCRoot>::const_iterator live_iterator;
171 typedef list_type::const_iterator iterator;
H A DMachineBasicBlock.h80 typedef std::vector<uint32_t>::const_iterator const_weight_iterator;
203 typedef Instructions::const_iterator const_instr_iterator;
211 bundle_iterator<const MachineInstr,const_instr_iterator> const_iterator; typedef in class:llvm::MachineBasicBlock
212 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
234 const_iterator begin() const { return instr_begin(); }
236 const_iterator end () const { return instr_end(); }
245 typedef std::vector<MachineBasicBlock *>::const_iterator const_pred_iterator;
247 typedef std::vector<MachineBasicBlock *>::const_iterator const_succ_iterator;
306 typedef std::vector<unsigned>::const_iterator livein_iterator;
421 const_iterator getFirstTerminato
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h93 TypeMapType::const_iterator I = TypeMap.find(T);
103 AttributeMapType::const_iterator I = AttributeMap.find(PAL.getRawPointer());
/external/llvm/lib/CodeGen/
H A DMachineLoopRanges.cpp73 Map::const_iterator I = Intervals.find(Start);
109 for (Map::const_iterator I = Intervals.begin(); I.valid(); ++I)
H A DLiveInterval.cpp74 Ranges::const_iterator r =
106 const_iterator StartPos) const {
108 const_iterator i = begin();
109 const_iterator ie = end();
110 const_iterator j = StartPos;
111 const_iterator je = other.end();
154 const_iterator I = find(Other.beginIndex());
155 const_iterator IE = end();
158 const_iterator J = Other.find(I->start);
159 const_iterator J
[all...]
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h149 DenseMap<unsigned, intptr_t>::const_iterator I = PCLabelMap.find(Id);
163 DenseMap<void*,intptr_t>::const_iterator I= Sym2IndirectSymMap.find(Addr);
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.h140 typedef std::vector<CodeGenProcModel>::const_iterator ProcIter;
154 ProcModelMapTy::const_iterator I =
H A DCodeGenRegisters.cpp141 CodeGenRegister::Set::const_iterator RegI, RegE;
142 CodeGenRegister::RegUnitList::const_iterator UnitI, UnitE;
199 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end();
236 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
256 for (CodeGenSubRegIndex::CompMap::const_iterator I = Comps.begin(),
258 SubRegMap::const_iterator SRI = Map.find(I->first);
291 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
298 for (SubRegMap::const_iterator SI = SubRegs.begin(), SE = SubRegs.end();
459 for (SubRegMap::const_iterator SI = NewSubReg->SubRegs.begin(),
478 for (SubRegMap::const_iterator
[all...]
/external/stlport/test/unit/
H A Drope_test.cpp167 crope::const_iterator i(r.begin()), j(r.end());
171 crope::const_iterator k;
/external/webkit/Source/JavaScriptCore/debugger/
H A DDebugger.cpp60 SourceProviderMap::const_iterator end = m_sourceProviders.end();
61 for (SourceProviderMap::const_iterator iter = m_sourceProviders.begin(); iter != end; ++iter)
/external/webkit/Source/WebCore/bindings/js/
H A DJSClipboardCustom.cpp60 HashSet<String>::const_iterator end = types.end();
61 for (HashSet<String>::const_iterator it = types.begin(); it != end; ++it)
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ClipboardCustom.cpp57 HashSet<String>::const_iterator end = types.end();
59 for (HashSet<String>::const_iterator it = types.begin(); it != end; ++it, ++index)
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaClassJSC.cpp108 MethodListMap::const_iterator end = m_methods.end();
109 for (MethodListMap::const_iterator it = m_methods.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/css/
H A DCSSCursorImageValue.cpp69 HashSet<SVGElement*>::const_iterator it = m_referencedElements.begin();
70 HashSet<SVGElement*>::const_iterator end = m_referencedElements.end();
/external/webkit/Source/WebCore/inspector/
H A DInspectorApplicationCacheAgent.cpp105 ApplicationCacheHost::ResourceInfoList::const_iterator end = applicationCacheResources.end();
106 ApplicationCacheHost::ResourceInfoList::const_iterator it = applicationCacheResources.begin();
/external/webkit/Source/WebCore/platform/win/
H A DWindowMessageBroadcaster.cpp117 ListenerSet::const_iterator end = broadcaster->listeners().end();
118 for (ListenerSet::const_iterator it = broadcaster->listeners().begin(); it != end; ++it)
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.cpp105 const HashSet<SVGElementInstance*>::const_iterator end = set.end();
106 for (HashSet<SVGElementInstance*>::const_iterator it = set.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/workers/
H A DWorkerContext.cpp191 ActiveDOMObjectsMap::const_iterator activeObjectsEnd = activeObjects.end();
192 for (ActiveDOMObjectsMap::const_iterator iter = activeObjects.begin(); iter != activeObjectsEnd; ++iter) {
198 HashSet<MessagePort*>::const_iterator messagePortsEnd = messagePorts().end();
199 for (HashSet<MessagePort*>::const_iterator iter = messagePorts().begin(); iter != messagePortsEnd; ++iter) {
235 Vector<String>::const_iterator urlsEnd = urls.end();
237 for (Vector<String>::const_iterator it = urls.begin(); it != urlsEnd; ++it) {
245 Vector<KURL>::const_iterator end = completedURLs.end();
247 for (Vector<KURL>::const_iterator it = completedURLs.begin(); it != end; ++it) {
/external/webkit/Source/WebKit/android/wds/
H A DCommand.cpp140 Vector<const Command*>::const_iterator i = s_commands->begin();
141 Vector<const Command*>::const_iterator end = s_commands->end();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsecurityorigin.cpp263 URLSchemesMap::const_iterator end = map.end();
264 for (URLSchemesMap::const_iterator i = map.begin(); i != end; ++i) {
/external/webkit/Tools/TestWebKitAPI/
H A DInjectedBundleController.cpp103 std::map<std::string, CreateInjectedBundleTestFunction>::const_iterator it = m_createInjectedBundleTestFunctions.begin();
104 std::map<std::string, CreateInjectedBundleTestFunction>::const_iterator end = m_createInjectedBundleTestFunctions.end();
/external/stlport/stlport/stl/debug/
H A D_string.h63 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator; typedef in class:basic_string
138 basic_string(const_iterator __f, const_iterator __l,
184 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin()); }
186 const_iterator end() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.end()); }
264 _Self& append(const_iterator __f, const_iterator __l) {
380 _Self& assign(const_iterator __
[all...]
H A D_list.h75 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator; typedef in class:list
140 list(const_iterator __first, const_iterator __last,
164 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin()); }
167 const_iterator end() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.end()); }
238 const_iterator __first, const_iterator __last) {
327 void assign(const_iterator __firs
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_profile.cc76 for (std::vector<AutofillFieldType>::const_iterator it =
91 for (std::vector<AutofillFieldType>::const_iterator it =
220 for (FormGroupList::const_iterator it = info.begin(); it != info.end(); ++it)
227 for (FormGroupList::const_iterator it = info.begin(); it != info.end(); ++it)
362 for (std::map<string16, std::list<size_t> >::const_iterator it =
475 for (FieldTypeSet::const_iterator iter = field_types.begin();
505 for (std::vector<AutofillFieldType>::const_iterator it =
540 for (std::vector<AutofillFieldType>::const_iterator field = fields.begin();
545 for (std::list<size_t>::const_iterator it = indices.begin();
566 for (std::list<size_t>::const_iterator i
[all...]
/external/chromium/chrome/browser/chromeos/input_method/
H A Dinput_method_util.cc90 InputMethodIdToDescriptorMap::const_iterator iter =
341 HashType::const_iterator iter = english_to_resource_id->find(english_string);
347 MapType::const_iterator iter2 =
486 std::map<std::string, std::string>::const_iterator iter
495 InputMethodIdToDescriptorMap::const_iterator iter
502 std::map<std::string, std::string>::const_iterator iter
510 InputMethodIdToDescriptorMap::const_iterator iter
518 InputMethodIdToDescriptorMap::const_iterator iter
572 std::pair<LanguageCodeToIdsMap::const_iterator,
573 LanguageCodeToIdsMap::const_iterator> rang
[all...]

Completed in 538 milliseconds

<<11121314151617181920>>