Searched refs:_testMode (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A DSpatialAudio.h42 int _testMode; member in class:webrtc::SpatialAudio
H A DSpatialAudio.cc30 _testMode(testMode) {
56 if (_testMode == 1) {
88 if (_testMode == 0) {
125 if (_testMode == 0) {
142 if (_testMode == 0) {
146 if (_testMode == 0) {
H A DTwoWayCommunication.h55 int _testMode; member in class:webrtc::TwoWayCommunication
H A DiSACTest.h74 int _testMode; member in class:webrtc::ISACTest
H A DiSACTest.cc74 _testMode(testMode) {}
156 if (_testMode != 0) {
190 if (_testMode == 0) {
232 SetISAConfig(swbISACConfig, _acmA.get(), _testMode);
233 SetISAConfig(wbISACConfig, _acmB.get(), _testMode);
252 if ((adaptiveMode) && (_testMode != 0)) {
259 if (_testMode != 0) {
305 if (_testMode == 2)
H A DEncodeDecodeTest.cc250 _testMode = 2;
260 _testMode = testMode;
261 if (_testMode != 0) {
282 if (_testMode != 2) {
302 _receiver.testMode = _testMode;
309 std::string fileName = EncodeToFile(1, codeId, codePars, _testMode);
325 if (_testMode == 1) {
H A DEncodeDecodeTest.h108 uint8_t _testMode; member in class:webrtc::EncodeDecodeTest
H A DTwoWayCommunication.cc36 _testMode(testMode) {
240 if (_testMode == 0) {
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.h28 bool _testMode; member in class:NArchive::N7z::CFolderOutStream
H A D7zFolderOutStream.cpp29 _testMode = testMode;
39 Int32 askMode = ((*_extractStatuses)[_currentIndex]) ? (_testMode ?
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp198 _testMode = testMode;
630 if (askExtractMode == NArchive::NExtract::NAskMode::kExtract && !_testMode)
672 if (askExtractMode == NArchive::NExtract::NAskMode::kExtract && !_testMode)
1001 if (_testMode)
H A DArchiveExtractCallback.h202 bool _testMode; member in class:CArchiveExtractCallback

Completed in 161 milliseconds