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

  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 58 android::String8 reportTime;
59 if (reportTime.appendFormat("%04d_%02d_%02d_%02d_%02d_%02d", tm->tm_year + 1900,
63 Settings::Instance()->addSetting(Settings::EREPORT_TIME, reportTime);
65 if (path.appendFormat("%s/%s", reportTopDir, reportTime.string()) != 0) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
timesoftfloat.c 66 static void reportTime( int32 count, long clocks )
129 reportTime( count, endClock - startClock );
156 reportTime( count, endClock - startClock );
185 reportTime( count, endClock - startClock );
216 reportTime( count, endClock - startClock );
284 reportTime( count, endClock - startClock );
311 reportTime( count, endClock - startClock );
340 reportTime( count, endClock - startClock );
371 reportTime( count, endClock - startClock );
415 reportTime( count, endClock - startClock );
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]

Completed in 124 milliseconds