/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
ctime | 34 * Standard C++ Library wrapper around the C time.h header file. 38 #include <time.h> 53 using ::time;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
ctime | 34 * Standard C++ Library wrapper around the C time.h header file. 38 #include <time.h> 53 using ::time;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
ctime | 34 * Standard C++ Library wrapper around the C time.h header file. 38 #include <time.h> 53 using ::time;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
ctime | 34 * Standard C++ Library wrapper around the C time.h header file. 38 #include <time.h> 53 using ::time;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
ctime | 34 * Standard C++ Library wrapper around the C time.h header file. 38 #include <time.h> 53 using ::time;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
ctime | 34 * Standard C++ Library wrapper around the C time.h header file. 38 #include <time.h> 53 using ::time;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
ctime | 34 * Standard C++ Library wrapper around the C time.h header file. 38 #include <time.h> 53 using ::time;
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
TimeUtils.cpp | 20 #include <time.h> 24 #include <sys/time.h> 25 #include <time.h> 28 #include <sys/time.h>
|
/bionic/libc/bionic/ |
ftime.c | 38 tb->time = tv.tv_sec; 42 ++tb->time;
|
/external/chromium/net/socket/ |
client_socket_pool_histograms.cc | 58 void ClientSocketPoolHistograms::AddRequestTime(base::TimeDelta time) const { 59 request_time_->AddTime(time); 69 time, 77 time, 83 void ClientSocketPoolHistograms::AddUnusedIdleTime(base::TimeDelta time) const { 84 unused_idle_time_->AddTime(time); 87 void ClientSocketPoolHistograms::AddReusedIdleTime(base::TimeDelta time) const { 88 reused_idle_time_->AddTime(time);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
SMILTime.h | 37 SMILTime(double time) : m_time(time) { ASSERT(!std::isnan(time)); } 69 SMILTimeWithOrigin(const SMILTime& time, Origin origin) 70 : m_time(time) 75 const SMILTime& time() const { return m_time; } function in class:WebCore::SMILTimeWithOrigin 90 inline bool operator<(const SMILTimeWithOrigin& a, const SMILTimeWithOrigin& b) { return a.time() < b.time(); }
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
ratelimiter.h | 37 // time. Use, for example, for simple bandwidth throttling. 55 // current period (< (max - used)). Once the given time passes the 57 bool CanUse(size_t desired, double time); 60 void Use(size_t used, double time);
|
/external/chromium_org/ui/events/gestures/ |
velocity_calculator.h | 20 void PointSeen(int x, int y, int64 time); 30 int64 time; member in struct:ui::VelocityCalculator::Point
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
TimeLine.java | 54 public KeyFrame getKeyFrameAtTime(float time) { 55 return get(getKeyFrameIndexFromTime(time)); 62 public void addKeyFrameAtTime(float time, KeyFrame keyFrame) { 63 addKeyFrameAtIndex(getKeyFrameIndexFromTime(time), keyFrame); 85 public void removeKeyFrame(float time) { 86 removeKeyFrame(getKeyFrameIndexFromTime(time)); 89 public int getKeyFrameIndexFromTime(float time) { 90 return Math.round(time * keyFramesPerSeconds);
|
/external/proguard/src/proguard/gui/splash/ |
VariableSizeFont.java | 53 public Font getFont(long time) 55 float s = (float)size.getDouble(time);
|
/external/smack/src/org/jivesoftware/smackx/workgroup/ |
QueueUser.java | 42 * @param time the estimate of how much longer the customer will be in the queue in seconds
45 public QueueUser (String uid, int position, int time, Date joinedAt) {
50 this.estimatedTime = time;
63 * this instance embodies is only a time update instead
70 * @return the estimated time remaining of the customer in the queue in seconds, or -1 if
|
/external/stlport/stlport/ |
time.h | 26 # pragma message("eMbedded Visual C++ 3 doesn't have a time.h header; STLport won't include native time.h here") 30 # include_next <time.h> 32 # include _STLP_NATIVE_C_HEADER(time.h)
|
/external/valgrind/main/helgrind/tests/ |
cond_timedwait_invalid.c | 2 #include <time.h> 16 abstime.tv_sec = time(NULL) + 2;
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Random.c | 29 #include <time.h> 40 * need the stdlib and time libraries 51 srand(time(NULL));
|
/frameworks/base/core/java/android/os/ |
IPowerManager.aidl | 36 void userActivity(long time, int event, int flags); 37 void wakeUp(long time); 38 void goToSleep(long time, int reason); 39 void nap(long time);
|
/hardware/invensense/60xx/mlsdk/platform/linux/kernel/ |
mpuirq.h | 23 #include <linux/time.h> 28 #include <sys/time.h>
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
perfutils.h | 18 #include <sys/time.h>
|
/libcore/luni/src/main/java/java/util/ |
TimerTask.java | 21 * The {@code TimerTask} class represents a task to run at a specified time. The task 42 * The time when task will be executed, or the time when task was launched 57 * Method called from the Timer object when scheduling an event @param time 59 void setScheduledTime(long time) { 61 scheduledTime = time; 100 * Returns the scheduled execution time. If the task execution is in 101 * progress it returns the execution time of the ongoing task. Tasks which 104 * @return the most recent execution time.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
time.h | 26 # pragma message("eMbedded Visual C++ 3 doesn't have a time.h header; STLport won't include native time.h here") 30 # include_next <time.h> 32 # include _STLP_NATIVE_C_HEADER(time.h)
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ControllerOverlay.java | 26 void onSeekMove(int time); 27 void onSeekEnd(int time, int trimStartTime, int trimEndTime);
|