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

1 2 3 4 5 6 7

  /external/walt/pywalt/pywalt/
evparser.py 4 TIME = 'time'
8 re_xy = re.compile(r'.*time (?P<time>\d+\.\d+), type \d+ \(EV_ABS\), code \d+ \(ABS_(?P<axis>[XY])\), value (?P<value>\d+)')
9 re_tap = re.compile(r'.*time (?P<time>\d+\.\d+), type \d+ \(EV_KEY\), code \d+ \(BTN_TOUCH\), value (?P<value>\d+)')
18 tx = array([float(e[TIME]) for e in events if e[AXIS] == 'X'])
21 ty = array([float(e[TIME]) for e in events if e[AXIS] == 'Y'])
31 t = float(m.group(TIME))
  /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";
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
getbuildinfo.c 15 #ifndef TIME
17 #define TIME __TIME__
19 #define TIME "xx:xx:xx"
55 DATE, TIME);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getbuildinfo.c 15 #ifndef TIME
17 #define TIME __TIME__
19 #define TIME "xx:xx:xx"
55 DATE, TIME);
  /external/icu/icu4c/source/test/intltest/
tsdate.h 74 TIME,
  /external/python/cpython2/Modules/
getbuildinfo.c 15 #ifndef TIME
17 #define TIME __TIME__
19 #define TIME "xx:xx:xx"
55 DATE, TIME);
  /external/python/cpython3/Modules/
getbuildinfo.c 15 #ifndef TIME
17 #define TIME __TIME__
19 #define TIME "xx:xx:xx"
47 DATE, TIME);
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java 58 * @return an intent that has event {@code sender}, {@code type}, time from
74 * @return {@link DeviceEvent} object that has event sender, type, and time form an
139 * {@code time}.
141 * @param time a time to compare against.
144 public static Predicate<DeviceEvent> isNewerThan(final long time) {
145 return e -> e.time >= time;
161 * Event time, value is from {@link SystemClock#uptimeMillis()}.
163 public final long time; field in class:DeviceEvent
    [all...]
  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
EventProviderConstants.java 71 public static final String TIME = "time";
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
AddCommandOp.java 28 private static final String TIME = "time";
45 long totalTime = jsonData.getLong(TIME);
61 j.put(TIME, mTotalTime);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
BaseResultsDialog.java 37 TIME,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLibInternal.h 46 // Record date and time information
60 } TIME;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 40 // Record date and time information
54 } 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/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
null_syscall.c 18 #include <time.h>
20 #include <sys/time.h>
131 #define TIME(A, STR) \
  /libcore/ojluni/src/main/java/java/sql/
Types.java 139 * <code>TIME</code>.
141 public final static int TIME = 92;
  /packages/providers/CalendarProvider/
maketests.py 39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)")
56 m = TIME.match(s[0])
  /tools/loganalysis/src/com/android/loganalysis/parser/
EventsLogParser.java 41 "^(?<date>[0-9-]*)\\s+(?<time>[0-9:.]*)\\s+\\d+\\s+\\d+ I sysui_multi_action:"
46 + "(?<time>[0-9:.]*)\\s+\\d+\\s+\\d+ I sysui_latency: \\[(?<action>.*),"
50 private static final String TIME = "time";
91 match.group(TIME)));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 29 "\tReads the input file and prints out time taken in seconds\n"
39 "\t Cannot be used with --time\n"
41 "\t-t or --time Threshold time for looping until in seconds. Requires Numeric argument.\n"
59 TIME,
77 UOPTION_DEF( "time", 't', UOPT_REQUIRES_ARG),
91 passes(1), iterations(0), time(0),
107 passes(1), iterations(0), time(0),
165 if(options[TIME].doesOccur) {
169 } 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");
  /tools/loganalysis/src/com/android/loganalysis/item/
BugreportItem.java 29 public static final String TIME = "TIME";
52 TIME, COMMAND_LINE, MEM_INFO, PROCRANK, TOP, KERNEL_LOG, LAST_KMSG, SYSTEM_LOG,
67 * Get the time of the bugreport.
70 return (Date) getAttribute(TIME);
74 * Set the time of the bugreport.
76 public void setTime(Date time) {
77 setAttribute(TIME, time);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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 ->
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/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 ->

Completed in 488 milliseconds

1 2 3 4 5 6 7