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

1234567891011>>

/external/chromium_org/tools/gyp/test/prune_targets/
H A Dgyptest-prune-targets.py26 test.build('test2.gyp', 'lib1')
27 test.build('test2.gyp', 'lib2')
28 test.build('test2.gyp', 'lib3')
29 test.build('test2.gyp', 'lib_indirect')
30 test.build('test1.gyp', 'program1')
31 test.build('test1.gyp', 'program2')
32 test.build('test1.gyp', 'program3')
36 test.build('test2.gyp', 'lib1')
37 test.build('test2.gyp', 'lib2', status=build_error_code, stderr=None)
38 test.build('test
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dbuildinfo.js17 * An identified for this build.
20 cvox.BuildInfo.build = 'development build';
/external/smack/
H A Dupdate.sh5 rm -rf src build
6 ./build.bash
7 mv build/src/trunk ../src
8 rm -rf src build
/external/chromium_org/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.py24 test.build('command-quote.gyp', 'test_batch', chdir=CHDIR)
25 test.build('command-quote.gyp', 'test_call_separate', chdir=CHDIR)
26 test.build('command-quote.gyp', 'test_with_double_quotes', chdir=CHDIR)
27 test.build('command-quote.gyp', 'test_with_single_quotes', chdir=CHDIR)
31 test.build('command-quote.gyp', 'test_with_spaces', chdir=CHDIR, status=1)
35 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-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)
H A Dgyptest-cl-analysis.py24 test.build('analysis.gyp', 'test_analysis_on', chdir=CHDIR, status=1)
27 test.build('analysis.gyp', 'test_analysis_off', chdir=CHDIR)
28 test.build('analysis.gyp', 'test_analysis_unspec', 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/antlr/antlr-3.4/runtime/Perl5/
H A DBuild.PL3 my $build = Module::Build->new(
20 $build->create_build_script;
/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/chromium_org/tools/gyp/test/android/
H A Dgyptest-host-multilib.py8 Verifies that it's possible to build host targets correctly in a multilib
19 test.build('host_32or64.gyp', 'generate_output',
26 test.build('host_32or64.gyp', 'generate_output',
H A Dgyptest-noalias.py17 test.build('hello.gyp', 'hello', status=2, stderr=None)
19 test.build('hello.gyp', 'gyp_all_modules', status=2, stderr=None)
/external/chromium_org/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/e2fsprogs/
H A D.missing-copyright4 | grep -v ^./build
/external/chromium_org/tools/gyp/test/gyp-defines/
H A Dgyptest-multiple-values.py19 test.build('defines.gyp')
27 # msvs versions before 2010 don't detect build rule changes not reflected
29 test.build('defines.gyp', rebuild=True)
31 # The Android build system doesn't currently have a way to get files whose
32 # build rules have changed (but whose timestamps haven't) to be rebuilt.
35 test.build('defines.gyp')
37 test.build('defines.gyp')
/external/chromium_org/tools/gyp/test/many-actions/
H A Dgyptest-many-actions-unsorted.py17 test.build('many-actions-unsorted.gyp', test.ALL)
24 test.build('many-actions-unsorted.gyp', test.ALL)
27 test.build('many-actions-unsorted.gyp', test.ALL)
32 test.build('many-actions-unsorted.gyp', test.ALL)
/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/chromium_org/tools/gyp/test/mac/
H A Dgyptest-sourceless-module.py20 # Just needs to build without errors.
21 test.build('test.gyp', 'empty_bundle', chdir='sourceless-module')
25 # Needs to build, and contain a resource.
26 test.build('test.gyp', 'resource_bundle', chdir='sourceless-module')
36 test.build(
46 # Needs to build and cause the bundle to be built.
47 test.build(
59 # chrome/mac's components build.
62 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/chromium_org/tools/gyp/test/configurations/basics/
H A Dgyptest-configurations.py8 Verifies build of an executable in three different configurations.
24 test.build('configurations.gyp')
28 test.build('configurations.gyp')
32 test.build('configurations.gyp')
/external/chromium_org/tools/gyp/test/same-target-name-different-directory/
H A Dgyptest-all.py19 # Test that we build all targets.
20 test.build('subdirs.gyp', 'target', chdir='relocate/src')
24 # Test that we build all targets using the correct actions, even if they have
26 test.build('subdirs.gyp', 'target_same_action_name', chdir='relocate/src')
30 # Test that we build all targets using the correct rules, even if they have
32 test.build('subdirs.gyp', 'target_same_rule_name', chdir='relocate/src')

Completed in 9496 milliseconds

1234567891011>>