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

<<51525354555657585960>>

  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
MappedButtonConfig.java 44 * their desired slot.
171 * desired slot are placed into the Ui. Follows from the natural ordering of integers, i.e. a
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 118 unsigned rd: 1; /* recursion desired */
128 unsigned rd :1; /* recursion desired */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 118 unsigned rd: 1; /* recursion desired */
128 unsigned rd :1; /* recursion desired */
  /system/core/libsparse/
sparse_crc32.c 3 * code or tables extracted from it, as desired without restriction.
30 * The table can be generated at runtime if desired; code to do so
  /system/extras/crypto-perf/
crypto.cpp 23 printf("!!!!!!Lock the desired core to a desired frequency before invoking this benchmark.\n");
  /system/nfc/src/include/
gki_target.h 312 1. set BTA_HL_LRG_DATA_POOL_ID to the desired Gki Pool ID
335 1. set GATT_DB_POOL_ID to the desired Gki Pool ID
  /tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
ota_runner_factory.py 114 ota_tool_class_name: The class name for the desired ota_tool
177 key: The base key desired (ota_tool, ota_sl4a, or ota_package)
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
GlobalConfigurationTest.java 168 // Load the filtered XML and confirm it has desired content.
206 // Load the filtered XML and confirm it has desired content.
  /development/host/windows/usb/api/
adb_api.h 404 @param[in] access_type Desired access type. In the current implementation
407 @param[in] sharing_mode Desired share mode. In the current implementation
423 @param[in] access_type Desired access type. In the current implementation
426 @param[in] sharing_mode Desired share mode. In the current implementation
442 @param[in] access_type Desired access type. In the current implementation
445 @param[in] sharing_mode Desired share mode. In the current implementation
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.c 105 // Set the index of CSR Address to access desired register
184 // Set the index of CSR Address to access desired register
255 // Write the desired value to the register first
282 // Set the index to access desired EEPROM memory location
326 // Set the index to access desired EEPROM memory location
935 // Check that desired sizes don't exceed limits
  /external/clang/test/CodeGen/
