/external/compiler-rt/test/sanitizer_common/ |
CMakeLists.txt | 17 foreach(tool ${SUPPORTED_TOOLS}) 22 foreach(arch ${${tool_toupper}_SUPPORTED_ARCH})
|
/external/llvm/lib/Fuzzer/test/ |
CMakeLists.txt | 24 foreach(Test ${Tests}) 61 foreach(Test ${DFSanTests})
|
/external/v8/test/mjsunit/es6/ |
typed-array-iterator.js | 28 constructors.forEach(TestTypedArrayPrototype); 39 constructors.forEach(TestTypedArrayValues);
|
/external/v8/test/perf-test/Collections/ |
set.js | 10 new Benchmark('ForEach', false, false, 0, SetForEach, SetSetup, SetTearDown), 61 set.forEach(function(v, k) {
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
Makefile | 5 ICONS := $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name))))
|
/system/core/libnativebridge/tests/ |
Android.mk | 30 $(foreach file,$(test_src_files), \ 40 $(foreach file,$(test_src_files), \
|
/external/llvm/test/TableGen/ |
MultiPat.td | 77 // Dummy for foreach 95 !foreach(Decls.pattern, patterns[0], 96 !foreach(Decls.operand, Decls.pattern, 100 MakePat<!foreach(Decls.pattern, patterns[1], 101 !foreach(Decls.operand, Decls.pattern,
|
TargetInstrSpec.td | 73 // Dummy for foreach 88 !foreach(Decls.pattern, patterns, 89 !foreach(Decls.operand, Decls.pattern, 95 !foreach(Decls.pattern, patterns, 96 !foreach(Decls.operand, Decls.pattern,
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
LayoutBinderWriter.kt | 50 Scope.values().forEach { usedFieldNames[it] = hashSetOf<String>() } 205 buckets.withIndex().forEach { 320 taggedViews.forEach { 326 }.withIndex().forEach { 341 layoutBinder.getBindingTargets().filter{ it.isUsed() && it.isBinder() }.forEach { 357 includeMap.keySet().forEach { 385 viewsWithIds.forEach { 422 layoutBinder.getSortedTargets().filter { it.getId() != null }.forEach { 438 taggedViews.forEach { 494 includedBinders.filter{it.isUsed()}.forEach { binder - [all...] |
DataBinderWriter.kt | 32 layoutBinders.groupBy{it.getLayoutname()}.forEach { 46 it.value.forEach { 68 layoutBinders.filter{it.isMerge()}.groupBy{it.getLayoutname()}.forEach { 78 it.value.forEach { 101 layoutBinders.groupBy {"${it.getTag()}_0".hashCode()}.forEach { 103 it.value.forEach { 128 brWriter.indexedProps.forEach {
|
KCode.kt | 48 codes.forEach { tab(it) } 53 codes.forEach { tab(it) } 74 codes.forEach { nl(it) } 79 codes.forEach { nl(it) } 101 codes.forEach { app(glue, it)} 106 codes.forEach { app(glue, it)} 138 nodes.forEach { when(it) {
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/ |
chart_track.html | 105 this.series_.forEach(function(series) { 159 this.series_.forEach(function(series) { 173 this.series_.forEach(function(series) { 174 series.points.forEach(function(point) { 182 this.series_.forEach(function(series) { 190 this.series_.forEach(function(series) { 203 this.series_.forEach(function(series) {
|
/external/valgrind/auxprogs/ |
compare-build-logs | 59 foreach my $file (keys %cmd1) { 66 foreach my $file (keys %cmd2) { 106 foreach my $k (split /\s+/,$c1) { 109 foreach my $k (split /\s+/,$c2) { 112 # foreach my $zz (keys %o1) { 115 foreach my $k (keys %o1) { 120 foreach my $k (keys %o2) {
|
/external/v8/test/webkit/ |
array-enumerators-functions-expected.txt | 57 PASS count=0;lastIndex=-1;copyArray(simpleArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(simpleArray), forwarders[f], returnFalse, 0) 58 PASS count=0;lastIndex=-1;copyArray(emptyArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(emptyArray), forwarders[f], returnFalse, 0) 59 PASS count=0;lastIndex=-1;copyArray(largeEmptyArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(largeEmptyArray), forwarders[f], returnFalse, 0) 60 PASS count=0;lastIndex=-1;copyArray(largeSparseArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(largeSparseArray), forwarders[f], returnFalse, 0) 61 PASS count=0;lastIndex=-1;copyArray(simpleArray).forEach(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(simpleArray), forwarders[f], returnTrue, 0 [all...] |
/build/core/ |
dex_preopt.mk | 9 PRODUCT_BOOTCLASSPATH := $(subst $(space),:,$(foreach m,$(DEXPREOPT_BOOT_JARS_MODULES),/system/framework/$(m).jar)) 11 PRODUCT_SYSTEM_SERVER_CLASSPATH := $(subst $(space),:,$(foreach m,$(PRODUCT_SYSTEM_SERVER_JARS),/system/framework/$(m).jar)) 48 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-jar-remove-classes.dex,$(b))))
|
copy_headers.mk | 15 $(foreach header,$(LOCAL_COPY_HEADERS), \
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
GetElementAt.java | 36 public void forEach(int testId, Allocation mOut) throws RSRuntimeException { 64 forEach(TEST_ID_X, mOut); 85 forEach(TEST_ID_XY, mOut);
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
api.t | 61 foreach my $java_class_name (@java_class_names) { 81 foreach my $java_field (@$java_fields) { 89 foreach my $java_method (@$java_methods) {
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/chrome/ |
chrome_model_helper.html | 21 model.getAllProcesses().forEach(function(process) { 35 model.getAllProcesses().forEach(function(process) { 62 rendererProcesses_.forEach(function(renderProcess) {
|
/external/compiler-rt/lib/ubsan/ |
CMakeLists.txt | 31 foreach(os ${SANITIZER_COMMON_SUPPORTED_DARWIN_OS}) 56 foreach(arch ${UBSAN_COMMON_SUPPORTED_ARCH}) 65 foreach(arch ${UBSAN_SUPPORTED_ARCH})
|
/external/llvm/utils/ |
UpdateCMakeLists.pl | 33 foreach my $x (@fileTypes) { 53 foreach my $file (sort @$files) { 109 foreach my $dir (sort keys %dirCMake) {
|
/external/v8/test/mjsunit/regress/ |
regress-1560.js | 52 factories.forEach(function(f) { w(f(), 0); }); 53 factories.forEach(function(f) { w(f(), 0); }); 55 factories.forEach(function(f) { w(f(), 0); });
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Blur25G.java | 74 mCM.forEach(mInPixelsAllocation, mScratchPixelsAllocation1); 82 mIntrinsic.forEach(mScratchPixelsAllocation2); 105 mCM.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
Filters.java | 42 public void forEach(Allocation in, Allocation out); 63 void forEach(Allocation in, Allocation out) { s.forEach_(in, out); } 78 public void forEach(Allocation in, Allocation out) { s_mat.forEach_colormatrix(in, out); } 92 public void forEach(Allocation in, Allocation out) { s.forEach_contrast(in, out); } 106 public void forEach(Allocation in, Allocation out) { s.forEach_exposure(in, out); } 133 public void forEach(Allocation in, Allocation out) { 152 public void forEach(Allocation in, Allocation out) { s.forEach_greyscale(in, out); } 211 public void forEach(Allocation in, Allocation out) { s.forEach_levels_v4(in, out); } 228 public void forEach(Allocation in, Allocation out) { s.forEach_shadowsKernel(in, out); } 243 public void forEach(Allocation in, Allocation out) { s.forEach_vibranceKernel(in, out); [all...] |
/art/build/ |
Android.common_path.mk | 86 HOST_CORE_DEX_LOCATIONS := $(foreach jar,$(HOST_CORE_JARS), $(HOST_OUT_JAVA_LIBRARIES)/$(jar).jar) 87 TARGET_CORE_DEX_LOCATIONS := $(foreach jar,$(TARGET_CORE_JARS),/$(DEXPREOPT_BOOT_JAR_DIR)/$(jar).jar) 89 HOST_CORE_DEX_FILES := $(foreach jar,$(HOST_CORE_JARS), $(call intermediates-dir-for,JAVA_LIBRARIES,$(jar),t,COMMON)/javalib.jar) 90 TARGET_CORE_DEX_FILES := $(foreach jar,$(TARGET_CORE_JARS),$(call intermediates-dir-for,JAVA_LIBRARIES,$(jar), ,COMMON)/javalib.jar)
|