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

1 2 3 4 5

  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
AgentOptions.java 51 * Indicate that the agent should print out "new java.util.Date()" at the time
52 * the option was processed and at shutdown time (using the shutdown hook).
55 public static final String TIME = "time";
AgentPremain.java 67 if (args.containsKey(AgentOptions.TIME)) {
109 * Print the start message to System.err with the time NOW, and register a
111 * time then and the number of milliseconds passed since.
123 System.err.println("Stop at " + new Date() + ", execution time = " + timePassed + " ms");
  /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/icu/icu4c/source/test/intltest/
tsdate.h 72 TIME,
  /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/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/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 60 assertEquals(TIME, 92);
  /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");
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
SyncMessage.java 59 mMsgTimeMillis = wrappedData.extractTime(OmtpConstants.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;
85 /** Instance of the time object used for time calculations. */
86 private static final Time TIME = new Time();
115 // Get current system time, used for calculating which day group calls belong to.
257 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/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/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...]
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
OmtpConstants.java 76 public static final String TIME = "dt";
  /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 686 * was expected at build time.
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 13 #include <time.h>
133 TIME = 0,
229 CASE_NAME(TIME);
307 if (components[TIME].order == i) {
309 PRINT("TIME,");
601 " t = TIME\n"
636 t = time(NULL);
654 /* parse each character one a time */
693 components[TIME].order = j;
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 58 #use Time::Local;
118 TIME 17:00:00.000
147 "TIME" => 4,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceThreadTest.java 105 private static long TIME = 5000;
108 runThreads(TIME);
111 public static void runThreads(long time) {
116 Thread.sleep(time);

Completed in 848 milliseconds

1 2 3 4 5