/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-actions.py | 25 test.relocate('actions', 'relocate/actions') 26 test.relocate('gypfiles', 'relocate/gypfiles') 28 test.writable(test.workpath('relocate/actions'), False) 35 test.writable(test.workpath('relocate/actions/build'), True) 36 test.writable(test.workpath('relocate/actions/subdir1/build'), True) 37 test.writable(test.workpath('relocate/actions/subdir1/actions-out'), True) 38 test.writable(test.workpath('relocate/actions/subdir2/build'), True) 39 test.writable(test.workpath('relocate/actions/subdir2/actions-out'), True [all...] |
/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...] |
/external/chromium_org/tools/gyp/test/copies/ |
gyptest-samedir.py | 17 test.relocate('src', 'relocate/src') 18 test.build('copies-samedir.gyp', 'copies_samedir', chdir='relocate/src') 22 chdir='relocate/src') 26 chdir='relocate/src')
|
gyptest-updir.py | 17 test.relocate('src', 'relocate/src') 18 test.build('copies-updir.gyp', 'copies_up', chdir='relocate/src') 22 chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/multiple-targets/ |
gyptest-all.py | 16 test.relocate('src', 'relocate/src') 18 test.build('multiple.gyp', test.ALL, chdir='relocate/src', stderr=None) 30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src') 31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
|
gyptest-default.py | 16 test.relocate('src', 'relocate/src') 18 test.build('multiple.gyp', chdir='relocate/src') 30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src') 31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/same-source-file-name/ |
gyptest-all.py | 17 test.relocate('src', 'relocate/src') 19 test.build('all.gyp', test.ALL, chdir='relocate/src') 31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1) 32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
|
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 19 test.build('all.gyp', chdir='relocate/src') 31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1) 32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
|
gyptest-pass-executable.py | 20 test.relocate('src', 'relocate/src') 22 test.build('double-executable.gyp', test.ALL, chdir='relocate/src') 31 test.run_built_executable('prog3', chdir='relocate/src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/sibling/ |
gyptest-relocate.py | 16 test.relocate('src', 'relocate/src') 18 test.build('build/all.gyp', test.ALL, chdir='relocate/src') 20 chdir = 'relocate/src/build' 27 chdir = 'relocate/src' 30 chdir = 'relocate/src/prog1' 36 chdir = 'relocate/src/prog2'
|
/external/chromium_org/tools/gyp/test/no-output/ |
gyptest-no-output.py | 18 test.relocate('src', 'relocate/src') 19 test.build('nooutput.gyp', chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/actions/ |
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 25 test.build('actions.gyp', test.ALL, chdir='relocate/src') 29 test.build('actions.gyp', chdir='relocate/src') 30 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1') 31 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1') 32 test.build('actions.gyp', chdir='relocate/src') 33 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2') 34 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2') 40 test.build('actions.gyp', test.ALL, chdir='relocate/src' [all...] |
gyptest-all.py | 19 test.relocate('src', 'relocate/src') 27 test.build('actions.gyp', test.ALL, chdir='relocate/src') 31 test.build('actions.gyp', test.ALL, chdir='relocate/src') 32 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1') 33 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1') 34 test.build('actions.gyp', test.ALL, chdir='relocate/src') 35 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2') 36 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2') 42 test.build('actions.gyp', test.ALL, chdir='relocate/src' [all...] |
/external/chromium_org/tools/gyp/test/assembly/ |
gyptest-assembly.py | 20 test.relocate('src', 'relocate/src') 22 test.build('assembly.gyp', test.ALL, chdir='relocate/src') 28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/compilable/ |
gyptest-headers.py | 18 test.relocate('src', 'relocate/src') 20 test.build('headers.gyp', test.ALL, chdir='relocate/src') 26 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/external-cross-compile/ |
gyptest-cross.py | 18 test.relocate('src', 'relocate/src') 20 test.build('cross.gyp', test.ALL, chdir='relocate/src') 28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/home_dot_gyp/ |
gyptest-home-includes-config-arg.py | 23 test.relocate('src', 'relocate/src') 25 test.build('all.gyp', test.ALL, chdir='relocate/src') 28 chdir='relocate/src',
|
gyptest-home-includes-config-env.py | 25 test.relocate('src', 'relocate/src') 27 test.build('all.gyp', test.ALL, chdir='relocate/src') 30 chdir='relocate/src',
|
gyptest-home-includes.py | 22 test.relocate('src', 'relocate/src') 24 test.build('all.gyp', test.ALL, chdir='relocate/src') 27 chdir='relocate/src',
|
gyptest-home-includes-regyp.py | 25 test.relocate('src', 'relocate/src') 27 test.build('all.gyp', test.ALL, chdir='relocate/src') 30 chdir='relocate/src', 38 test.build('all.gyp', test.ALL, chdir='relocate/src') 41 chdir='relocate/src',
|
/external/chromium_org/tools/gyp/test/actions-multiple/ |
gyptest-all.py | 19 test.relocate('src', 'relocate/src') 44 test.build('actions.gyp', chdir='relocate/src', target=target) 45 test.must_contain('relocate/src/multi2.txt', 'hello there') 46 test.must_contain('relocate/src/multi_dep.txt', 'hello there') 50 test.build('actions.gyp', test.ALL, chdir='relocate/src') 51 test.must_contain('relocate/src/output1.txt', 'hello there') 52 test.must_contain('relocate/src/output2.txt', 'hello there') 53 test.must_contain('relocate/src/output3.txt', 'hello there') 54 test.must_contain('relocate/src/output4.txt', 'hello there' [all...] |
/external/chromium_org/tools/gyp/test/include_dirs/ |
gyptest-all.py | 17 test.relocate('src', 'relocate/src') 19 test.build('includes.gyp', test.ALL, chdir='relocate/src') 28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src') 31 chdir='relocate/src/subdir' 33 chdir='relocate/src'
|
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 19 test.build('includes.gyp', test.ALL, chdir='relocate/src') 28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src') 31 chdir='relocate/src/subdir' 33 chdir='relocate/src'
|
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared-obj-install-path.py | 22 test.relocate('src', 'relocate/src') 24 test.build('shared_dependency.gyp', test.ALL, chdir='relocate/src') 27 makefile_path = 'relocate/src/GypAndroid.mk' 29 makefile_path = 'relocate/src/Makefile' 40 test.build('shared_dependency.gyp', test.ALL, chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-top-all.py | 27 test.relocate('src', 'relocate/src') 29 test.build('prog1.gyp', test.ALL, chdir='relocate/src') 33 chdir='relocate/src') 36 chdir = 'relocate/src/subdir' 38 chdir = 'relocate/src'
|