HomeSort by relevance Sort by last modified time
    Searched refs:PACKAGE (Results 1 - 25 of 254) 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...]
  /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/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"
rpm.sh 27 PACKAGE="$1"
29 fullname="${PACKAGE}-${VERSION}"
34 echo "Usage: $0 <package name> <package version>" 1>&2
65 --define "NAME $PACKAGE" \
85 # We want to get not only the main package but devel etc, hence the middle *
86 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
89 echo "The rpm package file(s) are located in $PWD/$destdir"
  /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);
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Context.xs 28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
  /cts/tools/dasm/src/java_cup/
sym.java 7 package java_cup;
32 static final int PACKAGE = 2;
  /external/chromium/sdch/mac/
config.h 88 /* Name of package */
89 #define PACKAGE "open-vcdiff"
91 /* Define to the address where bug reports for this package should be sent. */
94 /* Define to the full name of this package. */
97 /* Define to the full name and version of this package. */
100 /* Define to the one symbol short name of this package. */
103 /* Define to the version of this package. */
116 /* Version number of package */
  /external/flac/
config.h 97 /* Name of package */
98 #define PACKAGE "flac"
100 /* Define to the address where bug reports for this package should be sent. */
103 /* Define to the full name of this package. */
106 /* Define to the full name and version of this package. */
109 /* Define to the one symbol short name of this package. */
112 /* Define to the version of this package. */
121 /* Version number of 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 */

Completed in 955 milliseconds

1 2 3 4 5 6 7 8 91011