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

1 2 3 4

  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.h 57 uint8_t testMode;
82 uint8_t testMode;
104 explicit EncodeDecodeTest(int testMode);
114 int testMode);
EncodeDecodeTest.cc 72 if ((testMode == 0) || (testMode == 1)) {
151 if (testMode == 1) {
154 } else if (testMode == 0) {
177 if (testMode > 1) {
256 EncodeDecodeTest::EncodeDecodeTest(int testMode) {
257 //testMode == 0 for autotest
258 //testMode == 1 for testing all codecs/parameters
259 //testMode > 1 for specific user-input test (as it was used before)
260 _testMode = testMode;
    [all...]
SpatialAudio.h 27 SpatialAudio(int testMode);
TwoWayCommunication.h 25 explicit TwoWayCommunication(int testMode);
iSACTest.h 40 explicit ISACTest(int testMode);
PacketLossTest.cc 141 sender_->testMode = 0;
156 receiver_->testMode = 0;
  /external/lzma/CPP/7zip/UI/Common/
Extract.h 42 bool TestMode;
56 TestMode(false),
Extract.cpp 143 options.StdOutMode, options.TestMode,
152 !options.TestMode &&
162 Int32 testMode = (options.TestMode && !calcCrc) ? 1: 0;
165 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, ecs);
171 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs);
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.h 50 bool testMode, bool checkCrc);
7zFolderOutStream.cpp 21 bool testMode, bool checkCrc)
29 _testMode = testMode;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_lossless_test.cc 23 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
56 libvpx_test::TestMode encoding_mode_;
config_test.cc 19 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
encode_test_driver.h 28 enum TestMode {
185 // Map the TestMode enum to the deadline_ and passes_ variables.
186 void SetMode(TestMode mode);
  /external/libvpx/libvpx/test/
config_test.cc 19 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
superframe_test.cc 22 typedef std::tr1::tuple<libvpx_test::TestMode,int> SuperframeTestParam;
34 const libvpx_test::TestMode mode = std::tr1::get<kTestMode>(input);
vp9_ethread_test.cc 23 public ::libvpx_test::CodecTestWith2Params<libvpx_test::TestMode, int> {
102 ::libvpx_test::TestMode encoding_mode_;
vp9_lossless_test.cc 25 public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> {
69 libvpx_test::TestMode encoding_mode_;
vp9_end_to_end_test.cc 64 const libvpx_test::TestMode kEncodingModeVectors[] = {
83 public ::libvpx_test::CodecTestWith3Params<libvpx_test::TestMode, \
154 libvpx_test::TestMode encoding_mode_;
encode_test_driver.h 29 enum TestMode {
206 // Map the TestMode enum to the deadline_ and passes_ variables.
207 void SetMode(TestMode mode);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewMeasureSpecTest.java 17 public void testMode() throws Exception {
  /cts/tests/tests/transition/src/android/transition/cts/
FadeTest.java 40 public void testMode() throws Throwable {
VisibilityTest.java 34 public void testMode() throws Throwable {
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 110 if (res == S_OK && Options->TestMode && ExtractCallbackSpec->IsOK())
170 if (!options.TestMode)
246 UString title = LangString(options.TestMode ? IDS_PROGRESS_TESTING : IDS_PROGRESS_EXTRACTING);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BatteryControllerImpl.java 106 if (mTestmode && !intent.getBooleanExtra("testmode", false)) return;
136 dummy.putExtra("testmode", false);
141 dummy.putExtra("testmode", true);
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 297 Int32 testMode, IArchiveExtractCallback *extractCallback)
308 Int32 askMode = testMode ?
312 if (!testMode && !outStream)

Completed in 930 milliseconds

1 2 3 4