/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/ |
ScriptIntrinsic3DLUTThunker.java | 58 public void forEach(Allocation ain, Allocation aout) { 61 mN.forEach(aint.getNObj(), aoutt.getNObj());
|
ScriptIntrinsicBlurThunker.java | 53 public void forEach(Allocation aout) { 56 mN.forEach(aoutt.getNObj());
|
ScriptIntrinsicColorMatrixThunker.java | 63 public void forEach(Allocation ain, Allocation aout) { 66 mN.forEach(aint.getNObj(), aoutt.getNObj());
|
ScriptIntrinsicConvolve3x3Thunker.java | 51 public void forEach(Allocation aout) { 53 mN.forEach(aoutt.getNObj());
|
ScriptIntrinsicConvolve5x5Thunker.java | 51 public void forEach(Allocation aout) { 53 mN.forEach(aoutt.getNObj());
|
ScriptIntrinsicLUTThunker.java | 57 public void forEach(Allocation ain, Allocation aout) { 60 mN.forEach(aint.getNObj(), aoutt.getNObj());
|
ScriptIntrinsicYuvToRGBThunker.java | 47 public void forEach(Allocation aout) { 49 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) {
|