HomeSort by relevance Sort by last modified time
    Searched full:desired (Results 1001 - 1025 of 6587) sorted by null

<<41424344454647484950>>

  /libcore/ojluni/src/main/java/javax/net/ssl/
X509KeyManager.java 80 * @return the alias name for the desired key, or null if there
111 * @return the alias name for the desired key, or null if there
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
PointMeteringParameters.java 44 * @param afPoint The center of the desired AF metering region, in
47 * @param aePoint The center of the desired AE metering region, in
  /packages/apps/Camera2/src/com/android/camera/ui/
StickyBottomCaptureLayout.java 128 * Calculates the desired layout of capture indicator.
134 * @return the desired view bound for capture indicator.
  /packages/apps/Contacts/src/com/android/contacts/util/
BitmapUtil.java 120 * @param targetWidth desired output width
121 * @param targetHeight desired output height
  /packages/apps/Dialer/java/com/android/dialer/contactphoto/
BitmapUtil.java 95 * @param targetWidth desired output width
96 * @param targetHeight desired output height
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationChannelManager.java 68 "NotificationChannelManager.initChannels", "desired channel IDs: " + desiredChannelIds);
82 // Just recreate all desired channels. We won't do this often so it's ok to do this now.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DecodedImageResource.java 199 // be avoided if possible). Therefore, try to resize the bitmap to the exact desired
210 // Only try to scale down the image to the desired size.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 56 unsigned rd: 1; /*%< recursion desired */
66 unsigned rd :1; /*%< recursion desired */
  /system/extras/perfprofd/
config.h 53 // Desired sampling period (passed to perf -c option). Small
58 // Desired sampling frequency (passed to perf -f option). A value of 0
  /test/vts/utils/python/controllers/attenuator_lib/aeroflex/
telnet.py 40 r"""Opens a telnet connection to the desired AttenuatorInstrument and queries basic
78 r"""Closes a telnet connection to the desired AttenuatorInstrument.
  /test/vts/utils/python/controllers/attenuator_lib/minicircuits/
telnet.py 50 r"""Opens a telnet connection to the desired AttenuatorInstrument and queries basic
87 r"""Closes a telnet connection to the desired AttenuatorInstrument.
  /toolchain/binutils/binutils-2.27/include/
gcc-c-interface.h 208 desired base version and desired C-specific version. If the
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
telnet.py 44 r"""Opens a telnet connection to the desired AttenuatorInstrument and queries basic
82 r"""Closes a telnet connection to the desired AttenuatorInstrument.
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
telnet.py 52 r"""Opens a telnet connection to the desired AttenuatorInstrument and queries basic
88 r"""Closes a telnet connection to the desired AttenuatorInstrument.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 260 // Found the desired section, find and read the desired token
291 // Compare the current token with the desired token
412 // Found the desired section, find and read the desired token
  /external/zlib/src/examples/
zran.c 17 bytes before getting to the desired block of data.
22 that block is saved to provide a referece for locating a desired starting
34 the decompression then proceeds until the desired offset in the file is
35 reached. Then the decompression continues to read the desired uncompressed
62 #define SPAN 1048576L /* desired distance between access points */
  /frameworks/base/core/java/android/widget/
TableRow.java 436 * @param w the desired width
437 * @param h the desired height
448 * @param w the desired width
449 * @param h the desired height
450 * @param initWeight the desired weight
  /frameworks/wilhelm/src/itf/
IOutputMixExt.cpp 210 unsigned desired = size;
228 while (desired > 0) {
229 unsigned actual = desired;
269 desired -= actual;
311 // we need more data: desired > 0 but actual == 0
  /prebuilts/go/darwin-x86/src/flag/
flag_test.go 39 desired := "0"
45 case f.Value.String() == desired:
47 case f.Name == "test_bool" && f.Value.String() == boolString(desired):
49 case f.Name == "test_duration" && f.Value.String() == desired+"s":
81 desired = "1"
  /prebuilts/go/linux-x86/src/flag/
flag_test.go 39 desired := "0"
45 case f.Value.String() == desired:
47 case f.Name == "test_bool" && f.Value.String() == boolString(desired):
49 case f.Name == "test_duration" && f.Value.String() == desired+"s":
81 desired = "1"
  /toolchain/binutils/binutils-2.27/zlib/examples/
zran.c 17 bytes before getting to the desired block of data.
22 that block is saved to provide a referece for locating a desired starting
34 the decompression then proceeds until the desired offset in the file is
35 reached. Then the decompression continues to read the desired uncompressed
62 #define SPAN 1048576L /* desired distance between access points */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 136 /** Desired relative error in the sum of squares. */
139 /** Desired relative error in the approximate solution parameters. */
142 /** Desired max cosine on the orthogonality between the function vector
196 * Set the desired relative error in the sum of squares.
199 * @param costRelativeTolerance desired relative error in the sum of squares
206 * Set the desired relative error in the approximate solution parameters.
209 * @param parRelativeTolerance desired relative error
217 * Set the desired max cosine on the orthogonality.
220 * @param orthoTolerance desired max cosine on the orthogonality
228 * Set the desired threshold for QR ranking
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java 234 * @param longitude The desired longitude, in <em>degrees</em> east of
237 * @param latitude The desired latitude, in <em>degrees</em>. Positive
289 * @param jdn the desired time, expressed as a "julian day number",
659 * the desired value.
662 public long getSunTime(double desired, boolean next)
666 desired,
674 * the desired value.
677 public long getSunTime(SolarLongitude desired, boolean next) {
678 return getSunTime(desired.value, next);
708 MINUTE_MS / 12); // Desired accurac
    [all...]
  /external/autotest/server/cros/servo/
pd_device.py 111 @param mode: desired dual role setting (on, off, snk, src)
259 @param mode: desired dual role setting (on, off, snk, src)
263 # Set desired dualrole mode
278 supported by the device, or not set as desired.
476 @param mode: desired dual role setting (on, off, snk, src)
492 # If desired setting is other than 'on', need to ensure that
497 # With drp_enable flag off, can set to desired setting
  /external/libogg/doc/
ogg-multiplex.html 134 playback from the desired seek point will occur at or after the
135 desired seek point. Seek operations are neither 'fuzzy' nor
143 a seek to the desired time which extracts state information that
212 <p>First Example: seeking to a desired time position in a multiplexed (or
352 first seeking to the original desired point, inspecting the granulepos
354 absolute time of the desired key frame, and then seeking directly to
406 navigating through and synchronizing with an Ogg stream at a desired

Completed in 1431 milliseconds

<<41424344454647484950>>