HomeSort by relevance Sort by last modified time
    Searched defs:chdir (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/
gyptest-action-dependencies.py 25 test.run_gyp('action_dependencies.gyp', chdir='src')
27 chdir = 'relocate/src' variable
28 test.relocate('src', chdir)
34 chdir=chdir) variable
38 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
39 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
40 test.built_file_must_exist(os.path.join('obj', 'b.b' + objext), chdir=chdir
44 chdir=chdir) variable
    [all...]
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-subdir-all.py 20 test.run_gyp('prog1.gyp', chdir='src')
24 chdir = 'relocate/src/subdir' variable
27 test.build('prog2.gyp', target, chdir=chdir)
29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
32 chdir=chdir, variable
gyptest-subdir-default.py 21 test.run_gyp('prog1.gyp', chdir='src')
25 chdir = 'relocate/src/subdir' variable
27 test.build('prog2.gyp', chdir=chdir)
29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
32 chdir=chdir, variable
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-disable-specific-warnings.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('disable-specific-warnings.gyp', chdir=CHDIR)
27 chdir=CHDIR) variable
30 chdir=CHDIR, status=1)
gyptest-macro-targetname.py 18 CHDIR = 'vs-macros'
19 test.run_gyp('targetname.gyp', chdir=CHDIR)
20 test.build('targetname.gyp', test.ALL, chdir=CHDIR)
22 chdir=CHDIR) variable
25 chdir=CHDIR) variable
26 test.built_file_must_exist('prod_name_plus_something3.exe', chdir=CHDIR
28 chdir=CHDIR) variable
    [all...]
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-cl-optimizations.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('optimizations.gyp', chdir=CHDIR)
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
52 chdir=CHDIR) variable
57 chdir=CHDIR) variable
61 chdir=CHDIR) variable
65 chdir=CHDIR) variable
69 chdir=CHDIR) variable
73 chdir=CHDIR) variable
78 chdir=CHDIR) variable
82 chdir=CHDIR) variable
86 chdir=CHDIR) variable
90 chdir=CHDIR) variable
94 chdir=CHDIR) variable
98 chdir=CHDIR) variable
102 chdir=CHDIR) variable
    [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-macros-in-inputs-and-outputs.py 18 CHDIR = 'vs-macros'
19 test.run_gyp('input-output-macros.gyp', chdir=CHDIR)
21 test.build('input-output-macros.gyp', 'test_expansions', chdir=CHDIR)
25 chdir=CHDIR) variable
gyptest-cl-function-level-linking.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('function-level-linking.gyp', chdir=CHDIR)
20 test.build('function-level-linking.gyp', test.ALL, chdir=CHDIR)
42 chdir=CHDIR),
48 chdir=CHDIR), variable
  /external/chromium_org/tools/gyp/test/actions-multiple/
gyptest-all.py 17 test.run_gyp('actions.gyp', chdir='src')
44 test.build('actions.gyp', chdir='relocate/src', target=target)
50 test.build('actions.gyp', test.ALL, chdir='relocate/src')
60 chdir='relocate/src', variable
  /external/chromium_org/tools/gyp/test/additional-targets/
gyptest-additional.py 15 test.run_gyp('all.gyp', chdir='src')
19 test.build('all.gyp', chdir='relocate/src')
22 chdir = 'relocate/src/dir1' variable
24 chdir = 'relocate/src' variable
28 test.built_file_must_match('out2.txt', file_content, chdir=chdir)
30 test.built_file_must_not_exist('out.txt', chdir='relocate/src')
33 chdir=chdir) variable
37 chdir='relocate/src variable
39 chdir='relocate\/src\/dir1' variable
53 chdir=chdir, variable
    [all...]
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-depth.py 27 chdir='..') variable
33 test.build('prog1.gyp', test.ALL, chdir='gypfiles')
35 chdir = 'gypfiles' variable
47 chdir = 'src' variable
48 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
51 chdir = 'src/subdir2' variable
52 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
55 chdir = 'src/subdir3 variable
    [all...]
gyptest-mac-bundle.py 23 chdir=MAC_BUNDLE_DIR) variable
26 test.build('test.gyp', test.ALL, chdir=GYPFILES_DIR)
  /external/chromium_org/tools/gyp/test/library/
