/dalvik/tools/dmtracedump/ |
dmtracedump.pl | 6 foreach (@traces)
|
/external/compiler-rt/lib/profile/ |
CMakeLists.txt | 18 foreach(arch ${PROFILE_SUPPORTED_ARCH})
|
/external/eigen/unsupported/doc/examples/ |
CMakeLists.txt | 7 FOREACH(example_src ${examples_SRCS})
|
/external/llvm/cmake/modules/ |
AddLLVMDefinitions.cmake | 9 foreach(arg ${ARGN})
|
/external/llvm/test/TableGen/ |
NestedForeach.td | 10 foreach S = ["R", "C"] in { 11 foreach R = [2, 3, 4] in { 12 foreach M = ["D", "P", "Q"] in { 13 foreach P = [0, 2, 4] in {
|
/external/llvm/tools/bugpoint/ |
CMakeLists.txt | 39 foreach(lib ${POLLY_LINK_LIBS})
|
/external/llvm/tools/opt/ |
CMakeLists.txt | 39 foreach(lib ${POLLY_LINK_LIBS})
|
/external/llvm/utils/llvm-lit/ |
CMakeLists.txt | 8 foreach(BUILD_MODE ${CMAKE_CONFIGURATION_TYPES})
|
/external/v8/test/mjsunit/regress/ |
regress-1447.js | 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); }); 33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
|
regress-1436.js | 60 [2, 3].forEach(non_strict); 61 [2, 3].forEach(non_strict, undefined); 62 [2, 3].forEach(non_strict, null); 63 [2, 3].forEach(strict); 64 [2, 3].forEach(strict, undefined); 65 [2, 3].forEach(strict_null, null);
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
hostapd | 41 foreach my $iface (sort keys %hostapd) { 43 foreach my $mac (sort keys %{$hostapd{$iface}}) { 45 foreach my $layer (sort keys %{$hostapd{$iface}->{$mac}}) { 47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) {
|
/frameworks/base/services/core/java/com/android/server/location/ |
GpsStatusListenerHelper.java | 62 foreach(operation); 72 foreach(operation); 98 foreach(operation); 108 foreach(operation);
|
/build/core/ |
android_manifest.mk | 20 my_full_libs_manifest_deps += $(foreach lib, $(LOCAL_STATIC_JAVA_AAR_LIBRARIES),\ 22 my_full_libs_manifest_files += $(foreach lib, $(LOCAL_STATIC_JAVA_AAR_LIBRARIES),\ 25 LOCAL_RESOURCE_DIR += $(foreach lib, $(LOCAL_STATIC_JAVA_AAR_LIBRARIES),\
|
/external/compiler-rt/lib/tsan/tests/ |
CMakeLists.txt | 16 foreach (header ${TSAN_HEADERS}) 38 foreach(arch ${TSAN_SUPPORTED_ARCH}) 41 foreach(SOURCE ${TEST_SOURCES} ${COMPILER_RT_GTEST_SOURCE})
|
/frameworks/base/data/keyboards/ |
keyboards.mk | 19 PRODUCT_COPY_FILES := $(foreach file,$(framework_keylayouts),\ 22 PRODUCT_COPY_FILES += $(foreach file,$(framework_keycharmaps),\ 25 PRODUCT_COPY_FILES += $(foreach file,$(framework_keyconfigs),\
|
/external/clang/test/Profile/ |
objc-general.m | 34 // PGOGEN: @[[FRC:"__llvm_profile_counters_objc-general.m:\+\[A foreach:\]"]] = private global [2 x i64] zeroinitializer 35 // PGOGEN: @[[BLC:"__llvm_profile_counters_objc-general.m:__13\+\[A foreach:\]_block_invoke"]] = private global [2 x i64] zeroinitializer 39 + (void)foreach: (NSArray *)array; 43 // PGOGEN: define {{.*}}+[A foreach:] 44 // PGOUSE: define {{.*}}+[A foreach:] 46 + (void)foreach: (NSArray *)array 73 [A foreach: array];
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/ |
tokenizer_test.js | 30 nextToken.attrs.forEach(function (attr) { 78 testDescr.output.forEach(function (tokenEntry) { 88 Object.keys(tokenEntry).forEach(function (attrName) { 101 tokenEntries.forEach(function (tokenEntry) { 127 testSetFileNames.forEach(function (fileName) { 134 testDescrs.forEach(function (descr) { 143 descr.output.forEach(function (tokenEntry) { 148 descr.initialStates.forEach(function (initialState) { 171 loadTests().forEach(function (test) { 235 testCases.forEach(function (testCase) [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/ |
test_utils.js | 25 Object.keys(parse5.TreeAdapters).forEach(function (adapterName) { 31 Object.keys(tests).forEach(function (testName) { 73 testSetFileDirs.forEach(function (dirName) { 93 dataDirs.forEach(function (dataDirPath) { 97 testSetFileNames.forEach(function (fileName) { 105 testSet.split(/\r?\n/).forEach(function (line) { 120 testDescrs.forEach(function (descr) { 165 nodes.forEach(function (node) { 188 parts.forEach(function (part) { 203 treeAdapter.getAttrList(node).forEach(function (attr) [all...] |
/external/libvpx/libvpx/build/make/ |
rtcd.pl | 18 foreach (@ARGV) { 33 foreach my $opt (qw/arch config/) { 40 foreach my $defs_file (@ARGV) { 69 foreach my $opt (@_) { 81 foreach my $fn (keys %ALL_FUNCS) { 82 foreach my $opt (@_) { 108 foreach my $f (@ARGV) { 119 foreach (@ALL_FORWARD_DECLS) { 126 foreach my $fn (keys %ALL_FUNCS) { 133 foreach my $opt (@_) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
rtcd.pl | 18 foreach (@ARGV) { 33 foreach my $opt (qw/arch config/) { 40 foreach my $defs_file (@ARGV) { 69 foreach my $opt (@_) { 81 foreach my $fn (keys %ALL_FUNCS) { 82 foreach my $opt (@_) { 108 foreach my $f (@ARGV) { 119 foreach (@ALL_FORWARD_DECLS) { 126 foreach my $fn (keys %ALL_FUNCS) { 133 foreach my $opt (@_) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ClearObjectTest.java | 42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 68 forEach(TEST_ID_ELEMENT, mIn, mOut); 85 forEach(TEST_ID_TYPE, mIn, mOut); 101 forEach(TEST_ID_ALLOCATION, mIn, mOut); 117 forEach(TEST_ID_SAMPLER, mIn, mOut); 133 forEach(TEST_ID_SCRIPT, mIn, mOut);
|
/external/chromium-trace/trace-viewer/tracing/tracing/base/ |
extension_registry_type_based.html | 56 typeInfo.typeNames.forEach(function(typeName) { 60 typeInfo.categoryParts.forEach(function(categoryPart) { 72 typeInfo.typeNames.forEach(function(typeName) { 75 typeInfo.categoryParts.forEach(function(categoryPart) { 121 typeInfo.typeNames.forEach(function(typeName) { 124 typeInfo.categoryParts.forEach(function(categoryPart) {
|
/external/compiler-rt/make/ |
subdir.mk | 41 $$(foreach var,$$(RequiredSubdirVariables) $$(OptionalSubdirVariables),\ 48 $$(foreach var,$(RequiredSubdirVariables) $(OptionalSubdirVariables),\ 56 $$(foreach var,$(RequiredSubdirVariables),\ 59 $$(foreach var,$(OptionalSubdirVariables),\ 64 $$(foreach var,$(RequiredSubdirVariables) $(OptionalSubdirVariables),\ 90 $(foreach subdir,$(SubDirsList),\
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
call | 18 map = $(foreach a,$2,$(call $1,$a)) 26 my-foreach = $(foreach $(1),$(2),$(3)) 47 echo '$(call my-foreach)'; \ 48 echo '$(call my-foreach,a,,,)'; \ 58 # echo '$(call my-foreach,a,x y z,$(a)$(a))'; \
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/android/ |
android_model_helper.html | 42 thread.sliceGroup.slices.forEach(function(slice) { 63 model.getAllProcesses().forEach(function(process) { 80 this.apps.forEach(function(app) {
|