HomeSort by relevance Sort by last modified time
    Searched full:relocate (Results 1 - 25 of 349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-copies.py 26 test.relocate('copies', 'relocate/copies')
27 test.relocate('gypfiles', 'relocate/gypfiles')
29 test.writable(test.workpath('relocate/copies'), False)
31 test.writable(test.workpath('relocate/copies/build'), True)
32 test.writable(test.workpath('relocate/copies/copies-out'), True)
33 test.writable(test.workpath('relocate/copies/subdir/build'), True)
34 test.writable(test.workpath('relocate/copies/subdir/copies-out'), True)
36 test.build('copies.gyp', test.ALL, chdir='relocate/gypfiles'
    [all...]
gyptest-rules.py 25 test.relocate('rules', 'relocate/rules')
26 test.relocate('gypfiles', 'relocate/gypfiles')
28 test.writable(test.workpath('relocate/rules'), False)
30 test.writable(test.workpath('relocate/rules/build'), True)
31 test.writable(test.workpath('relocate/rules/subdir1/build'), True)
32 test.writable(test.workpath('relocate/rules/subdir2/build'), True)
33 test.writable(test.workpath('relocate/rules/subdir2/rules-out'), True)
35 test.build('rules.gyp', test.ALL, chdir='relocate/gypfiles'
    [all...]
gyptest-relocate.py 26 test.relocate('src', 'relocate/src')
27 test.relocate('gypfiles', 'relocate/gypfiles')
29 test.writable(test.workpath('relocate/src'), False)
31 test.writable(test.workpath('relocate/src/build'), True)
32 test.writable(test.workpath('relocate/src/subdir2/build'), True)
33 test.writable(test.workpath('relocate/src/subdir3/build'), True)
35 test.build('prog1.gyp', test.ALL, chdir='relocate/gypfiles')
37 chdir = 'relocate/gypfiles
    [all...]
gyptest-actions.py 26 test.relocate('actions', 'relocate/actions')
27 test.relocate('gypfiles', 'relocate/gypfiles')
29 test.writable(test.workpath('relocate/actions'), False)
36 test.writable(test.workpath('relocate/actions/build'), True)
37 test.writable(test.workpath('relocate/actions/subdir1/build'), True)
38 test.writable(test.workpath('relocate/actions/subdir1/actions-out'), True)
39 test.writable(test.workpath('relocate/actions/subdir2/build'), True)
40 test.writable(test.workpath('relocate/actions/subdir2/actions-out'), True
    [all...]
  /external/chromium_org/tools/gyp/test/rules/
gyptest-default.py 17 test.relocate('src', 'relocate/src')
19 test.build('actions.gyp', chdir='relocate/src')
28 chdir = 'relocate/src/subdir1'
30 chdir = 'relocate/src'
39 chdir = 'relocate/src/subdir3'
41 chdir = 'relocate/src'
44 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n')
45 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n')
47 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n'
    [all...]
gyptest-all.py 20 test.relocate('src', 'relocate/src')
22 test.build('actions.gyp', test.ALL, chdir='relocate/src')
31 chdir = 'relocate/src/subdir1'
33 chdir = 'relocate/src'
42 chdir = 'relocate/src/subdir3'
44 chdir = 'relocate/src'
47 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n')
48 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n')
50 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n'
    [all...]
gyptest-input-root.py 17 test.relocate('src', 'relocate/src')
19 test.build('input-root.gyp', target='test', chdir='relocate/src')
25 test.run_built_executable('test', chdir='relocate/src', stdout=expect)
  /external/chromium_org/tools/gyp/test/rules-rebuild/
gyptest-all.py 18 test.relocate('src', 'relocate/src')
21 test.build('same_target.gyp', test.ALL, chdir='relocate/src')
29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
35 contents = test.read(['relocate', 'src', 'prog1.in'])
37 test.write(['relocate', 'src', 'prog1.in'], contents)
39 test.build('same_target.gyp', test.ALL, chdir='relocate/src')
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src'
    [all...]
gyptest-default.py 18 test.relocate('src', 'relocate/src')
21 test.build('same_target.gyp', chdir='relocate/src')
29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
35 contents = test.read(['relocate', 'src', 'prog1.in'])
37 test.write(['relocate', 'src', 'prog1.in'], contents)
39 test.build('same_target.gyp', chdir='relocate/src')
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src'
    [all...]
  /external/chromium_org/tools/gyp/test/rules-use-built-dependencies/
gyptest-use-built-dependencies.py 16 test.relocate('src', 'relocate/src')
17 test.build('use-built-dependencies-rule.gyp', chdir='relocate/src')
19 test.built_file_must_exist('main_output', chdir='relocate/src')
20 test.built_file_must_match('main_output', 'output', chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/rules-variables/
gyptest-rules-variables.py 15 test.relocate('src', 'relocate/src')
17 test.run_gyp('variables.gyp', chdir='relocate/src')
19 test.build('variables.gyp', chdir='relocate/src')
22 chdir='relocate/src',
  /external/chromium_org/tools/gyp/test/same-rule-output-file-name/
gyptest-all.py 17 test.relocate('src', 'relocate/src')
19 test.build('subdirs.gyp', test.ALL, chdir='relocate/src')
20 test.must_exist('relocate/src/subdir1/rule.txt')
21 test.must_exist('relocate/src/subdir2/rule.txt')
  /external/chromium_org/tools/gyp/test/same-target-name-different-directory/
gyptest-all.py 17 test.relocate('src', 'relocate/src')
20 test.build('subdirs.gyp', 'target', chdir='relocate/src')
21 test.must_exist('relocate/src/subdir1/action1.txt')
22 test.must_exist('relocate/src/subdir2/action2.txt')
26 test.build('subdirs.gyp', 'target_same_action_name', chdir='relocate/src')
27 test.must_exist('relocate/src/subdir1/action.txt')
28 test.must_exist('relocate/src/subdir2/action.txt')
32 test.build('subdirs.gyp', 'target_same_rule_name', chdir='relocate/src')
33 test.must_exist('relocate/src/subdir1/rule.txt'
    [all...]
  /external/chromium_org/tools/gyp/test/same-gyp-name/
gyptest-all.py 17 test.relocate('src', 'relocate/src')
19 test.build('all.gyp', test.ALL, chdir='relocate/src')
30 chdir1 = 'relocate/src/subdir1'
31 chdir2 = 'relocate/src/subdir2'
33 chdir1 = chdir2 = 'relocate/src'
gyptest-default.py 17 test.relocate('src', 'relocate/src')
19 test.build('all.gyp', chdir='relocate/src')
30 chdir1 = 'relocate/src/subdir1'
31 chdir2 = 'relocate/src/subdir2'
33 chdir1 = chdir2 = 'relocate/src'
  /external/chromium_org/tools/gyp/test/actions-bare/
gyptest-bare.py 16 test.relocate('src', 'relocate/src')
17 test.build('bare.gyp', chdir='relocate/src')
21 test.built_file_must_match('out.txt', file_content, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/actions-none/
gyptest-none.py 16 test.relocate('src', 'relocate/src')
17 test.build('none_with_source_files.gyp', chdir='relocate/src')
21 test.built_file_must_match('fake.out', file_content, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/copies/
gyptest-all.py 17 test.relocate('src', 'relocate/src')
19 test.build('copies.gyp', test.ALL, chdir='relocate/src')
21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
25 chdir='relocate/src')
29 chdir='relocate/src')
32 chdir='relocate/src')
35 chdir='relocate/src')
38 chdir='relocate/src')
gyptest-default.py 17 test.relocate('src', 'relocate/src')
19 test.build('copies.gyp', chdir='relocate/src')
21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
25 chdir='relocate/src')
29 chdir='relocate/src')
32 chdir='relocate/src')
35 chdir='relocate/src')
38 chdir='relocate/src')
gyptest-slash.py 15 test.relocate('src', 'relocate/src')
16 test.build('copies-slash.gyp', chdir='relocate/src')
20 chdir='relocate/src')
23 chdir='relocate/src')
26 chdir='relocate/src')
30 chdir='relocate/src')
33 chdir='relocate/src')
36 chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-subdir2-deep.py 17 test.relocate('src', 'relocate/src')
19 test.build('prog3.gyp', test.ALL, chdir='relocate/src/subdir/subdir2')
22 chdir='relocate/src/subdir/subdir2',
  /external/chromium_org/tools/gyp/test/variables/latelate/
