OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
95
bool
test_mode
() const { return test_mode_; }
function in class:extensions::AutotestPrivateAPI
96
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/net/http/
http_transaction_unittest.h
33
// these flags may be combined to form the
test_mode
field
63
int
test_mode
;
member in struct:MockTransaction
/external/chromium_org/net/http/
http_transaction_unittest.h
36
// these flags may be combined to form the
test_mode
field
66
int
test_mode
;
member in struct:MockTransaction
70
// asynchronously if |!(
test_mode
& TEST_MODE_SYNC_NET_START)|.)
/external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h
319
TwoWayTest(TwoWayTestMode
test_mode
);
326
TwoWayTestMode
test_mode
() { return test_mode_; }
function in class:ppapi::proxy::TwoWayTest
Completed in 242 milliseconds