c11atomics-ios.c 277 _Bool test_promoted_cmpxchg(_Atomic(PS) *addr, PS *desired, PS *new) {
278 // CHECK: define zeroext i1 @test_promoted_cmpxchg({ %struct.PS, [2 x i8] }* %addr, %struct.PS* %desired, %struct.PS* %new) #0 {
287 // CHECK: store %struct.PS* %desired, %struct.PS** [[DESIRED_ARG]], align 4
290 // CHECK: [[DESIRED:%.*]] = load %struct.PS*, %struct.PS** [[DESIRED_ARG]], align 4
297 // CHECK: [[DESIRED8:%.*]] = bitcast %struct.PS* [[DESIRED]] to i8*
320 return __c11_atomic_compare_exchange_strong(addr, desired, *new, 5, 5);
  /external/guava/guava/src/com/google/common/base/
Splitter.java 59 * is not the desired behavior, use configuration methods to obtain a <i>new</i>
270 * @param length the desired length of pieces after splitting, a positive
312 * @return a splitter with the desired configuration
335 * @return a splitter with the desired configuration
352 * @return a splitter with the desired configuration
368 * @return a splitter with the desired configuration
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 56 * is not the desired behavior, use configuration methods to obtain a <i>new</i>
212 * @param length the desired length of pieces after splitting, a positive
254 * @return a splitter with the desired configuration
277 * @return a splitter with the desired configuration
294 * @return a splitter with the desired configuration
310 * @return a splitter with the desired configuration
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVertex.cpp 587 uses fSplitDifference - of the DP3 of two desired
588 tangents or two desired bitangents is higher than this,
619 SVtxData *psVtxData; // Array of desired tangent spaces per vertex
620 SVtxData *psTSpass; // Array of *different* tangent spaces desired for current vertex
725 // Run through each desired tangent space for this vertex
762 // OK, now we have 'nTSpassLen' different desired matrices, so we need to add that many to output
  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/examples/
rf_benchmark.py 85 """Constructs model for the desired type of CNN.
158 """Gets list of desired end point keys for a type of CNN.
164 desired_end_point_types: A list containing the desired end-points.
261 desired_end_point_keys: List of desired end points for which receptive field
352 """Contructs model graph and desired end-points, and compute RF.
486 # Configure CSV file which will be written, if desired.
  /frameworks/base/core/java/android/os/
LocaleList.java 328 private static int matchScore(Locale supported, Locale desired) {
329 if (supported.equals(desired)) {
332 if (!supported.getLanguage().equals(desired.getLanguage())) {
335 if (isPseudoLocale(supported) || isPseudoLocale(desired)) {
347 supportedRegion.equals(desired.getCountry()))
350 final String desiredScr = getLikelyScript(desired);
VibrationEffect.java 136 * @return The desired effect.
167 * @return The desired effect.
197 * @return The desired effect.
220 * @return The desired effect.
246 * @return The desired effect.
267 * @return The desired effect, or {@code null} if there's no associated effect.
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 241 * corresponding to the desired recording output bit rate (i.e., the encoded video bit rate
270 * rate that is corresponding to the desired output (playback) frame rate via
416 * class of the desired recording endpoint, and check that the desired resolution is contained
451 * class of the desired recording endpoint, and check that the desired resolution is contained
  /frameworks/base/services/core/java/com/android/server/display/
BrightnessMappingStrategy.java 173 * Returns the desired brightness of the display based on the current ambient lux.
179 * @return The desired brightness of the display normalized to the range [0, 1.0].
195 * @param adjustment The desired auto-brightness adjustment.
352 // current^gamma = desired => gamma = log[current](desired)
570 // A spline mapping from the current ambient light in lux to the desired display brightness
  /frameworks/support/compat/src/main/java/androidx/core/os/
LocaleListHelper.java 312 private static int matchScore(Locale supported, Locale desired) {
313 if (supported.equals(desired)) {
316 if (!supported.getLanguage().equals(desired.getLanguage())) {
319 if (isPseudoLocale(supported) || isPseudoLocale(desired)) {
330 return (supportedRegion.isEmpty() || supportedRegion.equals(desired.getCountry()))
334 final String desiredScr = getLikelyScript(desired);
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocket.java 306 * <li> no client authentication desired
322 * or false if no client authentication is desired.
340 * or false if no client authentication is desired.
358 * <li> no client authentication desired
374 * or false if no client authentication is desired.
392 * or false if no client authentication is desired.
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
CameraManager.java 235 * Selects the first camera facing the desired direction, or the first camera if there is no
236 * camera in the desired direction
263 // There's no camera in the desired facing direction, just select the first camera
462 // Is rotated, so swapping dimensions is desired
732 // The desired aspect ratio
735 // The desired size (width x height) to try to match
  /external/clang/lib/CodeGen/
CGAtomic.cpp 218 /// \param Desired Desired value.
225 EmitAtomicCompareExchange(RValue Expected, RValue Desired,
365 llvm::Value *Desired = CGF.Builder.CreateLoad(Val2);
368 Ptr.getPointer(), Expected, Desired, SuccessOrder, FailureOrder);
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
DynamicsProcessing.java 76 * are available to help configure the multiple stages and each band parameters if desired.
509 * @param gain desired in decibels (db)
607 * @param attackTime desired for compressor in milliseconds (ms)
617 * @param releaseTime desired for compressor in milliseconds (ms)
627 * @param ratio desired for the compressor (N:1)
639 * @param threshold desired for compressor in decibels(dB)
653 * @param kneeWidth desired in decibels (dB)
668 * @param noiseGateThreshold desired in decibels (dB)
679 * @param expanderRatio desired expander ratio (1:N)
691 * @param preGain desired in decibels (dB
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
numfmt.h 278 * @param pos On input: an alignment field, if desired.
388 * @param pos On input: an alignment field, if desired.
404 * @param pos On input: an alignment field, if desired.
439 * @param pos On input: an alignment field, if desired.
455 * @param pos On input: an alignment field, if desired.
492 * @param pos On input: an alignment field, if desired.
509 * @param pos On input: an alignment field, if desired.
592 * @param pos On input: an alignment field, if desired.
    [all...]

Completed in 1615 milliseconds

<<51525354555657585960>>