/external/llvm/test/TableGen/ |
ForeachLoop.td | 10 foreach i = 0-3 in 18 foreach i = [0, 1, 2, 3, 4, 5, 6, 7] in 53 foreach i = {0-3,9-7} in {
|
/build/core/ |
device.mk | 24 $(foreach v,$(_device_var_list),\ 30 $(foreach p,$(DEVICES),$(call dump-device,$(p))) 37 $(foreach v,$(_device_var_list), \ 56 $(foreach d,$(DEVICES), \
|
product.mk | 43 $(foreach f,$(1), \ 117 $(foreach v,$(_product_var_list),\ 123 $(foreach p,$(PRODUCTS),$(call dump-product,$(p))) 135 $(foreach v,$(_product_var_list), \ 168 $(foreach p,$(PRODUCTS), \ 173 $(foreach \ 186 $(foreach cf,$(strip $(PRODUCTS.$(p).PRODUCT_COPY_FILES)), \ 204 $(foreach p,$(PRODUCTS), \ 282 $(foreach v,$(_product_stash_var_list), \ 294 $(foreach v,$(_product_stash_var_list), [all...] |
/build/core/tasks/ |
ide.mk | 35 installed_modules := $(foreach m,$(ALL_DEFAULT_INSTALLED_MODULES),\ 37 java_modules := $(foreach m,$(installed_modules),\ 42 source_paths := $(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).PATH)) \ 43 $(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).INTERMEDIATE_SOURCE_DIR)) \
|
/external/chromium-trace/trace-viewer/tracing/tracing/model/ |
ir_coverage.html | 17 irs.forEach(function(ir) { 18 ir.associatedEvents.forEach(function(event) { 31 model.getAllProcesses().forEach(function(process) { 49 events.forEach(function(event) {
|
/external/eigen/bench/btl/data/ |
CMakeLists.txt | 7 FOREACH(script_file ${script_files})
|
/external/eigen/doc/snippets/ |
CMakeLists.txt | 5 foreach(snippet_src ${snippets_SRCS})
|
/external/eigen/unsupported/doc/snippets/ |
CMakeLists.txt | 5 FOREACH(snippet_src ${snippets_SRCS})
|
/external/ipsec-tools/src/racoon/ |
stats.pl | 13 foreach (sort keys %t) {
|
/external/llvm/lib/Fuzzer/test/dfsan/ |
CMakeLists.txt | 8 foreach(Test ${DFSanTests})
|
/libcore/ |
CaCerts.mk | 45 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory)))) 46 cacerts_target := $(addprefix $(cacerts_target_directory)/,$(foreach cacert,$(cacerts),$(notdir $(cacert)))) 54 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory)))) 56 cacerts_host := $(addprefix $(cacerts_host_directory)/,$(foreach cacert,$(cacerts),$(notdir $(cacert))))
|
/frameworks/rs/cpp/ |
ScriptIntrinsics.cpp | 48 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) { 51 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "3DLUT forEach element mismatch"); 54 Script::forEach(0, ain, aout, nullptr, 0); 87 Script::forEach(0, in, out, nullptr, 0); 95 Script::forEach(1, in, out, nullptr, 0); 103 Script::forEach(2, in, out, nullptr, 0); 111 Script::forEach(3, in, out, nullptr, 0); 119 Script::forEach(4, in, out, nullptr, 0); 127 Script::forEach(5, in, out, nullptr, 0); 135 Script::forEach(6, in, out, nullptr, 0) [all...] |
/external/chromium-trace/trace-viewer/tracing/tracing/ui/analysis/ |
related_events.html | 77 eventSet.forEach(function(slice) { 79 slice.inFlowEvents.forEach(function(flow) { 84 slice.outFlowEvents.forEach(function(flow) { 100 classifier.inFlowEvents.forEach( 102 classifier.outFlowEvents.forEach( 104 classifier.internalFlowEvents.forEach( 136 followingEvents.forEach(function(e) { 182 event.inFlowEvents.forEach(function(e) { 190 event.outFlowEvents.forEach(function(e) { 242 eventSet.forEach(function(slice) [all...] |
multi_async_slice_sub_view.html | 39 this.$.content.selection.forEach(function(asyncEvent) { 42 asyncEvent.associatedEvents.forEach(function(event) {
|
multi_frame_sub_view.html | 42 this.currentSelection_.forEach(function(frameEvent) { 43 frameEvent.associatedEvents.forEach(function(event) {
|
multi_interaction_record_sub_view.html | 41 this.currentSelection_.forEach(function(ir) { 42 ir.associatedEvents.forEach(function(event) {
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
InitTest.java | 29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 48 forEach(0, mIn, mOut);
|
/external/chromium-trace/trace-viewer/tracing/tracing/core/ |
scripting_controller.html | 24 typeInfos.forEach(function(typeInfo) { 42 this.scriptObjectValues_.forEach(function(v) {
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
info_bar_group.html | 51 this.messages_.forEach(function(message) { 56 message.buttons.forEach(function(button) {
|
/external/compiler-rt/lib/builtins/arm/ |
Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
|
/external/compiler-rt/lib/builtins/arm64/ |
Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
|
/external/compiler-rt/lib/builtins/armv6m/ |
Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
|
/external/compiler-rt/lib/builtins/i386/ |
Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
|
/external/compiler-rt/lib/builtins/ppc/ |
Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
|
/external/compiler-rt/lib/builtins/x86_64/ |
Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
|