HomeSort by relevance Sort by last modified time
    Searched refs:build (Results 1 - 25 of 6445) 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)
  /
Makefile 2 include build/core/main.mk
  /build/core/
root.mk 2 include build/core/main.mk
  /external/smack/
update.sh 5 rm -rf src build
6 ./build.bash
7 mv build/src/trunk ../src
8 rm -rf src build
  /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)
  /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/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')
  /ndk/tests/build/import-static/
build.sh 7 # Build everything
8 $NDK/ndk-build "$@"
  /ndk/tests/build/multi-module-path/
build.sh 7 $NDK/ndk-build "$@"
9 echo "ERROR: Can't build test program!"
  /ndk/tests/build/ndk-build-unit-tests/
build.sh 1 # This is used to check that the internal unit tests of ndk-build
3 # within the build system, not anything that tries to build something.
5 $NDK/ndk-build NDK_UNIT_TESTS=1 clean
  /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...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
SelectionBuilderTest.java 28 assertEquals(null, new SelectionBuilder(null).build());
29 assertEquals(null, new SelectionBuilder("").build());
30 assertEquals(null, new SelectionBuilder("").addClause(null).build());
31 assertEquals(null, new SelectionBuilder(null).addClause("").build());
32 assertEquals(null, new SelectionBuilder(null).addClause("").addClause(null).build());
36 assertEquals("(A)", new SelectionBuilder("A").build());
40 .build());
49 .build());
52 assertEquals("(A)", new SelectionBuilder(null).addClause("A").build());
53 assertEquals("(A)", new SelectionBuilder("").addClause("A").build());
    [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')

Completed in 1623 milliseconds

1 2 3 4 5 6 7 8 91011>>