Searched defs:getTypes (Results 1 - 25 of 46) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DTypeListSection.java40 @Nonnull Collection<? extends TypeKey> getTypes(@Nullable TypeListKey key); method in interface:TypeListSection
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DFindUsedTypes.h33 /// getTypes - After the pass has been run, return the set containing all of
36 const SetVector<Type *> &getTypes() const { return UsedTypes; } function in class:llvm::FindUsedTypes
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DTypeIdItem.java78 public static String[] getTypes(@Nonnull RawDexFile dexFile) { method in class:TypeIdItem
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderTypeListPool.java82 public Collection<? extends BuilderTypeReference> getTypes(@Nullable BuilderTypeList key) { method in class:BuilderTypeListPool
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
H A DMultiTypeParameter.java56 public List<Type> getTypes() { method in class:MultiTypeParameter
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DTypeListPool.java65 public Collection<? extends CharSequence> getTypes(Key<? extends Collection<? extends CharSequence>> typesKey) { method in class:TypeListPool
/external/annotation-tools/annotation-file-utilities/src/annotator/
H A DSource.java103 public Types getTypes() { return types; } method in class:Source
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/parametrization/
H A DResolvedTypeParametersMap.java127 public List<ResolvedType> getTypes(){ method in class:ResolvedTypeParametersMap
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
H A DCompilationUnit.java132 public List<TypeDeclaration> getTypes() { method in class:CompilationUnit
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
H A DCompilationUnit.java150 public List<TypeDeclaration<?>> getTypes() { method in class:CompilationUnit
284 getTypes().add(classOrInterfaceDeclaration);
311 getTypes().add(classOrInterfaceDeclaration);
336 getTypes().add(enumDeclaration);
361 getTypes().add(annotationDeclaration);
373 return (ClassOrInterfaceDeclaration) getTypes().stream().filter(type -> type.getName().equals(className)
385 return (ClassOrInterfaceDeclaration) getTypes().stream().filter(type -> type.getName().equals(interfaceName)
397 return (EnumDeclaration) getTypes().stream().filter(type -> type.getName().equals(enumName)
409 return (AnnotationDeclaration) getTypes().stream().filter(type -> type.getName().equals(annotationName)
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DValueEnumerator.h116 const TypeList &getTypes() const { return Types; } function in class:llvm::ValueEnumerator
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedDexFile.java260 public List<DexBackedTypeReference> getTypes() { method in class:DexBackedDexFile
310 return getTypes();
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DCompilationUnit.java186 public NodeList<TypeDeclaration<?>> getTypes() { method in class:CompilationUnit
191 * Convenience method that wraps <code>getTypes()</code>.<br>
197 return getTypes().get(i);
267 copy.addAll(getTypes());
268 getTypes().set(i, type);
275 copy.addAll(getTypes());
276 getTypes().add(type);
370 getTypes().add(classOrInterfaceDeclaration);
393 getTypes().add(classOrInterfaceDeclaration);
416 getTypes()
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h205 const TypeList &getTypes() const { return Types; } function in class:llvm::ValueEnumerator
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToken.java56 * #getComponentType}. It also provides additional utilities such as {@link #getTypes} and {@link
366 public final TypeSet getTypes() { method in class:TypeToken
633 return getTypes().interfaces();
674 return getTypes().classes();
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp265 const vector<Type*>& getTypes (void) { return m_types; } function in class:deqp::gls::LifetimeTests::details::Types
/external/clang/lib/CodeGen/
H A DCodeGenModule.h624 CodeGenTypes &getTypes() { return Types; } function in class:clang::CodeGen::CodeGenModule
H A DCodeGenFunction.h1195 CodeGenTypes &getTypes() const { return CGM.getTypes(); } function in class:clang::CodeGen::CodeGenFunction
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVInternal.h490 getTypes(T V) { function in namespace:SPIRV
/external/clang/include/clang/AST/
H A DASTContext.h961 const SmallVectorImpl<Type *>& getTypes() const { return Types; } function in class:clang::ASTContext::DynTypedNodeList
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/error_prone/checkerframework/
H A Ddataflow-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/checkerframework/dataflow/ org/checkerframework/dataflow/analysis/ ...
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...

Completed in 846 milliseconds

12