/external/syzkaller/sys/syz-extract/ |
D | linux.go | 19 func (*linux) prepare(sourcedir string, build bool, arches []string) error { 20 if sourcedir == "" { 27 if osutil.IsExist(filepath.Join(sourcedir, ".config")) || 28 osutil.IsExist(filepath.Join(sourcedir, "init/main.o")) || 29 osutil.IsExist(filepath.Join(sourcedir, "include/generated/compile.h")) { 31 out, err := osutil.RunCmd(time.Hour, sourcedir, "make", "mrproper",
|
D | akaros.go | 15 func (*akaros) prepare(sourcedir string, build bool, arches []string) error { 16 if sourcedir == "" {
|
D | fuchsia.go | 15 func (*fuchsia) prepare(sourcedir string, build bool, arches []string) error { 16 if sourcedir == "" {
|
D | freebsd.go | 17 func (*freebsd) prepare(sourcedir string, build bool, arches []string) error { 18 if sourcedir == "" {
|
D | netbsd.go | 17 func (*netbsd) prepare(sourcedir string, build bool, arches []string) error { 18 if sourcedir == "" {
|
D | windows.go | 12 func (*windows) prepare(sourcedir string, build bool, arches []string) error {
|
D | extract.go | 52 prepare(sourcedir string, build bool, arches []string) error
|
/external/toolchain-utils/deprecated/ |
D | build_benchmarks.py | 85 def CreateBinaryCopy(sourcedir, destdir, copy=None): argument 98 if not os.path.exists(sourcedir): 100 sourcedir) 115 sourcedir = os.path.abspath(sourcedir) 117 command = 'ln -s %s/* %s' % (sourcedir, destdir) 119 command = 'cp -fr %s/* %s' % (sourcedir, destdir)
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | FixEras.java | 38 private String sourcedir = null; field in FixEras 75 sourcedir = options[SOURCEDIR].value; in processArgs() 88 if (sourcedir != null) { in processArgs() 89 sourcefile = sourcedir + "/" + file; in processArgs()
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 609 sourcedir = os.path.dirname(sourcepath) 614 sourcedir = sourcedir.replace('\\', '/') 623 ('%S', sourcedir), 624 ('%p', sourcedir), 633 ('%/S', sourcedir.replace('\\', '/')), 634 ('%/p', sourcedir.replace('\\', '/')), 643 ('%:S', re.sub(r'^(.):', r'\1', sourcedir)), 644 ('%:p', re.sub(r'^(.):', r'\1', sourcedir)), 651 ('%:S', sourcedir), 652 ('%:p', sourcedir),
|
/external/testng/bin/ |
D | run-tests.sh | 10 …junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -sourcedir test-14/src test… 12 …junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -sourcedir test-14/v4/src t…
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestRunner.py | 397 sourcedir = os.path.dirname(sourcepath) 408 sourcedir = sourcedir.replace('\\', '/') 416 ('%S', sourcedir), 417 ('%p', sourcedir),
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestRunner.py | 1200 sourcedir = os.path.dirname(sourcepath) 1205 sourcedir = sourcedir.replace('\\', '/') 1216 ('%S', sourcedir), 1217 ('%p', sourcedir), 1227 ('%/S', sourcedir.replace('\\', '/')), 1228 ('%/p', sourcedir.replace('\\', '/')), 1237 ('%:S', colonNormalizePath(sourcedir)), 1238 ('%:p', colonNormalizePath(sourcedir)),
|
/external/cmockery/cmockery_0_1_2/packages/deb/ |
D | rules | 92 dh_install --sourcedir=debian/tmp
|
/external/syzkaller/docs/ |
D | syscall_descriptions.md | 54 bin/syz-extract -os linux -arch $ARCH -sourcedir "$LINUX" -builddir "$LINUXBLD" <new>.txt
|
/external/testng/ |
D | CHANGES.txt | 754 Fixed: TESTNG-119 Running TestNG runner with invalid '-sourcedir' on JDK14 JavaDoc annotated test c… 915 Added: if patch-testng-sourcedir.properties is found in the classpath 916 with a property "sourcedir" containing a ; separated list of 917 directories, this list will override -sourcedir. 1178 Fixed: Renamed -src to -sourcedir 1179 Fixed: Complains if no sourcedir is specified in 1.4
|
/external/icu/icu4c/source/data/sprep/ |
D | rfc4505.txt | 15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4505.txt --A1 …
|
D | rfc3530cs.txt | 15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3530cs.txt --A…
|
D | rfc3530mixp.txt | 15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3530mixp.txt -…
|
D | rfc4011.txt | 15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4011.txt --A1 …
|
D | rfc3920res.txt | 15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920res.txt --…
|
D | rfc4013.txt | 15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4013.txt --A1 …
|
D | rfc4518.txt | 15 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4518.txt --A1 …
|
/external/e2fsprogs/debian/ |
D | rules | 357 dh_install -p e2fsprogs --sourcedir=${stdbuilddir} NEWS.gz \
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_enable_builddir.m4 | 48 # tarball from the builddir to the sourcedir (or $(PUB)) for reason of
|