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

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
PythonUnitTestResultParser.java 262 double timeInSeconds = Double.parseDouble(mCurrentMatcher.group(2));
263 mTotalElapsedTime = (long) timeInSeconds * 1000;
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 271 int timeInSeconds = wallTime.mktime(zoneInfo);
272 outputBuilder.append(Integer.toString(timeInSeconds));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CommandReceiverActivity.java 218 final long timeInSeconds = Long.parseLong(intent.getStringExtra(EXTRA_VALUE));
220 TimeUnit.SECONDS.toMillis(timeInSeconds) /* in milliseconds */);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 701 const float timeInSeconds = (float)values[ndx] / 1000.0f / 1000.0f;
702 processingRates[ndx] = (float)(samples[ndx].*predictor) / timeInSeconds;
    [all...]

Completed in 3304 milliseconds