/external/webkit/Source/JavaScriptCore/wtf/ |
CurrentTime.h | 35 #include <time.h> 39 // Returns the current UTC time in seconds, counted from January 1, 1970.
|
/external/webkit/Source/WebCore/page/ |
WebKitAnimation.cpp | 57 void WebKitAnimation::setElapsedTime(double time) 59 m_keyframeAnimation->setElapsedTime(time);
|
/external/webkit/Source/WebCore/platform/ |
Timer.h | 34 // Time intervals are all in seconds. 81 unsigned m_heapInsertionOrder; // Used to keep order among equal-fire-time timers
|
/external/webkit/Source/WebCore/platform/audio/ |
Reverb.h | 45 // renderSliceSize is a rendering hint, so the FFTs can be optimized to not all occur at the same time (very bad when rendering on a real-time thread).
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
AndroidAnimation.cpp | 75 if (!static_cast<int>(beginTime)) // time not set 101 double AndroidAnimation::elapsedTime(double time) 104 m_beginTime = time; 106 m_elapsedTime = time - m_beginTime; 117 bool AndroidAnimation::checkIterationsAndProgress(double time, float* finalProgress) 119 double progress = elapsedTime(time); 181 bool AndroidAnimation::evaluate(LayerAndroid* layer, double time) 184 if (!checkIterationsAndProgress(time, &progress)
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
MediaPlayerProxy.h | 89 - (void)_setCurrentTime:(double)time; 92 - (void)_setEndTime:(double)time;
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FullscreenVideoController.cpp | 484 static String timeToString(float time) 486 if (!isfinite(time)) 487 time = 0; 488 int seconds = fabsf(time); 495 return String::format("%s%02d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds); 496 return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds); 499 return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds); 545 GtkWidget* label = gtk_label_new(_("Time:"));
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebIconDatabaseClient.mm | 54 // Therefore we let WebCore handle autorelease by draining its pool "from time to time"
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
networktransaction.py | 30 import time namespace 69 time.sleep(self._backoff_seconds)
|
/external/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 72 void EventListModel::addEvent(QString time, QString msg) 75 timeList << time; local
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wpas-test.py | 5 import time namespace 53 time.sleep(5)
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 73 void EventListModel::addEvent(QString time, QString msg) 76 timeList << time; local
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-test.py | 5 import time namespace 53 time.sleep(5)
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 73 void EventListModel::addEvent(QString time, QString msg) 76 timeList << time; local
|
/external/zlib/contrib/minizip/ |
ChangeLogUnzip | 65 Only on file in the zipfile can be open at the same time 67 - added tm_unz structure in unzip_file_info (date/time in readable format)
|
/frameworks/base/core/java/android/content/ |
ComponentCallbacks.java | 33 * <p>At the time that this function has been called, your Resources 45 * it will happen around the time all background process have been killed,
|
/frameworks/base/core/java/com/android/internal/os/ |
BinderInternal.java | 58 * Return the system time (as reported by {@link SystemClock#uptimeMillis 64 * @return Returns the time as per {@link SystemClock#uptimeMillis
|
PkgUsageStats.java | 53 public PkgUsageStats(String pkgName, int count, long time, Map<String, Long> lastResumeTimes) { 56 usageTime = time;
|
/frameworks/base/core/tests/coretests/res/layout/ |
baseline_buttons.xml | 27 android:text="@string/time" 62 android:text="@string/time"
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ServiceTest.java | 75 finishBad("onStart() again on an object when it should have been the first time"); 81 finishBad("onStart() the first time on an object when it should have been the second time"); 162 finishBad("onServiceConnected() again on an object when it should have been the first time"); 168 finishBad("onServiceConnected() the first time on an object when it should have been the second time"); 202 waitForResultOrThrow(5 * 1000, "service to start first time"); 206 waitForResultOrThrow(5 * 1000, "service to start second time");
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BuildTest.java | 68 Assert.assertTrue("TIME", Build.TIME > 0);
|
/frameworks/base/docs/html/guide/developing/tools/ |
dmtracedump.jd | 62 <td>Minimum threshold for including child nodes in the graph (child's inclusive time as a 63 percentage of parent inclusive time). If this option is not used, the default threshold is
|
/frameworks/base/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Private.h | 69 #define LVDBE_MIXER_TC 5 /* Mixer time */ 70 #define LVDBE_BYPASS_MIXER_TC 100 /* Bypass mixer time */
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer.h | 37 LVM_INT16 CallbackSet; /* Boolean. Should be set by calling application each time the target value is updated */ 73 /* This time constant calculation function assumes the mixer will be called with */
|
/frameworks/base/test-runner/src/android/test/ |
SyncBaseInstrumentation.java | 62 // Finish test if time to sync has exceeded max time.
|