Searched
full:foreach (Results
376 -
400 of
1450) sorted by null
<<11121314151617181920>>
/external/eigen/bench/btl/cmake/ |
FindPackageHandleStandardArgs.cmake | 41 FOREACH(_CURRENT_VAR ${ARGN})
|
/external/llvm/lib/Target/R600/ |
AMDGPURegisterInfo.td | 16 foreach Index = 0-15 in {
|
/external/llvm/test/TableGen/ |
ForeachList.td | 8 foreach i = [0, 1, 2, 3, 4, 5, 6, 7] in {
|
SiblingForeach.td | 9 foreach i = [1, 2, 3] in { 11 foreach j = [1, 2, 3] in { 15 foreach j = [4, 5, 6] in { 16 foreach k = [1, 2, 3] in {
|
/external/llvm/tools/llvm-config/ |
CMakeLists.txt | 13 foreach(l ${LLVM_SYSTEM_LIBS_LIST})
|
/external/openssh/ |
fixprogs | 37 foreach (@infile) {
|
/external/srec/tools/cmd/ |
pht_to_long.pl | 51 foreach $sph (@sphlist) {
|
/external/v8/test/mjsunit/regress/ |
regress-100702.js | 40 arr.forEach("".isThatMe, str);
|
/frameworks/base/core/tests/coretests/ |
Android.mk | 38 $(foreach a, $(FrameworkCoreTests_all_apks), $(patsubst FrameworkCoreTests_%,%,$(a))))
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
ColorMatrix.java | 63 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
|
CrossProcess.java | 60 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
|
UsageIO.java | 62 mMatrix.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Convolve3x3.java | 60 mIntrinsic.forEach(mOutPixelsAllocation);
|
CrossProcess.java | 57 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
ColorMatrix.java | 64 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
|
CrossProcess.java | 60 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_foreach.java | 28 super(rstc, "ForEach", ctx);
|
UT_foreach_bounds.java | 28 super(rstc, "ForEach (bounds)", ctx);
|
UT_noroot.java | 28 super(rstc, "ForEach (no root)", ctx);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_foreach.java | 28 super(rstc, "ForEach", ctx);
|
UT_foreach_bounds.java | 28 super(rstc, "ForEach (bounds)", ctx);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
xml_printer.hpp | 22 #include <boost/test/utils/foreach.hpp>
|
/prebuilts/sdk/ |
Android.mk | 41 $(foreach s,$(TARGET_AVAILABLE_SDK_VERSIONS),$(eval $(call _copy_prebuilt_sdk_to_the_right_place,$(s))))
|
/build/core/tasks/ |
sdk-addon.mk | 43 $(foreach cf,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_COPY_MODULES), \ 65 $(foreach cf,$(files_to_copy), \ 76 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RSBaseCompute.java | 99 RSUtils.forEach(this, testid, mAllocationIn, mAllocationOut); 144 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 148 public void forEach(int testId, Allocation mIn) throws RSRuntimeException {
|
Completed in 200 milliseconds
<<11121314151617181920>>