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

1 2 3 4 5 6 7 8 91011>>

  /external/dhcpcd-6.8.2/
defs.h 30 #define PACKAGE "dhcpcd"
34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
37 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
40 # define DEVDIR LIBDIR "/" PACKAGE "/dev"
43 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
46 # define SECRET SYSCONFDIR "/" PACKAGE ".secret"
49 # define LEASEFILE DBDIR "/" PACKAGE "-%s%s%s.lease"
55 # define PIDFILE RUNDIR "/" PACKAGE "%s%s%s.pid"
58 # define CONTROLSOCKET RUNDIR "/" PACKAGE "%s%s.sock"
61 # define UNPRIVSOCKET RUNDIR "/" PACKAGE ".unpriv.sock
    [all...]
  /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...]
  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
Ime1Constants.java 17 package android.inputmethodservice.cts.common;
24 public static final String PACKAGE = "android.inputmethodservice.cts.ime1";
28 public static final String IME_ID = ComponentNameUtils.buildComponentName(PACKAGE, CLASS);
Ime2Constants.java 17 package android.inputmethodservice.cts.common;
24 public static final String PACKAGE = "android.inputmethodservice.cts.ime2";
28 public static final String IME_ID = ComponentNameUtils.buildComponentName(PACKAGE, CLASS);
  /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)
  /libcore/ojluni/src/main/java/java/lang/annotation/
ElementType.java 26 package java.lang.annotation;
41 * #FIELD} , {@link #LOCAL_VARIABLE} , {@link #METHOD} , {@link #PACKAGE} ,
95 /** Package declaration */
96 PACKAGE,
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 17 package android.sample.cts;
34 * The package name of the APK.
36 private static final String PACKAGE = "android.sample.app";
47 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
52 private static final String CLEAR_COMMAND = String.format("pm clear %s", PACKAGE);
SampleHostJUnit4Test.java 17 package android.sample.cts;
45 * The package name of the APK.
47 private static final String PACKAGE = "android.sample.app";
58 "am start -W -a android.intent.action.MAIN -n %s/%s.%s", PACKAGE, PACKAGE, CLASS);
63 private static final String CLEAR_COMMAND = String.format("pm clear %s", PACKAGE);
  /external/protobuf/more_tests/
Makefile 1 # Additional tests to run before releasing a package.
4 # make PACKAGE=/path/to/protobuf-VERSION.tar.gz
20 # Unpack the package into src, then install it into target.
21 PACKAGE=protobuf.tar.gz
23 src: $(PACKAGE)
24 tar zxvf $(PACKAGE)
25 mv `basename $(PACKAGE) .tar.gz` src
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 32 /* Name of package */
33 #define PACKAGE "mclinker"
36 /* Version number of package */
  /cts/tests/tests/provider/src/android/provider/cts/
FontRequestTest.java 16 package android.provider.cts;
45 private static final String PACKAGE = "com.test.fontprovider.package";
53 new FontRequest(null, PACKAGE, QUERY);
63 new FontRequest(PROVIDER, PACKAGE, null);
69 FontRequest request = new FontRequest(PROVIDER, PACKAGE, QUERY);
78 new FontRequest(null, PACKAGE, QUERY, CERTS);
88 new FontRequest(PROVIDER, PACKAGE, null, CERTS);
93 new FontRequest(PROVIDER, PACKAGE, QUERY, null);
  /cts/tests/tests/telecom/src/android/telecom/cts/
DefaultDialerOperationsTest.java 17 package android.telecom.cts;
79 TestUtils.setDefaultDialer(getInstrumentation(), TestUtils.PACKAGE);
80 assertEquals(TestUtils.PACKAGE, mTelecomManager.getDefaultDialerPackage());
110 TestUtils.setDefaultDialer(getInstrumentation(), TestUtils.PACKAGE);
111 // No exception if the calling package is the default dialer.
128 TestUtils.setDefaultDialer(getInstrumentation(), TestUtils.PACKAGE);
129 // No exception if the calling package is the default dialer.
145 TestUtils.setDefaultDialer(getInstrumentation(), TestUtils.PACKAGE);
146 // No exception if the calling package is the default dialer.
167 TestUtils.setDefaultDialer(getInstrumentation(), TestUtils.PACKAGE);
    [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);
  /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})
TestApi.java 17 package android.annotation;
23 import static java.lang.annotation.ElementType.PACKAGE;
39 @Target({TYPE, FIELD, METHOD, CONSTRUCTOR, ANNOTATION_TYPE, PACKAGE})
  /frameworks/support/annotations/src/android/support/annotation/
Keep.java 16 package android.support.annotation;
22 import static java.lang.annotation.ElementType.PACKAGE;
44 @Target({PACKAGE,TYPE,ANNOTATION_TYPE,CONSTRUCTOR,METHOD,FIELD})
  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DeviceTestConstants.java 17 package android.inputmethodservice.cts.common.test;
28 /** Package name of the APK. */
29 public static final String PACKAGE = "android.inputmethodservice.cts.devicetest";
  /cts/tests/jank/src/android/jank/cts/ui/
CtsDeviceJankUi.java 15 package android.jank.cts.ui;
34 private final static String PACKAGE = "android.ui.cts";
35 private final static String CLASS = PACKAGE + ".ScrollingActivity";
42 intent.setComponent(new ComponentName(PACKAGE, CLASS));
46 getUiDevice().wait(Until.hasObject(By.pkg(PACKAGE)), DEFAULT_ANIMATION_TIME);
  /cts/tools/dasm/src/java_cup/
sym.java 7 package java_cup;
32 static final int PACKAGE = 2;
  /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. */
125 /* Version number of package */
  /external/iptables/
config.h 56 /* Name of package */
57 #define PACKAGE "iptables"
59 /* Define to the address where bug reports for this package should be sent. */
62 /* Define to the full name of this package. */
65 /* Define to the full name and version of this package. */
68 /* Define to the one symbol short name of this package. */
71 /* Define to the home page for this package. */
74 /* Define to the version of this package. */
83 /* Version number of package */
  /external/libcap-ng/
config.h 53 /* Name of package */
54 #define PACKAGE "libcap-ng"
56 /* Define to the address where bug reports for this package should be sent. */
59 /* Define to the full name of this package. */
62 /* Define to the full name and version of this package. */
65 /* Define to the one symbol short name of this package. */
68 /* Define to the home page for this package. */
71 /* Define to the version of this package. */
77 /* Version number of package */

Completed in 894 milliseconds

1 2 3 4 5 6 7 8 91011>>