HomeSort by relevance Sort by last modified time
    Searched full:const_iterator (Results 951 - 975 of 3365) sorted by null

<<31323334353637383940>>

  /external/chromium/webkit/glue/
idb_bindings.cc 30 for (std::vector<WebSerializedScriptValue>::const_iterator i =
  /external/clang/include/clang/Driver/
Action.h 34 typedef ActionList::const_iterator const_iterator; typedef in class:clang::driver::Action
91 const_iterator begin() const { return Inputs.begin(); }
92 const_iterator end() const { return Inputs.end(); }
  /external/eigen/Eigen/src/StlSupport/
StdDeque.h 66 typedef typename deque_base::const_iterator const_iterator; \
105 iterator insert(const_iterator position, const value_type& x)
107 void insert(const_iterator position, size_type new_size, const value_type& x)
StdVector.h 55 typedef typename vector_base::const_iterator const_iterator; \
92 iterator insert(const_iterator position, const value_type& x)
94 void insert(const_iterator position, size_type new_size, const value_type& x)
  /external/llvm/include/llvm/Analysis/
IVUsers.h 161 typedef ilist<IVStrideUse>::const_iterator const_iterator; typedef in class:llvm::IVUsers
164 const_iterator begin() const { return IVUses.begin(); }
165 const_iterator end() const { return IVUses.end(); }
  /external/llvm/lib/Analysis/
DominanceFrontier.cpp 79 for (DomTreeNode::const_iterator NI = currentNode->begin(),
99 DomSetType::const_iterator CDFI = S.begin(), CDFE = S.end();
114 for (const_iterator I = begin(), E = end(); I != E; ++I) {
124 for (std::set<BasicBlock*>::const_iterator I = BBs.begin(), E = BBs.end();
MemDepPrinter.cpp 116 for (MemoryDependenceAnalysis::NonLocalDepInfo::const_iterator
149 for (SmallVectorImpl<NonLocalDepResult>::const_iterator
164 DepSetMap::const_iterator DI = Deps.find(Inst);
170 for (DepSet::const_iterator I = InstDeps.begin(), E = InstDeps.end();
  /external/oprofile/libabi/
abi.cpp 23 typedef abi_map::const_iterator abi_iter;
  /external/oprofile/pp/
common_option.cpp 107 vector<string>::const_iterator it = non_options.begin();
108 vector<string>::const_iterator end = non_options.end();
253 vector<string>::const_iterator cit = mergespec.begin();
254 vector<string>::const_iterator end = mergespec.end();
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 36 std::map<std::string, unsigned>::const_iterator i = global_fc_map.find(filename);
136 std::map<unsigned, std::string>::const_iterator i = global_fc_map_inverted.find(fileid);
212 std::map<unsigned, std::string>::const_iterator i = global_fc_map_inverted.find(fileid);
224 std::map<unsigned, std::string>::const_iterator i = global_fc_map_inverted.find(fileid);
  /external/stlport/test/eh/
test_push_front.h 38 typename C::const_iterator next = c.begin();
  /external/stlport/test/unit/
uninitialized_test.cpp 95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
173 vector<unsigned int>::const_iterator it(dst.begin());
188 vector<unsigned int>::const_iterator it(dst.begin());
203 vector<float>::const_iterator it(dst.begin());
  /external/webkit/Source/WebCore/bindings/js/
PageScriptDebugServer.cpp 160 HashSet<Page*>::const_iterator end = pages.end();
161 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it)
204 HashSet<RefPtr<Widget> >::const_iterator end = children->end();
205 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/bridge/
runtime_root.cpp 56 RootObjectSet::const_iterator end = rootObjectSet()->end();
57 for (RootObjectSet::const_iterator it = rootObjectSet()->begin(); it != end; ++it) {
66 RootObjectSet::const_iterator end = rootObjectSet()->end();
67 for (RootObjectSet::const_iterator it = rootObjectSet()->begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.cpp 183 ResourceMap::const_iterator end = m_resources.end();
184 for (ResourceMap::const_iterator it = m_resources.begin(); it != end; ++it)
213 HashMap<String, RefPtr<ApplicationCacheResource> >::const_iterator end = m_resources.end();
215 for (HashMap<String, RefPtr<ApplicationCacheResource> >::const_iterator it = m_resources.begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/svg/
SVGFontElement.cpp 111 const UnicodeRanges::const_iterator end = ranges.end();
112 for (UnicodeRanges::const_iterator it = ranges.begin(); it != end; ++it) {
150 KerningPairVector::const_iterator it = kerningPairs.end() - 1;
151 const KerningPairVector::const_iterator begin = kerningPairs.begin() - 1;
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 79 for (RSInfo::ExportVarNameListTy::const_iterator
89 for (RSInfo::ExportFuncNameListTy::const_iterator
100 for (RSInfo::ExportForeachFuncListTy::const_iterator
112 for (RSInfo::ObjectSlotListTy::const_iterator
RSExecutable.cpp 65 for (RSInfo::ExportVarNameListTy::const_iterator
82 for (RSInfo::ExportFuncNameListTy::const_iterator
99 for (RSInfo::ExportForeachFuncListTy::const_iterator
117 for (RSInfo::PragmaListTy::const_iterator pragma_iter = pragmas.begin(),
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 141 typedef EntryListType::const_iterator const_iterator; typedef in class:mcld::ELFDynamic
165 const_iterator needBegin() const { return m_NeedList.begin(); }
168 const_iterator needEnd() const { return m_NeedList.end(); }
  /frameworks/compile/mclinker/lib/LD/
SectionRules.cpp 61 SectionRules::const_iterator SectionRules::find(const std::string& pName) const
64 RuleList::const_iterator rule, rEnd = m_RuleList.end();
80 const_iterator it = find(pName);
105 SectionMap::const_iterator it;
  /frameworks/compile/slang/
slang_rs_context.h 168 typedef ExportVarList::const_iterator const_export_var_iterator;
179 typedef ExportFuncList::const_iterator const_export_func_iterator;
188 typedef ExportForEachList::const_iterator const_export_foreach_iterator;
198 typedef ExportTypeMap::const_iterator const_export_type_iterator;
  /ndk/sources/cxx-stl/llvm-libc++/include/
__debug 84 typedef typename _Cont::const_iterator iterator;
94 typedef typename _Cont::const_iterator iterator;
104 typedef typename _Cont::const_iterator iterator;
114 typedef typename _Cont::const_iterator iterator;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.ops/
equal_range.pass.cpp 15 // pair<const_iterator, const_iterator> equal_range(const key_type& k) const;
62 typedef std::pair<M::const_iterator, M::const_iterator> R;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/
equal_range.pass.cpp 15 // pair<const_iterator,const_iterator> equal_range(const key_type& k) const;
62 typedef std::pair<M::const_iterator, M::const_iterator> R;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.modifiers/
insert_size_value.pass.cpp 12 // iterator insert (const_iterator p, size_type n, const value_type& v);
43 typedef C::const_iterator CI;
63 typedef C::const_iterator CI;
110 typedef C::const_iterator CI;

Completed in 1658 milliseconds

<<31323334353637383940>>