/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
InitTest.java | 30 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 49 RSUtils.forEach(this, 0, mIn, mOut);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
window_controls.js | 10 var forEach = require('utils').forEach;
|
/external/chromium_org/third_party/icu/source/test/compat/ |
tzone.pl | 34 foreach my $tzone (@TZONE_RAW) { 48 foreach my $tzone (@TZONE) {
|
/external/chromium_org/ui/keyboard/resources/ |
main.js | 22 keyImports.forEach(function(element) { 39 keySequences.forEach(function(element) {
|
/external/compiler-rt/lib/tsan/rtl/ |
Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
|
/external/icu4c/test/compat/ |
tzone.pl | 34 foreach my $tzone (@TZONE_RAW) { 48 foreach my $tzone (@TZONE) {
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 127 foreach $table (@alltables) { 184 foreach $table (@alltables) { 223 foreach $table (keys %notpredicted) { 225 foreach $sym (keys %{$notpredicted{$table}}) { 235 foreach $plane (sort numerically keys %table) { 238 foreach $shifted (sort numerically keys %{$intable{$table}}) { 246 foreach $plane (sort numerically keys %table) { 250 foreach $shifted (sort numerically keys %{$intable{$table}}) {
|
/frameworks/compile/libbcc/ |
libbcc-gen-build-info.mk | 35 $(foreach lib,$(LOCAL_STATIC_LIBRARIES), \ 38 $(foreach lib,$(LOCAL_WHOLE_STATIC_LIBRARIES), \
|
/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/ |
Benchmark.java | 46 android.util.Log.v("LatencyBench", "Iterated Java forEach took " + t + " ms"); 57 android.util.Log.v("LatencyBench", "Invoked forEach took " + t + " ms");
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicYuvToRGBThunker.java | 55 public void forEach(Allocation aout) { 58 mN.forEach(aoutt.getNObj());
|
/external/chromium/chrome/common/extensions/docs/examples/api/cookies/ |
manager.html | 104 sortedKeys(this.cookies_).forEach(function(domain) {
124 cache.getDomains(filter).forEach(function(domain) {
131 cache.getDomains().forEach(function(domain) {
132 cache.getCookies(domain).forEach(function(cookie) {
159 cache.getCookies(domain).forEach(function(cookie) {
201 domains.forEach(function(domain) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/ |
manager.js | 84 sortedKeys(this.cookies_).forEach(function(domain) { 104 cache.getDomains(filter).forEach(function(domain) { 111 cache.getDomains().forEach(function(domain) { 112 cache.getCookies(domain).forEach(function(cookie) { 139 cache.getCookies(domain).forEach(function(cookie) { 181 domains.forEach(function(domain) {
|
/external/chromium_org/v8/test/mjsunit/ |
debug-stepin-builtin-callback.js | 76 a.forEach(cb_true); 120 // Array.forEach calls a callback function, which by itself uses 121 // Array.forEach with another callback function. 134 // forEach call in the first level of recurision. 145 a.forEach(cb_true); 153 a.forEach(cb_foreach);
|
date-parse.js | 258 testCasesUT.forEach(testDateParse); 259 testCasesGMT.forEach(testDateParse); 260 testCasesEST.forEach(testDateParse); 261 testCasesEDT.forEach(testDateParse); 262 testCasesCST.forEach(testDateParse); 263 testCasesCDT.forEach(testDateParse); 264 testCasesMST.forEach(testDateParse); 265 testCasesMDT.forEach(testDateParse); 266 testCasesPST.forEach(testDateParse); 267 testCasesPDT.forEach(testDateParse) [all...] |
/external/v8/test/mjsunit/ |
date-parse.js | 258 testCasesUT.forEach(testDateParse); 259 testCasesGMT.forEach(testDateParse); 260 testCasesEST.forEach(testDateParse); 261 testCasesEDT.forEach(testDateParse); 262 testCasesCST.forEach(testDateParse); 263 testCasesCDT.forEach(testDateParse); 264 testCasesMST.forEach(testDateParse); 265 testCasesMDT.forEach(testDateParse); 266 testCasesPST.forEach(testDateParse); 267 testCasesPDT.forEach(testDateParse) [all...] |
/external/chromium_org/native_client_sdk/src/tools/ |
nacl_gcc.mk | 141 $(call C_COMPILER_RULE,$(1),$(2) $(foreach inc,$(INC_PATHS),-I$(inc)) $(3)) 143 $(call CXX_COMPILER_RULE,$(1),$(2) $(foreach inc,$(INC_PATHS),-I$(inc)) $(3)) 184 $(OUTDIR)/lib$(1)_x86_32.so: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_32_pic)) $(4) 185 $(call LOG,LINK,$$@,$(X86_32_LINK) -o $$@ $$(filter-out $(4),$$^) -shared -m32 $(LD_X86_32) $$(LD_FLAGS) $(foreach lib,$(3),-l$(lib))) 200 $(OUTDIR)/lib$(1)_x86_64.so: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_64_pic)) $(4) 201 $(call LOG,LINK,$$@,$(X86_32_LINK) -o $$@ $$(filter-out $(4),$$^) -shared -m64 $(LD_X86_64) $$(LD_FLAGS) $(foreach lib,$(3),-l$(lib))) 230 $(OUTDIR)/lib$(1)_x86_32.a: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_32)) 243 $(OUTDIR)/lib$(1)_x86_64.a: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_64)) 257 $(OUTDIR)/lib$(1)_arm.a: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_arm)) 284 $(OUTDIR)/$(1)_x86_32.nexe: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_32)) $(foreach dep,$(4),$(STAMPDIR)/$(dep).stamp [all...] |
nacl_llvm.mk | 50 $(call C_COMPILER_RULE,$(1),$(2) $(foreach inc,$(INC_PATHS),-I$(inc)) $(3)) 52 $(call CXX_COMPILER_RULE,$(1),$(2) $(foreach inc,$(INC_PATHS),-I$(inc)) $(3)) 81 $(LIBDIR)/$(TOOLCHAIN)/$(CONFIG)/lib$(1).a: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_pnacl)) 113 $(1).bc: $(2) $(foreach dep,$(4),$(STAMPDIR)/$(dep).stamp) 114 $(call LOG,LINK,$$@,$(PNACL_LINK) -o $$@ $(2) $(foreach path,$(5),-L$(path)/pnacl/$(CONFIG)) $(foreach lib,$(3),-l$(lib)) $(6)) 137 $(call LINKER_RULE,$(OUTDIR)/$(1),$(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_pnacl)),$(filter-out pthread,$(3)),$(4),$(LIB_PATHS),$(5))
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 29 foreach($error_cache as $error_msg) { 195 foreach ($languages as $lang) { 314 foreach($language_data['KEYWORDS'] as $kw_key => $kw_value) { 334 foreach($language_data['CASE_SENSITIVE'] as $cs_key => $cs_value) { 348 foreach($language_data['URLS'] as $url_key => $url_value) { 425 foreach($style_arrays as $style_kind) { 431 foreach($language_data['STYLES'][$style_kind] as $sk_key => $sk_value) { 448 foreach($language_data['KEYWORDS'] as $key => $keywords) { 458 foreach($keywords as $id => $kw) { 469 foreach($kw_diffs as $kw => $kw_count) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.js | 50 tryJobs.forEach(function(tryJob) { 57 tryJobs.forEach(function(tryJob) { 81 fullTryJob.steps.forEach(function(step) { 103 tryJobs.forEach(function(tryJob) { 194 buildbot.getActiveIssues().forEach(updateIssueDisplay); 248 closerBots.forEach(function(bot) { 252 otherBots.forEach(function(bot) {
|
/external/linux-tools-perf/scripts/perl/ |
rw-by-pid.pl | 82 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=> 101 foreach my $pid (keys %reads) { 102 foreach my $error (keys %{$reads{$pid}{errors}}) { 123 foreach my $pid (sort { ($writes{$b}{bytes_written} || 0) <=> 141 foreach my $pid (keys %writes) { 142 foreach my $error (keys %{$writes{$pid}{errors}}) { 173 foreach my $event_name (keys %unhandled) {
|
/external/llvm/lib/Target/R600/ |
R600RegisterInfo.td | 34 foreach Index = 0-127 in { 35 foreach Chan = [ "X", "Y", "Z", "W" ] in { 60 foreach Index = 159-128 in { 61 foreach Chan = [ "X", "Y", "Z", "W" ] in { 75 foreach Index = 191-160 in { 76 foreach Chan = [ "X", "Y", "Z", "W" ] in { 91 foreach Index = 448-480 in {
|
/external/chromium_org/third_party/sqlite/src/test/ |
capi3.test | 258 foreach i $idxlist {lappend cnamelist [sqlite3_column_name $STMT $i]} 266 foreach i $idxlist { 276 foreach i $idxlist {lappend cnamelist [sqlite3_column_name $STMT $i]} 284 foreach i $idxlist { 294 foreach i $idxlist {lappend cnamelist [sqlite3_column_decltype $STMT $i]} 302 foreach i $idxlist { 359 foreach i $idxlist { 369 foreach i $idxlist { 379 foreach i $idxlist { 389 foreach i $idxlist [all...] |
capi3c.test | 240 foreach i $idxlist {lappend cnamelist [sqlite3_column_name $STMT $i]} 248 foreach i $idxlist { 258 foreach i $idxlist {lappend cnamelist [sqlite3_column_name $STMT $i]} 266 foreach i $idxlist { 276 foreach i $idxlist {lappend cnamelist [sqlite3_column_decltype $STMT $i]} 284 foreach i $idxlist { 342 foreach i $idxlist { 352 foreach i $idxlist { 362 foreach i $idxlist { 372 foreach i $idxlist [all...] |
/external/valgrind/main/callgrind/ |
callgrind_control.in | 95 foreach $event (@events) { 100 foreach my $show_event (@show_events) { 108 foreach my $show_event (@show_events) { 138 foreach my $event (@events) { 144 foreach my $CC (@CCs) { 145 foreach my $i (0 .. scalar(@$CC)-1) { 162 foreach my $i (@show_order) { 173 foreach my $i (@show_order) { 198 foreach $arg (@ARGV) { 296 foreach $p (@pids) [all...] |
/build/core/ |
node_fns.mk | 30 $(foreach v,$(1),$(eval $(v):=)) 48 $(foreach v,$(2),$(eval $(strip $(1)).$(v):=$($(v)))) 71 $(foreach v,$(3), \ 132 $(foreach v,$(2),$($(1).$(v))) \ 148 $(foreach v,$(3), \ 157 $(foreach i,$(_eiv_i), \ 211 # $(foreach _inc,$(_included),$(eval $(warning $(space)$(space)$(space)includes: $(_inc)))),) 222 $(foreach _in,$(2), \ 243 $(foreach _in,$(2), \
|