Home
last modified time | relevance | path

Searched refs:between (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/aosp12/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc301 for (HInstruction* between = input->GetNext(); between != user; between = between->GetNext()) { in CanMoveClinitCheck() local
302 CHECK(between != nullptr); // User must be after input in the same block. in CanMoveClinitCheck()
303 CHECK(!between->CanThrow()) << *between << " User: " << *user; in CanMoveClinitCheck()
304 CHECK(!between->HasSideEffects()) << *between << " User: " << *user; in CanMoveClinitCheck()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagMips.inc44 "inconsistent ISA between .MIPS.abiflags and ELF header e_flags field: %0",
45 "inconsistent ISA between .MIPS.abiflags and ELF header e_flags field: %0")
48 "inconsistent ISA extensions between .MIPS.abiflags and ELF header e_flags field: %0",
49 "inconsistent ISA extensions between .MIPS.abiflags and ELF header e_flags field: %0")
52 "inconsistent ASEs between .MIPS.abiflags and ELF header e_flags field: %0",
53 "inconsistent ASEs between .MIPS.abiflags and ELF header e_flags field: %0")
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSuspendProperties.sysprop18 # Maximum time in milliseconds that system will wait between repeated suspend attempts
27 # Base time in milliseconds that system will wait between repeated suspend attempts
36 # Number of consecutive bad (short, failed) suspends above which time between attempts is scaled
54 # Factor for scaling the time between repeated suspend attempts
63 # If true, the wait time between repeated suspend attempts will be scaled on failed suspends
72 # If true, the wait time between repeated suspend attempts will be scaled on short suspends
/aosp12/frameworks/base/data/keyboards/
H A DVendor_054c_Product_05c4.idc21 # The delay between sensor events corresponding to the lowest frequency in microsecond
23 # The minimum delay allowed between two events in microsecond
30 # The delay between sensor events corresponding to the lowest frequency in microsecond
32 # The minimum delay allowed between two events in microsecond
H A DVendor_054c_Product_09cc.idc21 # The delay between sensor events corresponding to the lowest frequency in microsecond
23 # The minimum delay allowed between two events in microsecond
30 # The delay between sensor events corresponding to the lowest frequency in microsecond
32 # The minimum delay allowed between two events in microsecond
/aosp12/frameworks/base/tools/orientationplot/
H A DREADME.txt50 2. Ensure that there is an appropriate gap between adjacent orientation angles
53 point in between the two orientations; that is the gap. The gap should be
54 observed between all adjacent pairs of orientations when turning the device
58 over end to a midpoint about 45 degrees between two opposing orientations.
63 the measured orientation angle is now within the gap between the new
67 angle (say, 45 degrees) is between the current orientation's ideal angle
71 between sensor events as reported by the SensorEvent.timestamp field. It
/aosp12/hardware/google/interfaces/bluetooth/sar/1.0/
H A DIBluetoothSar.hal29 * @param cap Bluetooth Tx cap. Range is between 0 and 80 units,
41 * @param brCap Bluetooth Tx cap. Range is between 0 and 80 units,
43 * @param edrCap Bluetooth Tx cap. Range is between 0 and 80 units,
45 * @param bleCap Bluetooth Tx cap. Range is between 0 and 80 units,
/aosp12/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect178 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
242 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
310 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
378 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
446 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
514 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
578 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
642 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
710 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
778 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
[all …]
/aosp12/frameworks/rs/script_api/
H A Drs_vector_math.spec70 summary: Distance between two points
72 Compute the distance between two points.
122 summary: Approximate distance between two points
124 Computes the approximate distance between two points.
205 summary: Approximate distance between two points
207 Computes the approximate distance between two points.
H A Drs_convert.spec106 The input values are typically between 0.0f and 1.0f inclusive. For input values outside
107 of this range, the resulting outputs will be clamped to be between 0 and 255. As this
150 Unpacks a uchar4 color to float4. The resulting floats will be between 0.0 and 1.0 inclusive.
/aosp12/frameworks/base/core/proto/android/server/
H A Dblobstoremanagerservice.proto26 // Keep in sync between:
44 // Keep in sync between:
56 // Keep in sync between:
64 // Keep in sync between:
/aosp12/hardware/google/interfaces/bluetooth/sar/1.1/
H A DIBluetoothSar.hal31 * @param chain0Cap Bluetooth Tx cap of chain 0 mode. Range is between 0 and 80 units, each unit
33 * @param chain1Cap Bluetooth Tx cap of chain 1 mode. Range is between 0 and 80 units, each unit
35 * @param beamformingCap Bluetooth Tx cap of beamforming mode. Range is between 0 and 80 units,
/aosp12/frameworks/compile/slang/tests/F_vector_cast/
H A Dstderr.txt.expect1 vector_cast.rscript:8:11: error: cannot convert between vector values of different size ('float2' (…
2 vector_cast.rscript:15:11: error: cannot convert between vector values of different size ('int3' (v…
/aosp12/packages/modules/adb/
H A DOVERVIEW.TXT27 to orchestrate the exchange of data (packets, really) between clients,
71 between the client and the service running in adbd. In this case
80 This details the protocol used between ADB clients and the ADB
120 An ADB transport models a connection between the ADB server and one device
129 a connection between an ADB server and a device/emulator connected to/
132 Each transport can carry one or more multiplexed streams between clients
/aosp12/packages/services/Car/cpp/watchdog/server/sysprop/
H A DWatchdogProperties.sysprop18 # Interval in seconds between consecutive boot-time performance data collections.
36 # Interval in seconds between consecutive periodic performance data collections.
54 # Interval in seconds between consecutive periodic performance data monitoring.
/aosp12/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
H A Dstderr.txt.expect3 …:16:5: error: global variable 'd' has inconsistent 'const' qualification between 32-bit targets an…
4 …:21:5: error: global variable 'e' has inconsistent 'const' qualification between 32-bit targets an…
/aosp12/frameworks/hardware/interfaces/stats/1.0/
H A Dtypes.hal51 * hardware_location allows vendors to differentiate between multiple
177 /* Time between USB plug event and overheat threshold trip, in seconds. */
180 /* Time between overheat threshold trip and hysteresis, in seconds. */
183 /* Time between hysteresis and active mitigation ending, in seconds. */
232 /* Atom ID. Must be between 100,000 - 199,999 to indicate non-AOSP field. */
/aosp12/hardware/interfaces/sensors/2.1/
H A Dtypes.hal30 * A sensor of this type measures the angle, in degrees, between two
98 /** smallest difference between two values reported by this sensor */
124 * This is especially relevant when the FIFO is shared between
141 * It is the delay between two sensor events corresponding to the lowest
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
H A Dstats.proto99 // The time duration between provisioning start and end (success or failure)
108 // The random number between 0 ~ 999 for sampling
133 // The random number between 0 ~ 999 for sampling
158 // The random number between 0 ~ 999 for sampling
/aosp12/frameworks/av/media/libnbaio/
H A DREADME.txt13 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
29 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
/aosp12/hardware/interfaces/gnss/2.1/
H A DIGnssAntennaInfoCallback.hal75 * spacing between azimuthal angles, i.e., deltaTheta = 360 / (number of rows).
79 * spacing between zenith angles, i.e., deltaPhi = 180 / (number of columns - 1).
109 * spacing between azimuthal angles, i.e., deltaTheta = 360 / (number of rows).
113 * spacing between zenith angles, i.e., deltaPhi = 180 / (number of columns - 1).
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIInputSurfaceConnection.hal22 * Connection between a component and an input surface.
29 * Destroys the connection between an input surface and a component.
/aosp12/hardware/interfaces/radio/deprecated/1.0/
H A DIOemHook.hal39 * This request passes raw byte arrays between framework and vendor code.
49 * This request passes strings between framework and vendor code.
/aosp12/system/timezone/debug_tools/host/
H A DREADME.android16 there is a distinction between time zones, e.g. if a sub-region moved
23 Android still need to offer a choice between two zones that will be the
/aosp12/frameworks/rs/script_api/include/
H A Drs_vector_math.rsh63 * distance: Distance between two points
65 * Compute the distance between two points.
139 * fast_distance: Approximate distance between two points
141 * Computes the approximate distance between two points.
271 * native_distance: Approximate distance between two points
273 * Computes the approximate distance between two points.

12345678910>>...24