Searched defs:testMode (Results 1 - 17 of 17) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewMeasureSpecTest.java17 public void testMode() throws Exception { method in class:ViewMeasureSpecTest
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DSpatialAudio.cc26 SpatialAudio::SpatialAudio(int testMode) argument
30 _testMode(testMode) {
H A DEncodeDecodeTest.h56 uint8_t testMode; member in class:webrtc::Sender
81 uint8_t testMode; member in class:webrtc::Receiver
103 explicit EncodeDecodeTest(int testMode);
110 void EncodeToFile(int fileType, int codeId, int* codePars, int testMode);
H A DTwoWayCommunication.cc33 TwoWayCommunication::TwoWayCommunication(int testMode) argument
38 _testMode(testMode) {}
H A DiSACTest.cc48 int testMode) {
89 ISACTest::ISACTest(int testMode) argument
92 _testMode(testMode) {}
47 SetISAConfig(ACMTestISACConfig& isacConfig, AudioCodingModule* acm, int testMode) argument
H A DEncodeDecodeTest.cc69 if ((testMode == 0) || (testMode == 1)) {
152 if (testMode == 1) {
155 } else if (testMode == 0) {
178 if (testMode > 1) {
257 EncodeDecodeTest::EncodeDecodeTest(int testMode) { argument
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;
332 EncodeToFile(int fileType, int codeId, int* codePars, int testMode) argument
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp50 bool testMode = (testModeSpec != 0); local
195 &efi.ExtractStatuses, extractCallback, testMode, _crcSize != 0);
H A D7zFolderOutStream.cpp21 bool testMode, bool checkCrc)
29 _testMode = testMode;
16 Init( const CArchiveDatabaseEx *db, UInt32 ref2Offset, UInt32 startIndex, const CBoolVector *extractStatuses, IArchiveExtractCallback *extractCallback, bool testMode, bool checkCrc) argument
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_loopback.cc532 int testMode = 0; local
538 testMode = atoi(test_str.c_str());
539 if (testMode == 1)
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp298 Int32 testMode, IArchiveExtractCallback *extractCallback)
309 Int32 askMode = testMode ?
313 if (!testMode && !outStream)
297 Extract(const UInt32 *indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) argument
H A DLzmaHandler.cpp322 Int32 testMode, IArchiveExtractCallback *extractCallback)
335 Int32 askMode = testMode ?
339 if (!testMode && !realOutStream)
321 Extract(const UInt32 *indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) argument
H A DXzHandler.cpp452 Int32 testMode, IArchiveExtractCallback *extractCallback)
464 Int32 askMode = testMode ?
470 if (!testMode && !realOutStream)
451 Extract(const UInt32 *indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) argument
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp29 bool stdOutMode, bool testMode, bool crcMode,
37 _testMode = testMode;
25 Init( const NWildcard::CCensorNode *wildcardCensor, const CArc *arc, IFolderArchiveExtractCallback *extractCallback2, bool stdOutMode, bool testMode, bool crcMode, const UString &directoryPath, const UStringVector &removePathParts, UInt64 packSize) argument
H A DExtract.cpp87 Int32 testMode = (options.TestMode && !options.CalcCrc) ? 1: 0; local
90 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, extractCallbackSpec);
97 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, extractCallbackSpec);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 222 milliseconds