/external/webkit/Source/WebCore/svg/ |
SVGAnimationElement.cpp | 190 return narrowPrecisionToFloat(elapsed().value()); 205 addBeginTime(elapsed() + offset); 215 addEndTime(elapsed() + offset);
|
SVGAnimateElement.cpp | 440 if (isContributing(elapsed())) {
|
SVGSVGElement.cpp | 556 return narrowPrecisionToFloat(m_timeContainer->elapsed().value());
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebview.cpp | 964 int elapsed = time.elapsed(); local 965 qDebug() << "paint event on " << ev->region() << ", took to render = " << elapsed; [all...] |
/bootable/recovery/ |
screen_ui.cpp | 310 double elapsed = now() - progressScopeTime; local 311 float p = 1.0 * elapsed / duration;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | |
/packages/apps/Nfc/src/com/android/nfc/ |
FireflyRenderer.java | 235 long elapsed = System.currentTimeMillis() - startTime; local 237 Thread.sleep(Math.max(30 - elapsed, 0));
|
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
/external/chromium/sdch/open-vcdiff/src/gtest/src/ |
gtest-internal-inl.h | 489 // Returns the elapsed time, in milliseconds. 492 // Sets the elapsed time. 493 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } 529 // The elapsed time, in milliseconds. 664 // Returns the elapsed time, in milliseconds. 722 // Elapsed time, in milliseconds. 884 // Gets the elapsed time, in milliseconds. [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | 1497 int32 elapsed = TimeSince(last_tick_tracked_); local [all...] |
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
AgentSession.java | 153 int elapsed = 0;
local 154 while (!agentRoster.rosterInitialized && elapsed <= 2000) {
161 elapsed += 500;
[all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | 1110 const base::TimeDelta elapsed = time_acquired_ - start_time; local 1155 const base::TimeDelta elapsed = base::TimeTicks::Now() - time_acquired_; local [all...] |
/external/netperf/ |
netlib.c | [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest.h | 113 // This flags control whether Google Test prints the elapsed time for each 535 // Returns the elapsed time, in milliseconds. 567 // Sets the elapsed time. 568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } 607 // The elapsed time, in milliseconds. 796 // Returns the elapsed time, in milliseconds. 889 // Elapsed time, in milliseconds. [all...] |
/external/gtest/include/gtest/ |
gtest.h | 113 // This flags control whether Google Test prints the elapsed time for each 535 // Returns the elapsed time, in milliseconds. 567 // Sets the elapsed time. 568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } 607 // The elapsed time, in milliseconds. 796 // Returns the elapsed time, in milliseconds. 889 // Elapsed time, in milliseconds. [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | 113 // This flags control whether Google Test prints the elapsed time for each 535 // Returns the elapsed time, in milliseconds. 567 // Sets the elapsed time. 568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } 607 // The elapsed time, in milliseconds. 796 // Returns the elapsed time, in milliseconds. 889 // Elapsed time, in milliseconds. [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | 113 // This flags control whether Google Test prints the elapsed time for each 535 // Returns the elapsed time, in milliseconds. 567 // Sets the elapsed time. 568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } 607 // The elapsed time, in milliseconds. 796 // Returns the elapsed time, in milliseconds. 889 // Elapsed time, in milliseconds. [all...] |
/external/open-vcdiff/gtest/include/gtest/ |
gtest.h | 115 // This flags control whether Google Test prints the elapsed time for each 519 // Returns the elapsed time, in milliseconds. 552 // Sets the elapsed time. 553 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } 592 // The elapsed time, in milliseconds. 741 // Returns the elapsed time, in milliseconds. 817 // Elapsed time, in milliseconds. [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest.h | 115 // This flags control whether Google Test prints the elapsed time for each 437 // Returns the elapsed time, in milliseconds. 470 // Sets the elapsed time. 471 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } 510 // The elapsed time, in milliseconds. 659 // Returns the elapsed time, in milliseconds. 735 // Elapsed time, in milliseconds. [all...] |
/external/v8/tools/ |
test.py | 266 elapsed = time.time() - self.start_time 272 'mins': int(elapsed) / 60, 273 'secs': int(elapsed) % 60 [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 327 * methods into decreasing order of exclusive elapsed time. 342 /* If the elapsed times of two methods are equal, then sort them 365 * methods into decreasing order of inclusive elapsed time. 381 /* If the elapsed times of two methods are equal, then sort them 404 * TimedMethods into decreasing order of inclusive elapsed time. 420 /* If the elapsed times of two methods are equal, then sort them 467 * classes into decreasing order of exclusive elapsed time. 482 /* If the elapsed times of two classs are equal, then sort them 532 * unique methods into decreasing order of exclusive elapsed time. 547 /* If the elapsed times of two methods are equal, then sort the 2424 uint64_t elapsed = currentTime - entryTime; local 2462 uint64_t elapsed = pStack->lastEventTime - entryTime; local [all...] |
/frameworks/base/core/java/android/net/dhcp/ |
DhcpPacket.java | 301 buf.putShort((short) 0); // Elapsed Seconds 634 short elapsed = packet.getShort(); local
|
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 205 long elapsed = System.nanoTime() - start; local 214 elapsed / 1000000000f); [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 94 // Get the elapsed time.
|