gyptest-latelate.py 17 test.relocate('src', 'relocate/src')
19 test.build('latelate.gyp', test.ALL, chdir='relocate/src')
22 'program', chdir='relocate/src', stdout='program.cc\n')
  /external/chromium_org/tools/gyp/test/library/
gyptest-shared.py 28 test.relocate('src', 'relocate/src')
30 test.build('library.gyp', test.ALL, chdir='relocate/src')
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
44 chdir='relocate/src')
48 contents = test.read('relocate/src/program.c')
50 test.write('relocate/src/program.c', contents)
52 test.build('library.gyp', test.ALL, chdir='relocate/src')
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
66 chdir='relocate/src'
    [all...]
  /external/chromium_org/tools/gyp/test/additional-targets/
gyptest-additional.py 16 test.relocate('src', 'relocate/src')
19 test.build('all.gyp', chdir='relocate/src')
22 chdir = 'relocate/src/dir1'
24 chdir = 'relocate/src'
30 test.built_file_must_not_exist('out.txt', chdir='relocate/src')
37 chdir='relocate/src'
39 chdir='relocate/src/dir1'
  /external/chromium_org/tools/gyp/test/make/
gyptest-noload.py 22 test.relocate('noload', 'relocate/noload')
24 test.build('build/all.gyp', test.ALL, chdir='relocate/noload')
25 test.run_built_executable('exe', chdir='relocate/noload',
29 test.build('build/all.gyp', test.ALL, chdir='relocate/noload',
31 test.run_built_executable('exe', chdir='relocate/noload',
33 test.build('build/all.gyp', test.ALL, chdir='relocate/noload',
35 test.run_built_executable('exe', chdir='relocate/noload',
39 with open('relocate/noload/main.c', 'a') as src_file:
41 test.build('build/all.gyp', test.ALL, chdir='relocate/noload'
    [all...]

Completed in 260 milliseconds

1 2 3 4 5 6 7 8 91011>>