Searched defs:foreach (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_list.h180 #define foreach(ptr, list) \ macro
186 * Same as #foreach but lets you unlink the current value during a list
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_list.h180 #define foreach(ptr, list) \ macro
186 * Same as #foreach but lets you unlink the current value during a list
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsimple_list.h187 #define foreach(ptr, list) \ macro
193 * Same as #foreach but lets you unlink the current value during a list
H A Dlight.c645 foreach (light, list) { function
652 foreach (light, list) { function
673 foreach (light, list) { function
680 foreach (light, list) { function
688 foreach (light, list) { function
695 foreach (light, list) { function
893 foreach(light, &ctx->Light.EnabledList) {
962 foreach (light, &ctx->Light.EnabledList) {
/external/mesa3d/src/mesa/main/
H A Dsimple_list.h187 #define foreach(ptr, list) \ macro
193 * Same as #foreach but lets you unlink the current value during a list
H A Dlight.c645 foreach (light, list) { function
652 foreach (light, list) { function
673 foreach (light, list) { function
680 foreach (light, list) { function
688 foreach (light, list) { function
695 foreach (light, list) { function
893 foreach(light, &ctx->Light.EnabledList) {
962 foreach (light, &ctx->Light.EnabledList) {
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_lighttmp.h110 foreach (light, &ctx->Light.EnabledList) { function
286 foreach (light, &ctx->Light.EnabledList) { function
578 foreach (light, &ctx->Light.EnabledList) { function
H A Dt_vb_light.c128 foreach(s, list) function
136 foreach(s, list)
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h110 foreach (light, &ctx->Light.EnabledList) { function
286 foreach (light, &ctx->Light.EnabledList) { function
578 foreach (light, &ctx->Light.EnabledList) { function
H A Dt_vb_light.c128 foreach(s, list) function
136 foreach(s, list)
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py70 * foreach(f, [order]) -> visit all nodes of tree and call f(k, v) for each node, O(n)
151 self.foreach(tree.insert, order=-1)
437 def foreach(self, func, order=0): member in class:TreeMixin
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h181 void foreach(Callback& C) { function in class:llvm::ImmutableMap
184 Root->foreach(CB);
189 void foreach() { function in class:llvm::ImmutableMap
192 Root->foreach(CB);
H A DImmutableSet.h170 /// foreach - A member template the accepts invokes operator() on a functor
174 void foreach(Callback& C) { function in class:llvm::ImutAVLTree
176 L->foreach(C);
181 R->foreach(C);
1053 void foreach(Callback& C) { if (Root) Root->foreach(C); } function in class:llvm::ImmutableSet
1056 void foreach() { if (Root) { Callback C; Root->foreach(C); } } function in class:llvm::ImmutableSet
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js553 function foreach(array, fn) { function
924 foreach(expressions.split(/\s*;\s*/), function(expression) {
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp992 foreach (QString f, files) { function
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp953 foreach (QString f, files) { function
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java2295 * @param foreach Valid ElemForEach element, not null.
2304 public Vector processSortKeys(ElemForEach foreach, int sourceNodeContext) argument
2310 int nElems = foreach.getSortElemCount();
2318 ElemSort sort = foreach.getSortElem(i);
2322 ? sort.getLang().evaluate(xctxt, sourceNodeContext, foreach) : null;
2324 sourceNodeContext, foreach);
2332 foreach.error(XSLTErrorResources.ER_ILLEGAL_ATTRIBUTE_VALUE,
2340 foreach);
2345 foreach.error(XSLTErrorResources.ER_ILLEGAL_ATTRIBUTE_VALUE,
2358 foreach);
[all...]

Completed in 592 milliseconds