Home
last modified time | relevance | path

Searched refs:getFullyQualifiedName (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DTypeLocator.java90 typeNames.add(currentNode.getName().getFullyQualifiedName()); in TypeLocator()
129 if (!node.getName().getFullyQualifiedName().equals(subClassName)) { in matchNested()
154 if (abstractTypeDeclaration.getName().getFullyQualifiedName().equals(topLevelClassName)) { in find()
181 if (subTypeDeclaration.getName().getFullyQualifiedName().equals(subClassName)) { in findNested()
DPackageMatcher.java39 String cuPackageName = packageDeclaration.getName().getFullyQualifiedName(); in matches()
63 return packageDeclaration.getName().getFullyQualifiedName(); in getPackageName()
DEnumConstantLocator.java59 if (enumConstantDeclaration.getName().getFullyQualifiedName().equals(constantName)) { in matches()
74 if (enumConstantDeclaration.getName().getFullyQualifiedName().equals(constantName)) { in find()
DMethodLocator.java55 && methodDeclaration.getName().getFullyQualifiedName().equals(methodName) in matches()
71 if (methodDeclaration.getName().getFullyQualifiedName().equals(methodName)) { in find()
DFieldLocator.java58 String nodeFieldName = variableDeclarationFragment.getName().getFullyQualifiedName(); in matches()
80 String nodeFieldName = variableDeclarationFragment.getName().getFullyQualifiedName(); in find()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResName.java49 return resName != null ? resName.getFullyQualifiedName() : null; in qualifyResourceName()
134 return "ResName{" + getFullyQualifiedName() + "}"; in toString()
137 public String getFullyQualifiedName() { in getFullyQualifiedName() method in ResName
152 …throw new RuntimeException("expected " + getFullyQualifiedName() + " to be a " + expectedType + ",… in mustBe()
DResBundle.java47 resName.getFullyQualifiedName(), in pick()
DAttributeResource.java23 …pe.equals("attr")) throw new IllegalStateException("\"" + resName.getFullyQualifiedName() + "\" un… in AttributeResource()
DStyleData.java58 if (pattern.matcher(resName.getFullyQualifiedName()).find()) { in grep()
/external/clang/unittests/Tooling/
DQualTypeNamesTest.cpp30 TypeName::getFullyQualifiedName(VD->getType(), *Context, in VisitValueDecl()
47 TEST(QualTypeNameTest, getFullyQualifiedName) { in TEST() argument
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
DResourceTableFactoryTest.java51 …assertThat(systemResourceTable.getResName(android.R.id.text1).getFullyQualifiedName()).isEqualTo("… in shouldRetainPackageNameForFullyQualifiedQueries()
52 …assertThat(appResourceTable.getResName(R.id.burritos).getFullyQualifiedName()).isEqualTo("org.robo… in shouldRetainPackageNameForFullyQualifiedQueries()
DResNameTest.java36 assertThat(actual.getFullyQualifiedName()).isEqualTo("some.package:drawable/icon"); in qualifyFromFilePathShouldExtractResourceTypeAndNameFromUnqualifiedPath()
42 assertThat(actual.getFullyQualifiedName()).isEqualTo("some.package:drawable/icon"); in qualifyFromFilePathShouldExtractResourceTypeAndNameFromQualifiedPath()
DResourceTestUtil.java29 map.put(key.getFullyQualifiedName(), v); in stringify()
55 attrs.put(attributeResource.resName.getFullyQualifiedName(), attributeResource.value); in stringify()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAssetManager.java166 Logger.strict("couldn't resolve %s from %s", resName.getFullyQualifiedName(), attribute); in convertAndFill()
329 Logger.info("huh... circular reference for %s?", attrResName.getFullyQualifiedName()); in getThemeValue()
498 throw new RuntimeException("couldn't resolve " + resName.getFullyQualifiedName()); in loadXmlResourceParser()
504 throw new Resources.NotFoundException(resName.getFullyQualifiedName()); in loadXmlResourceParser()
915 "no value for " + styleAttributeResName.getFullyQualifiedName() in buildTypedValue()
946 Logger.info("huh... circular reference for %s?", attribute.resName.getFullyQualifiedName()); in buildTypedValue()
953 …%s while resolving value for %s", attribute.value, themeStyleSet, resName.getFullyQualifiedName()); in buildTypedValue()
1074 return getResName(resid).getFullyQualifiedName(); in getResourceName()
DShadowResourcesImpl.java142 return new Resources.NotFoundException(resName.getFullyQualifiedName()); in newNotFoundException()
DShadowResources.java170 return new Resources.NotFoundException(resName.getFullyQualifiedName()); in newNotFoundException()
/external/clang/include/clang/Tooling/Core/
DQualTypeNames.h74 std::string getFullyQualifiedName(QualType QT,
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp174 static std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name) { in getFullyQualifiedName() function
192 static std::string getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function
194 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty)); in getFullyQualifiedName()
210 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex()
630 getFullyQualifiedName(SP->getScope().resolve(), SP->getDisplayName()); in emitDebugInfoForFunction()
1439 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeEnum()
1537 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeClass()
1560 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass()
1581 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion()
1602 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DRenamePackage.java46 String fqn = packageDeclaration.getName().getFullyQualifiedName(); in process()
DModifyQualifiedNames.java50 String fullyQualifiedName = qualifier.getFullyQualifiedName(); in process()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DMetaData.java52 throw new RoboNotFoundException(resName.getFullyQualifiedName()); in init()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java773 throw new Resources.NotFoundException(styleReference.getFullyQualifiedName()); in getResourceId()
782 throw new Resources.NotFoundException(resourceReference.getFullyQualifiedName()); in getResourceId()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp466 std::string getFullyQualifiedName(QualType QT, in getFullyQualifiedName() function
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
/external/annotation-tools/asmx/test/lib/
Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12