Searched defs:it0 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp188 for_each(F op, It0 it0, It0 end0, Its... its) { argument
189 while (it0 != end0)
191 op, {}, std::tie(it0, its...));
208 map(F op, It0 it0, It0 end0, Its... its) { argument
211 while (it0 != end0)
214 ::step(op, {}, std::tie(it0, its...)));
229 fold(F op, T a, It0 it0, It0 end0, Its... its) { argument
230 while (it0 != end0)
232 op, a, std::tie(it0, its...));
246 any_of(F op, It0 it0, It argument
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp188 for_each(F op, It0 it0, It0 end0, Its... its) { argument
189 while (it0 != end0)
191 op, {}, std::tie(it0, its...));
208 map(F op, It0 it0, It0 end0, Its... its) { argument
211 while (it0 != end0)
214 ::step(op, {}, std::tie(it0, its...)));
229 fold(F op, T a, It0 it0, It0 end0, Its... its) { argument
230 while (it0 != end0)
232 op, a, std::tie(it0, its...));
246 any_of(F op, It0 it0, It argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 85 milliseconds