HomeSort by relevance Sort by last modified time
    Searched refs:relocate (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /external/v8/tools/gyp/test/home_dot_gyp/
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/v8/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/v8/tools/gyp/test/multiple-targets/
gyptest-all.py 13 test.relocate('src', 'relocate/src')
15 test.build('multiple.gyp', test.ALL, chdir='relocate/src', stderr=None)
27 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
28 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
gyptest-default.py 13 test.relocate('src', 'relocate/src')
15 test.build('multiple.gyp', chdir='relocate/src')
27 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
28 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
  /external/v8/tools/gyp/test/restat/
gyptest-restat.py 19 chdir = 'relocate/src'
20 test.relocate('src', chdir)
  /external/v8/tools/gyp/test/rules-variables/
gyptest-rules-variables.py 22 test.relocate('src', 'relocate/src')
24 test.run_gyp('variables.gyp', chdir='relocate/src')
26 test.build('variables.gyp', chdir='relocate/src')
29 chdir='relocate/src',
  /external/v8/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)
  /external/v8/tools/gyp/test/same-target-name-different-directory/
gyptest-all.py 22 test.relocate('src', 'relocate/src')
25 test.build('subdirs.gyp', 'target', chdir='relocate/src')
26 test.must_exist('relocate/src/subdir1/action1.txt')
27 test.must_exist('relocate/src/subdir2/action2.txt')
31 test.build('subdirs.gyp', 'target_same_action_name', chdir='relocate/src')
32 test.must_exist('relocate/src/subdir1/action.txt')
33 test.must_exist('relocate/src/subdir2/action.txt')
37 test.build('subdirs.gyp', 'target_same_rule_name', chdir='relocate/src')
38 test.must_exist('relocate/src/subdir1/rule.txt'
    [all...]
  /external/v8/tools/gyp/test/sibling/
gyptest-relocate.py 19 test.relocate('src', 'relocate/src')
21 test.build('build/all.gyp', test.ALL, chdir='relocate/src')
23 chdir = 'relocate/src/build'
30 chdir = 'relocate/src'
33 chdir = 'relocate/src/prog1'
39 chdir = 'relocate/src/prog2'
  /external/v8/tools/gyp/test/subdirectory/
gyptest-SYMROOT-all.py 24 test.relocate('src', 'relocate/src')
27 test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src')
31 chdir='relocate/src')
34 chdir='relocate/src')
gyptest-subdir-all.py 21 test.relocate('src', 'relocate/src')
23 chdir = 'relocate/src/subdir'
gyptest-subdir-default.py 22 test.relocate('src', 'relocate/src')
24 chdir = 'relocate/src/subdir'
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'
gyptest-top-default.py 27 test.relocate('src', 'relocate/src')
29 test.build('prog1.gyp', chdir='relocate/src')
33 chdir='relocate/src')
36 chdir = 'relocate/src/subdir'
38 chdir = 'relocate/src'
  /art/test/117-nopatchoat/
run 17 # ensure flags includes prebuild and relocate. It doesn't make sense unless we
18 # have a oat file we want to relocate.
29 # This test is supposed to test relocation. Make sure that the no-relocate flag isn't set,
31 # Note: relocate is the default.
32 if [[ "${flags}" == *--no-relocate* ]] ; then
33 echo "Test 117-nopatchoat is not intended to run in no-relocate mode."
  /external/v8/tools/gyp/test/generator-output/
gyptest-actions.py 24 test.relocate('actions', 'relocate/actions')
25 test.relocate('gypfiles', 'relocate/gypfiles')
27 test.writable(test.workpath('relocate/actions'), False)
34 test.writable(test.workpath('relocate/actions/build'), True)
35 test.writable(test.workpath('relocate/actions/subdir1/build'), True)
36 test.writable(test.workpath('relocate/actions/subdir1/actions-out'), True)
37 test.writable(test.workpath('relocate/actions/subdir2/build'), True)
38 test.writable(test.workpath('relocate/actions/subdir2/actions-out'), True
    [all...]
gyptest-rules.py 23 test.relocate('rules', 'relocate/rules')
24 test.relocate('gypfiles', 'relocate/gypfiles')
26 test.writable(test.workpath('relocate/rules'), False)
28 test.writable(test.workpath('relocate/rules/build'), True)
29 test.writable(test.workpath('relocate/rules/subdir1/build'), True)
30 test.writable(test.workpath('relocate/rules/subdir2/build'), True)
31 test.writable(test.workpath('relocate/rules/subdir2/rules-out'), True)
33 test.build('rules.gyp', test.ALL, chdir='relocate/gypfiles'
    [all...]
gyptest-copies.py 25 test.relocate('copies', 'relocate/copies')
26 test.relocate('gypfiles', 'relocate/gypfiles')
28 test.writable(test.workpath('relocate/copies'), False)
30 test.writable(test.workpath('relocate/copies/build'), True)
31 test.writable(test.workpath('relocate/copies/copies-out'), True)
32 test.writable(test.workpath('relocate/copies/subdir/build'), True)
33 test.writable(test.workpath('relocate/copies/subdir/copies-out'), True)
35 test.build('copies.gyp', test.ALL, chdir='relocate/gypfiles'
    [all...]
gyptest-relocate.py 25 test.relocate('src', 'relocate/src')
26 test.relocate('gypfiles', 'relocate/gypfiles')
28 test.writable(test.workpath('relocate/src'), False)
30 test.writable(test.workpath('relocate/src/build'), True)
31 test.writable(test.workpath('relocate/src/subdir2/build'), True)
32 test.writable(test.workpath('relocate/src/subdir3/build'), True)
34 test.build('prog1.gyp', test.ALL, chdir='relocate/gypfiles')
36 chdir = 'relocate/gypfiles
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
xgate1.s 1 ;;; Test branches and branch relocate with XGATE
7 ldw r1,#var1 ; expands to two IMM8 %hi,%lo relocate
xgate-link.s 1 ;;; Test 16bit relocate with XGATE
7 ldw r1,#var1 ; expands to two IMM8 %hi,%lo relocate
8 add r5,#var2 ; expands to two IMM8 %hi,%lo relocate
12 ldh r6,#var5 ; IMM8 with relocate
14 cmp r2,#var3 ; expands to two IMM8 %hi,%lo relocate
  /external/v8/tools/gyp/test/actions-multiple-outputs/
gyptest-multiple-outputs.py 23 chdir = 'relocate/src'
24 test.relocate('src', chdir)
  /external/v8/tools/gyp/test/additional-targets/
gyptest-additional.py 19 test.relocate('src', 'relocate/src')
22 test.build('all.gyp', chdir='relocate/src')
25 chdir = 'relocate/src/dir1'
27 chdir = 'relocate/src'
33 test.built_file_must_not_exist('out.txt', chdir='relocate/src')
44 chdir='relocate/src'
46 chdir='relocate/src/dir1'

Completed in 358 milliseconds

12 3 4 5 6