HomeSort by relevance Sort by last modified time
    Searched defs:Fake (Results 1 - 4 of 4) sorted by null

  /external/v8/test/mjsunit/regress/
regress-1650.js 41 function Fake() {}
45 Fake.prototype.call = function () {
46 assertSame(Fake.prototype.bind, this);
48 assertSame(fake, arguments[0]);
53 Fake.prototype.bind = function () {
56 var fake = new Fake;
58 g(fake, x);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ProxyTest.java 189 class Fake extends Proxy {
190 Fake() {
195 Proxy fake = new Proxy(new InvocationHandler() { local
206 .isProxyClass(Fake.class));
208 .isProxyClass(fake.getClass()));
  /external/clang/test/SemaCXX/
member-pointer.cpp 70 namespace Fake
80 int *pni = &Fake::i;
84 void (*pnf)() = &Fake::f;
  /external/clang/include/clang/Serialization/
ASTReader.h 443 enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded };
    [all...]

Completed in 198 milliseconds