HomeSort by relevance Sort by last modified time
    Searched full:foreach (Results 101 - 125 of 677) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 100 template <typename Functor> void forEach(Functor&);
171 template <typename Functor> inline void Heap::forEach(Functor& functor)
173 m_markedSpace.forEach(functor);
MarkedSpace.h 80 template<typename Functor> void forEach(Functor&);
152 template <typename Functor> inline void MarkedSpace::forEach(Functor& functor)
156 (*it)->forEach(functor);
  /external/webkit/Source/JavaScriptCore/profiler/
Profile.cpp 52 void Profile::forEach(void (ProfileNode::*function)())
79 forEach(&ProfileNode::calculateVisibleTotalTime);
99 forEach(&ProfileNode::restore);
  /external/webkit/Source/WebCore/css/
makevalues.pl 62 foreach my $name (@names) {
74 foreach my $name (@names) {
115 foreach my $name (@names) {
  /external/webkit/Source/cmake/
LibFindMacros.cmake 45 foreach (i ${${PREFIX}_PROCESS_INCLUDES})
55 foreach (i ${${PREFIX}_PROCESS_LIBS})
71 foreach (i ${${PREFIX}_PROCESS_INCLUDES} ${${PREFIX}_PROCESS_LIBS})
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 124 * \return number of exported ForEach functions in this script/module.
131 * \return array of exported ForEach function signatures.
138 * \return array of exported ForEach function names.
  /frameworks/compile/slang/
slang_rs_export_foreach.h 36 // Base class for reflecting control-side forEach (currently for root()
121 "Get parameter from export foreach having no parameter!");
127 "Get parameter from export foreach having no parameter!");
  /external/v8/test/mjsunit/
array-iteration.js 75 // Array.prototype.forEach
81 a.forEach(function(n) { count++; });
87 a.forEach(function(n) { result.push(this.value); }, o);
93 a.forEach(function(n, index, array) { array[index] = n + 1; count++; });
101 a.forEach(function(n, index, array) { array.push(n+1); count++; });
109 a.forEach(function(n) { count++; });
  /build/core/tasks/
vendor_module_check.mk 53 $(foreach m, $(_vendor_check_modules), \
65 $(foreach m, $(_vendor_check_modules), \
  /external/antlr/antlr-3.4/runtime/JavaScript/third/
antcontrib.properties 7 foreach=net.sf.antcontrib.logic.ForEach
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
index.html 27 servers().forEach(function(server) {
29 server.channels.forEach(function(channel) {
74 servers().forEach(addServerConnection);
78 ircConnections.forEach(function(irc) {
94 server.channels.forEach(function(channel) {
117 servers.forEach(function(server) {
203 servers().forEach(function(s) {
207 s.channels.forEach(function(c) {
  /external/dropbear/libtommath/
pretty.build 16 foreach my $filename (glob "*.c") {
23 foreach my $filename (glob "*.c") {
  /external/llvm/cmake/modules/
LLVMProcessSources.cmake 47 foreach( s ${sources} )
82 foreach(g ${globbed})
  /external/openssl/crypto/objects/
objxref.pl 76 foreach (@srt1)
91 foreach (@srt2)
  /external/qemu/distrib/sdl-1.2.12/
Makefile.android 85 $(foreach target,$(INSTALL_TARGETS),\
90 $(foreach header,$(SDL_HEADERS), \
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify-hybrid.cgi 19 foreach $element (@list) {
33 foreach $item (@items) {
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 65 foreach my $class (@classes) {
71 foreach my $class (@classes) {
  /frameworks/compile/libbcc/runtime/
Makefile 66 @$(foreach fn,$(AvailableFunctions),\
68 "$(foreach key,$(AvailableIn.$(fn)),$($(key).Dir))";)
74 @$(foreach key,$(PlatformKeys),\
127 $(foreach config,$(Tmp.Configs),\
159 $(foreach arch,$(Tmp.ArchsToBuild),\
181 $(foreach fn,$(sort $(Tmp.Functions)),\
197 $(foreach key,$(SubDirKeys),\
229 $(foreach key,$(PlatformKeys),\
  /gdk/build/core/
setup-app.mk 33 $(foreach __name,$(GDK_APP_VARS),\
56 $(foreach _abi,$(APP_ABI),\
  /ndk/build/core/
setup-abi.mk 34 $(foreach _plat,3 4 5 8,\
41 $(foreach _plat,3 4 5 8,\
  /system/extras/tests/bionic/libstdc++/
Android.mk 30 $(foreach file,$(1), \
45 $(foreach file,$(1), \
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 232 foreach my $preset (split(/\s+/, $presets))
260 foreach my $value (@values)
297 foreach my $value (@values)
350 foreach my $arg (split(/\s+/, $args))
382 foreach my $value (@values)
419 foreach my $value (@values)
448 foreach my $arg (@presets, @args)
479 foreach my $result (split(/\s+/, $results))
629 foreach my $result (@results)
642 foreach my $arg (@presets, @args
    [all...]
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 209 foreach my $preset (split(/\s+/, $presets))
237 foreach my $value (@values)
274 foreach my $value (@values)
327 foreach my $arg (split(/\s+/, $args))
359 foreach my $value (@values)
396 foreach my $value (@values)
425 foreach my $arg (@presets, @args)
456 foreach my $result (split(/\s+/, $results))
606 foreach my $result (@results)
619 foreach my $arg (@presets, @args
    [all...]
  /external/llvm/utils/
GenLibDeps.pl 86 foreach my $lib (@libs ) {
128 foreach my $lib (@libs ) {
166 foreach my $lib (@libs ) {
180 foreach my $obj (@objs ) {
264 foreach my $obj (keys %DepLibs) {
265 foreach my $objdeps (keys %{$objdeps{$obj}}) {
281 foreach my $sym (@syms) {
335 foreach my $lib (@libs) {
340 foreach my $obj (keys %objdeps) {
343 foreach my $dep (keys %{$objdeps{$obj}})
    [all...]
  /development/testrunner/tests/
Android_gtestlib.mk 43 $(foreach file,$(test_src_files), \

Completed in 631 milliseconds

1 2 3 45 6 7 8 91011>>