OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisclass
(Results
1 - 2
of
2
) sorted by null
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodInterceptorGenerator.java
151
Class
thisClass
= Class.forName("NameOfThisClass");
157
CGLIB$ACCESS_0 = MethodProxy.create(cls,
thisClass
, "()Ljava/lang/String;", "toString", "CGLIB$ACCESS_0");
166
Local
thisclass
= e.make_local();
local
169
e.store_local(
thisclass
);
207
e.load_local(
thisclass
);
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
Completed in 56 milliseconds