OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:classB
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java
37
String
classB
= "libcore.java.lang.reflect.ReflectionTest$B";
104
String constructorOneRaw = classC + "(" + classA + ") throws " +
classB
;
119
+ classC + ".methodOne(" + classA + "," + classC + ") throws " +
classB
;
/dalvik/tools/dmtracedump/
TraceDump.c
474
const ClassEntry *
classB
= *(const ClassEntry**)b;
476
elapsed2 =
classB
->elapsedExclusive;
485
result = strcmp(classA->className,
classB
->className);
491
unsigned int idB =
classB
->methods[0]->methodId;
[
all
...]
Completed in 69 milliseconds