Home
last modified time | relevance | path

Searched refs:testMode (Results 1 – 25 of 62) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_coding/test/
DEncodeDecodeTest.cc72 if ((testMode == 0) || (testMode == 1)) { in Setup()
151 if (testMode == 1) { in Setup()
154 } else if (testMode == 0) { in Setup()
177 if (testMode > 1) { in Teardown()
256 EncodeDecodeTest::EncodeDecodeTest(int testMode) { in EncodeDecodeTest() argument
260 _testMode = testMode; in EncodeDecodeTest()
302 _receiver.testMode = _testMode; in Perform()
333 int testMode) { in EncodeToFile() argument
342 _sender.testMode = testMode; in EncodeToFile()
DEncodeDecodeTest.h57 uint8_t testMode; variable
82 uint8_t testMode; variable
104 explicit EncodeDecodeTest(int testMode);
114 int testMode);
DPacketLossTest.cc141 sender_->testMode = 0; in Perform()
156 receiver_->testMode = 0; in Perform()
DiSACTest.cc46 int testMode) { in SetISAConfig() argument
71 ISACTest::ISACTest(int testMode) in ISACTest() argument
74 _testMode(testMode) {} in ISACTest()
DSpatialAudio.cc26 SpatialAudio::SpatialAudio(int testMode) in SpatialAudio() argument
30 _testMode(testMode) { in SpatialAudio()
DSpatialAudio.h27 SpatialAudio(int testMode);
DTwoWayCommunication.h25 explicit TwoWayCommunication(int testMode);
DiSACTest.h40 explicit ISACTest(int testMode);
DTwoWayCommunication.cc33 TwoWayCommunication::TwoWayCommunication(int testMode) in TwoWayCommunication() argument
36 _testMode(testMode) { in TwoWayCommunication()
/external/skia/src/gpu/effects/
DGrSRGBEffect.cpp124 Mode testMode = static_cast<Mode>(d->fRandom->nextRangeU(0, 1)); in TestCreate() local
125 return GrSRGBEffect::Make(testMode, Alpha::kPremul); in TestCreate()
/external/skqp/src/gpu/effects/
DGrSRGBEffect.cpp124 Mode testMode = static_cast<Mode>(d->fRandom->nextRangeU(0, 1)); in TestCreate() local
125 return GrSRGBEffect::Make(testMode, Alpha::kPremul); in TestCreate()
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp292 Int32 testMode, IArchiveExtractCallback *extractCallback) in Extract() argument
303 Int32 askMode = testMode ? in Extract()
307 if (!testMode && !outStream) in Extract()
DLzmaHandler.cpp407 Int32 testMode, IArchiveExtractCallback *extractCallback) in Extract() argument
421 Int32 askMode = testMode ? in Extract()
425 if (!testMode && !realOutStream) in Extract()
DXzHandler.cpp698 Int32 testMode, IArchiveExtractCallback *extractCallback) in Extract() argument
712 Int32 askMode = testMode ? in Extract()
718 if (!testMode && !realOutStream) in Extract()
DIArchive.h270 …STDMETHOD(Extract)(const UInt32* indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback…
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp199 Int32 testMode = (options.TestMode && !calcCrc) ? 1: 0; in DecompressArchive() local
202 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, ecs); in DecompressArchive()
208 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs); in DecompressArchive()
DIFileExtractCallback.h81 virtual HRESULT BeforeOpen(const wchar_t *name, bool testMode) x; \
DArchiveExtractCallback.h297 bool stdOutMode, bool testMode,
/external/deqp/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp2590 const string& precision, TestType testMode) = 0;
2594 const string& precision, TestType testMode) = 0;
2868 TestType testMode) in generateVarLinkVertexShaderSrc() argument
2880 switch (testMode) in generateVarLinkVertexShaderSrc()
2900 const string& precision, TestType testMode) in generateVarLinkFragmentShaderSrc() argument
2904 switch (testMode) in generateVarLinkFragmentShaderSrc()
2938 TestType testMode) in generateVarLinkVertexShaderSrc() argument
2950 switch (testMode) in generateVarLinkVertexShaderSrc()
2970 const string& precision, TestType testMode) in generateVarLinkFragmentShaderSrc() argument
2974 switch (testMode) in generateVarLinkFragmentShaderSrc()
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DViewMeasureSpecTest.java17 public void testMode() throws Exception { in testMode() method in ViewMeasureSpecTest
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp466 HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name, bool testMode) in BeforeOpen() argument
477 *_so << endl << (testMode ? kTesting : kExtracting) << name << endl; in BeforeOpen()
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dvector_exponential_diag_test.py58 def testMode(self): member in VectorExponentialDiagTest
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Ddirichlet_test.py206 def testMode(self): member in DirichletTest
/external/deqp/modules/gles31/functional/
Des31fSampleVariableTests.cpp1981 … const char* desc, int sampleCount, RenderTarget target, ShaderRunMode runMode, TestMode testMode);
2000 …, const char* desc, int sampleCount, RenderTarget target, ShaderRunMode runMode, TestMode testMode) in SampleMaskWriteCase() argument
2002 , m_testMode (testMode) in SampleMaskWriteCase()
2004 DE_ASSERT(testMode < TEST_LAST); in SampleMaskWriteCase()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java441 public void testMode() throws Exception { in testMode() method in StubFtpServerIntegrationTest

123