/external/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/v8/src/profiler/ |
sampler.cc | 573 explicit SamplerThread(int interval) 575 interval_(interval) {} 586 instance_ = new SamplerThread(sampler->interval()); 592 DCHECK(instance_->interval_ == sampler->interval()); 747 Sampler::Sampler(Isolate* isolate, int interval) 749 interval_(interval),
|
/external/webrtc/webrtc/p2p/base/ |
pseudotcp_unittest.cc | 159 long interval = 0; // NOLINT local 160 tcp->GetNextClock(PseudoTcp::Now(), interval); local 161 interval = std::max<int>(interval, 0L); // sometimes interval is < 0 163 rtc::Thread::Current()->PostDelayed(interval, this, message);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211_scan.c | 347 if (!scan_plans[i].interval || 348 scan_plans[i].interval > 351 "nl80211: sched scan plan no. %u: Invalid interval: %u", 352 i, scan_plans[i].interval); 357 scan_plans[i].interval)) 435 params->sched_scan_plans[0].interval * 1000))
|
/frameworks/base/core/java/android/view/ |
ViewConfiguration.java | 80 * is a tap or a scroll. If the user does not move within this interval, it is 87 * is a jump tap. If the user does not complete the jump tap within this interval, it is 459 * is a tap or a scroll. If the user does not move within this interval, it is 468 * is a jump tap. If the user does not move within this interval, it is 589 * Interval for dispatching a recurring accessibility event in milliseconds. 590 * This interval guarantees that a recurring event will be send at most once
|
/frameworks/base/docs/html/training/scheduling/ |
alarms.jd | 153 <li>The alarm's interval. For example, once a day, every hour, every 5 seconds, and so on.</li> 179 <p>If you simply need your alarm to fire at a particular interval (for example, every half 248 // With setInexactRepeating(), you have to use one of the AlarmManager interval 269 // setRepeating() lets you specify a precise custom interval--in this case, 289 you can't specify a custom interval the way you can with 291 interval constants, such as {@link android.app.AlarmManager#INTERVAL_FIFTEEN_MINUTES},
|
/libcore/ojluni/src/main/java/java/net/ |
StandardSocketOptions.java | 196 * <em>linger interval</em>. The linger interval is the timeout for the 211 * interval changed, at any time. The maximum value of the linger interval 212 * is system dependent. Setting the linger interval to a value that is 213 * greater than its maximum value causes the linger interval to be set to
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_video.h | 929 * \brief Set the swap interval for the current OpenGL context. 931 * \param interval 0 for immediate updates, 1 for updates synchronized with the 936 * \return 0 on success, or -1 if setting the swap interval is not supported. 940 extern DECLSPEC int SDLCALL SDL_GL_SetSwapInterval(int interval); 943 * \brief Get the swap interval for the current OpenGL context. 948 * If the system can't determine the swap interval, or there isn't a [all...] |
SDL_haptic.h | 469 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticConstant 552 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticPeriodic 604 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticCondition 640 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticRamp 703 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticCustom 725 * value. Neither delay, interval, attack_length nor fade_length support 746 * Uint16 interval; // How soon before effect can be triggered again. [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_video.h | 929 * \brief Set the swap interval for the current OpenGL context. 931 * \param interval 0 for immediate updates, 1 for updates synchronized with the 936 * \return 0 on success, or -1 if setting the swap interval is not supported. 940 extern DECLSPEC int SDLCALL SDL_GL_SetSwapInterval(int interval); 943 * \brief Get the swap interval for the current OpenGL context. 948 * If the system can't determine the swap interval, or there isn't a [all...] |
SDL_haptic.h | 469 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticConstant 552 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticPeriodic 604 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticCondition 640 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticRamp 703 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticCustom 725 * value. Neither delay, interval, attack_length nor fade_length support 746 * Uint16 interval; // How soon before effect can be triggered again. [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_video.h | 929 * \brief Set the swap interval for the current OpenGL context. 931 * \param interval 0 for immediate updates, 1 for updates synchronized with the 936 * \return 0 on success, or -1 if setting the swap interval is not supported. 940 extern DECLSPEC int SDLCALL SDL_GL_SetSwapInterval(int interval); 943 * \brief Get the swap interval for the current OpenGL context. 948 * If the system can't determine the swap interval, or there isn't a [all...] |
SDL_haptic.h | 469 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticConstant 552 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticPeriodic 604 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticCondition 640 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticRamp 703 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticCustom 725 * value. Neither delay, interval, attack_length nor fade_length support 746 * Uint16 interval; // How soon before effect can be triggered again. [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_video.h | 929 * \brief Set the swap interval for the current OpenGL context. 931 * \param interval 0 for immediate updates, 1 for updates synchronized with the 936 * \return 0 on success, or -1 if setting the swap interval is not supported. 940 extern DECLSPEC int SDLCALL SDL_GL_SetSwapInterval(int interval); 943 * \brief Get the swap interval for the current OpenGL context. 948 * If the system can't determine the swap interval, or there isn't a [all...] |
SDL_haptic.h | 469 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticConstant 552 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticPeriodic 604 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticCondition 640 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticRamp 703 Uint16 interval; /**< How soon it can be triggered again after button. */ member in struct:SDL_HapticCustom 725 * value. Neither delay, interval, attack_length nor fade_length support 746 * Uint16 interval; // How soon before effect can be triggered again. [all...] |
/toolchain/binutils/binutils-2.25/opcodes/po/ |
da.po | 684 msgstr "umiddelbar v?rdi uden for interval" 688 msgstr "21-bits afs?t er uden for interval" 718 msgstr "imm:6 umiddelbar v?rdi er uden for interval" 727 msgstr "dsp:8 umiddelbar v?rdi er uden for interval" 731 msgstr "umiddelbar v?rdi er uden for interval -8 til 7" 735 msgstr "umiddelbar v?rdi er uden for interval -7 til 8" 744 msgstr "dsp:16 umiddelbar v?rdi er uden for interval" 748 msgstr "dsp:20 umiddelbar v?rdi er uden for interval" 752 msgstr "dsp:24 umiddelbar v?rdi er uden for interval" 756 msgstr "umiddelbar v?rdi er uden for interval 1-2 [all...] |
/external/netperf/src/ |
netsh.c | 198 double interval = 0.0; variable 257 -D time,[units] * Display interim results at least every time interval\n\ 267 and confidence interval in percentage (10)\n\ 742 if (interval == 0.0) interval = 0.05; /* five percent */ 757 interval = strtod(arg2,NULL)/100.0; 765 /* make sure that the interval is set if it isn't at its default 767 if (interval == 0.0) interval = 0.05; /* five percent */ 996 /* interval. * [all...] |
netlib.c | 341 /* there was a problem arming the interval timer */ 1033 interval timer or the test timer... */ 1042 interval timer. if we were in SYS_SIGSUSPEND we want to 1050 "catcher: Time to send burst > interval!\n"); 1058 "catcher: interval timer running unexpectedly!\n"); 1276 /* this routine will enable the interval timer and set things up so 1288 /* make sure timer resolution is at least as small as interval length */ [all...] |
/external/skia/src/core/ |
SkRegion.cpp | 30 * We back up 1 to read the interval-count. 270 assert_sentinel(stop[-5], false); // last interval-count 304 runs[2] = 1; // 1 interval for this scanline 327 // Just walk this scanline, checking each interval. The X-sentinel will 330 // We could do a bsearch, using interval-count (runs[1]), but need to time 777 // start points to beginning of dst interval 937 interval, but we can first trim off the const overhead of the initial TOP [all...] |
/system/bt/bta/dm/ |
bta_dm_api.c | 778 ** scan_interval - scan interval 780 ** min_conn_int - minimum preferred connection interval 781 ** max_conn_int - maximum preferred connection interval 815 ** Parameters: scan_interval - scan interval 842 ** scan_interval - scan interval [all...] |
/system/bt/bta/include/ |
bta_api.h | 351 tBTA_BLE_INT_RANGE int_range; /* slave prefered conn interval range */ 395 UINT16 adv_int_min; /* minimum adv interval */ 396 UINT16 adv_int_max; /* maximum adv interval */ [all...] |
/external/skia/src/gpu/effects/ |
GrDashingEffect.cpp | 239 * This GrGeometryProcessor is meant for dashed lines that only have a single on/off interval pair. 485 // add cap to on interval and remove from off interval 730 // add cap to on interveal and remove from off interval 737 // TODO we can do a real rect call if not using fulldash(ie no off interval, not using AA) 770 * interval). The radius of the dots is given by the strokeWidth and the spacing by the DashInfo. 775 * right by half the off interval. The line then goes in the positive x direction. [all...] |
/external/libjpeg-turbo/ |
jcphuff.c | 51 unsigned int restarts_to_go; /* MCUs left in this restart interval */ 444 /* Update restart-interval state too */ 550 /* Update restart-interval state too */ 599 /* Update restart-interval state too */ 727 /* Update restart-interval state too */
|
jdphuff.c | 68 unsigned int restarts_to_go; /* MCUs left in this restart interval */ 349 /* Account for restart interval (no-op if not using restarts) */ 433 /* Account for restart interval (no-op if not using restarts) */ 484 /* Account for restart interval (no-op if not using restarts) */ 627 /* Account for restart interval (no-op if not using restarts) */
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcphuff.c | 49 unsigned int restarts_to_go; /* MCUs left in this restart interval */ 444 /* Update restart-interval state too */ 550 /* Update restart-interval state too */ 599 /* Update restart-interval state too */ 727 /* Update restart-interval state too */
|