HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 301 - 325 of 527) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /prebuilts/ndk/android-ndk-r7/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 349 /* min swap interval supported by this updated */
352 /* max swap interval supported by this updated */
363 * Set the swap interval for this surface.
368 int interval);
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 1420 struct timeval interval; local
    [all...]
  /frameworks/base/voip/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/bluetooth/bluez/tools/
hcitool.c 2430 uint16_t interval = htobs(0x0010); local
2513 uint16_t interval, latency, max_ce_length, max_interval, min_ce_length; local
    [all...]
  /external/v8/src/
platform-win32.cc     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 1137 String interval = tokenFromRrule(rrule, "INTERVAL="); local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]
p2p_i.h 551 u32 interval; member in struct:p2p_noa_desc
589 u16 interval);
  /development/ndk/platforms/android-3/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-unistd.h 205 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 185 int sched_rr_get_interval (pid_t pid, struct timespec *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/skia/third_party/glu/libtess/
alg-outline 40 at most one interval.
  /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);
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 799 void WebProcess::startMemorySampler(const SandboxExtension::Handle& sampleLogFileHandle, const String& sampleLogFilePath, const double interval)
802 WebMemorySampler::shared()->start(sampleLogFileHandle, sampleLogFilePath, interval);

Completed in 5137 milliseconds

<<11121314151617181920>>