Home
last modified time | relevance | path

Searched refs:PACKAGE (Results 1 – 25 of 755) sorted by relevance

12345678910>>...31

/external/libpng/scripts/
Dmakefile.cegcc29 PACKAGE = $(NAME)-$(VER)
44 @rm -rf $(PACKAGE)/ $(PACKAGE)-bin/ $(PACKAGE)-dev/
48 @rm -rf $(PACKAGE)-bin*
49 @rm -rf $(PACKAGE)-dev*
53 @cp -R ../src/$(PACKAGE) .
55 @mkdir -p $(PACKAGE)-bin/bin
56 @mkdir -p $(PACKAGE)-bin/manifest
57 @mkdir -p $(PACKAGE)-dev/lib/pkgconfig
58 @mkdir -p $(PACKAGE)-dev/include/$(NAME)$(VERMAJ)$(VERMIN)
59 @mkdir -p $(PACKAGE)-dev/manifest
[all …]
/external/toybox/scripts/root/
Dplumbing29 PACKAGE="$(basename "$1")"
30 announce "$PACKAGE" && cd "$MYBUILD" && rm -rf "$PACKAGE" || exit 1
31 if [ -d "$DOWNLOAD/$PACKAGE" ]; then
32 cp -la "$DOWNLOAD/$PACKAGE/." "$PACKAGE" && cd "$PACKAGE" || exit 1
34 tar xvaf "$DOWNLOAD/$PACKAGE"-*.t* && cd "$PACKAGE"-* || exit 1
42 [ -z "$PACKAGE" ] && exit 1
44 cd .. && rm -rf "$PACKAGE"* || exit 1
/external/e2fsprogs/intl/
DMakefile.in19 PACKAGE = @PACKAGE@
305 $(Q) if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
320 $(Q) if test "$(PACKAGE)" = "gettext-tools" \
362 $(Q) if test "$(PACKAGE)" = "gettext-tools"; then \
389 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
395 if test "$(PACKAGE)" = "gettext-tools" \
407 if test "$(PACKAGE)" = "gettext-tools"; then \
423 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
431 if test "$(PACKAGE)" = "gettext-tools" \
463 if test "$(PACKAGE)" = "gettext-tools"; then \
[all …]
Dref-add.sin26 s/ @PACKAGE@ / @PACKAGE@ /
28 s/ $/ @PACKAGE@ /
/external/chromium-trace/catapult/devil/devil/android/tools/
Dsystem_app_devicetest.py31 PACKAGE = 'com.google.android.webview' variable in SystemAppDeviceTest
36 self._original_paths = self._device.GetApplicationPaths(self.PACKAGE)
46 final_paths = self._device.GetApplicationPaths(self.PACKAGE)
49 self._device.Uninstall(self.PACKAGE)
75 '%s is not installed on %s' % (self.PACKAGE, str(self._device)))
78 (self.PACKAGE, str(self._device)))
84 with system_app.ReplaceSystemApp(self._device, self.PACKAGE, replacement):
85 replaced_paths = self._device.GetApplicationPaths(self.PACKAGE)
87 restored_paths = self._device.GetApplicationPaths(self.PACKAGE)
92 system_app.RemoveSystemApps(self._device, [self.PACKAGE])
[all …]
/external/python/pycparser/utils/internal/
Dzc.c6 #define PACKAGE "wgram" macro
39 PACKAGE, N, MAXGRAM); in main()
48 fprintf(stderr, "%s: Error - opening `%s'\n", PACKAGE, optarg); in main()
53 fprintf(stderr, "%s: Error - No such option: `%c'\n\n", PACKAGE, optopt); in main()
97 printf("%s,%s extract N-grams from text data\n", PACKAGE, VERSION); in print_help()
98 printf("Usage: %s [-h] [-v] [-n INT] [-w] [-f FILE]\n\n", PACKAGE); in print_help()
/external/mesa3d/.gitlab-ci/
Dcreate-rootfs.sh88 for PACKAGE in ${UNNEEDED_PACKAGES}
90 echo ${PACKAGE}
91 if ! apt-get remove --purge --yes "${PACKAGE}"
93 echo "WARNING: ${PACKAGE} isn't installed"
164 for PACKAGE in ${UNNEEDED_PACKAGES}
166 echo "Forcing removal of ${PACKAGE}"
167 if ! dpkg --purge --force-remove-essential --force-depends "${PACKAGE}"
169 echo "WARNING: ${PACKAGE} isn't installed"
/external/selinux/policycoreutils/load_policy/
Dload_policy.c16 #ifndef PACKAGE
17 #define PACKAGE "policycoreutils" /* the name of this package lang translation */ macro
32 bindtextdomain(PACKAGE, LOCALEDIR); in main()
33 textdomain(PACKAGE); in main()
/external/tensorflow/tensorflow/tools/docs/
Dtf_doctest.py55 PACKAGE = 'tensorflow.python.' variable
81 if name.startswith(PACKAGE):
104 if any(PACKAGE + submodule in mod.__name__ for submodule in submodules)
120 mod_index = file_path.find(PACKAGE.replace('.', os.sep))
193 module.__name__.startswith(PACKAGE + prefix)
227 tf_python_root = importlib.import_module(PACKAGE[:-1])
/external/libchrome/third_party/markupsafe/
Dget_markupsafe.sh7 PACKAGE='MarkupSafe'
16 SRC_URL+="${PACKAGE:0:1}/$PACKAGE/$PACKAGE-$VERSION.tar.gz"
22 BUILD_DIR="$PACKAGE-$VERSION"
/external/selinux/policycoreutils/run_init/
Drun_init.c63 #ifndef PACKAGE
64 #define PACKAGE "policycoreutils" /* the name of this package lang translation */ macro
361 bindtextdomain(PACKAGE, LOCALEDIR);
362 textdomain(PACKAGE);
/external/llvm-project/flang/include/flang/Common/
Dtemplate.h209 template <template <typename> class F, template <typename...> class PACKAGE,
211 struct MapTemplateHelper<F, PACKAGE, std::tuple<Ts...>> {
212 using type = PACKAGE<F<Ts>...>;
214 template <template <typename> class F, template <typename...> class PACKAGE,
216 struct MapTemplateHelper<F, PACKAGE, std::variant<Ts...>> {
217 using type = PACKAGE<F<Ts>...>;
220 template <typename...> class PACKAGE = std::variant>
222 typename MapTemplateHelper<F, PACKAGE, TUPLEorVARIANT>::type;
/external/libogg/win32/
DMakefile.in36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
95 PACKAGE = @PACKAGE@
144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
/external/libevent/m4/
Dax_prog_doxygen.m4398 DX_CLEAN_CHI = \$(DX_DOCDIR)/\$(PACKAGE).chi]dnl
400 \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).chi]])["]],
452 DX_CLEAN_PS = \$(DX_DOCDIR)/\$(PACKAGE).ps]dnl
454 \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).ps]])[
461 [[\$(DX_DOCDIR]DX_i[)/\$(PACKAGE).ps: \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).tag
474 \$(DX_DVIPS) -o ../\$(PACKAGE).ps refman.dvi
483 DX_CLEAN_PDF = \$(DX_DOCDIR)/\$(PACKAGE).pdf]dnl
485 \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).pdf]])[
492 [[\$(DX_DOCDIR]DX_i[)/\$(PACKAGE).pdf: \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).tag
505 mv refman.pdf ../\$(PACKAGE).pdf
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/partials/
Dtensorflow-ppc64le.partial.Dockerfile26PACKAGE=$(wget -qO- ${BASE}"api/xml?xpath=//fileName&wrapper=artifacts" | grep -o "[^<>]*cp${MAJOR…
27 wget ${BASE}"artifact/tensorflow_pkg/"${PACKAGE}; \
28 python3 -m pip install --no-cache-dir ${PACKAGE}
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dinstall_all_python_modules.sh31 for PACKAGE in ./grpcio_*; do
32 pushd "${PACKAGE}";
/external/libwebsockets/plugin-standalone/
DCMakeLists.txt12 set(PACKAGE "lws-protocol-plugin-example") variable
13 set(CPACK_PACKAGE_NAME "${PACKAGE}")
16 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dsetup.sh25 PACKAGE=$3
62 BISECT_PACKAGE=${PACKAGE}
/external/ImageMagick/m4/
Dax_prefix_config_h.m422 # OUTPUT-HEADER = $PACKAGE-config.h
23 # PREFIX = $PACKAGE
31 # AM_INIT_AUTOMAKE(testpkg, 0.1.1) # makes #undef VERSION and PACKAGE
122 AC_CONFIG_COMMANDS(m4_default([$1], [$PACKAGE-config.h]),[dnl
131 _OUT=`echo m4_default([$1], [$PACKAGE-config.h])`
133 _PKG=`echo m4_default([$2], [$PACKAGE])`
203 ],[PACKAGE="$PACKAGE"])])
/external/libxml2/macos/src/
Dconfig-mac.h9 #define PACKAGE macro
139 #define PACKAGE macro
/external/turbine/java/com/google/turbine/model/
DTurbineVisibility.java23 PACKAGE(1, 0), enumConstant
65 return PACKAGE; in fromAccess()
/external/llvm-project/polly/lib/External/isl/m4/
Dax_create_pkgconfig_info.m420 # PACKAGE_NAME defaults to $PACKAGE if not set.
23 # The resulting file is called $PACKAGE.pc.in / $PACKAGE.pc
87 PKGCONFIG_libname="$PACKAGE"
212 package=@PACKAGE@
234 s|@PACKAGE@|${pkgconfig_package}|
259 s|@PACKAGE@|${pkgconfig_package}|
288 s|@PACKAGE@|\"${pkgconfig_package}\"|
/external/auto/common/src/main/java/com/google/auto/common/
DVisibility.java19 import static javax.lang.model.element.ElementKind.PACKAGE;
55 if (element.getKind().equals(PACKAGE) || element.getKind().equals(MODULE)) { in ofElement()
/external/libcap-ng/libcap-ng-0.7/m4/
DMakefile.in41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkglibexecdir = $(libexecdir)/@PACKAGE@
154 PACKAGE = @PACKAGE@
/external/libogg/doc/libogg/
DMakefile.in20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
114 PACKAGE = @PACKAGE@
150 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg

12345678910>>...31