HomeSort by relevance Sort by last modified time
    Searched refs:CHDIR (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-runtime-library.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('runtime-library.gyp', chdir=CHDIR)
20 test.build('runtime-library.gyp', test.ALL, chdir=CHDIR)
gyptest-cl-treat-wchar-t-as-built-in-type.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('treat-wchar-t-as-built-in-type.gyp', chdir=CHDIR)
20 test.build('treat-wchar-t-as-built-in-type.gyp', test.ALL, chdir=CHDIR)
gyptest-lib-ltcg.py 18 CHDIR = 'lib-flags'
19 test.run_gyp('ltcg.gyp', chdir=CHDIR)
20 test.build('ltcg.gyp', test.ALL, chdir=CHDIR)
gyptest-link-additional-deps.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('additional-deps.gyp', chdir=CHDIR)
20 test.build('additional-deps.gyp', test.ALL, chdir=CHDIR)
gyptest-link-additional-options.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('additional-options.gyp', chdir=CHDIR)
20 test.build('additional-options.gyp', test.ALL, chdir=CHDIR)
gyptest-link-default-libs.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('no-default-libs.gyp', chdir=CHDIR)
20 test.build('no-default-libs.gyp', test.ALL, chdir=CHDIR, status=1)
gyptest-link-large-pdb.py 17 CHDIR = 'large-pdb'
24 test.built_file_must_exist(image_basename, chdir=CHDIR)
25 test.built_file_must_exist(pdb_basename, chdir=CHDIR)
31 pdb_path = test.built_file_path(pdb_basename, chdir=CHDIR)
43 test.run_gyp('large-pdb.gyp', chdir=CHDIR)
45 test.build('large-pdb.gyp', 'large_pdb_exe', chdir=CHDIR
    [all...]
gyptest-link-library-adjust.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('library-adjust.gyp', chdir=CHDIR)
20 test.build('library-adjust.gyp', test.ALL, chdir=CHDIR)
gyptest-long-command-line.py 19 CHDIR = 'long-command-line'
20 test.run_gyp('long-command-line.gyp', chdir=CHDIR)
21 test.build('long-command-line.gyp', test.ALL, chdir=CHDIR)
gyptest-macros-containing-gyp.py 18 CHDIR = 'vs-macros'
19 test.run_gyp('containing-gyp.gyp', chdir=CHDIR)
20 test.build('containing-gyp.gyp', test.ALL, chdir=CHDIR)
gyptest-midl-rules.py 18 CHDIR = 'idl-rules'
19 test.run_gyp('basic-idl.gyp', chdir=CHDIR)
22 test.build('basic-idl.gyp', test.ALL, chdir=CHDIR)
gyptest-quoting-commands.py 21 CHDIR = 'batch-file-action'
22 test.run_gyp('batch-file-action.gyp', chdir=CHDIR)
23 test.build('batch-file-action.gyp', test.ALL, chdir=CHDIR)
gyptest-cl-debug-format.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('debug-format.gyp', chdir=CHDIR)
26 chdir=CHDIR) variable
32 chdir=CHDIR) variable
36 chdir=CHDIR) variable
40 chdir=CHDIR variable
    [all...]
gyptest-link-opt-icf.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('opt-icf.gyp', chdir=CHDIR)
20 test.build('opt-icf.gyp', chdir=CHDIR)
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)
    [all...]
gyptest-link-opt-ref.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('opt-ref.gyp', chdir=CHDIR)
20 test.build('opt-ref.gyp', chdir=CHDIR)
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)
    [all...]
gyptest-link-mapfile.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('mapfile.gyp', chdir=CHDIR)
20 test.build('mapfile.gyp', test.ALL, chdir=CHDIR)
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)
31 chdir=CHDIR variable
36 chdir=CHDIR) variable
    [all...]
gyptest-link-tsaware.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('tsaware.gyp', chdir=CHDIR)
20 test.build('tsaware.gyp', test.ALL, chdir=CHDIR)
23 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
gyptest-link-defrelink.py 18 CHDIR = 'linker-flags'
23 test.run_gyp('deffile.gyp', chdir=CHDIR)
24 test.build('deffile.gyp', target, chdir=CHDIR)
25 test.up_to_date('deffile.gyp', target, chdir=CHDIR)
28 full_path = test.built_file_path(binary, chdir=CHDIR)
43 test.build('deffile.gyp', target, chdir=CHDIR
    [all...]
gyptest-link-delay-load-dlls.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('delay-load-dlls.gyp', chdir=CHDIR)
20 test.build('delay-load-dlls.gyp', test.ALL, chdir=CHDIR)
26 '/all', test.built_file_path('test_dld_none.exe', chdir=CHDIR))
31 '/all', test.built_file_path('test_dld_shell32.exe', chdir=CHDIR))
  /external/chromium_org/tools/gyp/test/assembly/
gyptest-override.py 16 CHDIR = 'src'
17 test.run_gyp('override.gyp', chdir=CHDIR)
18 test.build('override.gyp', test.ALL, chdir=CHDIR)
23 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-non-strs-flattened-to-env.py 19 CHDIR = 'non-strs-flattened-to-env'
22 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', test.ALL, chdir=CHDIR)
24 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR)
gyptest-objc-arc.py 20 CHDIR = 'objc-arc'
21 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', 'arc_enabled', chdir=CHDIR)
24 test.build('test.gyp', 'arc_disabled', chdir=CHDIR)
gyptest-postbuild-defaults.py 18 CHDIR = 'postbuild-defaults'
19 test.run_gyp('test.gyp', chdir=CHDIR)
20 test.build('test.gyp', test.ALL, chdir=CHDIR)
22 result_file = test.built_file_path('result', chdir=CHDIR)
gyptest-postbuild-multiple-configurations.py 18 CHDIR = 'postbuild-multiple-configurations'
19 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', test.ALL, chdir=CHDIR)
24 test.built_file_must_exist('postbuild-file', chdir=CHDIR)
gyptest-infoplist-process.py 18 CHDIR = 'infoplist-process'
23 test.run_gyp('test1.gyp', chdir=CHDIR)
24 test.build('test1.gyp', test.ALL, chdir=CHDIR)
25 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR)
32 test.run_gyp('test2.gyp', chdir=CHDIR)
33 test.build('test2.gyp', chdir=CHDIR
45 chdir=CHDIR) variable
    [all...]

Completed in 106 milliseconds

1 23 4 5