Searched defs:getClass (Results 1 - 25 of 48) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DObjectExtensions.cs47 public static Type getClass( this object o ) method in class:Antlr.Runtime.JavaExtensions.ObjectExtensions
/external/testng/src/main/java/org/testng/internal/annotations/
H A DConverter.java80 public static Class getClass(String namedParameter) { method in class:Converter
/external/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h39 uint16_t getClass() const { function in class:llvm::MCSymbolCOFF
/external/proguard/src/proguard/classfile/
H A DClassPool.java81 public Clazz getClass(String className) method in class:ClassPool
154 Clazz clazz = getClass(className);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSimpleVerifier.java235 return getClass(t).isInterface();
242 Class c = getClass(t).getSuperclass();
271 return getClass(t).isAssignableFrom(getClass(u));
274 protected Class getClass(final Type t) { method in class:SimpleVerifier
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassPath.java131 public TypeProto getClass(@Nonnull CharSequence type) { method in class:ClassPath
/external/conscrypt/src/compat/java/org/conscrypt/
H A DPlatform.java106 Method setCurveName = spec.getClass().getDeclaredMethod("setCurveName", String.class);
117 Class<?> c_structTimeval = getClass("android.system.StructTimeval",
136 Class<?> c_osConstants = getClass("android.system.OsConstants",
141 Method m_setsockoptTimeval = instance_os.getClass().getMethod("setsockoptTimeval",
164 private static Class<?> getClass(String... klasses) { method in class:Platform
193 Method method = tm.getClass().getMethod(methodName,
276 + javaKey.getClass().getCanonicalName());
308 getPkeyContext = opensslKey.getClass().getDeclaredMethod("getPkeyContext");
390 if (gcmSpecClass != null && gcmSpecClass.isAssignableFrom(params.getClass())) {
/external/conscrypt/src/openjdk/java/org/conscrypt/
H A DPlatform.java133 private static Class<?> getClass(String... klasses) { method in class:Platform
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUBiDiProps.java171 public final int getClass(int c) { method in class:UBiDiProps
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUBiDiProps.java167 public final int getClass(int c) { method in class:UBiDiProps
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DReflectUtils.java123 return getClass(className, loader).getConstructor(parseTypes(desc, loader));
141 return getClass(className, loader).getDeclaredMethod(methodName, parseTypes(desc, loader));
167 types[i] = getClass((String)params.get(i), loader);
172 private static Class getClass(String className, ClassLoader loader) throws ClassNotFoundException { method in class:ReflectUtils
173 return getClass(className, loader, CGLIB_PACKAGES);
176 private static Class getClass(String className, ClassLoader loader, String[] packages) throws ClassNotFoundException { method in class:ReflectUtils
267 classes[i] = objects[i].getClass();
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java308 public ClassInfo getClass(String className) { method in class:PackageInfo
H A DInfoBuilder.java1644 ClassInfo potentialClass = builder.getPackage().getClass(name);
1695 ClassInfo cls = pkg.getClass(name);
1723 ClassInfo cls = cl.containingPackage().getClass(name);
2009 public static ClassInfo getClass(String qualifiedClassName) { method in class:InfoBuilder.Caches
/external/fonttools/Lib/fontTools/
H A DcffLib.py721 ob = self.getClass()()
730 def getClass(self): member in class:PrivateDictConverter
745 def getClass(self): member in class:SubrsConverter
/external/fonttools/Tools/fontTools/
H A DcffLib.py721 ob = self.getClass()()
730 def getClass(self): member in class:PrivateDictConverter
745 def getClass(self): member in class:SubrsConverter
/external/llvm/include/llvm/TableGen/
H A DRecord.h1439 Record *getClass(const std::string &Name) const { function in class:llvm::RecordKeeper
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js2337 function getClass(el) { function
2355 var oldValue = getClass(ownerElement);
2357 if (getClass(ownerElement) !== oldValue) {
H A Dwebcomponents.js2365 function getClass(el) { function
2383 var oldValue = getClass(ownerElement);
2385 if (getClass(ownerElement) !== oldValue) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer.class " package org.objectweb. ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/clang/include/clang/AST/
H A DType.h2401 const Type *getClass() const { return Class; } function in class:clang::MemberPointerType
2408 Profile(ID, getPointeeType(), getClass());
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 255 milliseconds

12