HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 476 - 500 of 964) sorted by null

<<11121314151617181920>>

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 282 void swapInterval(EGLNativeDisplayType dpy,EGLNativeSurfaceType win,int interval){
291 glXSwapIntervalEXT(dpy,win->srfc(),interval);
  /system/core/adb/
usb_osx.c 348 UInt8 interval; local
353 &number, &transferType, &maxPacketSize, &interval);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 257 uint16 listen; /* listen interval */
263 uint16 listen; /* listen interval */
603 uint8 count; /* TBTTs until beacon interval in quiet starts */
620 uint8 interval; member in struct:dot11_ibss_dfs
798 /* Timeout Interval IE */
1640 uint8 interval; \/* in unit of beacon interval *\/ member in struct:dot11_timbc_req_ie
1660 uint8 interval; \/* in unit of beacon interval *\/ member in struct:dot11_timbc_resp_ie
2005 uint16 interval; member in struct:dot11_wnm_sleep_ie
2263 uint16 interval; member in struct:dot11_rmreq_bcn
2318 uint16 interval; member in struct:dot11_rmreq_chanload
2344 uint16 interval; member in struct:dot11_rmreq_noise
2382 uint16 interval; member in struct:dot11_rmreq_frame
2422 uint16 interval; member in struct:dot11_rmreq_stat
2443 uint16 interval; member in struct:dot11_rmreq_tx_stream
3385 uint32 interval; \/* in ms bwtween the start of 2 Awake Windows *\/ member in struct:wakeup_sch_ie
    [all...]
  /art/runtime/arch/arm/
portable_entrypoints_arm.S 43 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 38 signed char interval; member in struct:tc_estimator
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 676 UINT16 interval; member in struct:__anon5875
695 UINT16 interval; /* the interval from last mode change event. */ member in struct:__anon5878
    [all...]
  /external/chromium_org/cc/trees/
thread_proxy.h 178 base::TimeDelta interval) OVERRIDE;
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 95 // Forces the start of next update after |interval| time.
96 void ForceScheduleNextUpdate(base::TimeDelta interval);
316 // Multiplier between 0 and 1 to spread clients over an interval.
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.h 147 base::TimeDelta interval) OVERRIDE;
  /external/chromium_org/content/browser/device_sensors/
device_inertial_sensor_browsertest.cc 128 buffer->data.interval = 100;
sensor_manager_android.cc 204 device_motion_buffer_->data.interval = kInertialSensorIntervalMillis;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CPUProfileModel.js 86 var interval = (this.profileEndTime - profileStartTime) / this.samples.length;
89 timestamps[i] = profileStartTime + i * interval;
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 368 /* min swap interval supported by this updated */
371 /* max swap interval supported by this updated */
382 * Set the swap interval for this surface.
387 int interval);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.h 170 _real_glXSwapIntervalSGI(int interval);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.cpp 41 SK_MEMBER(interval, MSec), // recommended redraw interval
58 SkApply::SkApply() : begin(0), dontDraw(false), interval((SkMSec) -1), mode((Mode) -1), /*pickup(false), */
219 if (interval != (SkMSec) -1)
220 SkDebugf("interval=\"%g\" ", (float) interval/1000.0f);
  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 215 static Uint32 timer_callback(Uint32 interval) {
216 // SkDebugf("-------- timercallback %d\n", interval);
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 204 ui.PrintMessage('Time interval or continuous tracing should be specified.')
  /external/chromium_org/ui/gl/
gl_context_cgl.cc 233 void GLContextCGL::SetSwapInterval(int interval) {
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 15 * The repeat interval or number of milliseconds between subsequent
23 * The double click/tap interval.
63 * The interval timer for issuing keypresses of a repeating key.
66 interval: undefined,
79 clearInterval(this.interval);
81 this.interval = undefined;
87 * The minimum movement interval needed to trigger cursor move on
516 repeatKey.interval = setInterval(function() {
  /external/deqp/framework/common/
tcuInterval.hpp 23 * \brief Interval arithmetic and floating point precisions.
57 class Interval
60 // Empty interval.
61 Interval (void)
66 // Intentionally not explicit. Conversion from double to Interval is common
68 Interval (double val)
73 Interval (const Interval& a, const Interval& b)
82 Interval nan (void) const { return m_hasNaN ? TCU_NAN : Interval();
    [all...]
  /external/iputils/
ping_common.h 47 #define MINUSERINTERVAL 200 /* Minimal allowed interval for non-root */
144 extern int interval; /* interval between packets (msec) */
  /external/libnl/include/linux/
pkt_sched.h 45 signed char interval; member in struct:tc_estimator
  /external/lldb/tools/debugserver/source/
DNB.h 48 nub_process_t DNBProcessAttachWait (const char *wait_name, nub_launch_flavor_t launch_flavor, bool ignore_existing, struct timespec *timeout, useconds_t interval, char *err_str, size_t err_len, DNBShouldCancelCallback should_cancel = NULL, void *callback_data = NULL) DNB_EXPORT;
  /external/mesa3d/src/mesa/drivers/x11/
realglx.h 170 _real_glXSwapIntervalSGI(int interval);
  /external/netperf/
netcpu_pstatnew.c 151 calibrate_idle_rate(int iterations, int interval)

Completed in 754 milliseconds

<<11121314151617181920>>