HomeSort by relevance Sort by last modified time
    Searched defs:foreach (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_simple_list.h 180 #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/
u_simple_list.h 180 #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/
simple_list.h 187 #define foreach(ptr, list) \ macro
193 * Same as #foreach but lets you unlink the current value during a list
light.c 645 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) {
    [all...]
  /external/mesa3d/src/mesa/main/
simple_list.h 187 #define foreach(ptr, list) \ macro
193 * Same as #foreach but lets you unlink the current value during a list
light.c 645 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) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
ypclnt.h 56 int (*foreach) (int __status, char *__key, int __keylen, member in struct:ypall_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
ypclnt.h 56 int (*foreach) (int __status, char *__key, int __keylen, member in struct:ypall_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
ypclnt.h 56 int (*foreach) (int __status, char *__key, int __keylen, member in struct:ypall_callback
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 110 foreach (light, &ctx->Light.EnabledList) { function
286 foreach (light, &ctx->Light.EnabledList) { function
578 foreach (light, &ctx->Light.EnabledList) { function
t_vb_light.c 128 foreach(s, list) function
136 foreach(s, list)
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 110 foreach (light, &ctx->Light.EnabledList) { function
286 foreach (light, &ctx->Light.EnabledList) { function
578 foreach (light, &ctx->Light.EnabledList) { function
t_vb_light.c 128 foreach(s, list) function
136 foreach(s, list)
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
template.js 392 function foreach(array, fn) { function
723 foreach(expressions.split(/\s*;\s*/), function(expression) {
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
treemixin.py 70 * 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/
ImmutableMap.h 161 // Foreach - A limited form of map iteration.
181 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);
ImmutableSet.h 170 /// 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);
1046 void foreach(Callback& C) { if (Root) Root->foreach(C); } function in class:llvm::ImmutableSet
1049 void foreach() { if (Root) { Callback C; Root->foreach(C); } } function in class:llvm::ImmutableSet
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 553 function foreach(array, fn) { function
924 foreach(expressions.split(/\s*;\s*/), function(expression) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 553 function foreach(array, fn) { function
924 foreach(expressions.split(/\s*;\s*/), function(expression) {
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1449 milliseconds