HomeSort by relevance Sort by last modified time
    Searched defs:test_mode (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.h 96 bool test_mode() const { return test_mode_; } function in class:extensions::AutotestPrivateAPI
97 void set_test_mode(bool test_mode) { test_mode_ = test_mode; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 185 def test_mode(self): member in class:TestGzip
test_tempfile.py 545 def test_mode(self): member in class:test_mkdtemp
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 185 def test_mode(self): member in class:TestGzip
test_tempfile.py 545 def test_mode(self): member in class:test_mkdtemp
  /external/chromium_org/net/http/
http_transaction_test_util.h 37 // 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)|.)
  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h 315 TwoWayTest(TwoWayTestMode test_mode);
322 TwoWayTestMode test_mode() { return test_mode_; } function in class:ppapi::proxy::TwoWayTest
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_fft_time.c 148 int test_mode = 1; local
161 test_mode = 0;
216 if (test_mode && fft_type_given)
219 if (test_mode) {
    [all...]

Completed in 165 milliseconds