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

<<11121314151617181920>>

  /external/v8/test/mjsunit/
debug-backtrace.js 232 // Test line interval way beyond this script will result in an error.
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 121 PluginTimer(NPP npp, uint32_t timerID, uint32_t interval, NPBool repeat, TimerFunc timerFunc)
124 , m_interval(interval)
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 1016 void DumpRenderTreeSupportQt::setMinimumTimerInterval(QWebPage* page, double interval)
1022 corePage->settings()->setMinDOMTimerInterval(interval);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 303 void WebFrameLoaderClient::dispatchWillPerformClientRedirect(const KURL& url, double interval, double fireDate)
310 webPage->injectedBundleLoaderClient().willPerformClientRedirectForFrame(webPage, m_frame, url.string(), interval, fireDate);
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 195 // if the fix interval is below this we leave GPS on,
1010 int interval = (hasCapability(GPS_CAPABILITY_SCHEDULING) ? mFixInterval : 1000); local
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 262 // the EGL spec requires that a new EGLSurface default to swap interval
934 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
944 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval);
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
802.11.h 528 uint8 interval; member in struct:dot11_ibss_dfs
1219 uint16 interval; member in struct:dot11_rmreq_bcn
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 528 uint8 interval; member in struct:dot11_ibss_dfs
1219 uint16 interval; member in struct:dot11_rmreq_bcn
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.c 877 /* Beacon interval */
908 * only configure the null-data keepa-live message if the interval is valid
909 * (either the default interval or the one from teh XCC IE)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 795 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay display, EGLint interval) {
803 EglOS::swapInterval(dpy->nativeType(),currCtx->draw()->native(),interval);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 613 extern BOOL WINAPI wglSwapIntervalEXT (int interval);
616 typedef BOOL (WINAPI * PFNWGLSWAPINTERVALEXTPROC) (int interval);
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /external/blktrace/btt/doc/
btt.tex 823 [ -S <interval> | --iostat-interval=<interval> ]
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c 450 "SCO Interval Rejected",
1434 printf("interval %d window %d\n", btohs(cp->interval), btohs(cp->window));
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 791 int interval = -1; local
    [all...]
  /external/valgrind/main/massif/tests/
culling2.stderr.exp 225 Massif: New time interval = 28064 (between snapshots 1 and 2)
378 Massif: New time interval = 59216 (between snapshots 48 and 49)
    [all...]
  /external/v8/src/
log.cc 190 Ticker(Isolate* isolate, int interval):
191 Sampler(isolate, interval),
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 1267 const int Antagonizer::interval = 10000; \/\/ 10 msecs member in class:android::Antagonizer
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c     [all...]
CmdBldCfgIE.c     [all...]
  /bionic/libc/kernel/common/linux/
input.h 927 __u16 interval; member in struct:ff_trigger
    [all...]
  /external/kernel-headers/original/linux/
input.h 968 * @interval: controls how soon the effect can be re-triggered
972 __u16 interval; member in struct:ff_trigger
    [all...]
  /external/netperf/
nettest_xti.c 606 interval/0.02,
622 fprintf(where," : interval");
636 /* confidence interval (I really should have stayed awake during */
876 /* interval timer, unless we are in demo_mode */
946 /* in this case, the interval count is the count-down couter *
    [all...]

Completed in 3901 milliseconds

<<11121314151617181920>>