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

  /external/chromium_org/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);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy_unittest.cc 61 BEGIN_PROXY_MAP(Fake)
71 class Fake : public FakeInterface {
73 static rtc::scoped_refptr<Fake> Create() {
74 return new rtc::RefCountedObject<Fake>();
87 Fake() {}
88 ~Fake() {}
102 fake_ = Fake::Create();
109 rtc::scoped_refptr<Fake> fake_;
  /external/clang/test/SemaCXX/
member-pointer.cpp 68 namespace Fake
78 int *pni = &Fake::i;
82 void (*pnf)() = &Fake::f;

Completed in 185 milliseconds