HomeSort by relevance Sort by last modified time
    Searched defs:timeNs (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/test/perf/leperf/
leperf.cpp 96 double timeNs;
115 timeNs = 1000000000.0*(timeTaken/(double)loopCount);
116 u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount);
117 u_printf("leperf: DATA|\"%s\"|%.2f|\n", U_ICU_VERSION, timeNs);
  /external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
PerfStatsCollectorTest.java 121 private int timeNs = 0;
125 return timeNs;
129 timeNs += ms;
  /frameworks/av/media/libstagefright/
AudioSource.cpp 325 int64_t timeUs, position, timeNs;
331 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC,
334 timeUs = timeNs / 1000 -
  /frameworks/base/cmds/statsd/src/
StatsLogProcessor.cpp 528 const int64_t timeNs = getElapsedRealtimeNs();
530 WriteDataToDiskLocked(pair.first, timeNs, dumpReportReason);
  /system/chre/platform/slpi/see/
see_helper.cc 91 uint64_t timeNs;
817 header->baseTimestamp = data->timeNs;
820 uint64_t delta = data->timeNs - data->prevTimeNs;
824 data->prevTimeNs, data->timeNs);
829 data->prevTimeNs = data->timeNs;
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 544 int64_t timeNs;
    [all...]
  /hardware/qcom/gps/msm8909w_3100/location/
LocationAPI.h 574 int64_t timeNs;
    [all...]

Completed in 108 milliseconds