HomeSort by relevance Sort by last modified time
    Searched refs:PACKAGE (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /ndk/build/awk/
extract-pid.awk 16 # Extract the pid of a given package name. This assumes that the
17 # input is the product of 'adb shell ps' and that the PACKAGE variable
18 # has been initialized to the package's name. In other words, this should
21 # adb shell ps | awk -f <this-script> -v PACKAGE=<name>
23 # The printed value will be 0 if the package is not found.
25 # NOTE: For some reason, simply using $9 == PACKAGE does not work
32 # Need to escape the dots in the package name
40 gsub("\\.","\\.",PACKAGE)
44 # contains the package name, while the 2nd one contains the pid
46 $9 ~ PACKAGE {
    [all...]
extract-package-name.awk 15 # A nawk/gawk script used to extract the package name from an application's
20 # The name itself is the value of the 'package' attribute in the
25 PACKAGE="";
30 PACKAGE = XML_ATTR["package"];
34 if (!PACKAGE)
35 PACKAGE = "<none>";
37 print PACKAGE;
  /external/dhcpcd/
config.h 30 #define PACKAGE "dhcpcd"
60 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
63 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
66 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
69 # define LEASEFILE DBDIR "/" PACKAGE "-%s.lease"
72 # define PIDFILE RUNDIR "/" PACKAGE "-%s.pid"
  /cts/tools/signature-tools/src/signature/converter/
Visibility.java 17 package signature.converter;
26 * <li><code>PACKAGE</code> the public, protected and package visible classes
35 PUBLIC, PROTECTED, PACKAGE, PRIVATE;
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoSimplePackage.java 0 package android.test.anno;
5 @Target(ElementType.PACKAGE)
  /external/oprofile/libutil/
op_version.c 21 printf("%s: " PACKAGE " " VERSION " compiled on "
  /libcore/luni/src/main/java/java/lang/annotation/
ElementType.java 18 package java.lang.annotation;
57 * Package declaration.
59 PACKAGE
  /external/qemu/distrib/
make-distrib.sh 3 # this script is used to build a source distribution package for the Android emulator
4 # the package includes:
15 TMPROOT=/tmp/android-package
17 PACKAGE=android-emulator-$DATE
18 TMPDIR=$TMPROOT/$PACKAGE
38 tar cjf $PACKAGE.tar.bz2 $PACKAGE
43 echo "please grab $TMPROOT/$PACKAGE.tar.bz2"
  /external/chromium/sdch/open-vcdiff/vsprojects/
config.h 38 /* Name of package */
39 #define PACKAGE "open-vcdiff"
41 /* Define to the address where bug reports for this package should be sent. */
44 /* Define to the full name of this package. */
47 /* Define to the full name and version of this package. */
50 /* Define to the one symbol short name of this package. */
53 /* Define to the version of this package. */
59 /* Version number of package */
  /external/chromium/sdch/open-vcdiff/packages/
deb.sh 3 # This takes one commandline argument, the name of the package. If no
14 PACKAGE="$1"
30 # Find the top directory for this package
34 archive="${PACKAGE}-${VERSION}"
35 archive_with_underscore="${PACKAGE}_${VERSION}"
37 echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2
41 # Create a pristine directory for building the Debian package files
74 echo "The Debian package files are located in $PWD/$destdir"
rpm.sh 13 PACKAGE="$1"
15 fullname="${PACKAGE}-${VERSION}"
20 echo "Usage: $0 <package name> <package version>" 1>&2
51 --define "NAME $PACKAGE" \
71 # We want to get not only the main package but devel etc, hence the middle *
72 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
75 echo "The rpm package file(s) are located in $PWD/$destdir"
  /cts/tools/dasm/src/java_cup/
sym.java 7 package java_cup;
32 static final int PACKAGE = 2;
  /external/chromium/sdch/mac/
config.h 87 /* Name of package */
88 #define PACKAGE "open-vcdiff"
90 /* Define to the address where bug reports for this package should be sent. */
93 /* Define to the full name of this package. */
96 /* Define to the full name and version of this package. */
99 /* Define to the one symbol short name of this package. */
102 /* Define to the version of this package. */
111 /* Version number of package */
  /external/dbus/dbus/
dbus-marshal-byteswap.h 31 #ifndef PACKAGE
  /external/genext2fs/
config.h 87 /* Name of package */
88 #define PACKAGE "genext2fs"
90 /* Define to the address where bug reports for this package should be sent. */
93 /* Define to the full name of this package. */
96 /* Define to the full name and version of this package. */
99 /* Define to the one symbol short name of this package. */
102 /* Define to the version of this package. */
115 /* Version number of package */
  /external/grub/
config.h 82 /* Name of package */
83 #define PACKAGE "grub"
85 /* Define to the address where bug reports for this package should be sent. */
88 /* Define to the full name of this package. */
91 /* Define to the full name and version of this package. */
94 /* Define to the one symbol short name of this package. */
97 /* Define to the version of this package. */
106 /* Version number of package */
  /external/oprofile/
config.h 64 /* package binary directory */
67 /* package data directory */
70 /* Name of package */
71 #define PACKAGE "oprofile"
73 /* Define to the address where bug reports for this package should be sent. */
76 /* Define to the full name of this package. */
79 /* Define to the full name and version of this package. */
82 /* Define to the one symbol short name of this package. */
85 /* Define to the version of this package. */
97 /* Version number of package */
    [all...]
  /external/libxml2/
config.h 3 #define PACKAGE "libxml2"
256 /* Name of package */
257 #define PACKAGE "libxml2"
259 /* Define to the address where bug reports for this package should be sent. */
262 /* Define to the full name of this package. */
265 /* Define to the full name and version of this package. */
268 /* Define to the one symbol short name of this package. */
271 /* Define to the version of this package. */
283 /* Version number of package */
  /device/samsung/crespo/alsa-lib/include/
config.h 116 /* Name of package */
117 #define PACKAGE "alsa-lib"
119 /* Define to the address where bug reports for this package should be sent. */
122 /* Define to the full name of this package. */
125 /* Define to the full name and version of this package. */
128 /* Define to the one symbol short name of this package. */
131 /* Define to the version of this package. */
  /external/grub/util/
grub-set-default.in 21 PACKAGE=@PACKAGE@
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckReturnValue.java 0 package javax.annotation;
13 ElementType.PACKAGE })
  /external/libffi/darwin-x86/
fficonfig.h 101 /* Name of package */
102 #define PACKAGE "libffi"
104 /* Define to the address where bug reports for this package should be sent. */
107 /* Define to the full name of this package. */
110 /* Define to the full name and version of this package. */
113 /* Define to the one symbol short name of this package. */
116 /* Define to the version of this package. */
140 /* Version number of package */
  /ndk/build/tools/
download-toolchain-sources.sh 18 # from the git server at android.git.kernel.org and package them in a nice tarball
42 register_var_option "--package" OPTION_PACKAGE "Create source package in /tmp"
62 echo "ERROR: You need to provide a <src-dir> parameter or use the --package option!"
150 # create the package
151 PACKAGE=/tmp/$PKGNAME.tar.bz2
152 dump "Creating package archive $PACKAGE"
158 run tar $TARFLAGS $PACKAGE -C /tmp/$PKGNAME .
160 dump "Could not package toolchain source archive ?. See $TMPLOG
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
LauncherActivity_IconResizerTest.java 17 package android.app.cts;
35 private static final String PACKAGE = "com.android.cts.stub";
39 super(PACKAGE, LauncherActivityStub.class);
  /device/samsung/crespo/alsa-utils/include/
aconfig.h.in 31 /* Name of package */
32 #undef PACKAGE
34 /* Define to the address where bug reports for this package should be sent. */
37 /* Define to the full name of this package. */
40 /* Define to the full name and version of this package. */
43 /* Define to the one symbol short name of this package. */
46 /* Define to the version of this package. */

Completed in 2385 milliseconds

1 2 3 4 5 6 7