HomeSort by relevance Sort by last modified time
    Searched defs:time (Results 401 - 425 of 660) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 139 * infinite loop. If a second pingback happens in that period of time, it will be dropped.
629 long time = System.currentTimeMillis(); local
664 logMessage(sipMessage, peerAddress, peerPort, time);
    [all...]
  /external/python/cpython2/Modules/
zipimport.c 5 #include <time.h>
697 time, # mod time of file (in dos format)
710 unsigned short compress, time, date, name_size; local
799 time = get_uint16(buffer + 12);
844 file_size, file_offset, time, date, crc);
922 unsigned short compress, time, date; local
930 &data_size, &file_size, &file_offset, &time,
1036 /* Lenient date/time comparison function. The precision of the mtime
1190 int time, date; local
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 116 uLong time; /* modification time */ member in struct:gz_header_s
237 (the input data is simply copied a block at a time). Z_DEFAULT_COMPRESSION
451 eight. data_type is set as noted here every time inflate() returns for all
573 file name, no extra data, no comment, no modification time (set to zero), no
575 if the operating system was determined at compile time. If a gzip stream is
    [all...]
  /external/python/cpython3/Lib/asyncio/
base_events.py 6 immediately or at a given time in the future.
26 import time
371 self._clock_resolution = time.get_clock_info('monotonic').resolution
631 def time(self): member in class:BaseEventLoop
632 """Return the time according to the event loop's clock.
638 return time.monotonic()
641 """Arrange for a callback to be called at a given time.
647 always relative to the current time.
650 are scheduled for exactly the same time, it undefined which
656 timer = self.call_at(self.time() + delay, callback, *args
    [all...]
events.py 160 """Return a scheduled callback time.
162 The time is an absolute timestamp, using the same time
163 reference as loop.time().
272 def time(self): member in class:AbstractEventLoop
353 ssl_handshake_timeout is the time in seconds that an SSL server
412 ssl_handshake_timeout is the time in seconds that an SSL server
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 126 final TimeSystem time = sSystemRegistry.timeSystem; local
127 final float gameTime = time.getGameTime();
GameObject.java 121 final TimeSystem time = sSystemRegistry.timeSystem; local
122 final float gameTime = time.getGameTime();
124 Utils.close(mLastTouchedFloorTime, time.getGameTime(), COLLISION_SURFACE_DECAY_TIME);
129 final TimeSystem time = sSystemRegistry.timeSystem; local
130 final float gameTime = time.getGameTime();
132 Utils.close(mLastTouchedCeilingTime, time.getGameTime(), COLLISION_SURFACE_DECAY_TIME);
137 final TimeSystem time = sSystemRegistry.timeSystem; local
138 final float gameTime = time.getGameTime();
140 Utils.close(mLastTouchedLeftWallTime, time.getGameTime(), COLLISION_SURFACE_DECAY_TIME);
145 final TimeSystem time = sSystemRegistry.timeSystem local
    [all...]
GameRenderer.java 82 * Some one-time OpenGL initialization can be made here probably based
181 long time = SystemClock.uptimeMillis(); local
182 long time_delta = (time - mLastTime);
241 mProfileSubmitTime += time2 - time;
242 mProfileWaitTime += wait - time;
256 + " Wait Time: " + averageWaitTime);
282 * Set our projection matrix. This doesn't have to be done each time we
Game.java 341 TimeSystem time = BaseObject.sSystemRegistry.timeSystem; local
342 time.reset();
370 // Now's a good time to run the GC.
  /external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
SchedulerTest.java 82 final long time = scheduler.getCurrentTime(); local
85 assertThat(scheduler.getCurrentTime()).named("time").isEqualTo(time);
94 final long time = scheduler.getCurrentTime(); local
97 assertThat(scheduler.getCurrentTime()).named("time").isEqualTo(time + 1000);
106 final long time = scheduler.getCurrentTime(); local
109 assertThat(scheduler.getCurrentTime()).named("time").isEqualTo(time);
119 final long time = scheduler.getCurrentTime() local
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
SafeConstructor.java 131 if (!key2index.containsKey(key)) { // 1st time merging key
353 String time = timezonem_s != null ? ":" + timezonem_s : "00"; local
354 timeZone = TimeZone.getTimeZone("GMT" + timezoneh_s + time);
356 // no time zone provided
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 325 pStream->time = 0;
904 /* if we haven't finished parsing from last time, do it now */
1249 EAS_U32 time = 0; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 41 #include <time.h>
48 #include <sys/time.h>
97 time_t time; member in struct:inode
206 time_t time; member in struct:squashfs_file
  /external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp 32 #include <time.h>
267 int env$$ctime(WasmPtr<time_t> Time) {
269 char *CTime = ctime(Time.asPtr());
280 time_t env$$time(WasmPtr<time_t> Time) {
282 time_t *TimePtr = WASM_REF(time_t, Time);
283 return trace(time(TimePtr));
  /external/tensorflow/tensorflow/core/common_runtime/
step_stats_collector.cc 338 // such ops, we sum up the time for all its GPU kernels.
341 int64 time = name_to_hw_node_stats[node_name].op_end_rel_micros(); local
343 time + node_stats.op_end_rel_micros());
369 // Use hardware stats to record the execution time if they're available,
  /external/u-boot/drivers/mmc/
xenon_sdhci.c 135 u32 time; local
151 time = 100;
152 while (time--) {
160 if (time <= 0) {
161 pr_err("Failed to enable MMC internal clock in time\n");
177 time = 100;
178 while (time--) {
188 if (time <= 0) {
189 pr_err("Failed to init MMC PHY in time\n");
  /external/u-boot/include/
fat.h 137 __u8 ctime_ms; /* Creation time, milliseconds */
138 __u16 ctime; /* Creation time */
142 __u16 time,date,start;/* Time, date and first cluster */ member in struct:dir_entry
  /external/u-boot/tools/
proftool.c 504 ulong time = call->flags & FUNCF_TIMESTAMP_MASK; local
524 time / 1000000, time % 1000000);
  /external/v8/src/base/platform/
time.cc 5 #include "src/base/platform/time.h"
9 #include <sys/time.h>
46 absolute_micros *= v8::base::Time::kMicrosecondsPerSecond;
59 // On AIX clock_gettime for CLOCK_THREAD_CPUTIME_ID outputs time with
60 // resolution of 10ms. thread_cputime API provides the time in ns
74 result *= v8::base::Time::kMicrosecondsPerSecond;
77 result += (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond);
79 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
82 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
92 // measure timer resoltuion within this time, we assume a low resolutio
309 Time time = GetSystemTime(); local
    [all...]
  /external/wayland/src/
connection.c 40 #include <time.h>
1177 unsigned int time; local
1180 time = (tp.tv_sec * 1000000L) + (tp.tv_nsec / 1000);
1183 time / 1000.0,
  /external/wpa_supplicant_8/src/utils/
eloop.c 54 struct os_reltime time; member in struct:eloop_timeout
777 if (os_get_reltime(&timeout->time) < 0) {
781 now_sec = timeout->time.sec;
782 timeout->time.sec += secs;
783 if (timeout->time.sec < now_sec) {
793 timeout->time.usec += usecs;
794 while (timeout->time.usec >= 1000000) {
795 timeout->time.sec++;
796 timeout->time.usec -= 1000000;
805 /* Maintain timeouts in order of increasing time */
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 12 #include <time.h>
100 time_t time; member in struct:attr_item
204 /* set file time */
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time)
262 item->time = time;
276 setfiletime(item->fname,item->time);
400 printf(" date time size file\n"
568 * Restore file modes and time stamps
  /external/zlib/src/
zlib.h 116 uLong time; /* modification time */ member in struct:gz_header_s
237 (the input data is simply copied a block at a time). Z_DEFAULT_COMPRESSION
451 eight. data_type is set as noted here every time inflate() returns for all
573 file name, no extra data, no comment, no modification time (set to zero), no
575 if the operating system was determined at compile time. If a gzip stream is
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 38 to disable code sections, which can give faster compile time and smaller binary.
388 /*The information of a Time chunk in PNG.*/
454 /*time chunk (tIME)*/
455 unsigned time_defined; /*set to 1 to make the encoder generate a tIME chunk*/
456 LodePNGTime time; member in struct:LodePNGInfo
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 1802 uint32_t time; local
    [all...]

Completed in 728 milliseconds

<<11121314151617181920>>