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

1 2 3

  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-optimizations.py 25 ninja_file = test.built_file_path('obj/test_opt_off.ninja', chdir=CHDIR)
28 ninja_file = test.built_file_path('obj/test_opt_lev_size.ninja', chdir=CHDIR)
31 ninja_file = test.built_file_path('obj/test_opt_lev_speed.ninja', chdir=CHDIR)
34 ninja_file = test.built_file_path('obj/test_opt_lev_max.ninja', chdir=CHDIR)
37 ninja_file = test.built_file_path('obj/test_opt_unset.ninja', chdir=CHDIR)
44 ninja_file = test.built_file_path('obj/test_opt_fpo.ninja', chdir=CHDIR)
48 ninja_file = test.built_file_path('obj/test_opt_fpo_off.ninja', chdir=CHDIR)
51 ninja_file = test.built_file_path('obj/test_opt_intrinsic.ninja',
56 ninja_file = test.built_file_path('obj/test_opt_intrinsic_off.ninja',
60 ninja_file = test.built_file_path('obj/test_opt_inline_off.ninja'
    [all...]
gyptest-cl-debug-format.py 25 ninja_file = test.built_file_path('obj/test-debug-format-off.ninja',
31 ninja_file = test.built_file_path('obj/test-debug-format-oldstyle.ninja',
35 ninja_file = test.built_file_path('obj/test-debug-format-pdb.ninja',
39 ninja_file = test.built_file_path('obj/test-debug-format-editcontinue.ninja',
gyptest-link-mapfile.py 22 map_file = test.built_file_path('test_mapfile_unset.map', chdir=CHDIR)
25 map_file = test.built_file_path('test_mapfile_generate.map', chdir=CHDIR)
30 map_file = test.built_file_path('test_mapfile_generate_exports.map',
35 map_file = test.built_file_path('test_mapfile_generate_filename.map',
39 map_file = test.built_file_path('custom_file_name.map', chdir=CHDIR)
gyptest-link-opt-icf.py 25 '/disasm', test.built_file_path('test_opticf_default.exe', chdir=CHDIR))
31 '/disasm', test.built_file_path('test_opticf_no.exe', chdir=CHDIR))
37 '/disasm', test.built_file_path('test_opticf_yes.exe', chdir=CHDIR))
gyptest-link-opt-ref.py 24 '/disasm', test.built_file_path('test_optref_default.exe', chdir=CHDIR))
30 '/disasm', test.built_file_path('test_optref_no.exe', chdir=CHDIR))
36 '/disasm', test.built_file_path('test_optref_yes.exe', chdir=CHDIR))
gyptest-link-embed-manifest.py 56 test.fail_test(not extract_manifest(test.built_file_path(
58 test.fail_test(not extract_manifest(test.built_file_path(
60 test.fail_test(not extract_manifest(test.built_file_path(
62 test.fail_test(not extract_manifest(test.built_file_path(
69 extract_manifest(test.built_file_path('test_manifest_extra1.exe',
73 extract_manifest(test.built_file_path('test_manifest_extra1.exe',
78 extract_manifest(test.built_file_path('test_manifest_extra2.exe',
82 extract_manifest(test.built_file_path('test_manifest_extra2.exe',
88 extract_manifest(test.built_file_path('test_manifest_extra_list.exe',
92 extract_manifest(test.built_file_path('test_manifest_extra_list.exe'
    [all...]
gyptest-link-unsupported-manifest.py 25 test.must_not_exist(test.built_file_path('test_unsupported.exe', chdir=CHDIR))
gyptest-cl-enable-enhanced-instruction-set.py 30 if os.path.exists(test.built_file_path('avx_extensions')):
35 if os.path.exists(test.built_file_path('no_extensions')):
gyptest-link-delay-load-dlls.py 26 '/all', test.built_file_path('test_dld_none.exe', chdir=CHDIR))
31 '/all', test.built_file_path('test_dld_shell32.exe', chdir=CHDIR))
gyptest-link-pgo.py 25 tmpfile = test.read(test.built_file_path('linker_options.txt', chdir=CHDIR))
30 ninja = test.built_file_path('obj/test_pgo_instrument.ninja', chdir=CHDIR)
33 ninja = test.built_file_path('obj/test_pgo_optimize.ninja', chdir=CHDIR)
36 ninja = test.built_file_path('obj/test_pgo_update.ninja', chdir=CHDIR)
53 pgd_path = test.built_file_path('test_pgo.pgd', chdir=CHDIR)
71 test.unlink(test.built_file_path('test_pgo_update.exe', chdir=CHDIR))
  /external/chromium_org/tools/gyp/test/ninja/use-console/
gyptest-use-console.py 17 no_pool = open(test.built_file_path('obj/no_pool.ninja')).read()
21 action_pool = open(test.built_file_path('obj/action_pool.ninja')).read()
25 rule_pool = open(test.built_file_path('obj/rule_pool.ninja')).read()
  /external/chromium_org/tools/gyp/test/compiler-override/
gyptest-compiler-env-toolchain.py 64 test.must_contain(test.built_file_path('RAN_MY_NM'), 'RAN_MY_NM')
65 test.must_contain(test.built_file_path('RAN_MY_READELF'), 'RAN_MY_READELF')
66 test.unlink(test.built_file_path('RAN_MY_NM'))
67 test.unlink(test.built_file_path('RAN_MY_READELF'))
73 test.must_contain(test.built_file_path('RAN_MY_NM'), 'RAN_MY_NM')
74 test.must_contain(test.built_file_path('RAN_MY_READELF'), 'RAN_MY_READELF')
  /external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/
gyptest-normalize-paths.py 23 subninja = open(test.built_file_path('obj/some_target.ninja')).read()
29 second = open(test.built_file_path('obj/second.ninja')).read()
34 copytarget = open(test.built_file_path('obj/copy_target.ninja')).read()
38 action = open(test.built_file_path('obj/action.ninja')).read()
  /external/chromium_org/tools/gyp/test/mac/
gyptest-action-envvars.py 22 result_file = test.built_file_path('result', chdir=CHDIR)
26 other_result_file = test.built_file_path('other_result', chdir=CHDIR)
gyptest-archs.py 23 result_file = test.built_file_path('Test', chdir='archs')
34 result_file = test.built_file_path('Test', chdir='archs')
40 result_file = test.built_file_path('Test64', chdir='archs')
57 result_file = test.built_file_path(
62 result_file = test.built_file_path(
67 result_file = test.built_file_path('My Framework.framework/My Framework',
78 result_file = test.built_file_path(
83 result_file = test.built_file_path('Test App.app/Contents/MacOS/Test App',
gyptest-loadable-module-bundle-product-extension.py 25 test.must_exist(test.built_file_path('Collide.foo', chdir=CHDIR))
26 test.must_exist(test.built_file_path('Collide.bar', chdir=CHDIR))
gyptest-loadable-module.py 25 binary = test.built_file_path(
34 info_plist = test.built_file_path(
gyptest-infoplist-process.py 25 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR)
34 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR)
44 info_plist = test.built_file_path('Test App.app/Contents/Info.plist',
  /external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
gyptest-make_global_settings.py 44 test.must_contain(test.built_file_path('RAN_MY_NM'), 'RAN_MY_NM')
45 test.must_contain(test.built_file_path('RAN_MY_READELF'), 'RAN_MY_READELF')
  /external/chromium_org/tools/gyp/test/ninja/use-custom-environment-files/
gyptest-use-custom-environment-files.py 23 if os.path.exists(test.built_file_path('environment.x86')):
25 if os.path.exists(test.built_file_path('environment.x64')):
  /external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
gyptest-s-needs-no-depfiles.py 32 empty_dll = test.built_file_path('empty', test.SHARED_LIB)
34 pre_stat = os.stat(test.built_file_path(empty_dll))
37 post_stat = os.stat(test.built_file_path(empty_dll))
  /external/chromium_org/tools/gyp/test/make/
gyptest-dependencies.py 20 deps_file = test.built_file_path(".deps/out/Default/obj.target/main/main.o.d")
  /external/chromium_org/tools/gyp/test/restat/
gyptest-restat.py 27 os.remove(test.built_file_path('side_effect', chdir=chdir))
  /external/chromium_org/tools/gyp/test/win/win-tool/
gyptest-win-tool-handles-readonly-files.py 33 os.makedirs(test.built_file_path('dest/subdir'))
36 test.write(test.built_file_path(f), 'SHOULD BE OVERWRITTEN')
37 test.chmod(test.built_file_path(f), stat.S_IREAD)
39 if os.access(test.built_file_path(f), os.W_OK):
48 test.must_contain(test.built_file_path(f), 'source_contents')
52 if not filecmp.cmp(f, test.built_file_path(os.path.join('dest', f))):
  /external/chromium_org/tools/gyp/test/copies/
gyptest-attribs.py 19 out_path = test.built_file_path(path, chdir='src')
34 out_path = test.built_file_path('executable-file.sh', chdir='src')

Completed in 777 milliseconds

1 2 3