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

  /frameworks/base/tools/preload/
Operation.java 111 long micros = nanos / 1000; local
112 int microsInt = (int) micros;
113 if (microsInt != micros) {
  /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);

Completed in 46 milliseconds