OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SLEEP_TIME
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/tools/testrunner/local/
commands.py
47
MAX_SLEEP_TIME
= 0.1
105
if sleep_time >
MAX_SLEEP_TIME
:
106
sleep_time =
MAX_SLEEP_TIME
/external/v8/tools/
test.py
454
MAX_SLEEP_TIME
= 0.1
509
if sleep_time >
MAX_SLEEP_TIME
:
510
sleep_time =
MAX_SLEEP_TIME
[
all
...]
Completed in 144 milliseconds