Home
last modified time | relevance | path

Searched refs:Fake (Results 1 – 25 of 135) sorted by relevance

123456

/external/mockito/src/test/java/org/mockito/internal/util/collections/
DIdentitySetTest.java27 class Fake { class in IdentitySetTest
37 assertEquals(new Fake(), new Fake()); in shouldWorkEvenIfEqualsTheSame()
38 Fake fake = new Fake(); in shouldWorkEvenIfEqualsTheSame()
45 assertFalse(set.contains(new Fake())); in shouldWorkEvenIfEqualsTheSame()
/external/curl/tests/data/
Dtest1513 Fake: yes
14 Fake: yes
15 Fake: yes
39 Fake: yes
40 Fake: yes
41 Fake: yes
Dtest56980 Transport: Fake/NotReal/JustATest;foo=baz
88 Transport: Fake/NotReal/JustATest;foo=baz
96 Transport: Fake/NotReal/JustATest;foo=baz
/external/webrtc/pc/
Dproxy_unittest.cc43 class Fake : public FakeInterface { class
45 static rtc::scoped_refptr<Fake> Create() { in Create()
46 return new rtc::RefCountedObject<Fake>(); in Create()
61 Fake() {} in Fake() function in webrtc::Fake
62 ~Fake() { Destroy(); } in ~Fake()
66 BEGIN_PROXY_MAP(Fake)
79 BEGIN_SIGNALING_PROXY_MAP(Fake)
99 fake_ = Fake::Create(); in SetUp()
107 rtc::scoped_refptr<Fake> fake_;
188 fake_ = Fake::Create(); in SetUp()
[all …]
/external/python/pyfakefs/docs/
Dmodules.rst7 Fake filesystem module
12 Fake filesystem classes
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FakeQuantWithMinMaxVars.pbtxt3 summary: "Fake-quantize the \'inputs\' tensor of type float via global float scalars"
5 Fake-quantize the `inputs` tensor of type float via global float scalars
Dapi_def_FakeQuantWithMinMaxVarsPerChannel.pbtxt3 summary: "Fake-quantize the \'inputs\' tensor of type float via per-channel floats"
5 Fake-quantize the `inputs` tensor of type float per-channel and one of the
Dapi_def_FakeParam.pbtxt7 \"Fake\" output value. This should not be consumed by another op.
Dapi_def_FakeQuantWithMinMaxArgs.pbtxt3 summary: "Fake-quantize the \'inputs\' tensor, type float to \'outputs\' tensor of same type."
/external/clang/test/SemaCXX/
Dmember-pointer.cpp75 namespace Fake namespace
85 int *pni = &Fake::i; in g()
89 void (*pnf)() = &Fake::f; in g()
/external/llvm-project/clang/test/SemaCXX/
Dmember-pointer.cpp75 namespace Fake namespace
85 int *pni = &Fake::i; in g()
89 void (*pnf)() = &Fake::f; in g()
/external/catch2/include/internal/
Dcatch_tostring.h100 template <typename Fake = T>
102 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
103 convert(const Fake& value) { in convert()
111 template <typename Fake = T>
113 … typename std::enable_if<!::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
114 convert( const Fake& value ) { in convert()
/external/kmod/testsuite/
DREADME17 - Fake accesses to filesystem so we can provide a test rootfs with all the
19 - Fake calls to init_module(), delete_module() and uname(), so we don't have to
/external/mesa3d/src/drm-shim/
DREADME.md1 # DRM shim - Fake GEM kernel drivers in userspace for CI
/external/libxkbcommon/test/data/symbols/
Dpc41 // Fake keys for virtual<->real modifiers mapping:
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/server/
DAbstractFtpServer_MultipleStartAndStopTest.groovy23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/server/
DAbstractFtpServer_MultipleStartAndStopTest.groovy23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/server/
DAbstractFtpServer_MultipleStartAndStopTest.groovy23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/server/
DAbstractFtpServer_MultipleStartAndStopTest.groovy23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
/external/mesa3d/docs/relnotes/
D7.6.1.rst44 - Fake glXQueryDrawable() didn't return good values (bug 24320)
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-misaligned.s8 # Fake .debug_info. We just need it for the offsets to two "compile units" and
/external/curl/packages/vms/
Dgnv_conftest.c_first25 /* Fake pass the test to find a standard ldap routine that we know is */
/external/webrtc/test/scenario/
Dscenario_config.h125 struct Fake { struct
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy27 * Abstract superclass for tests of Fake CommandHandlers that store a file (STOR, STOU, APPE)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTest.groovy27 * Abstract superclass for tests of Fake CommandHandlers that store a file (STOR, STOU, APPE)

123456