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

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /external/icu4c/i18n/
dtitvfmt.cpp 246 const DateInterval* interval = dynamic_cast<const DateInterval*>(formatObj); local
247 if (interval != NULL){
248 return format(interval, appendTo, fieldPosition, status);
346 // If the first part in interval pattern is empty,
348 // For a 'real' interval pattern, the first part will never be empty.
367 // break the interval pattern into 2 parts,
554 * Initialize interval patterns locale to this formatter
557 * 1. the interval patterns saved in resource bundle files are interval
559 * It does not have interval patterns based on both date and time
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 1003 float interval = 1f / particlesPerSec; local
1005 while (tpf > interval){
1006 tpf -= interval;
    [all...]
  /frameworks/base/core/java/android/webkit/
ZoomManager.java 459 * interval each time the WebView draws it calls this function which is
476 int interval = (int) (SystemClock.uptimeMillis() - mZoomStart); local
477 if (interval < ZOOM_ANIMATION_LENGTH) {
478 float ratio = (float) interval / ZOOM_ANIMATION_LENGTH;
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 386 * already restricts the interval representation to be day-based,
387 * i.e. there will not be an interval with year or month any more in the
518 /* set interval field */
520 int64_t interval; local
522 interval = computeInterval(pConstraint->intervalDate, pConstraint->intervalTime);
524 if (JNI_DRM_FAILURE == setObjectLongField(env, constraint, "interval", interval))
  /external/qemu/hw/
bt.h 946 uint16_t interval; member in struct:__anon13653
953 uint16_t interval; member in struct:__anon13654
961 uint16_t interval; member in struct:__anon13655
968 uint16_t interval; member in struct:__anon13656
1470 uint16_t interval; member in struct:__anon13718
    [all...]
bt-hci.c 193 /* data[0,1] Poll interval
1046 .interval = cpu_to_le16(link->acl_interval),
1053 struct bt_link_s *link, int mode, uint16_t interval)
1056 link->acl_interval = interval;
1072 int interval, int mode)
1088 muldiv64(interval * 625, get_ticks_per_sec(), 1000000));
1089 bt_hci_lmp_mode_change_master(hci, link->link, mode, interval);
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 223 // if the fix interval is below this we leave GPS on,
830 mFixInterval = (int) request.interval;
833 if (mFixInterval != request.interval) {
834 Log.w(TAG, "interval overflow: " + request.interval);
1039 int interval = (hasCapability(GPS_CAPABILITY_SCHEDULING) ? mFixInterval : 1000); local
    [all...]
  /external/qemu/
vl-android.c 1742 uint64_t interval = GUI_REFRESH_INTERVAL; local
1759 uint64_t interval = GUI_REFRESH_INTERVAL; local
    [all...]
vl.c 1538 uint64_t interval = GUI_REFRESH_INTERVAL; local
1555 uint64_t interval = GUI_REFRESH_INTERVAL; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 726 HCI_API extern BOOLEAN btsnd_hcic_write_pagescan_cfg(UINT16 interval,
738 HCI_API extern BOOLEAN btsnd_hcic_write_inqscan_cfg(UINT16 interval, UINT16 window);
    [all...]
  /external/libppp/src/
radius.c     [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.h 256 int interval; /*skipping n-1 frames*/ member in struct:__anon1934
  /external/netperf/
netcpu_ntperf.c 145 calibrate_idle_rate(int iterations, int interval)
  /external/tcpdump/
print-aodv.c 75 (unsigned long)EXTRACT_32BITS(&ah->interval));
  /external/webkit/Source/WebCore/plugins/
PluginView.h 201 uint32_t scheduleTimer(NPP, uint32_t interval, bool repeat,
npfunctions.h 73 typedef uint32_t (*NPN_ScheduleTimerProcPtr)(NPP npp, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t timerID));
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 187 double interval, double fireTime);
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 57 static const int interval; member in class:android::Antagonizer
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 497 int interval)
509 rcEnc->rcFBSetSwapInterval(rcEnc, interval);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java     [all...]

Completed in 1772 milliseconds

<<11121314151617181920>>