HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 426 - 450 of 778) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
linux-unistd.h 185 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 181 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 185 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 185 int sched_rr_get_interval (pid_t pid, struct timespec *interval);
  /system/bt/stack/include/
hcimsgs.h 527 extern BOOLEAN btsnd_hcic_write_pagescan_cfg(UINT16 interval,
537 extern BOOLEAN btsnd_hcic_write_inqscan_cfg(UINT16 interval, UINT16 window);
    [all...]
  /art/compiler/optimizing/
code_generator.cc 892 LiveInterval* interval = current->GetLiveInterval(); local
    [all...]
  /development/ndk/platforms/android-9/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /external/iproute2/include/linux/
pkt_sched.h 45 signed char interval; member in struct:tc_estimator
  /external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 33 (self.ts_start, self.ts_end) = sched_tracer.interval()
  /external/mesa3d/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /external/mesa3d/include/GL/
glxext.h 622 extern int glXSwapIntervalSGI (int interval);
624 typedef int ( * PFNGLXSWAPINTERVALSGIPROC) (int interval);
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.h 69 typedef EGLBoolean (*SwapInterval_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);
  /external/mesa3d/src/glx/
dri2_glx.c 411 * Make sure server has the same swap interval we do for the new
801 dri2SetSwapInterval(__GLXDRIdrawable *pdraw, int interval)
815 if (interval <= 0)
822 DRI2SwapInterval(priv->base.psc->dpy, priv->base.xDrawable, interval);
823 priv->swap_interval = interval;
    [all...]
  /external/netperf/
netcpu_kstat10.c 299 calibrate_idle_rate(int iterations, int interval)
  /external/strace/
evdev.c 78 tprintf(", trigger={button=%" PRIu16 ", interval=%" PRIu16 "}",
79 ffe.trigger.button, ffe.trigger.interval);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 859 int interval = isHidden() ? 5000 : 1000; local
860 if (timer->interval() != interval)
861 timer->setInterval(interval);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 57 static const int interval; member in class:android::Antagonizer
  /frameworks/base/tools/velocityplot/
velocityplot.py 117 self.timer = self.fig.canvas.new_timer(interval=100)

Completed in 2685 milliseconds

<<11121314151617181920>>