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

1 2 3 4

  /external/v8/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-cl-enable-enhanced-instruction-set.py 33 if os.path.exists(test.built_file_path('avx_extensions')):
38 if os.path.exists(test.built_file_path('no_extensions')):
43 if os.path.exists(test.built_file_path('avx2_extensions')):
gyptest-link-unsupported-manifest.py 25 test.must_not_exist(test.built_file_path('test_unsupported.exe', chdir=CHDIR))
  /external/v8/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/v8/tools/gyp/test/determinism/
gyptest-solibs.py 20 base1 = open(test.built_file_path('c.ninja', subdir='obj')).read()
21 base2 = open(test.built_file_path('build.ninja')).read()
26 contents1 = open(test.built_file_path('c.ninja', subdir='obj')).read()
27 contents2 = open(test.built_file_path('build.ninja')).read()
gyptest-determinism.py 20 base = open(test.built_file_path('build.ninja')).read()
25 contents = open(test.built_file_path('build.ninja')).read()
gyptest-empty-target-names.py 20 base = open(test.built_file_path('build.ninja')).read()
25 contents = open(test.built_file_path('build.ninja')).read()
gyptest-needed-variables.py 20 base = open(test.built_file_path('test.ninja', subdir='obj')).read()
25 contents = open(test.built_file_path('test.ninja', subdir='obj')).read()
  /external/v8/tools/gyp/test/mac/
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')
48 result_file = test.built_file_path(
66 result_file = test.built_file_path(
71 result_file = test.built_file_path(
76 result_file = test.built_file_path('My Framework.framework/My Framework',
87 result_file = test.built_file_path(
92 result_file = test.built_file_path('Test App.app/Contents/MacOS/Test App',
gyptest-action-envvars.py 28 result_file = test.built_file_path('result', chdir=CHDIR)
32 other_result_file = test.built_file_path('other_result', chdir=CHDIR)
gyptest-loadable-module-bundle-product-extension.py 28 test.must_exist(test.built_file_path('Collide.foo', chdir=CHDIR))
29 test.must_exist(test.built_file_path('Collide.bar', chdir=CHDIR))
  /external/v8/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/v8/tools/gyp/test/actions-multiple-outputs/
gyptest-multiple-outputs.py 36 os.remove(test.built_file_path('out1.txt', chdir=chdir))
40 os.remove(test.built_file_path('out2.txt', chdir=chdir))
  /external/v8/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/v8/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/v8/tools/gyp/test/actions-depfile/
gyptest-all.py 15 contents = open(test.built_file_path('obj/depfile_target.ninja')).read()
  /external/v8/tools/gyp/test/ios/
gyptest-app-ios.py 41 info_plist = test.built_file_path('Test App Gyp.app/Info.plist',
47 info_plist = test.built_file_path('Test App Gyp XML.app/Info.plist',
52 strings_file = test.built_file_path(
58 extra_plist_file = test.built_file_path(
  /external/v8/tools/gyp/test/make/
gyptest-dependencies.py 20 deps_file = test.built_file_path(".deps/out/Default/obj.target/main/main.o.d")
  /external/v8/tools/gyp/test/restat/
gyptest-restat.py 27 os.remove(test.built_file_path('side_effect', chdir=chdir))
  /external/v8/tools/gyp/test/make_global_settings/full-toolchain/
gyptest-make_global_settings.py 45 test.must_contain(test.built_file_path('RAN_MY_NM'), 'RAN_MY_NM')
46 test.must_contain(test.built_file_path('RAN_MY_READELF'), 'RAN_MY_READELF')

Completed in 1206 milliseconds

1 2 3 4