HomeSort by relevance Sort by last modified time
    Searched refs:TIME (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /libcore/luni/src/main/java/java/sql/
Types.java 161 * The type code that identifies the SQL type {@code TIME}.
163 public static final int TIME = 92;
  /cts/tests/tests/os/src/android/os/cts/
PowerManagerTest.java 27 public static final long TIME = 3000;
40 wl.acquire(TIME);
42 Thread.sleep(TIME + MORE_TIME);
PowerManager_WakeLockTest.java 64 wl.acquire(PowerManagerTest.TIME);
66 Thread.sleep(PowerManagerTest.TIME + PowerManagerTest.MORE_TIME);
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdate.h 72 TIME,
  /external/icu/icu4c/source/test/intltest/
tsdate.h 72 TIME,
  /external/chromium_org/third_party/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/zlib/src/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 13 var DEFAULT_PHRASE = 'It\'s $TIME, so get up!';
43 var time = timeString.match(/^(\d\d):(\d\d)$/);
44 if (!time) {
48 var hours = parseInt(time[1], 10);
54 var minutes = parseInt(time[2], 10) || 0;
144 var utterance = phraseTemplate.replace(/\$TIME/g, timeString);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 60 assertEquals(TIME, 92);
  /external/smack/src/com/kenai/jbosh/
Attributes.java 57 static final BodyQName TIME = BodyQName.createBOSH("time");
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 68 Assert.assertTrue("TIME", Build.TIME > 0);
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 209 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>time</code>.</p>
211 public static final QName TIME = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "time");
  /external/ksoap2/kobjects/org/ksoap2/kobjects/isodate/
IsoDate.java 28 public static final int TIME = 2;
59 if ((type & TIME) != 0) {
142 throw new RuntimeException("illegal time format!");
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java 22 import android.text.format.Time;
86 /** Instance of the time object used for time calculations. */
87 private static final Time TIME = new Time();
116 // Get current system time, used for calculating which day group calls belong to.
258 int days = DateUtils.getDayDifference(TIME, date, now);
  /packages/providers/CalendarProvider/
maketests.py 39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)")
56 m = TIME.match(s[0])
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 30 import android.text.format.Time;
75 DateUtils.formatDateTime(context, android.os.Build.TIME,
  /external/aac/libSBRenc/src/
sbr_def.h 233 #define TIME 1
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
PerfFramework.pm 25 my $TIME = 2;
32 if($options{"time"}) {
33 $TIME = $options{"time"};
119 # first we calibrate. Use time from somewhere
127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
219 # events per iteration, to give time per event
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 25 my $TIME = 2;
32 if($options{"time"}) {
33 $TIME = $options{"time"};
119 # first we calibrate. Use time from somewhere
127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest";
218 # events per iteration, to give time per event
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 23 "\tReads the input file and prints out time taken in seconds\n"
33 "\t Cannot be used with --time\n"
35 "\t-t or --time Threshold time for looping until in seconds. Requires Numeric argument.\n"
53 TIME,
71 UOPTION_DEF( "time", 't', UOPT_REQUIRES_ARG),
85 passes(1), iterations(0), time(0),
101 passes(1), iterations(0), time(0),
159 if(options[TIME].doesOccur) {
163 } else if(options[TIME].doesOccur)
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 27 "\tReads the input file and prints out time taken in seconds\n"
37 "\t Cannot be used with --time\n"
39 "\t-t or --time Threshold time for looping until in seconds. Requires Numeric argument.\n"
57 TIME,
75 UOPTION_DEF( "time", 't', UOPT_REQUIRES_ARG),
89 passes(1), iterations(0), time(0),
105 passes(1), iterations(0), time(0),
163 if(options[TIME].doesOccur) {
167 } else if(options[TIME].doesOccur)
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 32 case Types.TIME: return "java.sql.Time";
110 case Types.TIME: return "time";
  /frameworks/base/core/java/android/os/
Build.java 639 public static final long TIME = getLong("ro.build.date.utc") * 1000;

Completed in 2539 milliseconds

1 2 3 4 5