/packages/apps/Camera2/res/values-ca/ |
strings.xml | 93 <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"Interval de temps"</string> 274 <string name="set_time_interval" msgid="2531393962847535331">"Definició d\'interval de temps"</string> 275 <string name="set_time_interval_help" msgid="64145154088021389">"L\'interval de temps estą desactivat. Activa aquesta funció per definir un interval de temps."</string> 297 <string name="mode_timelapse" msgid="1517168724627815453">"Interval de temps"</string> [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf | 315 # For periodic module, parameters would be <fixed interval> 380 # Default value for Beacon interval (if not overridden in network block) 626 # interval and number of iterations, delimited by a colon. The last scan plan 627 # will run infinitely and thus must specify only the interval and not the number 632 # maximum supported). The last scan plan that specifies only the interval is 635 # If the scan interval or the number of iterations for a scan plan exceeds the 639 # sched_scan_plans=<interval:iterations> <interval:iterations> ... <interval> 748 # bgscan="simple:<short bgscan interval in seconds>:<signal strength threshold> [all...] |
config.h | [all...] |
/external/autotest/frontend/afe/ |
rpc_interface.py | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ratectrl.c | 308 int interval = VPXMIN(MAX_GF_INTERVAL, (int)(framerate * 0.75)); local 309 interval += (interval & 0x01); // Round to even value 310 return VPXMAX(interval, min_gf_interval); 703 // the maximum key frame interval. Here force the Q to a range 836 // the maximum key frame interval. Here force the Q to a range [all...] |
/external/netperf/doc/ |
netperf.info | 369 the `-f' option. Also notice that sometimes the interval will be 371 stems from how demo mode is implemented not by relying on interval 374 interval. [all...] |
netperf.texi | 415 @option{-f} option. Also notice that sometimes the interval will be 418 interval timers or frequent calls to get the current time, but by 420 the desired interval. [all...] |
/external/netperf/src/ |
nettest_xti.c | 605 interval/0.02, 621 fprintf(where," : interval"); 635 /* confidence interval (I really should have stayed awake during */ 875 /* interval timer, unless we are in demo_mode */ 945 /* in this case, the interval count is the count-down couter */ 948 /* call sigsuspend and wait for the interval timer to get us */ [all...] |
/external/valgrind/VEX/priv/ |
ir_opt.c | 5625 Interval interval; local 5676 Interval interval; local [all...] |
/frameworks/base/location/java/android/location/ |
LocationManager.java | 451 * @param minTime minimum time interval between location updates, in milliseconds 482 * @param minTime minimum time interval between location updates, in milliseconds 513 * @param minTime minimum time interval between location updates, in milliseconds 547 * @param minTime minimum time interval between location updates, in milliseconds 586 * <p> The location update interval can be controlled using the minTime parameter. 589 * implementation and the update interval requested by other applications. 601 * update interval. 648 * @param minTime minimum time interval between location updates, in milliseconds [all...] |
/frameworks/base/services/core/java/com/android/server/location/ |
GnssLocationProvider.java | 280 // if the fix interval is below this we leave GPS on, 1390 int interval = (hasCapability(GPS_CAPABILITY_SCHEDULING) ? mFixInterval : 1000); local [all...] |
/external/autotest/client/deps/iwcap/src/ |
nl80211.h | 370 * @NL80211_ATTR_BEACON_INTERVAL: beacon interval in TU 378 * @NL80211_ATTR_STA_LISTEN_INTERVAL: listen interval as defined by 686 * @NL80211_RATE_INFO_SHORT_GI: 400ns guard interval [all...] |
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 882 WEEKDAYS=${TIMESPEC%%/*}; INTERVAL=${TIMESPEC##*/} 883 BEG_TIME=${INTERVAL%%-*}; END_TIME=${INTERVAL##*-} 886 [ "$WEEKDAYS" != "$INTERVAL" -a \ 889 ### Compute interval boundaries 921 ### Time interval matched [all...] |
/external/iputils/ |
RELNOTES | 185 ping,ping6: Fix integer overflow with large interval value (-i option). 496 ping interval timer was not very broken, but very unintelligible. 500 Short theory of operation: option -i (interval) sets rate r=1/interval pps, 502 at most r*t+l packets for an arbitrary interval t. 515 When interval is zero, algo degenerates allowing to send any amount
|
/external/kernel-headers/original/uapi/linux/ |
nl80211.h | 335 * scheduled scan will run in an infinite loop with the specified interval. 452 * may be rejected. Another optional parameter is the beacon interval, [all...] |
/external/wpa_supplicant_8/src/drivers/ |
nl80211_copy.h | 335 * scheduled scan will run in an infinite loop with the specified interval. 452 * may be rejected. Another optional parameter is the beacon interval, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
videodev2.h | 422 struct v4l2_fract min; /* Minimum frame interval [s] */ 423 struct v4l2_fract max; /* Maximum frame interval [s] */ 424 struct v4l2_fract step; /* Frame interval step size [s] */ 432 __u32 type; /* Frame interval type the device supports. */ 434 union { /* Frame interval */ 494 #define V4L2_JPEG_MARKER_DRI (1<<5) /* Define Restart Interval */ [all...] |
/cts/tests/camera/src/android/hardware/cts/ |
CameraTest.java | [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_expl.c | 115 * Split the interval [T1, T2] into two intervals [T1, T3] and [T3, T2]. 118 * into the [T1, T3] interval.
|
/bootable/recovery/ |
wear_ui.cpp | 239 double interval = 1.0 / animation_fps; local 278 double delay = interval - (end-start);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
BlurStack.java | 32 * For a layer n, its depth interval is (@code [layerInfo[n].backDepth, 51 * The minimum of the interval that is used to group depth levels into
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
egl.cpp | 456 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) 458 return getDispatch()->eglSwapInterval(dpy, interval);
|
/external/autotest/client/cros/networking/ |
wifi_proxy.py | 282 @param short_interval int short scanning interval. 283 @param long_interval int normal scanning interval.
|
/external/autotest/client/site_tests/power_x86Settings/ |
power_x86Settings.py | 241 # Check for the correct commit interval. 244 logging.error('Error(%d), incorrect commit interval %d', errors,
|
/external/autotest/frontend/tko/ |
rpc_interface.py | 306 def create_qual_histogram(query, filter_string, interval, drilldown_callback): 308 query, filter_string, interval, drilldown_callback=drilldown_callback)
|