Home
last modified time | relevance | path

Searched refs:PKG (Results 1 – 25 of 46) sorted by relevance

12

/external/fsverity-utils/scripts/
Ddo-release.sh19 PKG=fsverity-utils-$VERS
34 git tag --sign "v$VERS" --message="$PKG"
36 git archive "v$VERS" --prefix="$PKG/" > "$PKG.tar"
37 tar xf "$PKG.tar"
38 ( cd "$PKG" && make check )
39 rm -r "$PKG"
41 gpg --detach-sign --armor "$PKG.tar"
44 kup put "$PKG.tar" "$PKG.tar.asc" "$DESTDIR/$PKG.tar.gz"
/external/cldr/tools/scripts/
DCLDRWrapper48 "XMLValidator") PKG=org.unicode.cldr.util;;
49 "ShowLanguages") PKG=org.unicode.cldr.tool;;
50 "LDML2ICUConverter") PKG=org.unicode.cldr.icu;;
51 "ConsoleCheckCLDR") PKG=org.unicode.cldr.test;;
52 "Ldml2JsonConverter") PKG=org.unicode.cldr.json;;
53 *) PKG=org.unicode.cldr.tool;;
57 if [ $PKG = "UNKNOWN" ];
67 echo Symlink $0 to the names XMLValidator, LDML2ICUConverter, and other ${PKG} tools.
70 exec ${JAVA} ${VM_OPTS} ${WRAPPER_OPTS} ${CWDEFS} ${CPCMD} ${PKG}.${ME} "$@"
/external/selinux/scripts/
Dmake-update10 PKG=$2
15 if [ \! -d $PKG ]; then
16 echo "$PKG does not exist."
20 cd $PKG
22 ARCHIVE=$PKG-$VERS.tar.gz
23 git tag $PKG-$VERS
24 git archive --format=tar --prefix=$PKG-$VERS/ $PKG-$VERS | gzip > ../$DEST/$ARCHIVE
/external/tensorflow/third_party/toolchains/preconfig/generate/
Dgenerate.sh29 PKG="third_party/toolchains/preconfig"
62 "${PKG}/generate:${TARGET}"
64 tar xvf "${ROOT}/bazel-bin/${PKG}/generate/${TARGET}_outputs.tar"
/external/e2fsprogs/debian/
De2fsprogs.preinst6 PKG=e2fsprogs
7 DOCLNK=/usr/share/doc/$PKG
De2fsck-static.preinst6 PKG=e2fsck-static
7 DOCLNK=/usr/share/doc/$PKG
/external/llvm-project/llvm/bindings/ocaml/executionengine/
DCMakeLists.txt6 PKG ctypes)
/external/llvm/bindings/ocaml/executionengine/
DCMakeLists.txt6 PKG ctypes)
/external/tensorflow/third_party/systemlibs/
Dgast.BUILD4 name = "PKG-INFO",
/external/tensorflow/third_party/
Dgast.BUILD6 exports_files(["PKG-INFO"])
/external/python/six/six.egg-info/
DSOURCES.txt12 six.egg-info/PKG-INFO
/external/llvm/cmake/modules/
DAddOCaml.cmake7 # add_ocaml_library(pkg_a OCAML mod_a OCAMLDEP pkg_b C mod_a_stubs PKG ctypes LLVM core)
19 # PKG Names of ocamlfind packages this library depends on.
26 CMAKE_PARSE_ARGUMENTS(ARG "NOCOPY" "" "OCAML;OCAMLDEP;C;CFLAGS;PKG;LLVM" ${ARGN})
/external/llvm-project/llvm/cmake/modules/
DAddOCaml.cmake7 # add_ocaml_library(pkg_a OCAML mod_a OCAMLDEP pkg_b C mod_a_stubs PKG ctypes LLVM core)
19 # PKG Names of ocamlfind packages this library depends on.
26 CMAKE_PARSE_ARGUMENTS(ARG "NOCOPY" "" "OCAML;OCAMLDEP;C;CFLAGS;PKG;LLVM" ${ARGN})
/external/python/futures/futures.egg-info/
DSOURCES.txt19 futures.egg-info/PKG-INFO
/external/starlark-go/docs/
Dupdate.go68 Redirecting to godoc.org page for $PKG...
/external/icu/icu4c/source/samples/uresb/
DMakefile26 PKG=$(TARGET) macro
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DMANIFEST3 PKG-INFO
/external/eigen/cmake/
DFindFFTW.cmake27 #Determine from PKG
/external/python/setuptools/setuptools.egg-info/
Dentry_points.txt54 PKG-INFO = setuptools.command.egg_info:write_pkg_info
DSOURCES.txt93 setuptools.egg-info/PKG-INFO
/external/toybox/scripts/
Dmkroot.sh10 { [ "$1" != '--' ] && PKG="${PKG:-plumbing} $1"; }
127 for i in $PKG; do
/external/python/cpython3/Doc/distutils/
Dexamples.rst305 in a static file called :file:`PKG-INFO`. When a Distutils-based project is
306 installed in Python, the :file:`PKG-INFO` file is copied alongside the modules
/external/python/setuptools/docs/
Dformats.txt103 Python ``PKG-INFO`` file, named ``PKG-INFO`` and placed within the
107 file that directly contains the ``PKG-INFO`` metadata. This eliminates
115 In addition to the ``PKG-INFO`` file, an egg's metadata directory may
156 versions without having to read the egg's PKG-INFO to determine its
217 In addition to the minimum required ``PKG-INFO`` metadata, projects can
/external/openssh/
Dbuildpkg.sh.in247 PKG=$PKGNAME
/external/tensorflow/tensorflow/tools/pip_package/
DBUILD203 "@gast_archive//:PKG-INFO",

12