HomeSort by relevance Sort by last modified time
    Searched refs:_testMode (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
SpatialAudio.h 42 int _testMode;
SpatialAudio.cc 30 _testMode(testMode) {
56 if (_testMode == 1) {
88 if (_testMode == 0) {
125 if (_testMode == 0) {
142 if (_testMode == 0) {
146 if (_testMode == 0) {
TwoWayCommunication.h 55 int _testMode;
iSACTest.cc 92 _testMode(testMode) {}
170 if (_testMode != 0) {
204 if ((_testMode == 0) || (_testMode == 1)) {
223 if ((_testMode == 0) || (_testMode == 1)) {
239 if (_testMode == 0) {
283 SetISAConfig(swbISACConfig, _acmA.get(), _testMode);
284 SetISAConfig(wbISACConfig, _acmB.get(), _testMode);
304 if ((adaptiveMode) && (_testMode != 0))
    [all...]
iSACTest.h 76 int _testMode;
EncodeDecodeTest.cc 251 _testMode = 2;
261 _testMode = testMode;
262 if (_testMode != 0) {
283 if (_testMode != 2) {
303 _receiver.testMode = _testMode;
310 EncodeToFile(1, codeId, codePars, _testMode);
327 if (_testMode == 1) {
EncodeDecodeTest.h 107 uint8_t _testMode;
TwoWayCommunication.cc 38 _testMode(testMode) {}
262 if (_testMode == 0) {
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.h 28 bool _testMode;
7zFolderOutStream.cpp 29 _testMode = testMode;
39 Int32 askMode = ((*_extractStatuses)[_currentIndex]) ? (_testMode ?
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 78 bool _testMode;
ArchiveExtractCallback.cpp 37 _testMode = testMode;
190 if (askExtractMode == NArchive::NExtract::NAskMode::kExtract && !_testMode)
403 if (_testMode)

Completed in 178 milliseconds