/external/v8/tools/gyp/test/prune_targets/ |
H A D | gyptest-prune-targets.py | 28 test.build('test2.gyp', 'lib1') 29 test.build('test2.gyp', 'lib2') 30 test.build('test2.gyp', 'lib3') 31 test.build('test2.gyp', 'lib_indirect') 32 test.build('test1.gyp', 'program1') 33 test.build('test1.gyp', 'program2') 34 test.build('test1.gyp', 'program3') 38 test.build('test2.gyp', 'lib1') 39 test.build('test2.gyp', 'lib2', status=build_error_code, stderr=None) 40 test.build('test [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
H A D | Makefile | 5 scripts/doc-build
|
/external/v8/tools/gyp/test/win/ |
H A D | gyptest-cl-warning-level.py | 27 test.build('warning-level.gyp', 'test_wl1_fail', chdir=CHDIR, status=1) 28 test.build('warning-level.gyp', 'test_wl1_pass', chdir=CHDIR) 30 test.build('warning-level.gyp', 'test_wl2_fail', chdir=CHDIR, status=1) 31 test.build('warning-level.gyp', 'test_wl2_pass', chdir=CHDIR) 33 test.build('warning-level.gyp', 'test_wl3_fail', chdir=CHDIR, status=1) 34 test.build('warning-level.gyp', 'test_wl3_pass', chdir=CHDIR) 36 test.build('warning-level.gyp', 'test_wl4_fail', chdir=CHDIR, status=1) 38 test.build('warning-level.gyp', 'test_def_fail', chdir=CHDIR, status=1) 39 test.build('warning-level.gyp', 'test_def_pass', chdir=CHDIR)
|
H A D | gyptest-command-quote.py | 27 test.build('command-quote.gyp', 'test_batch', chdir=CHDIR) 28 test.build('command-quote.gyp', 'test_call_separate', chdir=CHDIR) 29 test.build('command-quote.gyp', 'test_with_double_quotes', chdir=CHDIR) 30 test.build('command-quote.gyp', 'test_with_single_quotes', chdir=CHDIR) 34 test.build('command-quote.gyp', 'test_with_spaces', chdir=CHDIR, status=1) 38 test.build('in-subdir.gyp', 'test_batch_depth', chdir=CHDIR)
|
H A D | gyptest-link-subsystem.py | 21 test.build('subsystem.gyp', 'test_console_ok', chdir=CHDIR) 22 test.build('subsystem.gyp', 'test_console_fail', chdir=CHDIR, status=1) 23 test.build('subsystem.gyp', 'test_windows_ok', chdir=CHDIR) 24 test.build('subsystem.gyp', 'test_windows_fail', chdir=CHDIR, status=1) 26 test.build('subsystem.gyp', 'test_console_xp', chdir=CHDIR) 27 test.build('subsystem.gyp', 'test_windows_xp', chdir=CHDIR)
|
H A D | gyptest-link-enable-winrt-target-platform-version.py | 28 test.build('winrt-target-platform-version.gyp', 33 test.build('winrt-target-platform-version.gyp', 38 test.build('winrt-target-platform-version.gyp', 42 test.build('winrt-target-platform-version.gyp',
|
H A D | gyptest-link-target-machine.py | 22 test.build('target-machine.gyp', 'test_target_link_x86', chdir=CHDIR) 23 test.build( 25 test.build('target-machine.gyp', 'test_target_lib_x86', chdir=CHDIR) 26 test.build('target-machine.gyp', 'test_target_lib_x64', chdir=CHDIR, status=1)
|
H A D | gyptest-cl-rtti.py | 22 test.build('rtti.gyp', 'test_rtti_off', chdir=CHDIR, status=1) 25 test.build('rtti.gyp', 'test_rtti_on', chdir=CHDIR) 28 test.build('rtti.gyp', 'test_rtti_unset', chdir=CHDIR)
|
H A D | gyptest-cl-warning-as-error.py | 22 # default, which is also false), then the build should succeed, otherwise it 25 test.build('warning-as-error.gyp', 'test_warn_as_error_false', chdir=CHDIR) 26 test.build('warning-as-error.gyp', 'test_warn_as_error_unset', chdir=CHDIR) 27 test.build('warning-as-error.gyp', 'test_warn_as_error_true', chdir=CHDIR,
|
H A D | gyptest-link-warnings-as-errors.py | 21 test.build('warn-as-error.gyp', 'test_on', chdir=CHDIR, status=1) 22 test.build('warn-as-error.gyp', 'test_off', chdir=CHDIR) 23 test.build('warn-as-error.gyp', 'test_default', chdir=CHDIR)
|
/external/mdnsresponder/Clients/ |
H A D | Makefile | 29 TARGETS = build/dns-sd build/dns-sd64 32 TARGETS = build/dns-sd 33 LIBS = -L../mDNSPosix/build/prod/ -ldns_sd 39 rm -rf build 41 build: 42 mkdir build 44 build/dns-sd: build dns-sd.c ClientCommon.c 47 build/dn [all...] |
/external/jsr330/ |
H A D | build.sh | 4 # Clear and recreate build directory. 5 rm -r build 6 mkdir -p build/classes 7 mkdir -p build/tck 8 mkdir -p build/dist 9 mkdir -p build/tck/classes 10 mkdir -p build/tck/dist 13 javac -g -d build/classes `find src -name *.java` 14 javac -g -classpath build/classes:lib/junit.jar -d build/tc [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/ |
H A D | Build.PL | 3 my $build = Module::Build->new( 20 $build->create_build_script;
|
/external/tlsdate/ |
H A D | tlsdate-brew-formula.rb | 11 depends_on 'autoconf' => :build 12 depends_on 'automake' => :build 13 depends_on 'libtool' => :build 14 depends_on 'pkg-config' => :build
|
/external/nanopb-c/tests/ |
H A D | Makefile | 8 rm -rf build coverage 14 find build -name '*.gcda' -and \! \( -name '*pb_encode*' -or -name '*pb_decode*' \) -exec rm '{}' \; 17 mkdir build/coverage 18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info 21 genhtml -o build/coverage build/coverage/nanopb.info
|
/external/e2fsprogs/ |
H A D | .missing-copyright | 4 | grep -v ^./build
|
/external/v8/tools/gyp/test/variables/variable-in-path/ |
H A D | gyptest-variable-in-path.py | 19 test.build('variable-in-path.gyp', 'hello1') 20 test.build('variable-in-path.gyp', 'hello2')
|
/external/antlr/antlr-3.4/runtime/Python/ |
H A D | mkdoxy.sh | 7 rm -fr build/doc 8 mkdir -p build/doc/antlr3 12 >>build/doc/antlr3.py 15 touch build/doc/antlr3/__init__.py 17 cp -f antlr3/tree.py build/doc/antlr3 18 cp -f antlr3/treewizard.py build/doc/antlr3
|
/external/autotest/client/deps/lansim/src/ |
H A D | Makefile | 1 INSTALL_PATH=../build 4 python setup.py build 11 rm -rf build
|
/external/v8/tools/gyp/test/configurations/basics/ |
H A D | gyptest-configurations.py | 8 Verifies build of an executable in three different configurations. 18 test.build('configurations.gyp') 22 test.build('configurations.gyp') 26 test.build('configurations.gyp')
|
/external/v8/tools/gyp/test/gyp-defines/ |
H A D | gyptest-multiple-values.py | 20 test.build('defines.gyp') 29 # msvs versions before 2010 don't detect build rule changes not reflected 31 test.build('defines.gyp', rebuild=True) 33 test.build('defines.gyp')
|
/external/v8/tools/gyp/test/mac/ |
H A D | gyptest-sourceless-module.py | 23 # Just needs to build without errors. 24 test.build('test.gyp', 'empty_bundle', chdir='sourceless-module') 28 # Needs to build, and contain a resource. 29 test.build('test.gyp', 'resource_bundle', chdir='sourceless-module') 39 test.build( 49 # Needs to build and cause the bundle to be built. 50 test.build( 62 # chrome/mac's components build. 65 test.build(
|
H A D | gyptest-objc-gc.py | 17 # set |match| to ignore build stderr output. 34 test.build('test.gyp', 'gc_exe_fails', chdir=CHDIR, status=build_error_code) 35 test.build( 38 test.build('test.gyp', 'gc_req_exe', chdir=CHDIR) 41 test.build('test.gyp', 'gc_exe_req_lib', chdir=CHDIR) 45 test.build('test.gyp', 'gc_exe', chdir=CHDIR) 48 test.build('test.gyp', 'gc_off_exe', chdir=CHDIR)
|
/external/elfutils/tests/ |
H A D | run-buildid.sh | 20 # Just some random testfiles, four with, one without build-id, 30 testfile42: build ID: d826d96c4d097bdc5c254b1f7344a907e36b0439 31 testfile42_noshdrs: build ID: d826d96c4d097bdc5c254b1f7344a907e36b0439 32 testfile_multi.dwz: build ID: a0d6c06e0d912d74033b6fe2808753cae8f6f594 33 testfile-dwzstr.multi: build ID: 6da22627dae55c1d62cf9122827c665e240a056b 34 test-offset-loop.alt: build ID: 066bbf1a7bc5676f5015ee1966a088f23bdb83ae
|
/external/v8/tools/gyp/test/same-target-name-different-directory/ |
H A D | gyptest-all.py | 24 # Test that we build all targets. 25 test.build('subdirs.gyp', 'target', chdir='relocate/src') 29 # Test that we build all targets using the correct actions, even if they have 31 test.build('subdirs.gyp', 'target_same_action_name', chdir='relocate/src') 35 # Test that we build all targets using the correct rules, even if they have 37 test.build('subdirs.gyp', 'target_same_rule_name', chdir='relocate/src')
|