Home
last modified time | relevance | path

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

12345678910>>...25

/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/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 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/protobuf/more_tests/
DMakefile21 PACKAGE=protobuf.tar.gz macro
23 src: $(PACKAGE)
24 tar zxvf $(PACKAGE)
25 mv `basename $(PACKAGE) .tar.gz` src
/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/cmockery/cmockery_0_1_2/packages/
Drpm.sh13 PACKAGE="$1"
15 fullname="${PACKAGE}-${VERSION}"
51 --define "NAME $PACKAGE" \
72 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
Ddeb.sh14 PACKAGE="$1"
33 archive="$(basename "$(ls -1 ${topdir}/$PACKAGE*.tar.gz | tail -n 1)" .tar.gz)"
35 echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2
/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
353 bindtextdomain(PACKAGE, LOCALEDIR);
354 textdomain(PACKAGE);
/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/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 ${PIP} install ${PACKAGE}
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dpip.sh392 for PACKAGE in ${INSTALL_EXTRA_PIP_PACKAGES}; do
393 echo "Installing extra pip package required by test-on-install: ${PACKAGE}"
395 pip install ${PACKAGE}
397 echo "pip install ${PACKAGE} FAILED"
Dpip_new.sh346 for PACKAGE in ${INSTALL_EXTRA_PIP_PACKAGES}; do
347 echo "Installing extra pip package required by test-on-install: ${PACKAGE}"
349 ${PIP_BIN_PATH} install ${PACKAGE}
351 echo "${PIP_BIN_PATH} install ${PACKAGE} FAILED."
/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/tensorflow/tensorflow/lite/tools/pip_package/
Dsetup.py41 PACKAGE = 'tflite_runtime.lite.python' variable
123 name='%s._interpreter_wrapper' % PACKAGE,
155 package_dir={PACKAGE: '.'},
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dsetup.sh25 PACKAGE=$3
62 BISECT_PACKAGE=${PACKAGE}
/external/libxml2/macos/src/
Dconfig-mac.h9 #define PACKAGE macro
139 #define PACKAGE macro
/external/cmockery/cmockery_0_1_2/
DMakefile.am24 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
109 @cd packages && ./rpm.sh ${PACKAGE} ${VERSION}
112 @cd packages && ./deb.sh ${PACKAGE} ${VERSION}
/external/turbine/java/com/google/turbine/model/
DTurbineVisibility.java23 PACKAGE(1, 0), enumConstant
65 return PACKAGE; in fromAccess()
/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
/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/speex/symbian/
DMakefile.in65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 pkglibdir = $(libdir)/@PACKAGE@
68 pkglibexecdir = $(libexecdir)/@PACKAGE@
171 PACKAGE = @PACKAGE@
/external/speex/win32/VS2005/libspeexdsp/
DMakefile.in65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 pkglibdir = $(libdir)/@PACKAGE@
68 pkglibexecdir = $(libexecdir)/@PACKAGE@
171 PACKAGE = @PACKAGE@
/external/speex/ti/speex_C64_test/
DMakefile.in65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkgincludedir = $(includedir)/@PACKAGE@
67 pkglibdir = $(libdir)/@PACKAGE@
68 pkglibexecdir = $(libexecdir)/@PACKAGE@
171 PACKAGE = @PACKAGE@

12345678910>>...25