/external/chromium_org/tools/gyp/test/copies/ |
gyptest-updir.py | 17 test.relocate('src', 'relocate/src') 18 test.build('copies-updir.gyp', 'copies_up', chdir='relocate/src') 22 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-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-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')
|
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')
|
/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/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/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/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/rules/ |
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-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-source-file-name/ |
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/subdirectory/ |
gyptest-SYMROOT-default.py | 24 test.relocate('src', 'relocate/src') 27 test.build('prog1.gyp', SYMROOT=None, chdir='relocate/src') 31 chdir='relocate/src') 35 chdir='relocate/src')
|
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/e2fsprogs/intl/ |
relocatable.h | 51 extern const char * relocate (const char *pathname); 53 /* Memory management: relocate() leaks memory, because it has to construct 55 relocate() frequently, think about caching the result. */ 68 #define relocate(pathname) (pathname) macro
|
/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/hard_dependency/ |
gyptest-exported-hard-dependency.py | 23 chdir = 'relocate/src' 24 test.relocate('src', chdir)
|
gyptest-no-exported-hard-dependency.py | 23 chdir = 'relocate/src' 24 test.relocate('src', chdir)
|
/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.py | 22 test.relocate('src', 'relocate/src') 24 test.build('all.gyp', test.ALL, chdir='relocate/src') 27 chdir='relocate/src',
|
/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'
|