Searched refs:build (Results 1 - 25 of 1840) sorted by relevance

1234567891011>>

/external/v8/tools/gyp/test/prune_targets/
H A Dgyptest-prune-targets.py28 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 DMakefile5 scripts/doc-build
/external/v8/tools/gyp/test/win/
H A Dgyptest-cl-warning-level.py27 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 Dgyptest-command-quote.py27 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 Dgyptest-link-subsystem.py21 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 Dgyptest-link-enable-winrt-target-platform-version.py28 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 Dgyptest-link-target-machine.py22 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 Dgyptest-cl-rtti.py22 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 Dgyptest-cl-warning-as-error.py22 # 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 Dgyptest-link-warnings-as-errors.py21 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 DMakefile29 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 Dbuild.sh4 # 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 DBuild.PL3 my $build = Module::Build->new(
20 $build->create_build_script;
/external/tlsdate/
H A Dtlsdate-brew-formula.rb11 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 DMakefile8 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-copyright4 | grep -v ^./build
/external/v8/tools/gyp/test/variables/variable-in-path/
H A Dgyptest-variable-in-path.py19 test.build('variable-in-path.gyp', 'hello1')
20 test.build('variable-in-path.gyp', 'hello2')
/external/antlr/antlr-3.4/runtime/Python/
H A Dmkdoxy.sh7 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 DMakefile1 INSTALL_PATH=../build
4 python setup.py build
11 rm -rf build
/external/v8/tools/gyp/test/configurations/basics/
H A Dgyptest-configurations.py8 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 Dgyptest-multiple-values.py20 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 Dgyptest-sourceless-module.py23 # 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 Dgyptest-objc-gc.py17 # 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 Drun-buildid.sh20 # 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 Dgyptest-all.py24 # 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')

Completed in 645 milliseconds

1234567891011>>