Home
last modified time | relevance | path

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

12345

/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/talk/app/webrtc/
Dproxy_unittest.cc61 BEGIN_PROXY_MAP(Fake)
71 class Fake : public FakeInterface { class
73 static rtc::scoped_refptr<Fake> Create() { in Create()
74 return new rtc::RefCountedObject<Fake>(); in Create()
87 Fake() {} in Fake() function in webrtc::Fake
88 ~Fake() {} in ~Fake()
102 fake_ = Fake::Create(); in SetUp()
109 rtc::scoped_refptr<Fake> fake_;
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
Dfake-gsm12 I[01]? Fake modem software implementation.
18 \+C?GMI Fake Modem Software, Inc.
20 \+C?GMM Fake Modem
/external/autotest/client/site_tests/network_ModemManagerSMS/src/
Dfake-gsm12 I[01]? Fake modem software implementation.
18 \+C?GMI Fake Modem Software, Inc.
20 \+C?GMM Fake Modem
/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/catch2/include/internal/
Dcatch_tostring.h99 template <typename Fake = T>
101 typename std::enable_if<::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
102 convert(const Fake& value) { in convert()
110 template <typename Fake = T>
112 … typename std::enable_if<!::Catch::Detail::IsStreamInsertable<Fake>::value, std::string>::type
113 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/autotest/client/site_tests/logging_UdevCrash/
Dcontrol16 Fake trackpad failure to trigger crash report with udev type, and
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FakeQuantWithMinMaxArgs.pbtxt3 summary: "Fake-quantize the \'inputs\' tensor, type float to \'outputs\' tensor of same type."
Dapi_def_FakeQuantWithMinMaxVars.pbtxt3 summary: "Fake-quantize the \'inputs\' tensor of type float via global float scalars `min`"
Dapi_def_FakeQuantWithMinMaxVarsPerChannel.pbtxt3 summary: "Fake-quantize the \'inputs\' tensor of type float and one of the shapes: `[d]`,"
Dapi_def_FakeParam.pbtxt7 \"Fake\" output value. This should not be consumed by another op.
/external/icu/icu4c/source/data/mappings/
Dnoop-iso-ir-165.ucm8 # Name: "Fake" Unicode to ISO-IR-165 table
Dnoop-gb2312_gl.ucm8 # Name: "Fake" Unicode to ISO-IR-165 table
/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.5/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/libxkbcommon/xkbcommon/test/data/symbols/
Dpc41 // Fake keys for virtual<->real modifiers mapping:
/external/swiftshader/third_party/llvm-7.0/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/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/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DAbstractStoreFileCommandHandlerTestCase.groovy27 * Abstract superclass for tests of Fake CommandHandlers that store a file (STOR, STOU, APPE)

12345