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

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 122 long time = SystemClock.uptimeMillis() % 4000L; local
123 float angle = 0.090f * ((int) time);
232 * we are only checking for a few extensions each time a context is created.
GLES20TriangleRenderer.java 73 long time = SystemClock.uptimeMillis() % 4000L; local
74 float angle = 0.090f * ((int) time);
117 * Create our texture. This has to be done each time the
  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java 71 long time = SystemClock.uptimeMillis() % 4000L; local
72 float angle = 0.090f * ((int) time);
115 * Create our texture. This has to be done each time the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 111 uLong time; /* modification time */ member in struct:gz_header_s
229 all (the input data is simply copied a block at a time).
507 file name, no extra data, no comment, no modification time (set to zero),
    [all...]
  /external/ImageMagick/MagickCore/
resource.c 94 time;
130 MagickULLConstant(0), /* initial time */
141 MagickResourceInfinity /* time limit */
330 if ((resource_info.time+request) > resource_info.time)
332 resource_info.time+=request;
334 (resource_info.time < (MagickOffsetType) limit))
337 resource_info.time-=request;
339 current=resource_info.time;
718 resource=(MagickSizeType) resource_info.time;
91 time; member in struct:_ResourceInfo
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 113 String time = getField("test_time"); local
114 String timeDetail = "unknown time";
115 if (timeMap.containsKey(time)) {
116 timeDetail = timeMap.get(time);
118 appendTextField("Time", time + " (" + timeDetail + ")");
  /external/blktrace/btreplay/
btrecord.c 62 * @time: Time stamp when trace was emitted
68 __u64 time; member in struct:io_spec
83 * @start_time: Start time of th ecurrent bunch
84 * @last_time: Time of last packet put in
112 "\t[ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec\n" \
147 .name = "max-bunch-time",
246 * @pre_stall: Amount of time that this bunch should be delayed by
279 assert(stream->last_time == 0 || stream->last_time <= spec->time);
282 stream->last_time = spec->time;
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestReferenceStringSearch.java 152 System.out.println("New: " + nf.format(count) + ", Time: "
181 System.out.println("New: " + nf.format(count) + ", Time: "
497 long time; local
514 System.out.println("ICU: " + nf.format(count) + ", Time: "
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustedCertificateStore.java 230 long time = file.lastModified(); local
231 if (time == 0) {
234 return new Date(time);
  /external/dng_sdk/source/
dng_date_time.cpp 24 #include <time.h>
41 // MWG says don't use fake time zones in XMP, but there is some
442 // Kludge: Early versions of the XMP toolkit assume Zulu time
443 // if the time zone is missing. It is safer for fill in the
444 // local time zone.
460 // MWG: Now we don't fill in the local time zone. So only
461 // add the time zone if it is known and valid.
541 char time [12]; local
543 memcpy (time, s, sizeof (time));
    [all...]
  /external/grpc-grpc-java/context/src/test/java/io/grpc/
DeadlineTest.java 67 // Allow inaccuracy to account for system time advancing during test.
253 private long time; field in class:DeadlineTest.FakeTicker
257 return time;
260 public void reset(long time) {
261 this.time = time;
268 this.time += unit.toNanos(period);
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
KeepAliveManagerTest.java 54 long time; field in class:KeepAliveManagerTest.FakeTicker
58 return time;
70 ticker.time = 1;
85 ticker.time = 1000;
95 ticker.time = 1100;
120 ticker.time = 1500;
122 ticker.time = 1600;
180 ticker.time = 1000;
202 ticker.time = 1000;
212 ticker.time = 3000
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
RuleBasedTimeZone.java 20 * custom historic time transition rules.
41 * @param id The time zone ID.
42 * @param initialRule The initial time zone rule.
50 * Adds the <code>TimeZoneRule</code> which represents time transitions.
84 // accessed next time.
98 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; local
100 getOffset(time, true, LOCAL_DST, LOCAL_STD, offsets);
108 public void getOffset(long time, boolean local, int[] offsets) {
109 getOffset(time, local, LOCAL_FORMER, LOCAL_LATTER, offsets);
130 // as of current time
185 long time = System.currentTimeMillis(); local
679 long time = tzt.getTime(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HebrewTest.java 242 * field in a Hebrew calendar causes the time fields to go negative.
452 Date time = cal.getTime(); local
470 logln(calLocName + "/" + locName + " --> " + format.format(time));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 74 // time at the midpoint.
119 // // time at the midpoint.
154 // time at the midpoint.
287 ", time-of-day=" + (((cal.get(Calendar.HOUR_OF_DAY) * 60 +
300 * calendar and time zone in conjunction with one another,
301 * including the calendar time->fields and fields->time and
302 * the time zone getOffset method.
395 // 2.8 after migrating to using pass-through time zones. The
432 // i is minutes past midnight standard time
815 long time = d.getTime(); \/\/ ms local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 11 ** This header is for use ONLY with the time conversion code.
18 #define GRANDPARENTED "Local time zone must be set--see zic manual page"
83 #include "time.h"
239 ** Some time.h implementations don't declare asctime_r.
256 static time_t sys_time(time_t *x) { return time(x); }
274 # undef time macro
275 # define time tz_time macro
291 time(time_t *p) function
328 /* The minimum and maximum finite time values. */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BasicTimeZone.java 20 * time zone transitions and rules. All ICU <code>TimeZone</code> concrete subclasses
37 * {@icu} Returns the first time zone transition after the base time.
40 * @param base The base time.
41 * @param inclusive Whether the base time is inclusive or not.
43 * @return A <code>Date</code> holding the first time zone transition time
44 * after the given base time, or null if no time zone transitions
45 * are available after the base time
138 long time = start; local
264 long time = start; local
    [all...]
RuleBasedTimeZone.java 19 * custom historic time transition rules.
40 * @param id The time zone ID.
41 * @param initialRule The initial time zone rule.
51 * Adds the <code>TimeZoneRule</code> which represents time transitions.
87 // accessed next time.
103 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; local
105 getOffset(time, true, LOCAL_DST, LOCAL_STD, offsets);
115 public void getOffset(long time, boolean local, int[] offsets) {
116 getOffset(time, local, LOCAL_FORMER, LOCAL_LATTER, offsets);
139 // as of current time
201 long time = System.currentTimeMillis(); local
704 long time = tzt.getTime(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
HebrewTest.java 239 * field in a Hebrew calendar causes the time fields to go negative.
449 Date time = cal.getTime(); local
467 logln(calLocName + "/" + locName + " --> " + format.format(time));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 71 // time at the midpoint.
116 // // time at the midpoint.
151 // time at the midpoint.
284 ", time-of-day=" + (((cal.get(Calendar.HOUR_OF_DAY) * 60 +
297 * calendar and time zone in conjunction with one another,
298 * including the calendar time->fields and fields->time and
299 * the time zone getOffset method.
392 // 2.8 after migrating to using pass-through time zones. The
429 // i is minutes past midnight standard time
812 long time = d.getTime(); \/\/ ms local
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABDbUtil.java 62 logger.debug("contact last updated time before init :" + contactLastChange);
91 Long time = cursor.getLong(cursor.getColumnIndex( local
94 if (contactLastChange < time) {
95 contactLastChange = time;
158 logger.debug("contact last updated time after init :" + contactLastChange);
  /external/iw/
info.c 206 unsigned long time; local
210 time = nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_DFS_TIME]);
211 printf(" (for %lu sec)", time/1000);
215 printf("\t\t\t DFS CAC time: %u ms\n",
  /external/jemalloc_new/test/unit/
decay.c 30 nstime_update_mock(nstime_t *time) {
33 nstime_copy(time, &time_mock);
379 nstime_t time, update_interval, decay_ms, deadline; local
381 nstime_init(&time, 0);
382 nstime_update(&time);
385 nstime_copy(&deadline, &time);
408 nstime_update(&time);
409 } while (nstime_compare(&time, &deadline) <= 0 && ((dirty_npurge1 ==
434 * [md]allocx() in a tight loop while advancing time rapidly to verify
  /external/kernel-headers/original/uapi/linux/
timex.h 51 * Reworked time interpolation logic
56 #include <linux/time.h>
66 __kernel_long_t offset; /* time offset (usec) */
71 __kernel_long_t constant;/* pll time constant */
76 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */ member in struct:timex
98 #define ADJ_OFFSET 0x0001 /* time offset */
100 #define ADJ_MAXERROR 0x0004 /* maximum time error */
101 #define ADJ_ESTERROR 0x0008 /* estimated time error */
103 #define ADJ_TIMECONST 0x0020 /* pll time constant */
105 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time *
    [all...]
  /external/libchrome/base/task/sequence_manager/
task_queue_impl.h 80 // Represents a time at which a task wants to run. Tasks scheduled for the
81 // same point in time will be ordered by their sequence numbers.
83 TimeTicks time; member in struct:base::sequence_manager::internal::TaskQueueImpl::DelayedWakeUp
87 return time != other.time || other.sequence_num != sequence_num;
95 if (time == other.time) {
103 return time < other.time;
203 void InsertFenceAt(TimeTicks time);
    [all...]

Completed in 2046 milliseconds

<<11121314151617181920>>