/external/linux-tools-perf/scripts/python/ |
D | sctop.py | 24 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/ |
D | PODIntervalTree.h | 69 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/ |
D | WebMemorySampler.cpp | 55 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/ |
D | SDL_keyboard.c | 45 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/ |
D | messagepump.py | 31 def schedule(self, interval, callback): argument 42 interval = 10 # seconds variable in MessagePump
|
D | messagepump_unittest.py | 39 def schedule(self, interval, callback): argument
|
/external/webkit/Source/WebKit/chromium/src/linux/ |
D | WebRenderTheme.cpp | 42 void setCaretBlinkInterval(double interval) in setCaretBlinkInterval()
|
/external/webkit/Source/WebCore/wml/ |
D | WMLTimerElement.cpp | 120 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/ |
D | SDL_timer.c | 42 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/ |
D | BinarySemaphoreWin.cpp | 48 DWORD interval = absoluteTimeToWaitTimeoutInterval(absoluteTime); in wait() local
|
/external/iptables/include/linux/netfilter/ |
D | xt_RATEEST.h | 8 __s8 interval; member
|
/external/chromium/chrome/browser/ |
D | upgrade_detector.cc | 58 std::string interval = CmdLineInterval(); in GetCheckForUpgradeEveryMs() local 226 std::string interval = CmdLineInterval(); in NotifyOnUpgrade() local
|
/external/webkit/Source/WebCore/dom/ |
D | DeviceMotionData.cpp | 72 … PassRefPtr<RotationRate> rotationRate, bool canProvideInterval, double interval) in create() 83 … PassRefPtr<RotationRate> rotationRate, bool canProvideInterval, double interval) in DeviceMotionData()
|
/external/chromium/chrome/common/ |
D | important_file_writer.h | 90 void set_commit_interval(const base::TimeDelta& interval) { in set_commit_interval()
|
/external/webkit/Source/WebCore/platform/ |
D | RunLoopTimer.h | 51 void startOneShot(double interval) { start(interval, 0); } in startOneShot()
|
D | ThreadTimers.cpp | 108 double interval = timer->repeatInterval(); in sharedTimerFiredInternal() local
|
/external/valgrind/main/drd/tests/ |
D | hold_lock.c | 26 int interval = 0; in main() local
|
/external/webkit/Source/WebCore/page/ |
D | DOMTimer.cpp | 58 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/ |
D | SharedTimerBrew.cpp | 57 double interval = fireTime - currentTime(); in setSharedTimerFireTime() local
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | SharedTimerGtk.cpp | 57 double interval = fireTime - currentTime(); in setSharedTimerFireTime() local
|
/external/webkit/Source/WebCore/platform/efl/ |
D | SharedTimerEfl.cpp | 68 double interval = fireTime - currentTime(); in addNewTimer() local
|
/external/webkit/Source/WebCore/platform/wx/ |
D | SharedTimerWx.cpp | 75 double interval = fireTime - currentTime(); in setSharedTimerFireTime() local
|
/external/dbus/dbus/ |
D | dbus-timeout.c | 43 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/ |
D | metrics_response.h | 47 int interval() { return interval_; } in interval() function
|
/external/netperf/ |
D | netcpu_none.c | 46 calibrate_idle_rate(int iterations, int interval) in calibrate_idle_rate()
|