OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_mode
(Results
1 - 19
of
19
) 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
; }
autotest_private_api.cc
65
if (!AutotestPrivateAPIFactory::GetForProfile(GetProfile())->
test_mode
())
72
if (!AutotestPrivateAPIFactory::GetForProfile(GetProfile())->
test_mode
())
86
if (!AutotestPrivateAPIFactory::GetForProfile(GetProfile())->
test_mode
())
91
if (!AutotestPrivateAPIFactory::GetForProfile(GetProfile())->
test_mode
())
220
if (!AutotestPrivateAPIFactory::GetForProfile(GetProfile())->
test_mode
()) {
/external/chromium_org/native_client_sdk/src/tools/
httpd.py
49
self.
test_mode
= kwargs.get('
test_mode
', False)
158
if self.server.
test_mode
:
168
def __init__(self, dirname, port,
test_mode
):
174
'
test_mode
':
test_mode
,
310
options.
test_mode
)
run.py
46
dest='
test_mode
', action='store_true')
56
options.
test_mode
)
/external/chromium_org/net/url_request/
url_request_job_unittest.cc
93
transaction.
test_mode
= TEST_MODE_SYNC_ALL;
/external/chromium_org/net/http/
mock_http_cache.h
196
static int GetTestMode(int
test_mode
);
199
// the test! (by setting
test_mode
to zero).
200
static void SetTestMode(int
test_mode
);
mock_http_cache.cc
25
// have another way to access the
test_mode
.
36
return t->
test_mode
;
564
int MockHttpCache::GetTestMode(int
test_mode
) {
566
return
test_mode
;
572
void MockHttpCache::SetTestMode(int
test_mode
) {
573
g_test_mode =
test_mode
;
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)|.)
http_transaction_unittest.cc
245
test_mode_ = t->
test_mode
;
http_cache_unittest.cc
[
all
...]
/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
ppapi_proxy_test.cc
524
TwoWayTest::TwoWayTest(TwoWayTest::TwoWayTestMode
test_mode
)
525
: test_mode_(
test_mode
),
534
if (
test_mode
== TEST_PPP_INTERFACE) {
/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
http_transaction_unittest.cc
251
test_mode_ = t->
test_mode
;
http_cache_unittest.cc
40
// have another way to access the
test_mode
.
51
return t->
test_mode
;
59
int GetEffectiveTestMode(int
test_mode
) {
61
return
test_mode
;
[
all
...]
/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
Completed in 1027 milliseconds