HomeSort by relevance Sort by last modified time
    Searched refs:Fake (Results 1 - 25 of 33) sorted by null

1 2

  /build/core/
phony_package.mk 5 LOCAL_MODULE_CLASS := FAKE
11 $(hide) echo "Fake: $@"
  /external/webrtc/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/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/clang/test/SemaCXX/
member-pointer.cpp 75 namespace Fake
85 int *pni = &Fake::i;
89 void (*pnf)() = &Fake::f;
  /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/v8/benchmarks/
raytrace.js 73 /* Fake a Flog.* namespace */
191 /* Fake a Flog.* namespace */
212 /* Fake a Flog.* namespace */
276 /* Fake a Flog.* namespace */
294 /* Fake a Flog.* namespace */
317 /* Fake a Flog.* namespace */
351 /* Fake a Flog.* namespace */
376 /* Fake a Flog.* namespace */
412 /* Fake a Flog.* namespace */
462 /* Fake a Flog.* namespace *
    [all...]
  /build/core/combo/arch/arm/
armv7-a-neon.mk 43 # Fake an ARM compiler flag as these processors support LPAE which GCC/clang
  /external/libvorbis/doc/
Vorbis_I_spec.tex 70 % Fake some more DocBook elements
  /external/v8/test/mjsunit/
proto-accessor.js 28 // Fake Symbol if undefined, allowing test to run in non-Harmony mode as well.
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /ndk/build/core/
build-local.mk 194 # Fake an application named 'local'
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 169 bool Fake;
174 attrName(Attr), isOpt(false), Fake(false) {
189 bool isFake() const { return Fake; }
190 void setFake(bool fake) { Fake = fake; }
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 460 enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded };
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]

Completed in 1128 milliseconds

1 2