/bootable/recovery/ |
screen_ui.cpp | 395 double elapsed = now() - progressScopeTime; local 396 float p = 1.0 * elapsed / duration;
|
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar | |
/external/llvm/utils/lit/lit/ |
main.py | 90 data['elapsed'] = testing_time 101 'elapsed' : test.result.elapsed } 200 help="Track elapsed wall time for each test", 469 test_times = [(test.getFullName(), test.result.elapsed)
|
run.py | 186 result.elapsed = time.time() - start_time
|
/external/netperf/src/ |
netlib.c | [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedStateListDrawable.java | 712 final int elapsed = (int) (input * mTotalDuration + 0.5f); local 717 int remaining = elapsed;
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 267 auto elapsed = std::chrono::system_clock::now() - start; local 268 ASSERT_GE(kTimeoutInSeconds, elapsed);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar | |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
ld.go | 84 ctxt.Logf("%5.2f addlib: %s %s pulls in %s isshlib %v\n", elapsed(), obj, src, pname, isshlib)
|
/prebuilts/go/darwin-x86/src/net/http/ |
main_test.go | 130 // until waitFor has elapsed, at which point it returns false.
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
ld.go | 84 ctxt.Logf("%5.2f addlib: %s %s pulls in %s isshlib %v\n", elapsed(), obj, src, pname, isshlib)
|
/prebuilts/go/linux-x86/src/net/http/ |
main_test.go | 130 // until waitFor has elapsed, at which point it returns false.
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar | |
/frameworks/av/include/private/media/ |
AudioTrackShared.h | 258 // elapsed is a pointer to a location that will hold the total local monotonic time that 259 // elapsed while blocked, or NULL if not needed. 279 struct timespec *elapsed = NULL);
|
/cts/tests/tests/media/src/android/media/cts/ |
VideoDecoderPerfTest.java | 209 long elapsed = System.currentTimeMillis() - start; local 211 || (elapsed > maxTimeMs) 212 || (elapsed > MIN_TEST_MS && outputNum > MIN_FRAMES)); [all...] |
/external/autotest/client/bin/ |
base_utils.py | 606 r'(\d*):([\d\.]*)elapsed (\d*)%CPU') 613 Output is average Elapsed, User, and System time in seconds, 616 user = system = elapsed = cpu = count = 0 623 elapsed += (float(m.group(3)) * 60) + float(m.group(4)) 629 return "Elapsed: %0.2fs User: %0.2fs System: %0.2fs CPU: %0.0f%%" % \ 630 (elapsed / count, user / count, system / count, cpu / count) 641 _TIME_OUTPUT_RE_2 = re.compile(r'(.*?)user (.*?)system (.*?)elapsed') 645 """Extract user, system, and elapsed times into a list of tuples"""
|
/frameworks/native/cmds/dumpstate/ |
utils.cpp | 128 uint64_t elapsed = Nanotime() - started_; local 130 MYLOGD("Duration of '%s': %.3fs\n", title_.c_str(), (float)elapsed / NANOS_PER_SEC); 133 printf("------ %.3fs was the duration of '%s' ------\n", (float)elapsed / NANOS_PER_SEC, 962 dprintf(fd, "[dump dalvik stack %d: %.3fs elapsed]\n", pid, 983 dprintf(fd, "[dump native stack %d: %.3fs elapsed]\n", pid, [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
TelecomSystemTest.java | 927 int elapsed = 0; local [all...] |
/prebuilts/go/darwin-x86/src/time/ |
time.go | 41 // sec gives the number of seconds elapsed since 438 // A Duration represents the elapsed time between two instants 651 // Since returns the time elapsed since t. 841 // Unix returns t as a Unix time, the number of seconds elapsed 847 // UnixNano returns t as a Unix time, the number of nanoseconds elapsed 1099 // Add in time elapsed today. [all...] |
/prebuilts/go/linux-x86/src/time/ |
time.go | 41 // sec gives the number of seconds elapsed since 438 // A Duration represents the elapsed time between two instants 651 // Since returns the time elapsed since t. 841 // Unix returns t as a Unix time, the number of seconds elapsed 847 // UnixNano returns t as a Unix time, the number of nanoseconds elapsed 1099 // Add in time elapsed today. [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
RuntimeInstrument.java | 355 || timeSinceStartOfTrial.elapsed(MILLISECONDS) > maxWarmupWallTime.to(MILLISECONDS);
|
/external/vixl/tools/ |
test.py | 293 indicator = ' (still working: %d seconds elapsed)'
|
/frameworks/av/media/libaudioclient/include/media/ |
AudioTrack.h | [all...] |
/hardware/intel/common/libmix/mix_audio/src/ |
mixaudio.c | 1511 gulong elapsed = 0; local [all...] |
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/ |
MpegTsPlayer.java | 581 public void onDroppedFrames(int count, long elapsed) {
|