HomeSort by relevance Sort by last modified time
    Searched full:micros (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/preload/
Operation.java 111 long micros = nanos / 1000; local
112 int microsInt = (int) micros;
113 if (microsInt != micros) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.java 118 + accuracy[2] + " micros");
206 micros [1] INTEGER (1..999) OPTIONAL }
  /external/openssl/include/openssl/
ts.h 142 micros [1] INTEGER (1..999) OPTIONAL }
149 ASN1_INTEGER *micros; member in struct:TS_accuracy_st
445 int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros);
513 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */ member in struct:TS_resp_ctx
563 int secs, int millis, int micros);
  /dalvik/vm/
Misc.h 258 * Per-thread CPU time, in micros.
  /external/libvpx/vp8/common/
vpxblit.h 103 Function Protoypes/MICROS

Completed in 65 milliseconds