OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ShouldHandleRequest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/tools/testserver/
sync_testserver.py
179
if not self.
_ShouldHandleRequest
(test_name):
201
if not self.
_ShouldHandleRequest
(test_name):
226
if not self.
_ShouldHandleRequest
(test_name):
240
if not self.
_ShouldHandleRequest
(test_name):
263
if not self.
_ShouldHandleRequest
(test_name):
287
if not self.
_ShouldHandleRequest
(test_name):
302
if not self.
_ShouldHandleRequest
(test_name):
317
if not self.
_ShouldHandleRequest
(test_name):
342
if not self.
_ShouldHandleRequest
(test_name):
354
if not self.
_ShouldHandleRequest
(test_name)
[
all
...]
/external/chromium_org/net/tools/testserver/
testserver.py
389
if not self.
_ShouldHandleRequest
("/nocachetime/maxage"):
406
if not self.
_ShouldHandleRequest
("/nocachetime"):
423
if not self.
_ShouldHandleRequest
("/cachetime"):
440
if not self.
_ShouldHandleRequest
("/cache/expires"):
457
if not self.
_ShouldHandleRequest
("/cache/proxy-revalidate"):
474
if not self.
_ShouldHandleRequest
("/cache/private"):
491
if not self.
_ShouldHandleRequest
("/cache/public"):
508
if not self.
_ShouldHandleRequest
("/cache/s-maxage"):
525
if not self.
_ShouldHandleRequest
("/cache/must-revalidate"):
543
if not self.
_ShouldHandleRequest
("/cache/must-revalidate/max-age")
[
all
...]
testserver_base.py
137
def
_ShouldHandleRequest
(self, handler_name):
Completed in 168 milliseconds