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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/docs_src/api_guides/python/
contrib.training.md 25 are always the same. For `resample_at_rate`, provide the desired rate for each
31 from the data to achieve a desired mix of class proportions that the Tensorflow
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_defs.h 16 #define FST_ATTACH_CMD_PNAME_LLT "llt" /* pval = desired LLT */
17 #define FST_ATTACH_CMD_PNAME_PRIORITY "priority" /* pval = desired priority */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DarkIconDispatcher.java 45 * @return the tint to apply to {@param view} depending on the desired tint {@param color} and
57 * @return the dark intensity to apply to {@param view} depending on the desired dark
  /frameworks/native/libs/vr/libperformance/include/dvr/
performance_client_api.h 20 /// @param scheduler_policy NULL-terminated ASCII string containing the desired
50 /// @param scheduler_class NULL-terminated ASCII string containing the desired
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementationSource.java 40 * @return The first DOM implementation that support the desired
53 * @return A list of DOM implementations that support the desired
  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
State.java 44 * @return The next desired state. If it is not NO_CHANGE, the state
45 * machine will change to the next desired state immediately.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 236 // desired register assignments at the end of each block.
240 desired []desiredState
750 // Data structure used for computing desired registers.
751 var desired desiredState
753 // Desired registers for inputs & outputs for each instruction in the block.
755 out [4]register // desired output registers
756 in [3][4]register // desired input registers (for inputs 0,1, and 2)
1014 // Allocate space to record the desired registers for each value.
1020 // Load static desired register info at the end of the block.
1021 desired.copy(&s.desired[b.ID]
    [all...]
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bit_reader.go 55 // (6 bits, the desired output)
63 // This the next line right shifts the desired bits into the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go 236 // desired register assignments at the end of each block.
240 desired []desiredState
750 // Data structure used for computing desired registers.
751 var desired desiredState
753 // Desired registers for inputs & outputs for each instruction in the block.
755 out [4]register // desired output registers
756 in [3][4]register // desired input registers (for inputs 0,1, and 2)
1014 // Allocate space to record the desired registers for each value.
1020 // Load static desired register info at the end of the block.
1021 desired.copy(&s.desired[b.ID]
    [all...]
  /prebuilts/go/linux-x86/src/compress/bzip2/
bit_reader.go 55 // (6 bits, the desired output)
63 // This the next line right shifts the desired bits into the
  /tools/acloud/internal/proto/
user_config.proto 40 // Desired orientation, e.g. 'portrait' or 'landscape'
42 // Desired resolution
  /frameworks/base/core/java/android/util/
AttributeSet.java 29 * "@string/my_label" in the original XML) to the desired type
79 * @param index Index of the desired attribute, 0...count-1.
95 * @param index Index of the desired attribute, 0...count-1.
105 * @param index Index of the desired attribute, 0...count-1.
144 * @param index Index of the desired attribute, 0...count-1.
236 * @param index Index of the desired attribute, 0...count-1.
248 * @param index Index of the desired attribute, 0...count-1.
264 * @param index Index of the desired attribute, 0...count-1.
274 * @param index Index of the desired attribute, 0...count-1.
286 * @param index Index of the desired attribute, 0...count-1
    [all...]
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 135 // if it doesn't match a desired aspect ratio
139 // desired ratios
192 // is closer to the desired target.
214 * Take an aspect ratio and squish it into a nearby desired aspect ratio, if
245 // If this aspect ratio is close to a desired Aspect Ratio,
313 * @return the closest desired aspect ratio, or the original aspect ratio if
363 * Selects the maximal resolution for the given desired aspect ratio from all available
364 * resolutions. If no resolution exists for the desired aspect ratio, return a resolution
367 * @param desiredAspectRatio The desired aspect ratio.
369 * @return The maximal resolution for desired aspect ratio ; if no sizes are found, the
    [all...]
  /external/llvm/test/Transforms/AtomicExpand/ARM/
atomic-expansion-v7.ll 223 define i8 @test_cmpxchg_i8_seqcst_seqcst(i8* %ptr, i8 %desired, i8 %newval) {
230 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i8 [[OLDVAL]], %desired
247 ; CHECK: [[SHOULD_STORE_LOOP:%.*]] = icmp eq i8 [[OLDVAL_LOOP]], %desired
268 %pairold = cmpxchg i8* %ptr, i8 %desired, i8 %newval seq_cst seq_cst
273 define i16 @test_cmpxchg_i16_seqcst_monotonic(i16* %ptr, i16 %desired, i16 %newval) {
280 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i16 [[OLDVAL]], %desired
297 ; CHECK: [[SHOULD_STORE_LOOP:%.*]] = icmp eq i16 [[OLDVAL_LOOP]], %desired
318 %pairold = cmpxchg i16* %ptr, i16 %desired, i16 %newval seq_cst monotonic
323 define i32 @test_cmpxchg_i32_acquire_acquire(i32* %ptr, i32 %desired, i32 %newval) {
330 ; CHECK: [[SHOULD_STORE:%.*]] = icmp eq i32 [[OLDVAL]], %desired
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/differencevisualizers/
PassFailVisualizer.java 26 * @param ideal the desired result
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 28 * A SurfaceView that maintains its aspect ratio to be a desired target value.
39 * Desired width/height ratio
58 * Set the desired aspect ratio for this view.
60 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 28 * A SurfaceView that maintains its aspect ratio to be a desired target value.
39 * Desired width/height ratio
58 * Set the desired aspect ratio for this view.
60 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
  /development/host/windows/usb/api/
adb_legacy_interface.h 105 @param[in] access_type Desired access type. In the current implementation
108 @param[in] sharing_mode Desired share mode. In the current implementation
129 @param[in] access_type Desired access type. In the current implementation
132 @param[in] sharing_mode Desired share mode. In the current implementation
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java 30 * A SurfaceView that maintains its aspect ratio to be a desired target value.
41 * Desired width/height ratio
60 * Set the desired aspect ratio for this view.
62 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
  /device/google/cuttlefish_common/common/vsoc/shm/
wifi_exchange_layout.h 35 // Desired MAC address for guest device.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
EfiCopyMem.c 21 is desired.
EfiSetMem.c 21 is desired.
EfiZeroMem.c 21 is desired.
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfigNvData.h 36 // Nv Data structure referenced by IFR, TPM device user desired
  /device/sample/apps/SampleEmailPolicy/
Android.mk 18 # When deploying to an actual device, you must change LOCAL_PACKAGE_NAME to the name desired for

Completed in 871 milliseconds

1 2 3 4 5 6 7 8 91011>>