HomeSort by relevance Sort by last modified time
    Searched refs:destdir (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/libexif/test/nls/
check-nls.in 6 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/libopus/doc/
build_draft.sh 42 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/cmockery/cmockery_0_1_2/packages/
rpm.sh 58 destdir=rpm-unknown
61 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
62 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
63 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
65 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
69 rm -rf "$destdir"
70 mkdir -p "$destdir"
72 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
75 echo "The rpm package file(s) are located in $PWD/$destdir"
deb.sh 63 destdir="debian-$(cat /etc/debian_version 2>/dev/null || echo UNKNOWN)"
65 rm -rf "$destdir"
66 mkdir -p "$destdir"
67 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
70 echo "The Debian package files are located in $PWD/$destdir"
  /external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
InstrumentTest.java 59 File destdir = tmp.getRoot(); local
61 execute("instrument", "--dest", destdir.getAbsolutePath(),
66 + destdir.getAbsolutePath(), out);
69 assertTrue(new File(destdir, "about.html").isFile());
71 assertInstrumented(new File(destdir,
78 File destdir = tmp.getRoot(); local
83 execute("instrument", "--dest", destdir.getAbsolutePath(),
88 "[INFO] 1 classes instrumented to " + destdir.getAbsolutePath(),
91 assertInstrumented(new File(destdir, "InstrumentTest.class"));
97 File destdir = tmp.getRoot() local
110 File destdir = new File(tmp.getRoot(), "dest"); local
    [all...]
  /frameworks/layoutlib/rename_font/
test.py 27 destdir = tempfile.mkdtemp()
28 print "destdir: " + destdir
29 self.assertTrue(build_font.main([srcdir, destdir]) is None)
30 out_path = os.path.join(destdir, font_name)
38 shutil.rmtree(destdir)
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.h 78 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename, char *outFilePath);
81 writeAssemblyCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFilePath);
84 writeObjectCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFilePath);
pkg_genc.cpp 59 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
262 writeAssemblyCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFilePath) {
276 getOutFilename(filename, destdir, bufferStr, entry, ".S", optFilename);
349 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename, char *outFilePath) {
368 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename);
591 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) {
595 if(destdir!=NULL && *destdir!=0) {
597 *outFilename++=*destdir++;
598 } while(*destdir!=0)
    [all...]
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
InstrumentTask.java 36 private File destdir; field in class:InstrumentTask
45 * @param destdir
48 public void setDestdir(final File destdir) {
49 this.destdir = destdir;
74 if (destdir == null) {
91 destdir.getAbsolutePath()));
96 final File file = new File(destdir, resource.getName());
ReportTask.java 167 private File destdir; field in class:ReportTask.HTMLFormatterElement
180 * @param destdir
183 public void setDestdir(final File destdir) {
184 this.destdir = destdir;
233 if (destdir != null) {
242 if (destdir == null) {
247 output = new FileMultiReportOutput(destdir);
  /external/libcap-ng/libcap-ng-0.7/
py-compile 45 destdir=
56 --destdir)
58 usage_error "option '--destdir' requires an argument"
60 destdir=$2
66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
68 Byte compile some python scripts FILES. Use --destdir to specify any
74 py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py
111 # if destdir was given, then it needs to be prepended to the filename to
113 if [ -z "$destdir" ]; then
116 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)
    [all...]
  /external/ltp/scripts/
detect_distro.sh 29 destdir=
40 destdir=$OPTARG
48 etc_dir="$destdir/etc"
  /external/toolchain-utils/deprecated/
build_benchmarks.py 70 def CreateRunsh(destdir, benchmark):
77 runshfile = destdir + '/run.sh'
85 def CreateBinaryCopy(sourcedir, destdir, copy=None):
86 """Create links in perflab-bin/destdir/* to sourcedir/*, instead of copies
90 destdir: directory to which to copy.
92 copy all to destdir.
105 if os.path.exists(destdir):
106 command = 'rm -rf %s.old' % destdir
110 command = 'mv %s %s.old' % (destdir, destdir)
    [all...]
  /external/lisa/libs/wlgen/wlgen/
perf_bench.py 89 destdir = params['destdir']
90 if destdir is None:
93 logfile = '{}/output.log'.format(destdir)
111 perfile = '{}/performance.json'.format(destdir)
176 destdir = params['destdir']
177 if destdir is None:
180 logfile = '{}/output.log'.format(destdir)
204 perfile = '{}/performance.json'.format(destdir)
    [all...]
rta.py 170 destdir = params['destdir']
171 if destdir is None:
173 self._log.debug('Pulling logfiles to [%s]...', destdir)
177 self.target.pull(logfile, destdir)
178 self._log.debug('Pulling JSON to [%s]...', destdir)
180 destdir)
181 logfile = self.target.path.join(destdir, 'output.log')
workload.py 117 ``params["destdir"]`` set to the host directory to store workload
296 self.__callback('postrun', destdir=out_dir)
  /external/python/cpython2/Tools/ssl/
test_multiple_versions.py 56 def __init__(self, version, openssl_compile_args=(), destdir=DEST_DIR):
61 self.install_dir = os.path.join(destdir, version)
63 self.src_file = os.path.join(destdir, "src",
66 self.build_dir = os.path.join(destdir, "src",
  /external/python/cpython3/Tools/ssl/
test_multiple_versions.py 56 def __init__(self, version, openssl_compile_args=(), destdir=DEST_DIR):
61 self.install_dir = os.path.join(destdir, version)
63 self.src_file = os.path.join(destdir, "src",
66 self.build_dir = os.path.join(destdir, "src",
  /external/ltp/testscripts/build/
build_test_function.sh 38 destdir -> $tmp_destdir
101 # 3 - the DESTDIR.
108 DESTDIR="$4" \
158 # 3 - DESTDIR
166 ${3:+"DESTDIR=$3"} \
173 # 1 - install directory for tree, e.g. $(DESTDIR)/$(prefix)
  /external/toybox/toys/posix/
cp.c 367 int i, destdir = !stat(destname, &TT.top) && S_ISDIR(TT.top.st_mode); local
369 if (toys.optc>1 && !destdir) error_exit("'%s' not directory", destname);
405 if (destdir) TT.destname = xmprintf("%s/%s", destname, basename(src));
436 if (destdir) free(TT.destname);
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/
org.jacoco.ant-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/
org.jacoco.ant-0.7.6.201602180812.jar 

Completed in 364 milliseconds

1 2 3 4 5