/external/mockito/src/test/java/org/mockito/internal/util/collections/ |
D | IdentitySetTest.java | 27 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/ |
D | test15 | 13 Fake: yes 14 Fake: yes 15 Fake: yes 39 Fake: yes 40 Fake: yes 41 Fake: yes
|
D | test569 | 80 Transport: Fake/NotReal/JustATest;foo=baz 88 Transport: Fake/NotReal/JustATest;foo=baz 96 Transport: Fake/NotReal/JustATest;foo=baz
|
/external/webrtc/pc/ |
D | proxy_unittest.cc | 43 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/ |
D | modules.rst | 7 Fake filesystem module 12 Fake filesystem classes
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_FakeQuantWithMinMaxVars.pbtxt | 3 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
|
D | api_def_FakeQuantWithMinMaxVarsPerChannel.pbtxt | 3 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
|
D | api_def_FakeParam.pbtxt | 7 \"Fake\" output value. This should not be consumed by another op.
|
D | api_def_FakeQuantWithMinMaxArgs.pbtxt | 3 summary: "Fake-quantize the \'inputs\' tensor, type float to \'outputs\' tensor of same type."
|
/external/clang/test/SemaCXX/ |
D | member-pointer.cpp | 75 namespace Fake namespace 85 int *pni = &Fake::i; in g() 89 void (*pnf)() = &Fake::f; in g()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | member-pointer.cpp | 75 namespace Fake namespace 85 int *pni = &Fake::i; in g() 89 void (*pnf)() = &Fake::f; in g()
|
/external/catch2/include/internal/ |
D | catch_tostring.h | 100 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/ |
D | README | 17 - 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/ |
D | README.md | 1 # DRM shim - Fake GEM kernel drivers in userspace for CI
|
/external/libxkbcommon/test/data/symbols/ |
D | pc | 41 // Fake keys for virtual<->real modifiers mapping:
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/server/ |
D | AbstractFtpServer_MultipleStartAndStopTest.groovy | 23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/server/ |
D | AbstractFtpServer_MultipleStartAndStopTest.groovy | 23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/server/ |
D | AbstractFtpServer_MultipleStartAndStopTest.groovy | 23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/server/ |
D | AbstractFtpServer_MultipleStartAndStopTest.groovy | 23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
|
/external/mesa3d/docs/relnotes/ |
D | 7.6.1.rst | 44 - Fake glXQueryDrawable() didn't return good values (bug 24320)
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug-names-misaligned.s | 8 # Fake .debug_info. We just need it for the offsets to two "compile units" and
|
/external/curl/packages/vms/ |
D | gnv_conftest.c_first | 25 /* Fake pass the test to find a standard ldap routine that we know is */
|
/external/webrtc/test/scenario/ |
D | scenario_config.h | 125 struct Fake { struct
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 27 * 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/ |
D | AbstractStoreFileCommandHandlerTest.groovy | 27 * Abstract superclass for tests of Fake CommandHandlers that store a file (STOR, STOU, APPE)
|