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

1 2 3 4 5 6 78 91011>>

  /external/jemalloc/test/unit/
decay.c 20 nstime_update_mock(nstime_t *time)
25 nstime_copy(time, &time_mock);
217 nstime_t time, decay_time, deadline; local
275 nstime_init(&time, 0);
276 nstime_update(&time);
278 nstime_copy(&deadline, &time);
293 nstime_update(&time);
294 } while (nstime_compare(&time, &deadline) <= 0 && npurge1 == npurge0);
  /external/kernel-headers/original/uapi/asm-x86/asm/
mce.h 19 __u64 tsc; /* CPU time stamp counter */
20 __u64 time; /* Wall time_t when error was detected */ member in struct:mce
  /external/libdrm/nouveau/nvif/
cl0080.h 43 __u64 time; member in struct:nv_device_time_v0
  /external/libkmsxx/kms++/src/
card.cpp 215 double time = sec + usec / 1000000.0; local
216 handler->handle_page_flip(frame, time);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 173 uint64_t time; local
226 /* getting CPU time first appears to be more accurate */
229 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_PTIMER_TIME, &time);
231 screen->cpu_gpu_time_delta = time - screen->cpu_gpu_time_delta * 1000;
  /external/mesa3d/src/glx/apple/
appledri.h 82 Time time; /* server timestamp when event happened */ member in struct:__anon34121
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.c 348 const int time = rmesa->dma.free.expire_counter; local
368 wait list provides gpu time to handle data before reuse */
370 if (dma_bo->expire_counter == time) {
407 /* free bos that have been unused for some time */
409 if (dma_bo->expire_counter != time)
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 129 * Set the time field. This has the format hour:minute:second
131 protected void time(Calendar calendar) throws ParseException { method in class:HeaderParser
145 throw createParseException("error processing time ");
  /external/perfetto/src/base/
android_task_runner.cc 41 // ALooper doesn't guarantee that each watch doesn't run one last time if
52 struct itimerspec time = {}; local
53 timerfd_settime(delayed_timer_.get(), TFD_TIMER_ABSTIME, &time, nullptr);
132 void AndroidTaskRunner::ScheduleDelayedWakeUp(TimeMillis time) {
133 PERFETTO_DCHECK(time.count());
135 wake_up.it_value = ToPosixTimespec(time);
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 53 * @param processorLoad the fraction of processing time to be spend on
64 * for a limited period of time.
66 * @param processorLoad the fraction of processing time to be spend on
116 // Repaint the SplashPanel one last time.
155 long time = System.currentTimeMillis(); local
156 if (time > startTime + stopTime)
161 // Do a repaint and time it.
165 long repaintTime = System.currentTimeMillis() - time;
  /external/replicaisland/src/com/replica/replicaisland/
PopOutComponent.java 71 TimeSystem time = sSystemRegistry.timeSystem; local
72 final float currentTime = time.getGameTime();
SimpleCollisionComponent.java 75 float time = timeSystem.getGameTime(); local
77 parentObject.setLastTouchedLeftWallTime(time);
79 parentObject.setLastTouchedRightWallTime(time);
83 parentObject.setLastTouchedFloorTime(time);
85 parentObject.setLastTouchedCeilingTime(time);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaMetadataRetriever.java 101 public static void addFrame(DataSource ds, long time, Bitmap bitmap) {
105 frames.get(ds).put(time, bitmap);
109 * Adds the given bitmap at the given time for the given data source.
116 * @param time the playback time at which the specified bitmap
120 public static void addFrame(String path, long time, Bitmap bitmap) {
121 addFrame(toDataSource(path), time, bitmap); local
125 * Adds the given bitmap at the given time for the given data source.
133 * @param time the playback time at which the specified bitma
138 addFrame(toDataSource(context, uri), time, bitmap); local
155 addFrame(toDataSource(uri, headers), time, bitmap); local
171 addFrame(toDataSource(fd), time, bitmap); local
190 addFrame(toDataSource(fd, offset, length), time, bitmap); local
    [all...]
  /external/skia/gm/
stringart.cpp 145 SkScalar time = (float)(fmod(timer.secs(), fDur) / fDur); variable
147 anim->seek(time);
  /external/skqp/gm/
stringart.cpp 145 SkScalar time = (float)(fmod(timer.secs(), fDur) / fDur); variable
147 anim->seek(time);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
TypeSafeCollectionsTest.java 64 long time = date.getTime(); local
65 assertTrue("It must be midnight.", time % 10000 == 0);
71 long time = 1248212168084L; local
76 wheels.put(mw, new Date(time + i));
94 assertTrue(d.before(new Date(time + 1000 * 60 * 60 * 24)));
95 assertTrue(d.after(new Date(time)));
  /external/sonivox/arm-wt-22k/lib_src/
eas_data.h 73 EAS_U32 time; member in struct:s_eas_stream_tag
  /external/strace/
count.c 41 /* time may be total latency or system time */
42 struct timespec time; member in struct:call_counts
66 /* wall clock time spent while in syscall */
70 ts_add(&cc->time, &cc->time, &wts);
72 /* system CPU time spent while in syscall */
73 ts_add(&cc->time, &cc->time, &tcp->dtime);
80 return -ts_cmp(&counts[*((int *) a)].time,
    [all...]
  /external/tensorflow/tensorflow/core/util/ctc/
ctc_loss_calculator.h 39 // input time step. The transitions are on the class alphabet
88 // batches at the same time, and identifies errors for any given
101 // Delay for target labels in time steps.
102 // The delay in time steps before the output sequence.
338 // Make sure there is enough time to output the target indices.
339 int time = seq_len(b) - output_delay_; local
341 if (required_time > time) {
343 "Not enough time for target transition sequence ("
345 required_time, ", available: ", time, ")", b,
  /external/u-boot/board/freescale/common/
qixis.c 13 #include <linux/time.h>
68 time_t time = 0; local
74 time = (time << 8) + QIXIS_READ(tagdata);
77 return ctime_r(&time, result);
  /external/u-boot/drivers/rtc/
ds1374.c 10 * Date & Time support (no alarms) for Dallas Semiconductor (now Maxim)
11 * DS1374 Real Time Clock (RTC).
82 * Get the current time from the RTC
92 * Since the reads are being performed one byte at a time,
114 printf("can't get consistent time from rtc chip\n");
127 DEBUGR ("Get DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n",
139 unsigned long time; local
142 DEBUGR ("Set DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n",
149 time = rtc_mktime(tmp);
151 DEBUGR ("Set RTC s since 1.1.1970: %ld (0x%02lx)\n", time, time)
    [all...]
i2c_rtc_emul.c 3 * Simulate an I2C real time clock
10 * This is a test driver. It starts off with the current time of the machine,
11 * but also supports setting the time, using an offset from the current
13 * time-keeping. It does not change the system time.
33 * @base_time: Base system time when RTC device was bound
34 * @offset: RTC offset from current system time
35 * @use_system_time: true to use system time, false to use @base_time
86 static int sandbox_i2c_rtc_get(struct udevice *dev, struct rtc_time *time)
99 return rtc_to_tm(now + plat->offset, time);
123 struct rtc_time time; local
144 struct rtc_time time; local
    [all...]
  /external/u-boot/drivers/spi/
ath79_spi.c 140 u64 time; local
152 time = get_tbclk();
153 do_div(time, speed / 2);
156 if (time > val)
157 priv->rrw_delay = time - val + 1;
  /external/u-boot/net/
fastboot.c 93 * is sent if the time is 30 seconds after start. Else, noop.
102 ulong time = get_timer(start); local
104 if (time >= 30000) {
  /external/v8/src/
dateparser-inl.h 22 TimeComposer time; local
26 // Accept ES5 ISO 8601 date-time-strings or legacy dates compatible
44 // (following Safari, ISO actually demands local time).
52 // An unsigned number followed by ':' is a time value, and is
54 // zero as well. A number followed by '.' is also a time and must be
59 // A word recognizable as a time-zone is recorded as such, as is
66 // parsed as an ES5 date-time string - which means it will default
67 // to UTC time-zone. That's unavoidable if following the ES5
73 // First try getting as far as possible with as ES5 Date Time String.
74 DateToken next_unhandled_token = ParseES5DateTime(&scanner, &day, &time, &tz)
    [all...]

Completed in 2012 milliseconds

1 2 3 4 5 6 78 91011>>