Home
last modified time | relevance | path

Searched refs:destdir (Results 1 – 25 of 101) sorted by relevance

12345

/external/libopus/doc/
Dbuild_draft.sh42 destdir="opus_source"
45 rm -rf "${destdir}"
46 mkdir "${destdir}"
47 mkdir "${destdir}/src"
48 mkdir "${destdir}/silk"
49 mkdir "${destdir}/silk/float"
50 mkdir "${destdir}/silk/fixed"
51 mkdir "${destdir}/celt"
52 mkdir "${destdir}/include"
57 cp -a "${toplevel}/${f}" "${destdir}/${f}"
[all …]
/external/libsrtp2/
Dinstall-win.bat6 echo "Usage: %~nx0 destdir"
9 set destdir=%1 variable
12 @if not exist %destdir% (
13 echo %destdir% not found
24 mkdir %destdir%\include
25 mkdir %destdir%\include\srtp2
26 mkdir %destdir%\lib
27 mkdir %destdir%\lib\x64
30 copy %%d %destdir%\include\srtp2
32 copy Release\srtp2.lib %destdir%\lib\srtp2.lib
[all …]
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
DInstrumentTest.java60 File destdir = tmp.getRoot(); in should_instrument_class_files_and_copy_resources_when_folder_is_given() local
62 execute("instrument", "--dest", destdir.getAbsolutePath(), in should_instrument_class_files_and_copy_resources_when_folder_is_given()
67 + destdir.getAbsolutePath(), out); in should_instrument_class_files_and_copy_resources_when_folder_is_given()
70 assertTrue(new File(destdir, "about.html").isFile()); in should_instrument_class_files_and_copy_resources_when_folder_is_given()
72 assertInstrumented(new File(destdir, in should_instrument_class_files_and_copy_resources_when_folder_is_given()
79 File destdir = tmp.getRoot(); in should_instrument_class_files_to_dest_folder_when_class_files_are_given() local
84 execute("instrument", "--dest", destdir.getAbsolutePath(), in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
89 "[INFO] 1 classes instrumented to " + destdir.getAbsolutePath(), in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
92 assertInstrumented(new File(destdir, "InstrumentTest.class")); in should_instrument_class_files_to_dest_folder_when_class_files_are_given()
98 File destdir = tmp.getRoot(); in should_not_instrument_anything_when_no_source_is_given() local
[all …]
/external/bc/
Dlocale_install.sh162 destdir="$1"
165 destdir=""
168 "$scriptdir/locale_uninstall.sh" "$nlspath" "$main_exec" "$destdir"
174 if [ "$destdir" = "" ]; then
183 loc=$(gen_nlspath "$destdir/$nlspath" "$locale" "$main_exec")
185 localeexists "$locales" "$locale" "$destdir"
203 loc=$(gen_nlspath "$destdir/$nlspath" "$locale" "$main_exec")
205 localeexists "$locales" "$locale" "$destdir"
220 relloc="${loc##$destdir/}"
223 if [ ! -f "$destdir/$linksrc" ]; then
[all …]
Dlocale_uninstall.sh51 destdir="$1"
54 destdir=""
61 locales=$(gen_nlspath "$destdir/$nlspath" "*" "$main_exec")
Dconfigure.sh598 destdir=""
600 destdir="DESTDIR = $DESTDIR"
843 contents=$(replace "$contents" "DESTDIR" "$destdir")
/external/libexif/test/nls/
Dcheck-nls.in6 destdir="$(pwd)/tmp-root"
14 if (cd "${top_builddir}/po" && make DESTDIR="${destdir}" install > /dev/null 2>&1); then
23 mylocaledir="${destdir}${binlocaledir}"
24 if test -d "${destdir}${binlocaledir}"; then
34 rm -rf "${destdir}"
38 echo " ${destdir}"
/external/python/parse_type/tasks/
Ddocs.py34 destdir = Path(ctx.config.sphinx.destdir or "build")/builder
38 destdir = Path(ctx.config.sphinx.destdir or "build")/builder/language
39 return destdir
48 basedir = ctx.sphinx.destdir or "build/docs"
61 destdir = _sphinxdoc_get_destdir(ctx, builder, language=language)
62 destdir = destdir.abspath()
64 destdir_relative = Path(".").relpathto(destdir)
67 destdir=destdir_relative,
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DInstrumentTask.java36 private File destdir; field in InstrumentTask
48 public void setDestdir(final File destdir) { in setDestdir() argument
49 this.destdir = destdir; in setDestdir()
74 if (destdir == null) { in execute()
91 destdir.getAbsolutePath())); in execute()
96 final File file = new File(destdir, resource.getName()); in instrument()
DReportTask.java167 private File destdir; field in ReportTask.HTMLFormatterElement
183 public void setDestdir(final File destdir) { in setDestdir() argument
184 this.destdir = destdir; in setDestdir()
233 if (destdir != null) { in createVisitor()
242 if (destdir == null) { in createVisitor()
247 output = new FileMultiReportOutput(destdir); in createVisitor()
/external/toolchain-utils/deprecated/
Dbuild_benchmarks.py70 def CreateRunsh(destdir, benchmark): argument
77 runshfile = destdir + '/run.sh'
85 def CreateBinaryCopy(sourcedir, destdir, copy=None): argument
105 if os.path.exists(destdir):
106 command = 'rm -rf %s.old' % destdir
110 command = 'mv %s %s.old' % (destdir, destdir)
114 os.makedirs(destdir)
117 command = 'ln -s %s/* %s' % (sourcedir, destdir)
119 command = 'cp -fr %s/* %s' % (sourcedir, destdir)
/external/libcap-ng/libcap-ng-0.7/
Dpy-compile45 destdir=
56 --destdir)
60 destdir=$2
66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
113 if [ -z "$destdir" ]; then
/external/python/parse_type/bin/
Dtoxcmd.py45 destdir2 = os.path.normpath(os.path.join(args.destdir, basename))
89 destdir = destpath
93 destdir = os.path.dirname(destpath)
96 if not os.path.isdir(destdir):
97 sys.stdout.write("copy: Create dir %s\n" % destdir)
98 os.makedirs(destdir)
100 destname = os.path.join(destdir, os.path.basename(source))
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.h80 const char *destdir,
89 const char *destdir,
98 const char *destdir,
Dpkg_genc.cpp63 const char *destdir,
274 const char *destdir, in writeAssemblyCode() argument
296 destdir, in writeAssemblyCode()
389 const char *destdir, in writeCCode() argument
419 destdir, in writeCCode()
664 const char *destdir, in getOutFilename() argument
678 if(destdir!=NULL && *destdir!=0) { in getOutFilename()
679 outFilenameBuilder.append(destdir, status); in getOutFilename()
876 const char *destdir, in writeObjectCode() argument
1167 destdir, in writeObjectCode()
/external/ltp/scripts/
Ddetect_distro.sh29 destdir=
40 destdir=$OPTARG
48 etc_dir="$destdir/etc"
/external/cldr/tools/java/org/unicode/cldr/icu/
DFixEras.java37 private String destdir = null; field in FixEras
72 destdir = options[DESTDIR].value; in processArgs()
77 if (destdir == null) { in processArgs()
97 String destfile = destdir + "/" + file; in processArgs()
/external/mesa3d/bin/
Dinstall_megadrivers.py38 destdir = os.environ.get('DESTDIR')
39 if destdir:
40 to = os.path.join(destdir, args.libdir[1:])
/external/python/cpython2/Doc/library/
Dmacostools.rst110 .. function:: copy(file, destdir)
112 Tell the finder to copy a file or folder *file* to folder *destdir*. The
116 .. function:: move(file, destdir)
118 Tell the finder to move a file or folder *file* to folder *destdir*. The
/external/libunwind/aux/
Dltmain.sh4175 destdir="$dest"
4178 destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
4179 test "X$destdir" = "X$dest" && destdir=.
4190 case $destdir in
4197 $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
4241 if test "X$destdir" = "X$libdir"; then
4260 inst_prefix_dir=`$echo "$destdir" | sed "s%$libdir\$%%"`
4265 if test "$inst_prefix_dir" = "$destdir"; then
4297 $show "$install_prog $dir/$srcname $destdir/$realname"
4298 $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
[all …]
/external/toybox/toys/posix/
Dcp.c371 int i, destdir = !stat(destname, &TT.top) && S_ISDIR(TT.top.st_mode); in cp_main() local
375 if (destdir) error_exit("'%s' is a directory", destname); in cp_main()
378 if ((toys.optc>1 || FLAG(D)) && !destdir) in cp_main()
417 if (destdir) { in cp_main()
461 if (destdir) free(TT.destname); in cp_main()
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py182 destdir, destfile = os.path.split(destname)
183 Res.FSCreateResourceFile(destdir, unicode(destfile), RESOURCE_FORK_NAME)
291 destdir, shortname = os.path.split(destname)
318 builder.builddir = destdir
Dfindertools.py722 destdir = EasyDialogs.AskFolder('Destination:')
723 if destdir:
724 result = copy(pathname, destdir)
732 destdir = EasyDialogs.AskFolder('Destination:')
733 if destdir:
734 result = move(pathname, destdir)
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp256 const char *destdir = options[OPT_DESTDIR].value; in main() local
267 if (destdir != NULL && *destdir != 0) { in main()
268 outFileName.append(destdir, err).ensureEndsWithFileSeparator(err); in main()
393 writeConverterData(&data, cnvName, destdir, &localError); in main()
/external/autotest/site_utils/
Djob_directories_unittest.py104 destdir = 'hosts/host1'
105 resultsdir = destdir + '/118-reset'

12345