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

1 2

  /external/mockito/src/test/java/org/mockito/internal/util/collections/
IdentitySetTest.java 27 class Fake {
37 assertEquals(new Fake(), new Fake());
38 Fake fake = new Fake(); local
41 set.add(fake);
44 assertTrue(set.contains(fake));
45 assertFalse(set.contains(new Fake()));
  /build/make/core/
phony_package.mk 6 LOCAL_MODULE_CLASS := FAKE
12 $(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_;
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_nacl.go 5 // Fake network poller for NaCl.
  /prebuilts/go/linux-x86/src/runtime/
netpoll_nacl.go 5 // Fake network poller for NaCl.
  /prebuilts/go/darwin-x86/src/mime/
example_test.go 38 // Fake character set for example.
77 // Fake character set for example.
  /prebuilts/go/linux-x86/src/mime/
example_test.go 38 // Fake character set for example.
77 // Fake character set for example.
  /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/soong/cc/config/
arm_device.go 113 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang
125 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang
134 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang
143 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang
152 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang
  /prebuilts/go/darwin-x86/src/net/http/
readrequest_test.go 36 "User-Agent: Fake\r\n" +
64 "User-Agent": {"Fake"},
requestwrite_test.go 52 "User-Agent": {"Fake"},
62 "User-Agent: Fake\r\n" +
72 "User-Agent: Fake\r\n" +
760 errFail := errors.New("fake write failure")
819 // custom dialer that returns a fake net.Conn that waits
  /prebuilts/go/linux-x86/src/net/http/
readrequest_test.go 36 "User-Agent: Fake\r\n" +
64 "User-Agent": {"Fake"},
requestwrite_test.go 52 "User-Agent": {"Fake"},
62 "User-Agent: Fake\r\n" +
72 "User-Agent: Fake\r\n" +
760 errFail := errors.New("fake write failure")
819 // custom dialer that returns a fake net.Conn that waits
  /external/libvorbis/doc/
Vorbis_I_spec.tex 70 % Fake some more DocBook elements
  /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) */
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 187 bool Fake;
192 attrName(Attr), isOpt(false), Fake(false) {
212 bool isFake() const { return Fake; }
213 void setFake(bool fake) { Fake = fake; }
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 28 const fakeHopHeader = "X-Fake-Hop-Header-For-Test"
143 const fakeConnectionToken = "X-Fake-Connection-Token"
564 backendURL, _ := url.Parse("http://fake.tld/")
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 28 const fakeHopHeader = "X-Fake-Hop-Header-For-Test"
143 const fakeConnectionToken = "X-Fake-Connection-Token"
564 backendURL, _ := url.Parse("http://fake.tld/")
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack_test.go 309 // Fake implementation of files.
  /prebuilts/go/linux-x86/src/cmd/pack/
pack_test.go 309 // Fake implementation of files.
  /compatibility/cdd/7_hardware-compatibility/
7_2_input-devices.md 141 touchscreens, touch pads, and fake touch input devices.
172 device only) and meet the fake touch requirements in
178 ### 7.2.5\. Fake Touch Input
180 Fake touch interface provides a user input system that approximates a subset of
184 air mouse, gyro-pointer, joystick, and multi-touch trackpad can support fake
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 286 // Fake entry to satisfy the pseudo-import "C"
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 286 // Fake entry to satisfy the pseudo-import "C"

Completed in 1688 milliseconds

1 2