Searched refs:parseType (Results 1 - 25 of 52) sorted by relevance

123

/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DConstants.java31 public static final Type TYPE_OBJECT_ARRAY = TypeUtils.parseType("Object[]");
32 public static final Type TYPE_CLASS_ARRAY = TypeUtils.parseType("Class[]");
33 public static final Type TYPE_STRING_ARRAY = TypeUtils.parseType("String[]");
35 public static final Type TYPE_OBJECT = TypeUtils.parseType("Object");
36 public static final Type TYPE_CLASS = TypeUtils.parseType("Class");
37 public static final Type TYPE_CLASS_LOADER = TypeUtils.parseType("ClassLoader");
38 public static final Type TYPE_CHARACTER = TypeUtils.parseType("Character");
39 public static final Type TYPE_BOOLEAN = TypeUtils.parseType("Boolean");
40 public static final Type TYPE_DOUBLE = TypeUtils.parseType("Double");
41 public static final Type TYPE_FLOAT = TypeUtils.parseType("Floa
[all...]
H A DKeyFactory.java68 TypeUtils.parseType("org.mockito.cglib.core.KeyFactory");
/external/mockito/cglib-and-asm/src/org/mockito/asm/signature/
H A DSignatureReader.java86 pos = parseType(signature, pos, v.visitClassBound());
90 pos = parseType(signature, pos, v.visitInterfaceBound());
100 pos = parseType(signature, pos, v.visitParameterType());
102 pos = parseType(signature, pos + 1, v.visitReturnType());
104 pos = parseType(signature, pos + 1, v.visitExceptionType());
107 pos = parseType(signature, pos, v.visitSuperclass());
109 pos = parseType(signature, pos, v.visitInterface());
129 parseType(this.signature, 0, v);
140 private static int parseType( method in class:SignatureReader
164 return parseType(signatur
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DInvocationHandlerGenerator.java29 TypeUtils.parseType("org.mockito.cglib.proxy.InvocationHandler");
31 TypeUtils.parseType("org.mockito.cglib.proxy.UndeclaredThrowableException");
33 TypeUtils.parseType("java.lang.reflect.Method");
H A DDispatcherGenerator.java30 TypeUtils.parseType("org.mockito.cglib.proxy.Dispatcher");
32 TypeUtils.parseType("org.mockito.cglib.proxy.ProxyRefDispatcher");
H A DFixedValueGenerator.java26 TypeUtils.parseType("org.mockito.cglib.proxy.FixedValue");
H A DMethodInterceptorGenerator.java35 TypeUtils.parseType("AbstractMethodError");
37 TypeUtils.parseType("java.lang.reflect.Method");
39 TypeUtils.parseType("org.mockito.cglib.core.ReflectUtils");
41 TypeUtils.parseType("org.mockito.cglib.proxy.MethodProxy");
43 TypeUtils.parseType("org.mockito.cglib.proxy.MethodInterceptor");
H A DLazyLoaderGenerator.java30 TypeUtils.parseType("org.mockito.cglib.proxy.LazyLoader");
H A DMixinEmitter.java34 TypeUtils.parseType("org.mockito.cglib.proxy.Mixin");
H A DEnhancer.java79 TypeUtils.parseType("org.mockito.cglib.proxy.Factory");
81 TypeUtils.parseType("IllegalStateException");
83 TypeUtils.parseType("IllegalArgumentException");
85 TypeUtils.parseType("ThreadLocal");
87 TypeUtils.parseType("org.mockito.cglib.proxy.Callback");
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DFastClassEmitter.java46 TypeUtils.parseType("org.mockito.cglib.reflect.FastClass");
48 TypeUtils.parseType("IllegalArgumentException");
50 TypeUtils.parseType("java.lang.reflect.InvocationTargetException");
H A DConstructorDelegate.java49 TypeUtils.parseType("org.mockito.cglib.reflect.ConstructorDelegate");
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DParallelSorterEmitter.java27 TypeUtils.parseType("org.mockito.cglib.util.ParallelSorter");
H A DStringSwitcher.java30 TypeUtils.parseType("org.mockito.cglib.util.StringSwitcher");
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanCopier.java35 TypeUtils.parseType("org.mockito.cglib.core.Converter");
37 TypeUtils.parseType("org.mockito.cglib.beans.BeanCopier");
H A DBeanMapEmitter.java28 TypeUtils.parseType("org.mockito.cglib.beans.BeanMap");
30 TypeUtils.parseType("org.mockito.cglib.beans.FixedKeySet");
H A DBulkBeanEmitter.java35 TypeUtils.parseType("org.mockito.cglib.beans.BulkBean");
37 TypeUtils.parseType("org.mockito.cglib.beans.BulkBeanException");
H A DImmutableBean.java31 TypeUtils.parseType("IllegalStateException");
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DFieldProviderTransformer.java32 TypeUtils.parseType("org.mockito.cglib.transform.impl.FieldProvider");
34 TypeUtils.parseType("IllegalArgumentException");
H A DInterceptFieldTransformer.java33 TypeUtils.parseType("org.mockito.cglib.transform.impl.InterceptFieldCallback");
35 TypeUtils.parseType("org.mockito.cglib.transform.impl.InterceptFieldEnabled");
/external/icu/icu4c/source/i18n/unicode/
H A Dplurfmt.h603 void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner,
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java681 Type t = parseType(sig, cur);
686 Type ret = parseType(sig, cur);
814 return new ArrayType(dim, parseType(sig, c));
817 private static Type parseType(String sig, Cursor c) throws BadBytecode { method in class:SignatureAttribute
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp42 void parseType (const char* src, ValueType* dst);
74 , parse (parseType<ValueType>)
H A DdeCommandLine.cpp319 void parseType<bool> (const char*, bool* dst) function in namespace:de::cmdline
325 void parseType<std::string> (const char* src, std::string* dst) function in namespace:de::cmdline
331 void parseType<int> (const char* src, int* dst) function in namespace:de::cmdline
/external/deqp/scripts/khr_util/
H A Dregistry.py282 def parseType(eType): function in function:createInterface
297 return parseType(registry.types[name, api])

Completed in 371 milliseconds

123