Home
last modified time | relevance | path

Searched defs:test_mode (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/autotest_private/
Dautotest_private_api.h96 bool test_mode() const { return test_mode_; } in test_mode() function
97 void set_test_mode(bool test_mode) { test_mode_ = test_mode; } in set_test_mode()
/external/chromium_org/native_client_sdk/src/tools/
Dhttpd.py168 def __init__(self, dirname, port, test_mode): argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
DTestAllCodecs.cc102 TestAllCodecs::TestAllCodecs(int test_mode) in TestAllCodecs()
DTestStereo.cc110 TestStereo::TestStereo(int test_mode) in TestStereo()
/external/chromium_org/ppapi/proxy/
Dppapi_proxy_test.h326 TwoWayTestMode test_mode() { return test_mode_; } in test_mode() function
Dppapi_proxy_test.cc524 TwoWayTest::TwoWayTest(TwoWayTest::TwoWayTestMode test_mode) in TwoWayTest() function in ppapi::proxy::TwoWayTest
/external/chromium_org/net/http/
Dmock_http_cache.cc568 int MockHttpCache::GetTestMode(int test_mode) { in GetTestMode()
576 void MockHttpCache::SetTestMode(int test_mode) { in SetTestMode()
Dhttp_transaction_test_util.h67 int test_mode; member
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
Dtest_fft_time.c148 int test_mode = 1; in main() local