HomeSort by relevance Sort by last modified time
    Searched refs:CHDIR (Results 126 - 135 of 135) sorted by null

1 2 3 4 56

  /external/v8/tools/gyp/test/linux/
gyptest-implicit-rpath.py 20 CHDIR = 'implicit-rpath'
21 test.run_gyp('test.gyp', chdir=CHDIR)
22 test.build('test.gyp', test.ALL, chdir=CHDIR)
25 p = test.built_file_path(p, chdir=CHDIR)
gyptest-target-rpath.py 20 CHDIR = 'target-rpath'
21 test.run_gyp('test.gyp', '-G', 'target_rpath=/usr/lib/gyptest/', chdir=CHDIR)
22 test.build('test.gyp', test.ALL, chdir=CHDIR)
25 p = test.built_file_path(p, chdir=CHDIR)
  /external/v8/tools/gyp/test/mac/
gyptest-installname.py 24 CHDIR = 'installname'
25 test.run_gyp('test.gyp', chdir=CHDIR)
27 test.build('test.gyp', test.ALL, chdir=CHDIR)
30 p = test.built_file_path(p, chdir=CHDIR)
gyptest-rpath.py 21 CHDIR = 'rpath'
22 test.run_gyp('test.gyp', chdir=CHDIR)
24 test.build('test.gyp', test.ALL, chdir=CHDIR)
27 p = test.built_file_path(p, chdir=CHDIR)
gyptest-lto.py 20 CHDIR = 'lto'
21 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', test.ALL, chdir=CHDIR)
28 return os.path.join(CHDIR, 'build', 'test.build', 'Default',
32 return os.path.join(CHDIR, 'out', 'Default', 'obj',
35 return os.path.join(CHDIR, 'out', 'Default', 'obj.target',
  /external/v8/tools/gyp/test/win/
gyptest-link-stacksize.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('stacksize.gyp', chdir=CHDIR)
20 test.build('stacksize.gyp', test.ALL, chdir=CHDIR)
23 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
gyptest-link-enable-uac.py 51 CHDIR = 'linker-flags'
52 test.run_gyp('enable-uac.gyp', chdir=CHDIR)
53 test.build('enable-uac.gyp', test.ALL, chdir=CHDIR)
57 'enable_uac.exe', chdir=CHDIR), 1))
59 'enable_uac_no.exe', chdir=CHDIR), 1))
61 'enable_uac_admin.exe', chdir=CHDIR), 1)
    [all...]
gyptest-link-update-manifest.py 51 CHDIR = 'linker-flags'
78 with open(os.path.join(CHDIR, gypfile), 'wb') as f:
83 test.run_gyp(gypfile, chdir=CHDIR)
85 test.build(gypfile, chdir=CHDIR)
86 exe_file = test.built_file_path('test_update_manifest.exe', chdir=CHDIR)
95 test.up_to_date(gypfile, test.ALL, chdir=CHDIR)
    [all...]
gyptest-link-base-address.py 19 CHDIR = 'linker-flags'
20 test.run_gyp('base-address.gyp', chdir=CHDIR)
21 test.build('base-address.gyp', test.ALL, chdir=CHDIR)
24 full_path = test.built_file_path(exe, chdir=CHDIR)
gyptest-link-generate-manifest.py 51 CHDIR = 'linker-flags'
52 test.run_gyp('generate-manifest.gyp', chdir=CHDIR)
53 test.build('generate-manifest.gyp', test.ALL, chdir=CHDIR)
56 test.run_gyp('generate-manifest.gyp', chdir=CHDIR)
57 test.up_to_date('generate-manifest.gyp', test.ALL, chdir=CHDIR)
61 exe_file = test.built_file_path(filename, chdir=CHDIR
    [all...]

Completed in 204 milliseconds

1 2 3 4 56