HomeSort by relevance Sort by last modified time
    Searched refs:realName (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/java/com/android/server/pm/
PendingPackage.java 24 PendingPackage(String name, String realName, File codePath, File resourcePath,
26 super(name, realName, codePath, resourcePath, nativeLibraryPathString, pVersionCode,
PackageSetting.java 31 PackageSetting(String name, String realName, File codePath, File resourcePath,
33 super(name, realName, codePath, resourcePath, nativeLibraryPathString, pVersionCode,
PackageSettingBase.java 47 final String realName;
85 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
89 this.realName = realName;
101 realName = base.realName;
Settings.java 193 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
196 PackageSetting p = getPackageLPw(name, origPackage, realName, sharedUser, codePath,
277 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
291 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
302 p = new PackageSetting(name, realName, codePath, resourcePath, nativeLibraryPathString,
357 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
425 p = new PackageSetting(name, realName, codePath, resourcePath,
    [all...]
PackageManagerService.java     [all...]
  /external/javassist/src/main/javassist/
CtNewNestedClass.java 26 CtNewNestedClass(String realName, ClassPool cp, boolean isInterface,
28 super(realName, cp, isInterface, superclass);
  /external/webkit/Source/WebCore/dom/
make_names.pl 677 my $realName = $extensionAttrs{$name};
678 if (!$realName) {
679 $realName = $name;
680 $realName =~ s/_/-/g;
682 print F " new ((void*)&$name","${shortCamelType}) QualifiedName(nullAtom, \"$realName\", $namespaceURI);\n";
    [all...]
  /external/icu4c/common/
ucnv_bld.c 356 getAlgorithmicTypeFromName(const char *realName)
364 ucnv_io_stripForCompare(strippedName, realName);
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 347 const char *realName = NULL;
369 realName = ures_getLocale(norway, &status);
370 log_verbose("ures_getLocale(\"%s\")=%s\n", norwayNames[i], realName);
371 if(realName == NULL || strcmp(norwayLocales[i], realName) != 0) {
372 log_data_err("Wrong locale name for %s, expected %s, got %s\n", norwayNames[i], norwayLocales[i], realName);
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 240 milliseconds