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

<<11121314151617181920>>

  /external/qemu/
Makefile 62 $(foreach lib,$(SDL_LIBS), \
  /external/sonivox/arm-wt-22k/
Android.mk 93 $(foreach f,$(asm_flags),-Wa,"$(f)")
  /external/srec/tools/cmd/
pht_to_short.pl 60 foreach $lph (@lphlist) {
srecres2utd.pl 21 foreach $additional_field (@additional_fields) {
37 foreach $resfile (@resfiles) {
197 foreach $field (@fields) {
214 foreach $field (@fields) {
  /external/v8/test/mjsunit/regress/
regress-1790.js 54 CheckSequence(Array.prototype.forEach, function() { return 0; });
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Regress/
regress-320172.js 49 (function xxx(){ ["var x"].forEach(eval); })();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 159 foreach $test (@test_list) {
222 foreach $line (@output) {
692 foreach $dir (@src_dir_files) {
827 foreach $dir (@src_dir_files) {
891 foreach $list_file (@opt_test_list_files) {
907 foreach $list_file (@opt_neg_list_files) {
998 foreach $i (0 .. $#test_files) {
1012 foreach $test_dir (@test_dirs) {
1017 foreach $i (0 .. $#test_files) {
    [all...]
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
FixMIDLHeaders.pl 57 foreach my $line (@contents) {
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksLoader.js 44 urls.forEach(function(url) {
  /external/webkit/Tools/Scripts/
generate-qt-inspector-resource 35 foreach $file (@files) {
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 47 // Name of metadata node where exported ForEach name information resides
52 // Name of metadata node where exported ForEach signature information resides
310 // section for ForEach. We generate a full signature for a "root" function
430 ALOGE("Could not populate ForEach signature metadata");
  /frameworks/compile/libbcc/include/bcc/
bcc_mccache.h 77 /* export foreach list section */
  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 33 * the ForEach-able function to be invoked over the appropriate data cells
35 * we go). We support doing this for any ForEach-able compute kernels.
122 ALOGV("Expanding ForEach-able Function %s", F->getName().str().c_str());
354 return "ForEach-able Function Expansion";
  /frameworks/rs/cpp/
Script.cpp 35 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
  /gdk/build/core/
add-toolchain.mk 68 $(foreach _abi,$(_abis),\
  /ndk/build/core/
setup-imports.mk 32 $(foreach __path,$(subst $(HOST_DIRSEP),$(space),$(NDK_MODULE_PATH)),\
  /prebuilts/sdk/renderscript/clang-include/
CMakeLists.txt 42 foreach( f ${files} )
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 374 foreach my $include (sort keys(%headerIncludes)) {
408 foreach my $constant (@{$dataNode->constants}) {
429 foreach my $attribute (@{$dataNode->attributes}) {
468 foreach my $function (@{$dataNode->functions}) {
479 foreach my $param (@{$function->parameters}) {
495 foreach my $type (keys %typesToForwardDeclare) {
679 foreach my $attribute (@{$dataNode->attributes}) {
776 foreach my $function (@{$dataNode->functions}) {
793 foreach my $param (@{$function->parameters}) {
    [all...]
  /build/core/
base_rules.mk 337 $(foreach dir,$(LOCAL_JAVA_RESOURCE_DIRS), \
360 $(foreach f,$(LOCAL_JAVA_RESOURCE_FILES), \
368 $(foreach group,$(java_resource_file_groups), \
376 $(foreach group,$(java_resource_file_groups), \
378 $(foreach w, $(wordlist 2,9999,$(subst :,$(space),$(group))), "$(w)" ) \
392 $(foreach lib,$(LOCAL_STATIC_JAVA_LIBRARIES), \
613 $(foreach tag,$(LOCAL_MODULE_TAGS),\
619 $(foreach tag,$(LOCAL_MODULE_TAGS),\
pdk_config.mk 51 PDK_PLATFORM_JAVA_ZIP_CONTENTS += $(foreach lib_dir,$(PDK_PLATFORM_JAVA_ZIP_JAVA_LIB_DIR),\
124 $(foreach lib_dir,$(PDK_PLATFORM_JAVA_ZIP_JAVA_LIB_DIR),\
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ListExtensions.cs 81 foreach ( object item in items )
87 foreach ( T item in items )
  /external/chromium/chrome/common/extensions/docs/static/
samples.html 16 schema.forEach(function(mod) {
29 samples.forEach(function(sample) {
  /external/chromium-trace/src/shared/js/
i18n_template2.js 57 options.forEach(function(optionData) {
78 parts.forEach(function(part) {
  /external/chromium-trace/src/tracing/
timeline.js 472 model.getAllThreads().forEach(function(t) {
475 model.getAllCounters().forEach(function(c) {
478 model.getAllCpus().forEach(function(c) {
488 allHeadings.forEach(function(text) {
513 cpus.forEach(function(cpu) {
537 processes.forEach(function(process) {
545 counters.forEach(function(counter) {
561 threads.forEach(function(thread) {
  /external/compiler-rt/lib/asan/
Android.mk 196 $(foreach test,$(filter %-so,$(OUTPUT_TESTS)),$(eval $(call asan-output-test-so,$(test))))
197 $(foreach test,$(filter-out %-so,$(OUTPUT_TESTS)),$(eval $(call asan-output-test,$(test))))

Completed in 1097 milliseconds

<<11121314151617181920>>