/external/chromium/net/base/ |
cookie_monster_unittest.cc | 5 #include <time.h> 17 #include "base/time.h" 25 using base::Time; 34 // each time. 62 base::Time(), false, false)); 65 base::Time(), false, false)); 69 base::Time(), false, false)); 74 base::Time(), false, false)); 77 base::Time(), false, false)); 80 base::Time(), false, false)) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioEffectTest.java | 659 int time = 500; local 660 if (value[0] == time) { 661 time = 1000; 663 status = mEffect.setParameter(param, time); 667 assertTrue("got incorrect decay time", 668 ((float)value[0] > (float)(time / DELAY_TOLERANCE)) && 669 ((float)value[0] < (float)(time * DELAY_TOLERANCE))); 743 int time = 500; local 744 if (mEffect.byteArrayToInt(value) == time) { 745 time = 1000 789 int[] time = new int[1]; local 878 int time = 500; local [all...] |
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 32 # - fix timecheck to not ignore regular TIME rules after 33 # encountering a TIME rule that spans over midnight 43 # - fix time2abs to allow hours with leading zero in TIME rules 67 # - support for week days in TIME rules 79 # at time with minutes equal to 08 or 09 97 # - simplified TIME parser, using bash builtins 103 # - in case of overlapping TIME parameters, the last match is taken 121 # - timecheck doesn't check classes without TIME fields anymore 126 # - TIME parameter can be now specified more than once allowing you to 127 # differentiate RATE throughout the whole day. Time overlapping i [all...] |
/external/guava/javadoc/com/google/common/util/concurrent/ |
SimpleTimeLimiter.html | 108 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutorService</CODE></A>. If the time limit expires for a given method call, 171 Invokes a specified Callable, timing out after the specified time limit.</TD> 190 calls to the <code>target</code> object, enforcing the specified time limit on 225 may be counterproductive! If the thread pool fills up, any time callers 226 spend waiting for a thread may count toward their time limit, and in 227 this case the call may even time out before the target method is ever 245 the thread pool fills up, any time callers spend waiting for a thread may 246 count toward their time limit, and in this case the call may even time out 271 calls to the <code>target</code> object, enforcing the specified time limit o [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
EventRecurrence.java | 20 import android.text.format.Time; 49 public Time startDate; // set by setStartDate(), not parse() 159 public void setStartDate(Time date) { 195 case Time.SUNDAY: 197 case Time.MONDAY: 199 case Time.TUESDAY: 201 case Time.WEDNESDAY: 203 case Time.THURSDAY: 205 case Time.FRIDAY: 207 case Time.SATURDAY [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledThreadPoolExecutor.java | 25 * without any real-time guarantees about when, after they are 27 * execution time are enabled in first-in-first-out (FIFO) order of 144 * Returns current nanosecond time. 156 /** The time the task is enabled to execute in nanoTime units */ 157 private long time; field in class:ScheduledThreadPoolExecutor.ScheduledFutureTask 176 * Creates a one-shot action with given nanoTime-based trigger time. 180 this.time = ns; 186 * Creates a periodic action with given nano time and period. 190 this.time = ns; 200 this.time = ns [all...] |
/external/icu4c/i18n/ |
vtzone.cpp | 187 * Convert date/time to RFC2445 Date-Time form #1 DATE WITH LOCAL TIME 189 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) { 191 Grego::timeToFields(time, year, month, dom, dow, doy, mid); 213 * Convert date/time to RFC2445 Date-Time form #2 DATE WITH UTC TIME 215 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) { 216 getDateTimeString(time, str) 278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; local [all...] |
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_api.c | 230 pRights->DisplayConstraint.StartTime.time; 234 pRights->DisplayConstraint.EndTime.time; 238 pRights->DisplayConstraint.Interval.time; 246 pRights->PlayConstraint.StartTime.time; 250 pRights->PlayConstraint.EndTime.time; 254 pRights->PlayConstraint.Interval.time; 263 pRights->ExecuteConstraint.StartTime.time; 267 pRights->ExecuteConstraint.EndTime.time; 271 pRights->ExecuteConstraint.Interval.time; 280 pRights->PrintConstraint.StartTime.time; 390 int32_t year, mon, day, hour, min, sec, date, time; local [all...] |
/bionic/libc/arch-x86/string/ |
swab.S | 35 L2: shrl $3,%ecx # copy remainder 8 words at a time
|
/bionic/libc/kernel/common/asm-generic/ |
cputime.h | 15 #include <linux/time.h>
|
/bionic/libc/kernel/common/linux/ |
android_alarm.h | 16 #include <linux/time.h>
|
if_pppolac.h | 14 *** Any manual change here will be lost the next time this script will
|
if_pppopns.h | 14 *** Any manual change here will be lost the next time this script will
|
ktime.h | 15 #include <linux/time.h>
|
leds-an30259a.h | 14 *** Any manual change here will be lost the next time this script will
|
rpmsg_omx.h | 14 *** Any manual change here will be lost the next time this script will
|
/bionic/libc/kernel/common/linux/usb/ |
f_accessory.h | 14 *** Any manual change here will be lost the next time this script will
|
f_mtp.h | 14 *** Any manual change here will be lost the next time this script will
|
/build/target/board/generic/ |
BoardConfig.mk | 3 # Product-specific compile-time definitions.
|
/cts/tools/host/src/com/android/cts/ |
ProgressObserver.java | 50 * especially for the ones running for a very long time.
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
DexClassLoadingException.java | 26 * Encapsulates any checked exception being thrown in time between saving
|
/dalvik/tests/003-omnibus-opcodes/src/ |
UnresTest1.java | 15 try { // hit the same one a second time
|
/dalvik/vm/hprof/ |
Hprof.h | 100 * u4 TIME: number of microseconds since the time stamp in the header 107 u4 time; member in struct:hprof_record_t 193 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time);
|
/development/ndk/platforms/android-3/include/asm-generic/ |
cputime.h | 15 #include <linux/time.h>
|
/development/ndk/platforms/android-3/include/linux/ |
android_alarm.h | 16 #include <linux/time.h>
|