HomeSort by relevance Sort by last modified time
    Searched full:interval (Results 1126 - 1150 of 3257) sorted by null

<<41424344454647484950>>

  /external/dbus/bus/
expirelist.c 104 _dbus_verbose ("Enabled an expire timeout with interval %d\n",
120 _dbus_verbose ("setting interval on expire list to 0 for immediate recheck\n");
  /external/deqp/framework/egl/wrapper/
eglwFuncPtrLibraryImpl.inl 262 EGLBoolean FuncPtrLibrary::swapInterval (EGLDisplay dpy, EGLint interval) const
264 return m_egl.swapInterval(dpy, interval);
  /external/droiddriver/src/io/appium/droiddriver/actions/
SwipeAction.java 35 // Note: ACTION_MOVE_INTERVAL is the minimum interval between injected events;
36 // the actual interval typically is longer.
  /external/libgsm/src/
add.c 120 * variable L_var1 for positive values on the interval
127 * and for negative values on the interval with
  /external/libjpeg-turbo/
jcarith.c 28 INT32 c; /* C register, base of coding interval, layout as in sec. D.1.3 */
29 INT32 a; /* A register, normalized size of coding interval */
39 unsigned int restarts_to_go; /* MCUs left in this restart interval */
142 /* Find the e->c in the coding interval with the largest
241 /* If the interval size (qe) for the less probable symbol (LPS)
242 * is larger than the interval size for the MPS, then exchange
254 /* If the interval size (qe) for the less probable symbol (LPS)
255 * is larger than the interval size for the MPS, then exchange
  /external/libopus/silk/
A2NLSF.c 162 /* interval, look for the next root in the next interval */
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 1 //===-- LiveIntervalUnion.h - Live interval union data struct --*- C++ -*--===//
110 /// interval union.
  /external/llvm/lib/Target/AMDGPU/
SIFixSGPRLiveRanges.cpp 27 /// interval analysis %def is not live inside the IF branch, however, since
193 // This interval is live in to one successor, but not the other, so
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 809 dri2_swap_interval(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint interval)
818 if (interval > surf->Config->MaxSwapInterval)
819 interval = surf->Config->MaxSwapInterval;
820 else if (interval < surf->Config->MinSwapInterval)
821 interval = surf->Config->MinSwapInterval;
824 if (interval != surf->SwapInterval && dri2_dpy->swap_available)
825 xcb_dri2_swap_interval(dri2_dpy->conn, dri2_surf->drawable, interval);
828 surf->SwapInterval = interval;
    [all...]
  /external/netperf/src/
netcpu_kstat.c 249 calibrate_idle_rate(int iterations, int interval)
292 sleep(interval);
netcpu_perfstat.c 116 calibrate_idle_rate(int iterations, int interval)
193 sleep(interval);
netcpu_pstat.c 98 calibrate_idle_rate(int iterations, int interval)
159 sleep(interval);
  /external/opencv3/3rdparty/libjpeg/
jcarith.c 26 INT32 c; /* C register, base of coding interval, layout as in sec. D.1.3 */
27 INT32 a; /* A register, normalized size of coding interval */
37 unsigned int restarts_to_go; /* MCUs left in this restart interval */
140 /* Find the e->c in the coding interval with the largest
239 /* If the interval size (qe) for the less probable symbol (LPS)
240 * is larger than the interval size for the MPS, then exchange
252 /* If the interval size (qe) for the less probable symbol (LPS)
253 * is larger than the interval size for the MPS, then exchange
  /external/skia/tests/
GradientTest.cpp 215 // A linear gradient interval can, due to numerical imprecision (likely in the divide)
216 // finish an interval with the final fx not landing outside of [p0...p1].
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
aimd_rate_control.cc 62 int64_t interval = static_cast<int64_t>( local
65 return std::min(std::max(interval, kMinFeedbackIntervalMs),
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.h 109 // more than once. The interval of requests will be as close to the requested
110 // inter-probe interval |stun_ta_interval_ms| as possible. After sending out
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 47 fprintf(stderr, " -i I frame interval in seconds (default: 1)\n");
293 enc_meta->setInt32("i-frame-interval", iFramesIntervalSeconds);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
UsageGraph.java 87 float interval = resources.getDimensionPixelSize(R.dimen.usage_graph_dot_interval); local
89 mDottedPaint.setPathEffect(new DashPathEffect(new float[] {dots, interval}, 0));
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 200 private void addUsbEndpoint(int address, int attributes, int maxPacketSize, int interval) {
201 mNewEndpoints.add(new UsbEndpoint(address, attributes, maxPacketSize, interval));
  /libcore/ojluni/src/main/java/sun/security/util/
KeyUtil.java 183 * 1. Verify that y lies within the interval [2,p-1]. If it does not,
208 // For better interoperability, the interval is limited to [2, p-2].
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateValidity.java 36 * This class defines the interval for which the certificate is valid.
108 * The default constructor for this class for the specified interval.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 231 * The time interval at which we should consider whether or not to show some voice search hints.
240 * The time interval at which, on average, voice search hints are displayed.
  /system/extras/tests/workloads/
pwrsummary.sh 111 interval = curTime - lastTime;
112 fps = totalFrames*1000000000 / interval;
  /external/google-breakpad/src/client/mac/sender/
crash_report_sender.m 505 float interval = [[[uploader_ parameters]
521 // If we've specified an interval and we're within that time, don't ask the
523 GTMLoggerDebug(@"Reporter Interval: %f", interval);
524 if (interval > spanSeconds) {
525 GTMLoggerDebug(@"Within throttling interval, not sending report");
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledRgbaFile.h 223 // dx must lie in the interval [0, numXTiles(lx)-1]
224 // dy must lie in the interval [0, numYTiles(ly)-1]
226 // lx must lie in the interval [0, numXLevels()-1]
429 // dx must lie in the interval [0, numXTiles(lx)-1]
430 // dy must lie in the interval [0, numYTiles(ly)-1]
432 // lx must lie in the interval [0, numXLevels()-1]

Completed in 1195 milliseconds

<<41424344454647484950>>