OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fake
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ProxyTest.java
201
class
Fake
extends Proxy {
202
Fake
() {
207
Proxy
fake
= new Proxy(new InvocationHandler() {
local
218
.isProxyClass(
Fake
.class));
220
.isProxyClass(
fake
.getClass()));
/external/clang/test/SemaCXX/
member-pointer.cpp
67
namespace
Fake
77
int *pni = &
Fake
::i;
81
void (*pnf)() = &
Fake
::f;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ProxyTest.java
163
class
Fake
extends Proxy {
164
Fake
() {
169
Proxy
fake
= new Proxy(new InvocationHandler() {
local
180
.isProxyClass(
Fake
.class));
182
.isProxyClass(
fake
.getClass()));
Completed in 216 milliseconds