/external/chromium/third_party/libevent/mac/ |
config.h | 215 #define PACKAGE_NAME ""
|
/external/libxml2/ |
config.h | 269 #define PACKAGE_NAME ""
|
/external/netperf/ |
config.h | 242 #define PACKAGE_NAME "netperf"
|
/external/bison/ |
config.h | 316 #define PACKAGE_NAME "GNU Bison"
|
Makefile | 171 PACKAGE_NAME = GNU Bison
|
/external/dbus/ |
config.h | 230 #define PACKAGE_NAME "dbus"
|
/external/dropbear/ |
config.h | 356 #define PACKAGE_NAME ""
|
/external/oprofile/libpopt/ |
config.h | 259 #undef PACKAGE_NAME
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
PackageManagerTest.java | 47 private static final String PACKAGE_NAME = "com.android.cts.stub"; 74 new ComponentName(PACKAGE_NAME, cmpActivityName), null, activityIntent, 0); 79 new ComponentName(PACKAGE_NAME, ACTIVITY_NAME), null, activityIntent, 0); 115 ApplicationInfo appInfo = mPackageManager.getApplicationInfo(PACKAGE_NAME, 0); 116 List<ProviderInfo> providers = mPackageManager.queryContentProviders(PACKAGE_NAME, 195 ApplicationInfo appInfo = mPackageManager.getApplicationInfo(PACKAGE_NAME, 0); 198 CharSequence appText = mPackageManager.getText(PACKAGE_NAME, discriptionRes, appInfo); 200 ComponentName activityName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); 201 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); 202 ComponentName receiverName = new ComponentName(PACKAGE_NAME, RECEIVER_NAME) [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
ResourcesTest.java | 52 private static final String PACKAGE_NAME = "com.android.cts.stub"; 398 resid = mResources.getIdentifier(CONFIG_VARYING_SIMPLE, null, PACKAGE_NAME); 401 resid = mResources.getIdentifier(SIMPLE, CONFIG_VARYING, PACKAGE_NAME); 473 assertEquals(PACKAGE_NAME, packageName);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsTest.java | 60 private static final String PACKAGE_NAME = "com.android.cts.stub"; 73 super(PACKAGE_NAME, RemoteViewsStubActivity.class); 80 mRemoteViews = new RemoteViews(PACKAGE_NAME, R.layout.remoteviews_good); 85 new RemoteViews(PACKAGE_NAME, R.layout.remoteviews_good); 91 assertEquals(PACKAGE_NAME, mRemoteViews.getPackage()); 100 mRemoteViews = new RemoteViews(PACKAGE_NAME, R.layout.listview_layout); 103 mRemoteViews = new RemoteViews(PACKAGE_NAME, INVALD_ID); 106 mRemoteViews = new RemoteViews(PACKAGE_NAME, 0); 321 assertEquals(PACKAGE_NAME, mRemoteViews.getPackage());
|
/external/bison/build-aux/ |
Makefile | 139 PACKAGE_NAME = GNU Bison
|
/external/bison/tests/ |
Makefile | 138 PACKAGE_NAME = GNU Bison 382 echo 'm4_define([AT_PACKAGE_NAME], [$(PACKAGE_NAME)])'; \
|
/external/bluetooth/glib/glib/ |
config.h | 554 #define PACKAGE_NAME "glib"
|
/external/llvm/device/include/llvm/Config/ |
config.h | 584 #define PACKAGE_NAME "llvm"
|
/external/llvm/host/include/llvm/Config/ |
config.h | 575 #define PACKAGE_NAME "llvm"
|
/frameworks/ex/common/java/com/android/common/contacts/ |
BaseEmailAddressAdapter.java | 149 public static final int PACKAGE_NAME = 4; 386 String packageName = directoryCursor.getString(DirectoryListQuery.PACKAGE_NAME);
|
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 141 PACKAGE_NAME = GNU make
|
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 122 private static final String PACKAGE_NAME = "com.android.stk"; 124 PACKAGE_NAME + ".StkMenuActivity"; 126 PACKAGE_NAME + ".StkInputActivity"; 617 newIntent.setClassName(PACKAGE_NAME, MENU_ACTIVITY_NAME); 639 newIntent.setClassName(PACKAGE_NAME, INPUT_ACTIVITY_NAME); 771 PACKAGE_NAME, [all...] |
/external/bison/data/ |
Makefile | 149 PACKAGE_NAME = GNU Bison
|
/external/bison/doc/ |
Makefile | 156 PACKAGE_NAME = GNU Bison
|
/external/bison/examples/ |
Makefile | 149 PACKAGE_NAME = GNU Bison
|
/external/bison/lib/ |
Makefile | 183 PACKAGE_NAME = GNU Bison
|
/external/bison/src/ |
Makefile | 173 PACKAGE_NAME = GNU Bison
|
/external/openssh/ |
config.h | [all...] |