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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/tools/spdyshark/
moduleinfo.h 3 #ifdef PACKAGE
4 #undef PACKAGE
7 /* Name of package */
8 #define PACKAGE "spdy"
15 /* Version number of package */
moduleinfo.nmake 6 PACKAGE=spdy
  /external/dhcpcd/
defs.h 30 #define PACKAGE "dhcpcd"
34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
37 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
40 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
43 # define LEASEFILE DBDIR "/" PACKAGE "-%s.lease"
46 # define PIDFILE RUNDIR "/" PACKAGE "%s%s.pid"
49 # define CONTROLSOCKET RUNDIR "/" PACKAGE ".sock"
  /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;
  /ndk/build/awk/
extract-pid.awk 16 # Extract the pid of a given package name. This assumes that the
18 # converted to \n, and that the PACKAGE variable has been initialized
19 # to the package's name. In other words, this should be used as:
21 # adb shell ps | awk -f <this-script> -v PACKAGE=<name>
23 # The printed value will be 0 if the package is not found.
29 # A default package name, used _only_ for unit-testing
35 if (PACKAGE == "") {
36 PACKAGE="com.google.android.apps.maps"
63 # Not the first line, compare the package name, which shall always
65 if ($NF == 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/bison/build-aux/
gendocs.sh 64 usage="Usage: $prog [OPTION]... PACKAGE MANUAL-TITLE
66 Generate output in various formats from PACKAGE.texinfo (or .texi or
72 -s SRCFILE read Texinfo from SRCFILE, instead of PACKAGE.{texinfo|texi|txi}
99 manual/index.html file. It should include the name of the package being
131 PACKAGE=
157 if test -z "$PACKAGE"; then
158 PACKAGE=$1
169 # For most of the following, the base name is just $PACKAGE
170 base=$PACKAGE
178 PACKAGE=$bas
    [all...]
  /external/pixman/pixman/
config.h 1 /* Name of package */
2 #define PACKAGE "pixman"
4 /* Define to the address where bug reports for this package should be sent. */
7 /* Define to the full name of this package. */
10 /* Define to the full name and version of this package. */
13 /* Define to the one symbol short name of this package. */
16 /* Define to the home page for this package. */
19 /* Define to the version of this package. */
  /art/test/004-annotations/src/android/test/
AnnoSimplePackage1.java 0 package android.test;
5 @Target(ElementType.PACKAGE)
  /art/test/004-annotations/src/android/test/anno/
AnnoSimplePackage.java 0 package android.test.anno;
5 @Target(ElementType.PACKAGE)
  /dalvik/tests/004-annotations/src/android/test/
AnnoSimplePackage1.java 0 package android.test;
5 @Target(ElementType.PACKAGE)
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoSimplePackage.java 0 package android.test.anno;
5 @Target(ElementType.PACKAGE)
  /external/elfutils/
config.h 16 /* Name of package */
17 #define PACKAGE "elfutils"
19 /* Define to the address where bug reports for this package should be sent. */
22 /* Define to the full name of this package. */
25 /* Define to the full name and version of this package. */
28 /* Define to the one symbol short name of this package. */
31 /* Define to the version of this package. */
37 /* Version number of 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"
  /external/chromium_org/sdch/open-vcdiff/packages/
deb.sh 17 # This takes one commandline argument, the name of the package. If no
28 PACKAGE="$1"
44 # Find the top directory for this package
48 archive="${PACKAGE}-${VERSION}"
49 archive_with_underscore="${PACKAGE}_${VERSION}"
51 echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2
55 # Create a pristine directory for building the Debian package files
88 echo "The Debian package files are located in $PWD/$destdir"
  /external/chromium_org/third_party/tcmalloc/vendor/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"
  /external/open-vcdiff/packages/
deb.sh 17 # This takes one commandline argument, the name of the package. If no
28 PACKAGE="$1"
44 # Find the top directory for this package
48 archive="${PACKAGE}-${VERSION}"
49 archive_with_underscore="${PACKAGE}_${VERSION}"
51 echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2
55 # Create a pristine directory for building the Debian package files
88 echo "The Debian package files are located in $PWD/$destdir"
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 17 package android.sample.cts;
39 * The package name of the APK.
41 private static final String PACKAGE = "android.sample.app";
57 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
86 mDevice.uninstallPackage(PACKAGE);
95 // Remove the package once complete.
96 mDevice.uninstallPackage(PACKAGE);
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 20 local PACKAGE_FILENAME="${PACKAGE}"
23 PACKAGE_FILENAME="${PACKAGE}-${CHANNEL}"
29 # Setup the installation directory hierachy in the package staging area.
35 # Put the package contents in the staging area.
46 local SXS_USER_DATA_DIR="\${XDG_CONFIG_HOME:-\${HOME}/.config}/${PACKAGE}-${CHANNEL}"
56 local PACKAGE="${PACKAGE}-${CHANNEL}"
68 "${STAGEDIR}/etc/cron.daily/${PACKAGE}"
69 chmod 755 "${STAGEDIR}/etc/cron.daily/${PACKAGE}"
72 # Actually generate the package file
    [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 17 package com.example.android.activityanim;
47 private static final String PACKAGE = "com.example.android.activityanim";
118 putExtra(PACKAGE + ".orientation", orientation).
119 putExtra(PACKAGE + ".resourceId", info.resourceId).
120 putExtra(PACKAGE + ".left", screenLocation[0]).
121 putExtra(PACKAGE + ".top", screenLocation[1]).
122 putExtra(PACKAGE + ".width", v.getWidth()).
123 putExtra(PACKAGE + ".height", v.getHeight()).
124 putExtra(PACKAGE + ".description", info.description);

Completed in 6140 milliseconds

1 2 3 4 5 6 7 8 91011>>