Home
last modified time | relevance | path

Searched refs:waited (Results 1 – 25 of 38) sorted by relevance

12

/external/python/cpython3/Lib/distutils/tests/
Dtest_config.py95 waited = [('password', 'secret'), ('realm', 'pypi'),
98 self.assertEqual(config, waited)
104 waited = [('password', 'secret'), ('realm', 'pypi'),
107 self.assertEqual(config, waited)
130 waited = [('password', 'yh^%#rest-of-my-password'), ('realm', 'pypi'),
133 self.assertEqual(config, waited)
Dtest_upload.py94 for attr, waited in (('username', 'me'), ('password', 'secret'),
97 self.assertEqual(getattr(cmd, attr), waited)
/external/python/cpython2/Lib/distutils/tests/
Dtest_config.py91 waited = [('password', 'secret'), ('realm', 'pypi'),
94 self.assertEqual(config, waited)
101 waited = [('password', 'secret'), ('realm', 'pypi'),
104 self.assertEqual(config, waited)
Dtest_upload.py83 for attr, waited in (('username', 'me'), ('password', 'secret'),
86 self.assertEqual(getattr(cmd, attr), waited)
/external/u-boot/test/py/
Du_boot_spawn.py37 self.waited = False
96 if self.waited:
103 self.waited = True
/external/toybox/toys/pending/
Ddhcp.c1273 uint32_t timeout = 0, waited = 0; in dhcp_main() local
1318 tv.tv_sec = timeout - waited; in dhcp_main()
1327 waited += (unsigned) time(NULL) - timestmp; in dhcp_main()
1345 waited = 0; in dhcp_main()
1363 waited = 0; in dhcp_main()
1373 waited = 0; in dhcp_main()
1390 waited = 0; in dhcp_main()
1401 waited = 0; in dhcp_main()
1408 waited = 0; in dhcp_main()
1414 waited = 0; in dhcp_main()
[all …]
Ddhcpd.c1611 uint32_t waited = 0, serverid = 0, requested_nip = 0; in dhcpd_main() local
1677 tv.tv_sec = gconfig.auto_time - waited; in dhcpd_main()
1688 waited += (unsigned) time(NULL) - timestmp; in dhcpd_main()
1696 waited = 0; in dhcpd_main()
1740 waited += time(NULL) - timestmp; in dhcpd_main()
1757 waited += time(NULL) - timestmp; in dhcpd_main()
1985 waited += time(NULL) - timestmp; in dhcpd_main()
2001 waited += time(NULL) - timestmp; in dhcpd_main()
/external/webrtc/webrtc/base/
Dthread.cc356 bool waited = false; in Send() local
364 waited = true; in Send()
380 if (waited) { in Send()
/external/nos/test/system-test-harness/src/
Dweaver_tests.cc259 uint32_t waited = 0; in TEST_F() local
261 ASSERT_TRUE(nugget_tools::WaitForSleep(client.get(), &waited)); in TEST_F()
262 testReadThrottle(__STAMP__, WeaverTest::slot, WRONG_KEY, 30 - waited); in TEST_F()
/external/python/cpython3/Doc/library/
Dselectors.rst56 be waited for on a given file object. It can be a combination of the modules
85 Events that must be waited for on this file object.
Dresource.rst336 of the calling process which have been terminated and waited for.
Dsubprocess.rst61 expires, the child process will be killed and waited for. The
557 on exit, standard file descriptors are closed, and the process is waited for.
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py580 waited = False
583 nonlocal waited
585 waited = True # Make sure this area was reached
600 self.assertTrue(waited)
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp1536 for (int waited = 0;;) in iterate() local
1539 const int wait = de::max(50, waited>>2); in iterate()
1542 if (pass == VERIFY_PASS || (pass == VERIFY_MINIMUM && waited >= maxWait)) in iterate()
1547 if (waited >= warnWait && lastTimelyState != pass) in iterate()
1550 log << TestLog::Message << "Passed after ~" << waited << "ms of waiting" << TestLog::EndMessage; in iterate()
1554 else if (waited >= maxWait) in iterate()
1558 …log << TestLog::Message << "Waited for ~" << waited << "ms without getting all expected messages" … in iterate()
1563 if (waited < warnWait) in iterate()
1567 waited += wait; in iterate()
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec2333 "For monitor wait and waited events, restricts the events "
2352 "and waited events, the name of the class of the "
/external/libchrome/mojo/public/cpp/system/
DREADME.md342 conditions being waited upon do not change much between consecutive blocking
351 The `WaitSet` may be waited upon repeatedly, each time blocking the calling
/external/python/cpython2/Doc/tutorial/
Dstdlib2.rst193 print 'Main program waited until background was done.'
/external/python/cpython3/Doc/tutorial/
Dstdlib2.rst195 print('Main program waited until background was done.')
/external/skia/docs/
Dspelling.txt247 wait waited waiting warning warnings was way ways wedge weight weighted well well-defined
/external/skqp/docs/
Dspelling.txt247 wait waited waiting warning warnings was way ways wedge weight weighted well well-defined
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt189 First, however, she waited for a few minutes to see if she was
569 in the pictures of him), while the rest waited in silence. At
881 She waited for some time without hearing anything more: at
901 waited till she heard a little animal (she couldn't guess of what
904 sharp kick, and waited to see what would happen next.
1179 This time Alice waited patiently until it chose to speak again.
1637 Alice waited a little, half expecting to see it again, but it
2096 So she stood still where she was, and waited.
2240 Alice waited till the eyes appeared, and then nodded. `It's no
2531 Queen: so she waited.
[all …]
/external/brotli/tests/testdata/
Dalice29.txt191 First, however, she waited for a few minutes to see if she was
571 in the pictures of him), while the rest waited in silence. At
884 She waited for some time without hearing anything more: at
904 waited till she heard a little animal (she couldn't guess of what
907 sharp kick, and waited to see what would happen next.
1182 This time Alice waited patiently until it chose to speak again.
1641 Alice waited a little, half expecting to see it again, but it
2101 it?' So she stood still where she was, and waited.
2246 Alice waited till the eyes appeared, and then nodded. `It's no
2537 Queen: so she waited.
[all …]
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz
/external/strace/
DREADME-linux-ptrace412 waited for again, until SIGSTOP is seen. Yet another complication is to
/external/libevent/
Dwhatsnew-2.1.txt189 callback (if the callback hadn't started running yet), or has waited

12