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

1 2 3 4 5 6 7 8 91011>>

  /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"
  /external/chromium_org/third_party/skia/experimental/pixman/
config.h 1 #define PACKAGE
  /external/skia/experimental/pixman/
config.h 1 #define 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;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
SettingsConstant.java 17 package com.android.tv.settings;
24 public static String PACKAGE = "com.android.tv.settings";
  /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/005-annotations/src/android/test/
AnnoSimplePackage1.java 0 package android.test;
5 @Target(ElementType.PACKAGE)
  /art/test/005-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/elfutils/0.153/
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 home page for this package. */
34 /* Define to the version of this package. */
52 /* Version number of package */
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 32 /* Name of package */
33 #define PACKAGE "mclinker"
36 /* Version number of package */
  /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"
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"
  /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/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}"
50 local PACKAGE="${PACKAGE}-${CHANNEL}"
61 "${STAGEDIR}/etc/cron.daily/${PACKAGE}"
62 chmod 755 "${STAGEDIR}/etc/cron.daily/${PACKAGE}"
65 # Actually generate the package file
    [all...]
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 3 # This takes one commandline argument, the name of the package. If no
14 PACKAGE="$1"
29 # Find the top directory for this package
33 archive="$(basename "$(ls -1 ${topdir}/$PACKAGE*.tar.gz | tail -n 1)" .tar.gz)"
35 echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2
39 # Create a pristine directory for building the Debian package files
70 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"
  /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/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/
Context.xs 28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
  /frameworks/base/core/java/android/annotation/
SystemApi.java 17 package android.annotation;
23 import static java.lang.annotation.ElementType.PACKAGE;
41 @Target({TYPE, FIELD, METHOD, CONSTRUCTOR, ANNOTATION_TYPE, PACKAGE})
  /cts/tools/dasm/src/java_cup/
sym.java 7 package java_cup;
32 static final int PACKAGE = 2;

Completed in 1219 milliseconds

1 2 3 4 5 6 7 8 91011>>