/external/llvm/device/include/llvm/Config/ |
config.h | 646 #define PACKAGE_NAME "LLVM"
|
/external/llvm/host/include/llvm/Config/ |
config.h | 679 #define PACKAGE_NAME "LLVM"
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ComponentInfoTest.java | 38 private final String PACKAGE_NAME = "com.android.cts.stub"; 190 mComponentInfo.packageName = PACKAGE_NAME; 200 mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
|
PackageInfoTest.java | 35 private static final String PACKAGE_NAME = "com.android.cts.stub"; 41 mPackageInfo = mPackageManager.getPackageInfo(PACKAGE_NAME, PackageManager.GET_ACTIVITIES
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactDirectoryManager.java | 137 new String[] { Directory.TYPE_RESOURCE_ID, Directory.PACKAGE_NAME, 251 final String wherePart = "(" + Directory.PACKAGE_NAME + "=? AND " 304 values.put(Directory.PACKAGE_NAME, mContext.getApplicationInfo().packageName); 318 values.put(Directory.PACKAGE_NAME, mContext.getApplicationInfo().packageName); 385 StringBuilder sb = new StringBuilder(Directory.PACKAGE_NAME + "=?"); 494 values.put(Directory.PACKAGE_NAME, info.packageName); 510 Directory.PACKAGE_NAME + "=? AND " + Directory.DIRECTORY_AUTHORITY + "=? AND "
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowManager_LayoutParamsTest.java | 34 private static final String PACKAGE_NAME = "android.content"; 73 mLayoutParams.packageName = PACKAGE_NAME; 208 mLayoutParams.packageName = PACKAGE_NAME;
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorClasses.h | 43 #define PACKAGE_NAME "android/media/videoeditor" 45 #define MANUAL_EDIT_ENGINE_CLASS_NAME PACKAGE_NAME"/MediaArtistNativeHelper" 46 #define MEDIA_PROPERTIES_ENGINE_CLASS_NAME PACKAGE_NAME"/MediaArtistNativeHelper"
|
/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());
|
/development/testrunner/ |
android_mk.py | 38 PACKAGE_NAME = "LOCAL_PACKAGE_NAME"
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
config_win.h | 233 #undef PACKAGE_NAME
|
config.h.in | 208 #undef PACKAGE_NAME
|
/external/oprofile/libpopt/ |
config.h | 259 #undef PACKAGE_NAME
|
/external/chromium/third_party/libevent/ |
config.h.in | 214 #undef PACKAGE_NAME
|
/external/chromium_org/third_party/libevent/ |
config.h.in | 214 #undef PACKAGE_NAME
|
/external/chromium_org/third_party/libxml/src/ |
config.h.in | 269 #undef PACKAGE_NAME
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
config.h.in | 205 #undef PACKAGE_NAME
|
/external/tcpdump/ |
config.h.in | 290 #undef PACKAGE_NAME
|
/ndk/ |
ndk-gdb.py | 415 def get_pid_of(package_name): 437 if columns.pop() == package_name: 544 PACKAGE_NAME = extract_package_name(PROJECT+os.sep+MANIFEST) 545 if PACKAGE_NAME is None: 546 PACKAGE_NAME = '<none>' 547 log('Found package name: %s' % (PACKAGE_NAME)) 548 if PACKAGE_NAME == '<none>': 619 After one of these, re-install to the device!''' % (PACKAGE_NAME)) 630 retcode,DEVICE_GDBSERVER = adb_var_shell2(['ls', '/data/data/%s/lib/gdbserver' % (PACKAGE_NAME)]) 637 retcode,DATA_DIR = adb_var_shell2(['run-as', PACKAGE_NAME, '/system/bin/sh', '-c', 'pwd'] [all...] |
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractPublicApiTest.java | 201 protected static final String PACKAGE_NAME = "my.package.name"; 213 mManager = new DownloadManager(mResolver, PACKAGE_NAME);
|
/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);
|
/external/openssh/ |
config.h | [all...] |
/ndk/build/tools/ |
build-mingw64-toolchain.sh | 687 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2 688 log "Packaging $TARGET_TAG toolchain to $PACKAGE_NAME" 689 run tar cjf $PACKAGE_NAME -C $(dirname $INSTALL_DIR) $TARGET_TAG/ 692 ls -l $PACKAGE_NAME
|
/external/dropbear/ |
config.h.in | 355 #undef PACKAGE_NAME
|
/ndk/sources/host-tools/make-3.81/ |
config.h.in | 330 #undef PACKAGE_NAME
|
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 124 private static final String PACKAGE_NAME = "com.android.stk"; 126 PACKAGE_NAME + ".StkMenuActivity"; 128 PACKAGE_NAME + ".StkInputActivity"; 636 newIntent.setClassName(PACKAGE_NAME, MENU_ACTIVITY_NAME); 658 newIntent.setClassName(PACKAGE_NAME, INPUT_ACTIVITY_NAME); [all...] |