/external/libpng/scripts/ |
D | makefile.cegcc | 29 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/ |
D | Makefile.in | 19 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 …]
|
D | ref-add.sin | 26 s/ @PACKAGE@ / @PACKAGE@ / 28 s/ $/ @PACKAGE@ /
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | system_app_devicetest.py | 31 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/ |
D | Makefile | 21 PACKAGE=protobuf.tar.gz macro 23 src: $(PACKAGE) 24 tar zxvf $(PACKAGE) 25 mv `basename $(PACKAGE) .tar.gz` src
|
/external/selinux/policycoreutils/load_policy/ |
D | load_policy.c | 16 #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/ |
D | rpm.sh | 13 PACKAGE="$1" 15 fullname="${PACKAGE}-${VERSION}" 51 --define "NAME $PACKAGE" \ 72 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
|
D | deb.sh | 14 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/ |
D | get_markupsafe.sh | 7 PACKAGE='MarkupSafe' 16 SRC_URL+="${PACKAGE:0:1}/$PACKAGE/$PACKAGE-$VERSION.tar.gz" 22 BUILD_DIR="$PACKAGE-$VERSION"
|
/external/selinux/policycoreutils/run_init/ |
D | run_init.c | 63 #ifndef PACKAGE 64 #define PACKAGE "policycoreutils" /* the name of this package lang translation */ macro 353 bindtextdomain(PACKAGE, LOCALEDIR); 354 textdomain(PACKAGE);
|
/external/libogg/win32/ |
D | Makefile.in | 36 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/ |
D | tensorflow-ppc64le.partial.Dockerfile | 26 …PACKAGE=$(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/ |
D | pip.sh | 392 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"
|
D | pip_new.sh | 346 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/ |
D | ax_prefix_config_h.m4 | 22 # 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/ |
D | setup.py | 41 PACKAGE = 'tflite_runtime.lite.python' variable 123 name='%s._interpreter_wrapper' % PACKAGE, 155 package_dir={PACKAGE: '.'},
|
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
D | setup.sh | 25 PACKAGE=$3 62 BISECT_PACKAGE=${PACKAGE}
|
/external/libxml2/macos/src/ |
D | config-mac.h | 9 #define PACKAGE macro 139 #define PACKAGE macro
|
/external/cmockery/cmockery_0_1_2/ |
D | Makefile.am | 24 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/ |
D | TurbineVisibility.java | 23 PACKAGE(1, 0), enumConstant 65 return PACKAGE; in fromAccess()
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | Makefile.in | 41 pkgdatadir = $(datadir)/@PACKAGE@ 42 pkgincludedir = $(includedir)/@PACKAGE@ 43 pkglibdir = $(libdir)/@PACKAGE@ 44 pkglibexecdir = $(libexecdir)/@PACKAGE@ 154 PACKAGE = @PACKAGE@
|
/external/libogg/doc/libogg/ |
D | Makefile.in | 20 pkgdatadir = $(datadir)/@PACKAGE@ 21 pkglibdir = $(libdir)/@PACKAGE@ 22 pkgincludedir = $(includedir)/@PACKAGE@ 114 PACKAGE = @PACKAGE@ 150 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
|
/external/speex/ti/speex_C55_test/ |
D | Makefile.in | 65 pkgdatadir = $(datadir)/@PACKAGE@ 66 pkgincludedir = $(includedir)/@PACKAGE@ 67 pkglibdir = $(libdir)/@PACKAGE@ 68 pkglibexecdir = $(libexecdir)/@PACKAGE@ 171 PACKAGE = @PACKAGE@
|
/external/speex/win32/VS2003/tests/ |
D | Makefile.in | 65 pkgdatadir = $(datadir)/@PACKAGE@ 66 pkgincludedir = $(includedir)/@PACKAGE@ 67 pkglibdir = $(libdir)/@PACKAGE@ 68 pkglibexecdir = $(libexecdir)/@PACKAGE@ 171 PACKAGE = @PACKAGE@
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
D | Makefile.in | 40 pkgdatadir = $(datadir)/@PACKAGE@ 41 pkgincludedir = $(includedir)/@PACKAGE@ 42 pkglibdir = $(libdir)/@PACKAGE@ 43 pkglibexecdir = $(libexecdir)/@PACKAGE@ 154 PACKAGE = @PACKAGE@
|