HomeSort by relevance Sort by last modified time
    Searched refs:TestTimeouts (Results 1 - 25 of 29) sorted by null

1 2

  /external/libchrome/base/test/
test_timeouts.cc 49 if (string_value == TestTimeouts::kNoTimeoutSwitchValue)
71 constexpr const char TestTimeouts::kNoTimeoutSwitchValue[];
74 bool TestTimeouts::initialized_ = false;
78 int TestTimeouts::tiny_timeout_ms_ = 100;
79 int TestTimeouts::action_timeout_ms_ = 10000;
81 int TestTimeouts::action_max_timeout_ms_ = 45000;
83 int TestTimeouts::action_max_timeout_ms_ = 30000;
86 int TestTimeouts::test_launcher_timeout_ms_ = 45000;
89 void TestTimeouts::Initialize() {
test_timeouts.h 14 class TestTimeouts {
59 DISALLOW_IMPLICIT_CONSTRUCTORS(TestTimeouts);
test_file_util.cc 14 const TimeDelta kDelay = TestTimeouts::action_timeout() / kCycles;
  /external/libmojo/mojo/edk/system/
test_utils.cc 42 TestTimeouts::tiny_timeout().InMicroseconds());
47 TestTimeouts::action_timeout().InMicroseconds());
  /external/libchrome/base/threading/
worker_pool_unittest.cc 105 const TimeDelta kMaxDuration = TestTimeouts::tiny_timeout();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poplib.py 279 class TestTimeouts(TestCase):
332 tests = [TestPOP3Class, TestTimeouts]
test_ftplib.py 665 class TestTimeouts(TestCase):
758 tests = [TestFTPClass, TestTimeouts]
  /external/python/cpython2/Lib/test/
test_poplib.py 286 class TestTimeouts(TestCase):
341 tests = [TestPOP3Class, TestTimeouts,
test_ftplib.py 760 class TestTimeouts(TestCase):
853 tests = [TestFTPClass, TestTimeouts,
test_multiprocessing.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_poplib.py 279 class TestTimeouts(TestCase):
334 tests = [TestPOP3Class, TestTimeouts]
test_ftplib.py 665 class TestTimeouts(TestCase):
758 tests = [TestFTPClass, TestTimeouts]
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_poplib.py 279 class TestTimeouts(TestCase):
334 tests = [TestPOP3Class, TestTimeouts]
test_ftplib.py 665 class TestTimeouts(TestCase):
758 tests = [TestFTPClass, TestTimeouts]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 279 class TestTimeouts(TestCase):
334 tests = [TestPOP3Class, TestTimeouts]
test_ftplib.py 665 class TestTimeouts(TestCase):
758 tests = [TestFTPClass, TestTimeouts]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py 279 class TestTimeouts(TestCase):
334 tests = [TestPOP3Class, TestTimeouts]
test_ftplib.py 665 class TestTimeouts(TestCase):
758 tests = [TestFTPClass, TestTimeouts]
  /external/libchrome/base/files/
file_descriptor_watcher_posix_unittest.cc 94 PlatformThread::Sleep(TestTimeouts::tiny_timeout());
file_path_watcher_unittest.cc 192 TestTimeouts::action_timeout());
858 TestTimeouts::tiny_timeout());
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc 184 WaitForMultiprocessTestChildExit(test_child_, TestTimeouts::action_timeout(),
  /external/python/cpython3/Lib/test/
test_poplib.py 450 class TestTimeouts(TestCase):
505 tests = [TestPOP3Class, TestTimeouts,
test_ftplib.py     [all...]
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 727 TEST_F(BufferQueueTest, TestTimeouts) {
    [all...]

Completed in 701 milliseconds

1 2