Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 25 of 172) sorted by relevance

1234567

/external/linux-tools-perf/scripts/python/
Dsctop.py24 interval = default_interval variable
31 interval = int(sys.argv[2]) variable
34 interval = int(sys.argv[1]) variable
37 interval = default_interval variable
56 def print_syscall_totals(interval): argument
/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODIntervalTree.h69 Vector<IntervalType> allOverlaps(const IntervalType& interval) const in allOverlaps()
79 void allOverlaps(const IntervalType& interval, Vector<IntervalType>& result) const in allOverlaps()
115 …void searchForOverlapsFrom(IntervalNode* node, const IntervalType& interval, Vector<IntervalType>&… in searchForOverlapsFrom()
/external/webkit/Source/WebKit2/Shared/
DWebMemorySampler.cpp55 void WebMemorySampler::start(const double interval) in start()
64 …boxExtension::Handle& sampleLogFileHandle, const String& sampleLogFilePath, const double interval) in start()
80 void WebMemorySampler::initializeTimers(double interval) in initializeTimers()
/external/qemu/distrib/sdl-1.2.12/src/events/
DSDL_keyboard.c45 int interval; /* the delay between key repeat events */ member
540 Uint32 now, interval; in SDL_CheckKeyRepeat() local
560 int SDL_EnableKeyRepeat(int delay, int interval) in SDL_EnableKeyRepeat()
573 void SDL_GetKeyRepeat(int *delay, int *interval) in SDL_GetKeyRepeat()
/external/webkit/Tools/Scripts/webkitpy/common/thread/
Dmessagepump.py31 def schedule(self, interval, callback): argument
42 interval = 10 # seconds variable in MessagePump
Dmessagepump_unittest.py39 def schedule(self, interval, callback): argument
/external/webkit/Source/WebKit/chromium/src/linux/
DWebRenderTheme.cpp42 void setCaretBlinkInterval(double interval) in setCaretBlinkInterval()
/external/webkit/Source/WebCore/wml/
DWMLTimerElement.cpp120 void WMLTimerElement::start(int interval) in start()
148 int interval = static_cast<int>(m_timer.nextFireInterval()) * 10; in storeIntervalToPageState() local
/external/qemu/distrib/sdl-1.2.12/src/timer/
DSDL_timer.c42 Uint32 interval; member
165 static SDL_TimerID SDL_AddTimerInternal(Uint32 interval, SDL_NewTimerCallback callback, void *param) in SDL_AddTimerInternal()
185 SDL_TimerID SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param) in SDL_AddTimer()
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
DBinarySemaphoreWin.cpp48 DWORD interval = absoluteTimeToWaitTimeoutInterval(absoluteTime); in wait() local
/external/iptables/include/linux/netfilter/
Dxt_RATEEST.h8 __s8 interval; member
/external/chromium/chrome/browser/
Dupgrade_detector.cc58 std::string interval = CmdLineInterval(); in GetCheckForUpgradeEveryMs() local
226 std::string interval = CmdLineInterval(); in NotifyOnUpgrade() local
/external/webkit/Source/WebCore/dom/
DDeviceMotionData.cpp72 … PassRefPtr<RotationRate> rotationRate, bool canProvideInterval, double interval) in create()
83 … PassRefPtr<RotationRate> rotationRate, bool canProvideInterval, double interval) in DeviceMotionData()
/external/chromium/chrome/common/
Dimportant_file_writer.h90 void set_commit_interval(const base::TimeDelta& interval) { in set_commit_interval()
/external/webkit/Source/WebCore/platform/
DRunLoopTimer.h51 void startOneShot(double interval) { start(interval, 0); } in startOneShot()
DThreadTimers.cpp108 double interval = timer->repeatInterval(); in sharedTimerFiredInternal() local
/external/valgrind/main/drd/tests/
Dhold_lock.c26 int interval = 0; in main() local
/external/webkit/Source/WebCore/page/
DDOMTimer.cpp58 static inline bool shouldForwardUserGesture(int interval, int nestingLevel) in shouldForwardUserGesture()
65 …(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int interval, bool singleSho… in DOMTimer()
/external/webkit/Source/WebCore/platform/brew/
DSharedTimerBrew.cpp57 double interval = fireTime - currentTime(); in setSharedTimerFireTime() local
/external/webkit/Source/WebCore/platform/gtk/
DSharedTimerGtk.cpp57 double interval = fireTime - currentTime(); in setSharedTimerFireTime() local
/external/webkit/Source/WebCore/platform/efl/
DSharedTimerEfl.cpp68 double interval = fireTime - currentTime(); in addNewTimer() local
/external/webkit/Source/WebCore/platform/wx/
DSharedTimerWx.cpp75 double interval = fireTime - currentTime(); in setSharedTimerFireTime() local
/external/dbus/dbus/
Ddbus-timeout.c43 int interval; /**< Timeout interval in milliseconds. */ member
63 _dbus_timeout_new (int interval, in _dbus_timeout_new()
135 int interval) in _dbus_timeout_set_interval()
/external/chromium/chrome/browser/metrics/
Dmetrics_response.h47 int interval() { return interval_; } in interval() function
/external/netperf/
Dnetcpu_none.c46 calibrate_idle_rate(int iterations, int interval) in calibrate_idle_rate()

1234567