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

1 2 3 4

  /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);
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdate.h 72 TIME,
  /external/icu/icu4c/source/test/intltest/
tsdate.h 72 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!");
  /external/smack/src/com/kenai/jbosh/
Attributes.java 57 static final BodyQName TIME = BodyQName.createBOSH("time");
  /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;
  /packages/providers/CalendarProvider/
maketests.py 39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)")
56 m = TIME.match(s[0])
  /external/chromium_org/third_party/icu/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/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...]
  /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/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);
  /external/chromium_org/build/android/pylib/utils/
json_results_generator.py 15 import time namespace
128 # Min time (seconds) that will be added to the JSON.
149 TIME = 'secondsSinceEpoch'
256 # Update the all failing tests with result type and time.
309 """Returns test timing data (elapsed time) in second
312 # Floor for now to get time in seconds.
477 """ Inserts generic metadata (such as version number, current time etc)
499 int(time.time()),
500 self.TIME)
    [all...]
  /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 ->
  /frameworks/base/core/java/android/os/
Build.java 673 public static final long TIME = getLong("ro.build.date.utc") * 1000;
  /external/aac/libSBRenc/src/
sbr_def.h 233 #define TIME 1
  /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;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
ActionType.java 38 * Date & Time
42 TIME(R.string.system_time),
DateTimeActivity.java 95 case TIME:
197 // Updates the member strings to reflect the current date and time.
233 case TIME:
271 // Updates the Date and Time entries in the current view, without resetting the
288 mActions.add(ActionType.TIME.toAction(mResources, mNowTime));
293 case TIME:
319 mActions.add(ActionType.TIME.toAction(mResources, mNowTime));
324 case TIME:
407 // turn off Auto date/time
436 // turn off Auto date/time
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 277 /** Time */
278 public static final int TIME = 37;
412 /** Network Time Protocol */
491 services.add(TIME, "time");
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 91 'TIME' : 'tag_time',
325 (tag == 'FOOTER') || (tag == 'TIME') || (tag == 'MARK')) {
769 * element at a time.
    [all...]

Completed in 7749 milliseconds

1 2 3 4