/external/autotest/site_utils/suite_scheduler/ |
timed_event_unittest.py | 23 self.mox.StubOutWithMock(timed_event.TimedEvent, '_now') 49 timed_event.TimedEvent._now().MultipleTimes().AndReturn(fake_now) 58 timed_event.TimedEvent._now().MultipleTimes().AndReturn(fake_now) 65 timed_event.TimedEvent._now().MultipleTimes().AndReturn(self.BaseTime()) 75 timed_event.TimedEvent._now().AndReturn(init_now) 76 timed_event.TimedEvent._now().MultipleTimes().AndReturn(fire_now) 86 timed_event.TimedEvent._now().MultipleTimes().AndReturn(fake_now) 95 timed_event.TimedEvent._now().MultipleTimes().AndReturn(fake_now) 106 timed_event.TimedEvent._now().MultipleTimes().AndReturn(fake_now) 118 timed_event.TimedEvent._now().MultipleTimes().AndReturn(self.BaseTime() [all...] |
timed_event.py | 47 def _now(): member in class:TimedEvent 62 return self._now() >= self._deadline 143 now = self._now() 163 current_hour = self._now().hour 216 now = self._now() 252 current_day = self._now().weekday()
|
/external/autotest/server/site_tests/firmware_EventLog/ |
firmware_EventLog.py | 33 now = self._now() 49 def _now(self): member in class:firmware_EventLog 75 self._cutoff_time = self._now() 92 self._cutoff_time = self._now() 109 self._cutoff_time = self._now() 127 self._cutoff_time = self._now() 146 self._cutoff_time = self._now()
|
/external/libvorbis/vq/ |
vqgen.c | 79 memcpy(_now(v,i),_point(v,i),sizeof(float)*v->elements); 109 float this=_dist(v,_now(v,j),_now(v,k)); 175 mindel=maxdel=_now(v,0)[0]; 180 if(mindel>_now(v,j)[k]-last)mindel=_now(v,j)[k]-last; 181 if(maxdel<_now(v,j)[k]-last)maxdel=_now(v,j)[k]-last; 182 if(q->sequencep)last=_now(v,j)[k]; 202 float val=_now(v,j)[k] [all...] |
vqgen.h | 65 static inline float *_now(vqgen *v,long ptr){ function
|
metrics.c | 52 static float *_now(codebook *c, int i){ function 104 float this=_dist(c->c->dim,_now(c,j),_now(c,k));
|
/external/autotest/client/tests/wb_kupdate/ |
wb_kupdate.py | 75 def _needs_more_time(self, start_time, duration, _now=None): 82 @param _now: used mostly for testing - ensures that the function returns 83 pass/fail depnding on the value of _now. 88 if not _now: 91 time_diff = _now - start_time
|
wb_kupdate_unittest.py | 37 _now=datetime.datetime.now() + datetime.timedelta(seconds=60)))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
cookielib.py | [all...] |
/external/python/cpython2/Lib/ |
cookielib.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cookielib.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cookielib.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cookielib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cookielib.py | [all...] |
/external/libusb/libusb/ |
core.c | 2297 } _now; local [all...] |
/external/v8/src/ast/ |
ast-types.h | 64 // considers the _current_ state only, i.e., Constant(x) <_now Class(map(x)). [all...] |
/external/guice/extensions/struts2/lib/ |
jetty-util-6.1.0.jar | |
/external/syslinux/core/lwip/ |
CHANGELOG | 633 * tcp.h/.c: bug #28127 (remove call to tcp_output() from tcp_ack(_now)()) [all...] |