Home | History | Annotate | Download | only in testserver

Lines Matching full:time

30 import time
333 system time, and no caching requested."""
344 time.time())
350 system time, and no caching requested."""
361 time.time())
367 system time, and allows caching for one minute."""
378 time.time())
384 system time, and set the page to expire on 1 Jan 2099."""
395 time.time())
401 system time, and allows caching for 60 seconds"""
412 time.time())
418 system time, and allows caching for 5 seconds."""
429 time.time())
435 system time, and allows caching for 5 seconds."""
446 time.time())
452 system time, and does not allow for caching."""
463 time.time())
469 system time, and does not allow caching."""
480 time.time())
486 system time, and does not allow caching event though max-age of 60
498 time.time())
504 system time, and does not allow the page to be stored."""
515 time.time())
521 system time, and does not allow the page to be stored even though max-age
533 time.time())
540 system time, and does not allow the content to transformed during
552 time.time())
940 nonce a single time (hence the name n-once). However, for the purposes of
948 self.server.nonce_time = time.time()
1036 """Wait for the user suggested time before responding. The syntax is
1047 time.sleep(wait_sec)
1252 """Handle Chromium sync .../time requests.
1254 The syncer sometimes checks server reachability by examining /time.
1256 test_name = "/chromiumsync/time"