/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | MethodImpl.java | 143 return findType(returnSignature()); in returnType() 146 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl 148 return enclosing.findType(signature); in findType() 162 return enclosing.findType(signature); in argumentType() 247 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ReturnContainer 248 return MethodImpl.this.findType(signature); in findType() 278 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in MethodImpl.ArgumentContainer 279 return MethodImpl.this.findType(signature); in findType()
|
D | FieldImpl.java | 68 return findType(signature()); in type() 71 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in FieldImpl 73 return enclosing.findType(signature); in findType()
|
D | LocalVariableImpl.java | 102 return findType(signature()); in type() 105 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in LocalVariableImpl 107 return enclosing.findType(signature); in findType()
|
D | ValueContainer.java | 38 Type findType(String signature) throws ClassNotLoadedException; in findType() method
|
D | ArrayReferenceImpl.java | 244 destination.findType(destComponentSignature); in validateAssignment() 279 public Type findType(String signature) throws ClassNotLoadedException { in findType() method in ArrayReferenceImpl.Component
|
D | ClassLoaderReferenceImpl.java | 96 Type findType(String signature) throws ClassNotLoadedException { in findType() method in ClassLoaderReferenceImpl
|
D | ArrayTypeImpl.java | 62 return findType(componentSignature()); in type()
|
D | ReferenceTypeImpl.java | 1139 Type findType(String signature) throws ClassNotLoadedException { in findType() method in ReferenceTypeImpl 1160 type = loader.findType(signature); in findType()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparser/ |
D | Navigator.java | 52 public static Optional<TypeDeclaration<?>> findType(CompilationUnit cu, String qualifiedName) { in findType() method in Navigator 62 return findType(type.get(), innerTypeName); in findType() 72 … public static Optional<TypeDeclaration<?>> findType(TypeDeclaration<?> td, String qualifiedName) { in findType() method in Navigator 84 return findType(type.get(), innerTypeName); in findType() 106 Optional<TypeDeclaration<?>> res = findType(cu, qualifiedName); in demandEnum() 194 return findType(compilationUnit, qualifiedName) in demandClassOrInterface()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparser/ |
D | Navigator.java | 48 public static Optional<TypeDeclaration<?>> findType(CompilationUnit cu, String qualifiedName) { in findType() method in Navigator 58 return findType(type.get(), innerTypeName); in findType() 63 … public static Optional<TypeDeclaration<?>> findType(TypeDeclaration<?> td, String qualifiedName) { in findType() method in Navigator 75 return findType(type.get(), innerTypeName); in findType() 89 Optional<TypeDeclaration<?>> res = findType(cu, qualifiedName); in demandEnum() 197 Optional<TypeDeclaration<?>> res = findType(compilationUnit, qualifiedName); in demandClassOrInterface()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_javaparser_Navigator.txt | 17 …Line 58) findType(type.get(), innerTypeName) ==> com.github.javaparser.symbolsolver.javaparser.Nav… 29 …Line 75) findType(type.get(), innerTypeName) ==> com.github.javaparser.symbolsolver.javaparser.Nav… 33 …Line 89) findType(cu, qualifiedName) ==> com.github.javaparser.symbolsolver.javaparser.Navigator.f… 67 …Line 197) findType(compilationUnit, qualifiedName) ==> com.github.javaparser.symbolsolver.javapars…
|
D | com_github_javaparser_symbolsolver_resolution_typesolvers_JavaParserTypeSolver.txt | 34 …Line 134) Navigator.findType(compilationUnit, typeName) ==> com.github.javaparser.symbolsolver.jav… 42 …Line 145) Navigator.findType(compilationUnit, typeName) ==> com.github.javaparser.symbolsolver.jav…
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/typesolvers/ |
D | JavaParserTypeSolver.java | 134 ….javaparser.ast.body.TypeDeclaration<?>> astTypeDeclaration = Navigator.findType(compilationUnit, … in tryToSolveTypeUncached() 145 ….javaparser.ast.body.TypeDeclaration<?>> astTypeDeclaration = Navigator.findType(compilationUnit, … in tryToSolveTypeUncached()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | Navigator2.java.txt | 19 …public static Optional<TypeDeclaration> findType(com.github.javaparser.ast.CompilationUnit cu, Str…
|
D | Navigator3.java.txt | 21 public static Optional<TypeDeclaration> findType(CompilationUnit cu, String name) {
|
D | NavigatorSimplified.java.txt | 24 public static void findType() {
|
D | Navigator.java.txt | 22 public static Optional<TypeDeclaration> findType(CompilationUnit cu, String name) {
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/ |
D | JavaParserTypeSolver.java | 206 ….javaparser.ast.body.TypeDeclaration<?>> astTypeDeclaration = Navigator.findType(compilationUnit.g… 218 ….javaparser.ast.body.TypeDeclaration<?>> astTypeDeclaration = Navigator.findType(compilationUnit, …
|
/external/jackson-databind/attic/ |
D | TypeBindings.java | 118 public JavaType findType(String name, boolean mustFind) in findType() method in TypeBindings 131 return _parentBindings.findType(name, mustFind); in findType()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.cpp | 1263 spv::Id spirvbin_t::findType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt) const in findType() function in spv::spirvbin_t
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SPVRemapper.cpp | 1266 spv::Id spirvbin_t::findType(const spirvbin_t::globaltypes_t& globalTypes, spv::Id lt) const in findType() function in spv::spirvbin_t
|