HomeSort by relevance Sort by last modified time
    Searched refs:workpath (Results 1 - 16 of 16) sorted by null

  /external/v8/tools/gyp/test/generator-output/
gyptest-actions.py 17 test.writable(test.workpath('actions'), False)
19 '--generator-output=' + test.workpath('gypfiles'),
22 test.writable(test.workpath('actions'), True)
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)
gyptest-rules.py 15 test.writable(test.workpath('rules'), False)
18 '--generator-output=' + test.workpath('gypfiles'),
21 test.writable(test.workpath('rules'), True)
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)
gyptest-symlink.py 20 test.writable(test.workpath('src'), False)
22 test.writable(test.workpath('src/subdir2/deeper/build'), True)
24 test.subdir(test.workpath('build'))
25 test.subdir(test.workpath('build/deeper'))
26 test.symlink('build/deeper', test.workpath('symlink'))
28 test.writable(test.workpath('build/deeper'), True)
31 '--generator-output=' + test.workpath('symlink'),
gyptest-subdir2-deep.py 17 test.writable(test.workpath('src'), False)
19 test.writable(test.workpath('src/subdir2/deeper/build'), True)
23 '--generator-output=' + test.workpath('gypfiles'),
gyptest-copies.py 16 test.writable(test.workpath('copies'), False)
19 '--generator-output=' + test.workpath('gypfiles'),
23 test.writable(test.workpath('copies'), True)
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)
gyptest-relocate.py 16 test.writable(test.workpath('src'), False)
20 '--generator-output=' + test.workpath('gypfiles'),
23 test.writable(test.workpath('src'), True)
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)
gyptest-top-all.py 17 test.writable(test.workpath('src'), False)
21 '--generator-output=' + test.workpath('gypfiles'),
24 test.writable(test.workpath('src/build'), True)
25 test.writable(test.workpath('src/subdir2/build'), True)
26 test.writable(test.workpath('src/subdir3/build'), True)
gyptest-mac-bundle.py 23 test.writable(test.workpath(MAC_BUNDLE_DIR), False)
25 '--generator-output=' + test.workpath(GYPFILES_DIR),
27 test.writable(test.workpath(MAC_BUNDLE_DIR), True)
gyptest-depth.py 19 test.writable(test.workpath('src'), False)
21 toplevel_dir = os.path.basename(test.workpath())
29 test.writable(test.workpath('src/build'), True)
30 test.writable(test.workpath('src/subdir2/build'), True)
31 test.writable(test.workpath('src/subdir3/build'), True)
  /external/v8/tools/gyp/test/relative/
gyptest-default.py 18 sln = test.workpath('foo/a/a.sln')
  /external/v8/tools/gyp/test/win/
gyptest-link-pgo.py 41 vcproj = test.workpath('linker-flags/test_pgo_instrument.vcxproj')
44 vcproj = test.workpath('linker-flags/test_pgo_optimize.vcxproj')
47 vcproj = test.workpath('linker-flags/test_pgo_update.vcxproj')
70 test.touch(test.workpath('linker-flags/inline_test_main.cc'))
  /external/v8/tools/gyp/test/builddir/
gyptest-all.py 77 test.run(program=test.workpath(dir + prog), stdout=expect)
gyptest-default.py 77 test.run(program=test.workpath(dir + prog), stdout=expect)
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 124 $workpath = "$cwdslash$workdir";
131 if (-d $workpath)
133 print "Clearing $workpath...\n";
134 &remove_directory_tree("$workpath/")
135 || &error ("Couldn't wipe out $workpath\n");
139 mkdir ($workpath, 0777) || &error ("Couldn't mkdir $workpath: $!\n");
156 -d "$workpath/$dir"
157 || mkdir ("$workpath/$dir", 0777)
158 || &error ("Couldn't mkdir $workpath/$dir: $!\n")
    [all...]
  /external/v8/tools/gyp/test/lib/
TestGyp.py 152 os.environ['HOME'] = self.workpath()
526 return self.workpath(*result)
622 return self.workpath(*result)
830 return self.workpath(*result)
    [all...]
TestCmd.py 45 test.workpath('file')
46 test.workpath('subdir', 'file')
1428 def workpath(self, *args): member in class:TestCmd
    [all...]

Completed in 480 milliseconds