/external/regex-re2/re2/ |
make_perl_groups.pl | 81 foreach my $cl (@classes) { 86 foreach my $e (@entries) {
|
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 56 #15. Using foreach $i (x..y) instead of for ($i = 0...) in 247 foreach my $i (0 .. scalar @sort_events - 1) { 307 foreach my $include_dir (@include_dirs) { 351 foreach my $i (0 .. $n-1) { 362 foreach my $i (0 .. (scalar @$CC)-1) { 452 foreach my $event (@events) { 461 foreach my $show_event (@show_events) { 468 foreach my $show_event (@show_events) { 476 foreach my $sort_event (@sort_events) { 483 foreach my $sort_event (@sort_events) [all...] |
/external/valgrind/main/helgrind/tests/ |
filter_helgrind | 20 foreach $string (@$cmdlin_files) { 28 foreach $string (@$tool_files) {
|
/external/valgrind/main/memcheck/tests/ |
filter_memcheck | 20 foreach $string (@$cmdlin_files) { 28 foreach $string (@$tool_files) {
|
/external/webkit/Source/WebCore/platform/qt/ |
CookieJarQt.cpp | 91 foreach (QNetworkCookie networkCookie, cookies) { function 112 foreach (QNetworkCookie networkCookie, cookies)
|
DragDataQt.cpp | 58 foreach (const QUrl &url, urls) { function 70 foreach (const QUrl &url, urls) { function
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
LeaksParserWorker.js | 38 text.split("\n").forEach(function(line) { 74 leaks.forEach(function(leak) {
|
/external/webkit/Tools/DumpRenderTree/android/ |
get_layout_tests_dir_contents.php | 49 foreach($files as $i => $value) { 106 foreach (getAllFilesUnderAsArray($relPath, $recurse, $mode) as $i => $value) {
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
main.js | 91 platforms.platforms.forEach(function(platform) { 166 tests.forEach(function(test) { 171 pathDirectories.forEach(function(pathDirectory, index) { 189 directories.forEach(function(directory) { 214 selectedTests.forEach(function(testName) { 236 testsByState[state].forEach(function(testName) { 290 getSortedKeys(baselines).forEach(function(platform, i) { 299 getSortedKeys(baselines[platform]).forEach(function(extension, j) {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
build_vc.pl | 45 foreach $h (@headerlist) 60 foreach $file (@filelist)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
build_vc.pl | 45 foreach $h (@headerlist) 60 foreach $file (@filelist)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
build_vc.pl | 45 foreach $h (@headerlist) 60 foreach $file (@filelist)
|
/frameworks/compile/libbcc/runtime/make/ |
util.mk | 21 contains = $(if $(strip $(foreach i,$(1),$(if $(call streq,$(2),$(i)),T,))),true,) 29 set_difference = $(foreach i,$(1),$(if $(call contains,$(2),$(i)),,$(i)))
|
/ndk/build/core/ |
setup-app.mk | 33 $(foreach __name,$(NDK_APP_VARS),\ 80 $(foreach _abi,$(NDK_APP_ABI),\
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
eval | 46 $(foreach v,$(VARS),$(eval $(call VARSET,$v,$v))) 100 rev=$(eval res:=)$(foreach word,$1,$(eval res:=${word} ${res}))${res}
|
/ndk/sources/host-tools/ndk-stack/ |
GNUMakefile | 76 $(foreach src,$(filter %.c,$(SOURCES)),\ 80 $(foreach src,$(filter %.cc,$(SOURCES)),\
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/ |
ExceptionExtensions.cs | 44 foreach ( string line in trace.Split( '\n', '\r' ) )
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
T.g | 41 foreach my $id ($body::decls) {
|
/external/bluetooth/glib/gio/ |
makegioalias.pl | 111 foreach $word (@words) {
|
/external/bluetooth/glib/gobject/ |
makegobjectalias.pl | 111 foreach $word (@words) {
|
/external/compiler-rt/lib/ |
Makefile.mk | 26 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(filter-out $(ExcludedSources),$(notdir $(file))))
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
parsecvs.php | 68 foreach ($regs[0] as $z) 74 foreach ($esc as $y) 150 foreach ($regs as $z) 152 foreach ($z as $y)
|
/external/llvm/test/TableGen/ |
ForeachList.td | 9 foreach i = [0, 1, 2, 3, 4, 5, 6, 7] in {
|
SiblingForeach.td | 10 foreach i = [1, 2, 3] in { 12 foreach j = [1, 2, 3] in { 16 foreach j = [4, 5, 6] in { 17 foreach k = [1, 2, 3] in {
|
/external/llvm/tools/llvm-config/ |
CMakeLists.txt | 13 foreach(l ${LLVM_SYSTEM_LIBS_LIST})
|