/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ViewMeasureSpecTest.java | 17 public void testMode() throws Exception {
|
/frameworks/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 34 int testMode; 114 switch (context->testMode) { 293 context.testMode = TEST_MUTE; 351 context.testMode = TEST_MUTE; 357 context.testMode = TEST_SOLO;
|
/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;
|
/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 33 static int testMode;
|
slesTestPlayFdPath.cpp | 33 static int testMode;
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageQueueTest.java | 77 TestLooperThread(Test testMode) { 79 mTestMode = testMode;
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 31 static int testMode;
|
/frameworks/base/core/java/android/app/ |
ApplicationThreadNative.java | 278 int testMode = data.readInt(); 288 testArgs, testWatcher, uiAutomationConnection, testMode, [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |