HomeSort by relevance Sort by last modified time
    Searched refs:build (Results 1 - 25 of 3632) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/prune_targets/
gyptest-prune-targets.py 26 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('test2.gyp', 'lib3', status=build_error_code, stderr=None
    [all...]
  /external/chromium_org/tools/gyp/test/win/
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)
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)
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,
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)
gyptest-command-quote.py 24 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)
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)
  /
Makefile 2 include build/core/main.mk
  /build/core/
root.mk 2 include build/core/main.mk
  /external/chromium_org/tools/gyp/test/mac/
gyptest-sourceless-module.py 20 # 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')
35 # Build an app containing an actionless bundle.
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(
    [all...]
gyptest-rebuild.py 21 test.build('test.gyp', 'test_app', chdir=CHDIR)
25 test.build('test.gyp', 'test_app', chdir=CHDIR)
29 # Xcode runs postbuilds on every build, so targets with postbuilds are
33 test.build('test.gyp', 'test_framework_postbuilds', chdir=CHDIR)
38 test.build('test.gyp', 'test_app_postbuilds', chdir=CHDIR)
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/chromium_org/tools/gyp/test/same-target-name-different-directory/
gyptest-all.py 19 # 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')
  /build/target/board/generic_armv5/
AndroidBoard.mk 17 -include build/target/board/generic/AndroidBoard.mk
device.mk 17 include build/target/board/generic/device.mk
  /external/chromium_org/tools/gyp/test/android/
gyptest-host-multilib.py 8 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',
  /external/chromium_org/tools/gyp/test/variables/variable-in-path/
gyptest-variable-in-path.py 19 test.build('variable-in-path.gyp', 'hello1')
20 test.build('variable-in-path.gyp', 'hello2')
  /external/mdnsresponder/Clients/
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/dns-sd64: build dns-sd.c ClientCommon.
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/
Build.PL 1 use Module::Build;
3 my $build = Module::Build->new(
20 $build->create_build_script;
  /external/chromium_org/tools/gyp/test/dependencies/
gyptest-extra-targets.py 8 Verify that dependencies don't pull unused targets into the build.
17 # This should fail if it tries to build 'c_unused' since 'c/c.c' has a syntax
19 test.build('extra_targets.gyp', test.ALL)
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-multiple-values.py 19 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/library_dirs/
gyptest-library-dirs.py 23 # Must build each target independently, since they are not in each others'
26 test.build('test.gyp', 'mylib', chdir='subdir')
27 test.build('test.gyp', 'libraries-search-path-test', chdir='subdir')
40 test.build('test.gyp', 'mylib', chdir='subdir')
41 test.build('test-win.gyp',
  /external/chromium_org/tools/gyp/test/link-dependency/
gyptest-link-dependency.py 20 test.build('test.gyp', 'main')
  /external/chromium_org/tools/gyp/test/many-actions/
gyptest-many-actions-unsorted.py 17 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/nanopb-c/tests/
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

Completed in 1637 milliseconds

1 2 3 4 5 6 7 8 91011>>