Searched defs:test_mode (Results 1 – 9 of 9) sorted by relevance
96 bool test_mode() const { return test_mode_; } in test_mode() function97 void set_test_mode(bool test_mode) { test_mode_ = test_mode; } in set_test_mode()
168 def __init__(self, dirname, port, test_mode): argument
102 TestAllCodecs::TestAllCodecs(int test_mode) in TestAllCodecs()
110 TestStereo::TestStereo(int test_mode) in TestStereo()
326 TwoWayTestMode test_mode() { return test_mode_; } in test_mode() function
524 TwoWayTest::TwoWayTest(TwoWayTest::TwoWayTestMode test_mode) in TwoWayTest() function in ppapi::proxy::TwoWayTest
568 int MockHttpCache::GetTestMode(int test_mode) { in GetTestMode()576 void MockHttpCache::SetTestMode(int test_mode) { in SetTestMode()
67 int test_mode; member
148 int test_mode = 1; in main() local