/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaFragmentURIParser.h | 53 bool parseNPTTime(const LChar*, unsigned length, unsigned& offset, double& time);
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebActiveGestureAnimation.h | 40 // to define the animation parameters as a function of time, and applies the animation 50 bool animate(double time);
|
/external/chromium_org/third_party/icu/source/i18n/ |
ztrans.cpp | 10 * \brief C API: Time zone transition classes 27 ztrans_open(UDate time, const void* from, const void* to){ 28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to); 57 ztrans_setTime(ZTrans* trans, UDate time) { 58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
|
/external/chromium_org/third_party/libevent/test/ |
test-init.c | 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent 16 #include <sys/time.h>
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
testlib.h | 37 #include <sys/time.h>
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxheader.h | 45 # include <sys/time.h>
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
platform_thread.h | 28 #include <time.h>
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
spinlock_posix-inl.h | 39 #include <time.h> /* For nanosleep() */
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
spinlock_posix-inl.h | 39 #include <time.h> /* For nanosleep() */
|
/external/chromium_org/ui/views/widget/ |
aero_tooltip_manager.h | 41 void Start(int time);
|
/external/e2fsprogs/contrib/python-uuid/ |
uuid.c | 2 #include <time.h>
|
/external/e2fsprogs/lib/ext2fs/ |
valid_blk.c | 17 #include <time.h>
|
/external/icu4c/i18n/ |
ztrans.cpp | 10 * \brief C API: Time zone transition classes 27 ztrans_open(UDate time, const void* from, const void* to){ 28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to); 57 ztrans_setTime(ZTrans* trans, UDate time) { 58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
testlib.h | 37 #include <sys/time.h>
|
/external/mesa3d/src/mesa/drivers/x11/ |
glxheader.h | 45 # include <sys/time.h>
|
/external/netperf/ |
netcpu_osx.c | 19 # include <sys/time.h> 20 # include <time.h> 23 # include <sys/time.h> 25 # include <time.h> 109 /* It is possible that the library measured a time other than */ 113 /* tests tell up what the elapsed time should be. */
|
/external/oprofile/daemon/ |
opd_events.h | 17 #include <time.h>
|
/external/oprofile/libop/ |
op_sample_file.h | 18 #include <time.h>
|
/external/ppp/pppd/plugins/ |
minconn.c | 36 #include <time.h> 45 "Set minimum connect time before idle timeout applies" },
|
/external/sfntly/cpp/src/test/ |
platform_thread.h | 28 #include <time.h>
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_rtttldata.h | 55 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon26263
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_rtttldata.h | 55 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon26313
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_rtttldata.h | 55 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon26365
|
eas_tcdata.h | 49 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon26368
|
/external/valgrind/main/memcheck/tests/ |
post-syscall.c | 1 #include <time.h>
|