Searched refs:build (Results 26 - 50 of 3154) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-exception-handling.py22 test.build('exception-handling.gyp', 'test_eh_off', chdir=CHDIR,
26 test.build('exception-handling.gyp', 'test_eh_s', chdir=CHDIR)
27 test.build('exception-handling.gyp', 'test_eh_a', chdir=CHDIR)
H A Dgyptest-link-library-directories.py22 test.build('subdir/library.gyp', test.ALL, chdir=CHDIR)
29 test.build('library-directories.gyp', 'test_libdirs_none', chdir=CHDIR,
33 test.build('library-directories.gyp', 'test_libdirs_with', chdir=CHDIR)
H A Dgyptest-cl-additional-options.py22 test.build('additional-options.gyp', 'test_additional_none', chdir=CHDIR,
26 test.build('additional-options.gyp', 'test_additional_one', chdir=CHDIR)
/external/chromium_org/third_party/cython/src/bin/
H A Dcythonrun12 from Cython.Build.BuildExecutable import build, build_and_run namespace
/external/chromium_org/tools/gyp/test/dependencies/
H A Dgyptest-extra-targets.py8 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/empty-target/
H A Dgyptest-empty-target.py17 test.build('empty-target.gyp', target='empty_target')
/external/chromium_org/tools/gyp/test/library_dirs/
H A Dgyptest-library-dirs.py23 # 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/
H A Dgyptest-link-dependency.py20 test.build('test.gyp', 'main')
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-rebuild.py21 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)
H A Dgyptest-objc-arc.py16 # set |match| to ignore build stderr output.
23 test.build('test.gyp', 'arc_enabled', chdir=CHDIR)
24 test.build('test.gyp', 'arc_disabled', chdir=CHDIR)
/external/chromium_org/tools/gyp/test/msvs/props/
H A Dgyptest-props.py18 test.build('hello.gyp')
/external/chromium_org/tools/gyp/test/sanitize-rule-names/
H A Dgyptest-sanitize-rule-names.py9 broken build files. This test was originally causing broken .ninja files.
16 test.build('sanitize-rule-names.gyp', test.ALL)
/external/chromium_org/tools/telemetry/
H A Dupdate_docs8 from build import update_docs
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGlideAnimationFactory.java5 public GlideAnimation<R> build(boolean isFromMemoryCache, boolean isFirstImage); method in interface:GlideAnimationFactory
/external/qemu/distrib/sdl-1.2.15/Xcode/
H A Dmkxcode.csh7 # remove build products
8 rm -rf SDL/build
9 rm -rf SDLTest/build
/external/wpa_supplicant_8/hostapd/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
/external/wpa_supplicant_8/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
/external/libcxx/test/containers/unord/unord.set/
H A DAndroid.mk21 include external/libcxx/test/Android.build.mk
25 include external/libcxx/test/Android.build.mk
29 include external/libcxx/test/Android.build.mk
33 include external/libcxx/test/Android.build.mk
37 include external/libcxx/test/Android.build.mk
41 include external/libcxx/test/Android.build.mk
45 include external/libcxx/test/Android.build.mk
49 include external/libcxx/test/Android.build.mk
53 include external/libcxx/test/Android.build.mk
57 include external/libcxx/test/Android.build
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DAddressDataTest.java30 AddressData ad = builder.build();
37 .setAddressLine2(ADDRESS_LINE).build();
38 AddressData copiedAddress = new AddressData.Builder(address).build();
45 new AddressData.Builder().setAddressLine1(ADDRESS_LINE + "\n" + ADDRESS_LINE).build();
46 AddressData copiedAddress = new AddressData.Builder(address).build();
52 AddressData address = new AddressData.Builder().build();
62 .build();
63 address = new AddressData.Builder(address).setLanguageCode("zh-latn").build();
/external/chromium_org/tools/gyp/test/configurations/inheritance/
H A Dgyptest-inheritance.py8 Verifies build of an executable in three different configurations.
24 test.build('configurations.gyp')
32 test.build('configurations.gyp')
/external/chromium_org/tools/gyp/test/gyp-defines/
H A Dgyptest-regyp.py15 # Regenerating build files when a gyp file changes is currently only supported
21 test.build('defines.gyp')
33 # previously generated build files.
37 test.build('defines.gyp')
/external/chromium_org/tools/gyp/test/hello/
H A Dgyptest-disable-regyp.py18 test.build('hello.gyp', test.ALL)
23 # previously generated build files.
27 test.build('hello.gyp', test.ALL)
H A Dgyptest-regyp.py13 # Regenerating build files when a gyp file changes is currently only supported
19 test.build('hello.gyp', test.ALL)
24 # previously generated build files.
28 test.build('hello.gyp', test.ALL)
/external/chromium_org/tools/gyp/test/make/
H A Dgyptest-dependencies.py13 # .d files are only used by the make build.
18 test.build('dependencies.gyp', test.ALL)
24 test.build('dependencies.gyp', test.ALL)

Completed in 807 milliseconds

1234567891011>>