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

1 2 3 4 5 6 7 8 9

  /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
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
BuildConfig.template 2 package #PACKAGE#;
  /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"
  /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;
  /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 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 */
  /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...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
VisibleForTesting.java 17 package com.android.tools.layoutlib.annotations;
27 * visibility should have been if it had not been made public or package-private for testing.
33 * Intended visibility if the element had not been made public or package-private for
39 /** The element should be considered package-private. */
40 PACKAGE,
46 * Intended visibility if the element had not been made public or package-private for testing.
  /sdk/common/src/com/android/annotations/
VisibleForTesting.java 17 package com.android.annotations;
27 * visibility should have been if it had not been made public or package-private for testing.
33 * Intended visibility if the element had not been made public or package-private for
39 /** The element should be considered package-private. */
40 PACKAGE,
46 * Intended visibility if the element had not been made public or package-private for testing.
  /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 */
  /external/chromium/sdch/linux/
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/grub/util/
grub-set-default.in 21 PACKAGE=@PACKAGE@

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 9