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

1 2 3 4

  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparser/
Navigator.java 54 public static Optional<TypeDeclaration<?>> findType(CompilationUnit cu, String qualifiedName) {
64 return findType(type.get(), innerTypeName);
69 public static Optional<TypeDeclaration<?>> findType(TypeDeclaration<?> td, String qualifiedName) {
81 return findType(type.get(), innerTypeName);
95 Optional<TypeDeclaration<?>> res = findType(cu, qualifiedName);
156 return findType(compilationUnit, qualifiedName)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipantTest.java 145 IType type = javaProject.findType(typeFqcn);
AndroidTypeMoveParticipantTest.java 112 IType type = javaProject.findType(typeFqcn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 129 IType type = findType(className, project);
345 private IType findType(@NonNull String className, @NonNull IProject project) {
349 type = javaProject.findType(className);
363 type = javaProject.findType(className);
AndroidTypeRenameParticipant.java 153 IType classView = javaProject.findType(CLASS_VIEW);
267 IType styleable = javaProject.findType(rFqcn + '.' + ResourceType.STYLEABLE.getName());
RenameResourceParticipant.java 700 IType t = javaProject.findType(pkg + '.' + R_CLASS + '.' + type.getName());
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
JavaParserTypeSolver.java 157 Optional<com.github.javaparser.ast.body.TypeDeclaration<?>> astTypeDeclaration = Navigator.findType(compilationUnit.get(), typeName);
167 Optional<com.github.javaparser.ast.body.TypeDeclaration<?>> astTypeDeclaration = Navigator.findType(compilationUnit, typeName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipantTest.java 241 IType type = javaProject.findType("com.example.refactoringtest.R.layout");
243 type = javaProject.findType("com.example.refactoringtest.R$layout");
  /hardware/interfaces/broadcastradio/common/tests/
IdentifierIterator_test.cpp 80 TEST(IdentifierIteratorTest, findType) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 183 IType type = javaProject.findType(superClasses.get(0));
196 type = javaProject.findType(superClasses.get(1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 245 IType type = javaProject.findType(javaClassName);
356 // Since the anonymous ones will cause IJavaProject#findType to fail, we remove
368 IType result = javaProject.findType(className);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 113 mReferenceType = mJavaProject.findType(referenceClass);
140 IType type = mJavaProject.findType(className);
418 IType result = javaProject.findType(fullClassName);
701 IType type = javaProject.findType(mReferenceClass);
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 65 // Since the anonymous ones will cause IJavaProject#findType to fail, we remove
77 IType result = javaProject.findType(className);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 183 IType type = javaProject.findType(javaClassName);
588 type = javaProject.findType(fqcn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 107 IType type = javaProject.findType(fqcn);
CustomViewFinder.java 249 IType viewType = javaProject.findType(className);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 424 IType oldFragmentType = javaProject.findType(CLASS_V4_FRAGMENT);
463 IType fragmentType = javaProject.findType(CLASS_FRAGMENT);
559 IType fragmentType = javaProject.findType(CLASS_VIEW);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 670 IType type = javaProject.findType(typeFqcn);
704 IType activityType = javaProject.findType(CLASS_ACTIVITY);
811 IType activityType = javaProject.findType(CLASS_ACTIVITY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 380 IType t = p.findType(fqcn);
NewTemplatePage.java 796 activityType = javaProject.findType(CLASS_ACTIVITY);
801 activityType = p.findType(CLASS_ACTIVITY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 186 type = project.findType(className);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 727 if (javaProject.findType(className) == null) {
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0/
lint-25.2.0.jar 

Completed in 1637 milliseconds

1 2 3 4