HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 326 - 350 of 567) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 279 static void rcFBSetSwapInterval(EGLint interval)
  /system/core/include/system/
window.h 360 /* min swap interval supported by this updated */
363 /* max swap interval supported by this updated */
374 * Set the swap interval for this surface.
379 int interval);
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 1420 struct timeval interval; local
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDelegateImplementationCaching.mm 418 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, NSTimeInterval interval, id object2, id object3)
423 return implementation(delegate, selector, self, object1, interval, object2, object3);
425 return implementation(delegate, selector, self, object1, interval, object2, object3);
522 id CallFrameLoadDelegate(IMP implementation, WebView *self, SEL selector, id object1, NSTimeInterval interval, id object2, id object3)
524 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, interval, object2, object3);
  /external/netperf/
netlib.c 328 /* there was a problem arming the interval timer */
801 /* interval timer. if we were in SYS_SIGSUSPEND we want to */
809 "catcher: Time to send burst > interval!\n");
817 "catcher: interval timer running unexpectedly!\n");
1012 /* this routine will enable the interval timer and set things up so */
1027 /* some number of milliseconds, we know that the interval timer is */
1037 /* how many usecs in each interval? */
1051 fprintf(where,"setting the interval timer to %d sec %d usec ",
1067 /* there was a problem arming the interval timer */
1185 /* this routine is like convert, but it is used for an interval tim
    [all...]
  /external/v8/src/
platform-win32.cc     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 1167 String interval = tokenFromRrule(rrule, "INTERVAL="); local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.cpp 389 void rcFBSetSwapInterval_enc(void *self , EGLint interval)
401 memcpy(ptr, &interval, 4); ptr += 4;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 456 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
458 return getDispatch()->eglSwapInterval(dpy, interval);
  /external/icu4c/test/intltest/
tzbdtest.cpp 69 const UDate TimeZoneBoundaryTest::INTERVAL = 10;
82 while ((max - min) > INTERVAL) {
97 mindelta <= INTERVAL &&
99 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary);
132 while ((max - min) > INTERVAL) {
148 mindelta <= INTERVAL &&
150 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary);
393 while ((max - min) > INTERVAL) {
408 mindelta <= INTERVAL &&
410 maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 641 double interval = m_startedPlaying ? WTF::currentTime() - m_timeStartedPlaying : m_timeStoppedPlaying - m_timeStartedPlaying; local
642 double frameRate = (m_frameCountWhilePlaying - 1) / interval;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 693 void DumpRenderTreeSupportGtk::setMinimumTimerInterval(WebKitWebView* webView, double interval)
695 core(webView)->settings()->setMinDOMTimerInterval(interval);

Completed in 2289 milliseconds

<<11121314151617181920>>