Home
last modified time | relevance | path

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

12

/ndk/build/awk/
Dextract-pid.awk35 if (PACKAGE == "") {
36 PACKAGE="com.google.android.apps.maps"
65 if ($NF == PACKAGE) {
Dextract-package-name.awk25 PACKAGE="";
30 PACKAGE = XML_ATTR["package"];
34 if (!PACKAGE)
35 PACKAGE = "<none>";
37 print PACKAGE;
/ndk/build/tools/
Dbuild-libportable.sh195 PACKAGE="$PACKAGE_DIR/libportable-libs-$ABI.tar.bz2"
196 log "Packaging: $PACKAGE"
197 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
199 dump "Packaging: $PACKAGE"
Dbuild-cxx-stl.sh688 PACKAGE="$PACKAGE_DIR/${CXX_STL_PACKAGE}-libs-$ABI"
690 PACKAGE="${PACKAGE}-g"
692 PACKAGE="${PACKAGE}.tar.bz2"
693 log "Packaging: $PACKAGE"
694 pack_archive "$PACKAGE" "$OUT_DIR" "$FILES"
696 dump "Packaging: $PACKAGE"
Dbuild-gnu-libstdc++.sh431 PACKAGE="$PACKAGE_DIR/gnu-libstdc++-headers-$VERSION.tar.bz2"
432 dump "Packaging: $PACKAGE"
433 pack_archive "$PACKAGE" "$NDK_DIR" "$GNUSTL_SUBDIR/$VERSION/include"
477 PACKAGE="$PACKAGE_DIR/gnu-libstdc++-libs-$VERSION-$ABI"
479 PACKAGE="${PACKAGE}-g"
481 PACKAGE="${PACKAGE}.tar.bz2"
482 dump "Packaging: $PACKAGE"
483 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
Dbuild-compiler-rt.sh281 PACKAGE="$PACKAGE_DIR/compiler-rt-libs-$ABI.tar.bz2"
282 log "Packaging: $PACKAGE"
283 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
285 dump "Packaging: $PACKAGE"
Ddownload-toolchain-sources.sh274 PACKAGE=/tmp/ndk-$USER/$PKGNAME.tar.bz2
275 dump "Creating package archive $PACKAGE"
276 pack_archive "$PACKAGE" "$TMPDIR" "."
278 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE"
Dbuild-ccache.sh45 register_option "--from=<url>" do_from "Specify source package" "$PACKAGE"
Dbuild-host-gdb.sh288 local PACKAGE="$PACKAGE_DIR/$PACKAGENAME"
295 run pack_archive "$PACKAGE" "$NDK_DIR" "$SRCDIR"
Dbuild-gcc.sh689 PACKAGE="$PACKAGE_DIR/libgccunwind-libs-$ABI.tar.bz2"
690 log "Packaging: $PACKAGE"
691 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
693 dump "Packaging: $PACKAGE"
Dbuild-host-python.sh441 local PACKAGE="$PACKAGE_DIR/$PACKAGENAME"
446 run pack_archive "$PACKAGE" "$BLDDIR" "$SRCDIR"
/ndk/sources/host-tools/make-3.81/config/
DMakefile.in35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
122 PACKAGE = @PACKAGE@
Dgettext.m4214 && test "$PACKAGE" != gettext-runtime \
215 && test "$PACKAGE" != gettext-tools; }; then
297 if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
138 PACKAGE = @PACKAGE@
/ndk/sources/host-tools/make-3.81/po/
DMakefile.in.in13 PACKAGE = @PACKAGE@
145 if test "$(PACKAGE)" = "gettext-tools"; then \
204 if test "$(PACKAGE)" = "gettext-tools"; then \
249 if test "$(PACKAGE)" = "gettext-tools"; then \
287 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
294 if test "$(PACKAGE)" = "gettext-tools"; then \
330 if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
DRules-quot17 …if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/s…
DMakevars21 DOMAIN = $(PACKAGE)
/ndk/sources/host-tools/make-3.81/
DMakefile.in39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
137 distdir = $(PACKAGE)-$(VERSION)
DMakefile.DOS70 PACKAGE = make
Dconfig.log153 | #define PACKAGE "make"
171 | #define PACKAGE "make"
392 PACKAGE='make'
474 #define PACKAGE "make"
Dconfigh.dos87 #define PACKAGE "make"
Daclocal.m4385 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
388 # The call with PACKAGE and VERSION arguments is the old style
389 # call (pre autoconf-2.50), which is being phased out. PACKAGE
423 AC_SUBST([PACKAGE], [$1])dnl subst
426 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl subst
430 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) definition
/ndk/sources/host-tools/make-3.81/doc/
DMakefile.in36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
137 PACKAGE = @PACKAGE@
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c410 bindtextdomain (PACKAGE, LOCALEDIR); in addr2line_main()
411 textdomain (PACKAGE); in addr2line_main()
/ndk/sources/host-tools/make-3.81/w32/
DMakefile.in37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
139 PACKAGE = @PACKAGE@

12