Searched refs:time (Results 1 - 15 of 15) sorted by relevance

/ec/ECSpooler/lib/util/
H A Dservicecontrol.py15 import time namespace
61 time.sleep(RESTART_WAIT_TIME)
81 print >> sys.stdout, "Starting %s at %s" % (self.name, time.asctime())
H A Dutils.py13 import time namespace
105 t = long(time.time() * 1000)
H A Dauth.py13 import time namespace
98 time.sleep(USER_AUTH_FAIL_SLEEP)
H A Duuid.py15 # make a UUID based on the host ID and current time
82 time the 60-bit timestamp
233 time = property(get_time) variable in class:UUID
391 """Get the hardware address as a 48-bit integer. The first time this
415 """Generate a UUID from a host ID, sequence number, and the current time.
426 import time namespace
427 nanoseconds = int(time.time() * 1e9)
/ec/ECSpooler/tests/
H A DtestSOAPWrapper.py10 import time namespace
/ec/ECSpooler/backends/junit/junit_libs/
H A DGraphOriginal.java151 int time; field in class:GraphOriginal
154 time = 0;
168 table[nr].d = ++time;
176 table[nr].f = ++time;
H A DGraphOriginal2.java109 int time; field in class:GraphOriginal2
112 time = 0;
126 table[nr].d = ++time;
134 table[nr].f = ++time;
/ec/ECQuiz/Products/ECQuiz/
H A Dwikitool.py25 from time import time namespace
108 elem_title = 'group_' + str(time())
142 elem_title = 'etq_' + str(time())
172 elem_title = 'mcq_' + str(time())
211 answ_title = 'mca_' + str(time())
227 elem_title = 'sq_' + str(time())
263 answ_title = 'sa_' + str(time())
H A DECQResult.py50 # A list of pairs: (starting time, finishing time)
87 # finish time for the last start time.
92 deltas = [(time[1] - time[0]) for time in self.times]
135 The time when the candidate first saw the quiz.
139 The time when the candidate submitted their quiz.
196 # Zope will return an old, cached value the next time
[all...]
/ec/ECSpooler/lib/
H A DService.py12 import time namespace
118 time.sleep(0.1)
H A DSpooler.py10 import time namespace
130 time.sleep(self.DEFAULT_DOQUEUE_WAKEUP)
148 # wait a moment so that backends have enough time to unregister
149 time.sleep(1.0)
623 # wait a defined time before resuming
624 time.sleep(self.DEFAULT_DOQUEUE_WAKEUP)
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DECAutoAssignment.py12 import re, time namespace
42 # set max wait time; after a maxium of 15 tries we will give up getting
315 time.sleep(MAX_SLEEP_TIME)
/ec/ECSpooler/backends/java/
H A DJava.py8 import sys, os, re, time namespace
496 time.sleep(1)
/ec/ECSpooler/backends/sql/lib/
H A Ddbunit-2.4.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dbunit/ org/dbunit/ant/ org/dbunit/assertion/ org/ ...
/ec/ECSpooler/backends/xml/bin/saxon/
H A Dsaxon9he.jarMETA-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ...

Completed in 34 milliseconds