Searched refs:test_mode (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/autotest_private/
H A Dautotest_private_api.h96 bool test_mode() const { return test_mode_; } function in class:extensions::AutotestPrivateAPI
97 void set_test_mode(bool test_mode) { test_mode_ = test_mode; } argument
H A Dautotest_private_api.cc63 return AutotestPrivateAPI::GetFactoryInstance()->Get(profile)->test_mode();
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestAllCodecs.h53 explicit TestAllCodecs(int test_mode);
H A DTestStereo.h64 explicit TestStereo(int test_mode);
H A DTestAllCodecs.cc102 TestAllCodecs::TestAllCodecs(int test_mode) argument
109 // test_mode = 0 for silent test (auto test)
110 test_mode_ = test_mode;
H A DTestStereo.cc110 TestStereo::TestStereo(int test_mode) argument
129 // test_mode = 0 for silent test (auto test)
130 test_mode_ = test_mode;
/external/chromium_org/net/url_request/
H A Durl_request_job_unittest.cc106 transaction.test_mode = TEST_MODE_SYNC_ALL;
129 transaction.test_mode = TEST_MODE_SYNC_ALL | TEST_MODE_SLOW_READ;
/external/chromium_org/net/http/
H A Dmock_http_cache.h201 static int GetTestMode(int test_mode);
204 // the test! (by setting test_mode to zero).
205 static void SetTestMode(int test_mode);
H A Dmock_http_cache.cc25 // have another way to access the test_mode.
36 return t->test_mode;
576 int MockHttpCache::GetTestMode(int test_mode) { argument
578 return test_mode;
584 void MockHttpCache::SetTestMode(int test_mode) { argument
585 g_test_mode = test_mode;
H A Dhttp_transaction_test_util.h37 // these flags may be combined to form the test_mode field
68 int test_mode; member in struct:MockTransaction
72 // asynchronously if |!(test_mode & TEST_MODE_SYNC_NET_START)|.)
H A Ddisk_based_cert_cache_unittest.cc40 // used to store or retrieve certificates in the cache. |test_mode|
46 MockTransaction CreateMockTransaction(const char* key, int test_mode) { argument
48 "", "", base::Time(), "", test_mode,
H A Dhttp_transaction_test_util.cc376 test_mode_ = t->test_mode;
H A Dhttp_cache_unittest.cc3885 transaction.test_mode = TEST_MODE_SYNC_ALL;
4153 transaction.test_mode = TEST_MODE_SYNC_CACHE_START |
4943 transaction.test_mode = TEST_MODE_SYNC_NET_START;
5703 transaction.test_mode |= (TEST_MODE_SYNC_CACHE_START |
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc515 TwoWayTest::TwoWayTest(TwoWayTest::TwoWayTestMode test_mode) argument
516 : test_mode_(test_mode),
525 if (test_mode == TEST_PPP_INTERFACE) {
H A Dppapi_proxy_test.h315 TwoWayTest(TwoWayTestMode test_mode);
322 TwoWayTestMode test_mode() { return test_mode_; } function in class:ppapi::proxy::TwoWayTest
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_controller_unittest.cc46 mock_transaction_.test_mode = TEST_MODE_SYNC_NET_START;
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_fft_time.c148 int test_mode = 1; local
161 test_mode = 0;
216 if (test_mode && fft_type_given)
219 if (test_mode) {

Completed in 5464 milliseconds