/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
SpatialAudio.h | 27 SpatialAudio(int testMode);
|
EncodeDecodeTest.h | 56 uint8_t testMode; 81 uint8_t testMode; 103 explicit EncodeDecodeTest(int testMode); 110 void EncodeToFile(int fileType, int codeId, int* codePars, int testMode);
|
TwoWayCommunication.h | 25 explicit TwoWayCommunication(int testMode);
|
EncodeDecodeTest.cc | 69 if ((testMode == 0) || (testMode == 1)) { 152 if (testMode == 1) { 155 } else if (testMode == 0) { 178 if (testMode > 1) { 257 EncodeDecodeTest::EncodeDecodeTest(int testMode) { 258 //testMode == 0 for autotest 259 //testMode == 1 for testing all codecs/parameters 260 //testMode > 1 for specific user-input test (as it was used before) 261 _testMode = testMode; [all...] |
iSACTest.h | 42 explicit ISACTest(int testMode);
|
PacketLossTest.cc | 140 sender_->testMode = 0; 156 receiver_->testMode = 0;
|
SpatialAudio.cc | 26 SpatialAudio::SpatialAudio(int testMode) 30 _testMode(testMode) {
|
iSACTest.cc | 48 int testMode) { 89 ISACTest::ISACTest(int testMode) 92 _testMode(testMode) {}
|
TwoWayCommunication.cc | 33 TwoWayCommunication::TwoWayCommunication(int testMode) 38 _testMode(testMode) {}
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zFolderOutStream.h | 50 bool testMode, bool checkCrc);
|
7zFolderOutStream.cpp | 21 bool testMode, bool checkCrc)
29 _testMode = testMode;
|
7zExtract.cpp | 50 bool testMode = (testModeSpec != 0);
195 &efi.ExtractStatuses, extractCallback, testMode, _crcSize != 0);
|
/external/lzma/CPP/7zip/Archive/ |
LzmaHandler.cpp | 322 Int32 testMode, IArchiveExtractCallback *extractCallback)
335 Int32 askMode = testMode ?
339 if (!testMode && !realOutStream)
|
SplitHandler.cpp | 298 Int32 testMode, IArchiveExtractCallback *extractCallback)
309 Int32 askMode = testMode ?
313 if (!testMode && !outStream)
|
XzHandler.cpp | 452 Int32 testMode, IArchiveExtractCallback *extractCallback)
464 Int32 askMode = testMode ?
470 if (!testMode && !realOutStream)
|
IArchive.h | 121 testMode != 0 means "test files without writing to outStream"
129 STDMETHOD(Extract)(const UInt32* indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) x; \
|
/external/lzma/CPP/7zip/UI/Common/ |
Extract.cpp | 77 options.StdOutMode, options.TestMode, options.CalcCrc,
87 Int32 testMode = (options.TestMode && !options.CalcCrc) ? 1: 0;
90 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, extractCallbackSpec);
97 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, extractCallbackSpec);
|
ArchiveExtractCallback.h | 136 bool stdOutMode, bool testMode, bool crcMode,
|
ArchiveExtractCallback.cpp | 29 bool stdOutMode, bool testMode, bool crcMode,
37 _testMode = testMode;
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageQueueTest.java | 77 TestLooperThread(Test testMode) { 79 mTestMode = testMode;
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_loopback.cc | 532 int testMode = 0; 538 testMode = atoi(test_str.c_str()); 539 if (testMode == 1)
|
/external/deqp/modules/gles31/functional/ |
es31fSampleVariableTests.cpp | [all...] |
/external/chromium_org/third_party/closure_compiler/compiler/ |
compiler.jar | |