gyptest-shared-obj-install-path.py 21 chdir='src') variable
24 test.build('shared_dependency.gyp', test.ALL, chdir='relocate/src')
40 test.build('shared_dependency.gyp', test.ALL, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/mac/
gyptest-framework.py 29 test.run_gyp('framework.gyp', chdir='framework')
31 test.build('framework.gyp', 'test_framework', chdir='framework')
36 chdir='framework') variable
41 chdir='framework') variable
49 chdir='framework') variable
53 chdir='framework') variable
55 chdir='framework') variable
57 chdir='framework') variable
61 chdir='framework') variable
65 chdir='framework'))) !=
    [all...]
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...]
gyptest-xcode-gcc-clang.py 20 CHDIR = 'xcode-gcc'
21 test.run_gyp('test-clang.gyp', chdir=CHDIR)
23 test.build('test-clang.gyp', 'aliasing_yes', chdir=CHDIR)
24 test.run_built_executable('aliasing_yes', chdir=CHDIR, stdout="1\n")
25 test.build('test-clang.gyp', 'aliasing_no', chdir=CHDIR)
26 test.run_built_executable('aliasing_no', chdir=CHDIR, stdout="0\n"
36 chdir=CHDIR)).read() variable
    [all...]
gyptest-archs.py 21 test.run_gyp('test-no-archs.gyp', chdir='archs')
22 test.build('test-no-archs.gyp', test.ALL, chdir='archs')
23 result_file = test.built_file_path('Test', chdir='archs')
32 test.run_gyp('test-valid-archs.gyp', chdir='archs')
33 test.build('test-valid-archs.gyp', test.ALL, chdir='archs')
34 result_file = test.built_file_path('Test', chdir='archs')
38 test.run_gyp('test-archs-x86_64.gyp', chdir='archs')
39 test.build('test-archs-x86_64.gyp', test.ALL, chdir='archs')
40 result_file = test.built_file_path('Test64', chdir='archs')
53 test.run_gyp('test-archs-multiarch.gyp', chdir='archs'
68 chdir='archs') variable
84 chdir='archs') variable
    [all...]
gyptest-copies.py 20 test.run_gyp('framework.gyp', chdir='framework')
22 test.build('framework.gyp', 'copy_target', chdir='framework')
27 chdir='framework') variable
30 chdir='framework') variable
33 chdir='framework') variable
38 chdir='framework') variable
43 test.build('framework.gyp', 'copy_target', chdir='framework')
47 test.built_file_must_exist('action_file', chdir='framework')
gyptest-loadable-module.py 20 CHDIR = 'loadable-module'
21 test.run_gyp('test.gyp', chdir=CHDIR)
22 test.build('test.gyp', test.ALL, chdir=CHDIR)
27 chdir=CHDIR) variable
35 'test_loadable_module.plugin/Contents/Info.plist', chdir=CHDIR)
44 'test_loadable_module.plugin/Contents/PkgInfo', chdir=CHDIR
    [all...]
gyptest-sdkroot.py 48 chdir='sdkroot') variable
49 test.build('test.gyp', test.ALL, chdir='sdkroot')
  /external/chromium_org/tools/gyp/test/rules-dirname/
gyptest-dirname.py 17 test.run_gyp('actions.gyp', chdir='src')
21 test.build('actions.gyp', chdir='relocate/src')
29 chdir = 'relocate/src/subdir' variable
31 chdir = 'relocate/src' variable
32 test.run_built_executable('gencc_int_output', chdir=chdir, stdout=expect)
34 test.run_built_executable('gencc_int_output_external', chdir=chdir,
  /external/chromium_org/tools/gyp/test/toplevel-dir/
gyptest-toplevel-dir.py 19 test.run_gyp('main.gyp', '--toplevel-dir=..', chdir='src/sub1')
23 test.build('all', chdir=toplevel_dir)
25 test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
28 chdir=toplevel_dir, variable
  /external/chromium_org/tools/gyp/test/actions/
gyptest-all.py 17 test.run_gyp('actions.gyp', chdir='src')
27 test.build('actions.gyp', test.ALL, chdir='relocate/src')
31 test.build('actions.gyp', test.ALL, chdir='relocate/src')
34 test.build('actions.gyp', test.ALL, chdir='relocate/src')
42 test.build('actions.gyp', test.ALL, chdir='relocate/src')
53 chdir = 'relocate/src/subdir1' variable
55 chdir = 'relocate/src' variable
56 test.run_built_executable('program', chdir=chdir, stdout=expect)
65 chdir = 'relocate/src/subdir3 variable
67 chdir = 'relocate\/src' variable
    [all...]

Completed in 336 milliseconds

1 23 4