Searched refs:PKG (Results 1 – 25 of 47) sorted by relevance
12
/external/cldr/tools/scripts/ |
D | CLDRWrapper | 48 "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/ |
D | make-update | 10 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/syzkaller/vendor/google.golang.org/appengine/internal/ |
D | regen.sh | 7 PKG=google.golang.org/appengine 21 pkgdir=$(go list -f '{{.Dir}}' $PKG) 23 base=$(echo $pkgdir | sed "s,/$PKG\$,,") 28 for dir in $(find $PKG/internal -name '*.proto' | xargs dirname | sort | uniq); do 33 for f in $(find $PKG/internal -name '*.pb.go'); do
|
/external/e2fsprogs/debian/ |
D | e2fsprogs.preinst | 6 PKG=e2fsprogs 7 DOCLNK=/usr/share/doc/$PKG
|
D | e2fsck-static.preinst | 6 PKG=e2fsck-static 7 DOCLNK=/usr/share/doc/$PKG
|
/external/llvm/cmake/modules/ |
D | AddOCaml.cmake | 7 # 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/bindings/ocaml/executionengine/ |
D | CMakeLists.txt | 6 PKG ctypes)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/ |
D | CMakeLists.txt | 6 PKG ctypes)
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | AddOCaml.cmake | 7 # 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/six/six.egg-info/ |
D | SOURCES.txt | 12 six.egg-info/PKG-INFO
|
/external/python/futures/futures.egg-info/ |
D | SOURCES.txt | 19 futures.egg-info/PKG-INFO
|
/external/icu/icu4c/source/samples/uresb/ |
D | Makefile | 26 PKG=$(TARGET) macro
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | MANIFEST | 3 PKG-INFO
|
/external/eigen/cmake/ |
D | FindFFTW.cmake | 27 #Determine from PKG
|
/external/python/setuptools/setuptools.egg-info/ |
D | entry_points.txt | 54 PKG-INFO = setuptools.command.egg_info:write_pkg_info
|
D | SOURCES.txt | 93 setuptools.egg-info/PKG-INFO
|
/external/python/cpython3/Doc/distutils/ |
D | examples.rst | 303 in a static file called :file:`PKG-INFO`. When a Distutils-based project is 304 installed in Python, the :file:`PKG-INFO` file is copied alongside the modules
|
/external/python/setuptools/docs/ |
D | formats.txt | 103 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
|
D | pkg_resources.txt | 959 ``Distribution`` to try to discover its version by reading its ``PKG-INFO`` 960 metadata file. If ``PKG-INFO`` is unavailable or can't be parsed, 1519 resource: ``PKG-INFO``. The supplied path should be a distutils PKG-INFO 1521 requests for ``PKG-INFO`` will be answered using the contents of the 1751 option of including ``PKG-INFO`` files to indicate the presence of a
|
/external/tensorflow/tensorflow/tools/pip_package/ |
D | BUILD | 164 "@gast_archive//:PKG-INFO",
|
/external/openssh/ |
D | buildpkg.sh.in | 247 PKG=$PKGNAME
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6rc1.rst | 294 Fix distutils PKG-INFO writing logic to allow having non-ascii characters
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.1.rst | 550 :file:`PKG-INFO` containing information about the package such as its name, 552 the full list of fields that can be present in the :file:`PKG-INFO` file. As 561 You can start creating packages containing :file:`PKG-INFO` even if you're not
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.1.rst | 550 :file:`PKG-INFO` containing information about the package such as its name, 552 the full list of fields that can be present in the :file:`PKG-INFO` file. As 561 You can start creating packages containing :file:`PKG-INFO` even if you're not
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | MANIFEST | 3 PKG-INFO
|
12