HomeSort by relevance Sort by last modified time
    Searched full:testmode (Results 1 - 25 of 42) sorted by null

1 2

  /external/lzma/CPP/7zip/UI/Common/
Extract.h 22 bool TestMode;
43 TestMode(false),
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;
  /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/libvpx/libvpx/test/
vp9_lossless_test.cc 22 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
54 libvpx_test::TestMode encoding_mode_;
config_test.cc 19 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
encode_test_driver.h 25 enum TestMode {
170 // Map the TestMode enum to the deadline_ and passes_ variables.
171 void SetMode(TestMode mode);
borders_test.cc 21 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
error_resilience_test.cc 23 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
144 libvpx_test::TestMode encoding_mode_;
cpu_speed_test.cc 22 libvpx_test::TestMode, int> {
superframe_test.cc 20 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
datarate_test.cc 19 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
180 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
encode_test_driver.cc 80 void EncoderTest::SetMode(TestMode mode) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewMeasureSpecTest.java 17 public void testMode() throws Exception {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 84 boolean testmode = false; field in class:BatteryMeterView.BatteryTracker
90 if (testmode && ! intent.getBooleanExtra("testmode", false)) return;
110 testmode = true;
120 testmode = false;
123 dummy.putExtra("testmode", false);
127 dummy.putExtra("testmode", true);
131 if (!testmode) return;
  /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)
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; \
XzHandler.cpp 452 Int32 testMode, IArchiveExtractCallback *extractCallback)
464 Int32 askMode = testMode ?
470 if (!testMode && !realOutStream)
  /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;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 110 /* fill testmode message */
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 77 TestLooperThread(Test testMode) {
79 mTestMode = testMode;

Completed in 698 milliseconds

1 2