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

  /external/libchrome/base/test/
test_timeouts.cc 68 bool TestTimeouts::initialized_ = false;
72 int TestTimeouts::tiny_timeout_ms_ = 100;
73 int TestTimeouts::action_timeout_ms_ = 10000;
75 int TestTimeouts::action_max_timeout_ms_ = 45000;
77 int TestTimeouts::action_max_timeout_ms_ = 30000;
80 int TestTimeouts::test_launcher_timeout_ms_ = 45000;
83 void TestTimeouts::Initialize() {
test_timeouts.h 14 class TestTimeouts {
56 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/mac/
mach_port_broker_unittest.cc 108 TestTimeouts::action_timeout(), &rv));
126 TestTimeouts::action_timeout(), &rv));
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc 141 test_child_, TestTimeouts::action_timeout(), &rv));
144 test_child_.WaitForExitWithTimeout(TestTimeouts::action_timeout(), &rv));
  /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/libchrome/base/memory/
shared_memory_mac_unittest.cc 241 TestTimeouts::action_timeout(), &rv));
281 TestTimeouts::action_timeout(), &rv));
  /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]
test_multiprocessing.py     [all...]
  /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]
test_multiprocessing.py     [all...]
  /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]
test_multiprocessing.py     [all...]
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 202 TestTimeouts::action_timeout());
    [all...]
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 726 TEST_F(BufferQueueTest, TestTimeouts) {
    [all...]

Completed in 830 milliseconds