/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | RangeTest.java | 77 Range<Integer> rb = Range.between(-10, 20); in testBetweenWithCompare() 83 rb = Range.between(-10, 20, c); in testBetweenWithCompare() 89 Range<String> rbstr = Range.between("house", "i"); in testBetweenWithCompare() 95 rbstr = Range.between("house", "i", lengthComp); in testBetweenWithCompare() 102 assertThrows(NullPointerException.class, () -> Range.between(null, null, lengthComp)); in testBetweenWithCompare() 143 final Range r2 = Range.between(c, c); in testComparableConstructors() 153 Range<AbstractComparable> mixed = Range.between(derivedComparableA, derivedComparableB); in testConstructorSignatureWithAbstractComparableClasses() 154 mixed = Range.between(derivedComparableA, derivedComparableB, null); in testConstructorSignatureWithAbstractComparableClasses() 157 Range<AbstractComparable> same = Range.between(derivedComparableA, derivedComparableA); in testConstructorSignatureWithAbstractComparableClasses() 158 same = Range.between(derivedComparableA, derivedComparableA, null); in testConstructorSignatureWithAbstractComparableClasses() [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/enums/ |
H A D | reach_plan_age_range.proto | 40 // Between 18 and 24 years old. 43 // Between 18 and 34 years old. 46 // Between 18 and 44 years old. 49 // Between 18 and 49 years old. 52 // Between 18 and 54 years old. 55 // Between 18 and 64 years old. 58 // Between 18 and 65+ years old. 61 // Between 21 and 34 years old. 64 // Between 25 and 34 years old. 67 // Between 25 and 44 years old. [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/enums/ |
H A D | reach_plan_age_range.proto | 40 // Between 18 and 24 years old. 43 // Between 18 and 34 years old. 46 // Between 18 and 44 years old. 49 // Between 18 and 49 years old. 52 // Between 18 and 54 years old. 55 // Between 18 and 64 years old. 58 // Between 18 and 65+ years old. 61 // Between 21 and 34 years old. 64 // Between 25 and 34 years old. 67 // Between 25 and 44 years old. [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/enums/ |
H A D | reach_plan_age_range.proto | 40 // Between 18 and 24 years old. 43 // Between 18 and 34 years old. 46 // Between 18 and 44 years old. 49 // Between 18 and 49 years old. 52 // Between 18 and 54 years old. 55 // Between 18 and 64 years old. 58 // Between 18 and 65+ years old. 61 // Between 21 and 34 years old. 64 // Between 25 and 34 years old. 67 // Between 25 and 44 years old. [all …]
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/template/ |
H A D | group-file-lexer.rb | 370 …if ( look_1_0.between?( 0x30, 0x39 ) || look_1_0.between?( 0x41, 0x5a ) || look_1_0 == 0x5f || loo… 377 …input.peek( 1 ).between?( 0x30, 0x39 ) || @input.peek( 1 ).between?( 0x41, 0x5a ) || @input.peek( … 414 if @input.peek( 1 ) == 0x5f || @input.peek( 1 ).between?( 0x61, 0x7a ) 428 …if ( look_2_0.between?( 0x30, 0x39 ) || look_2_0.between?( 0x41, 0x5a ) || look_2_0 == 0x5f || loo… 435 …input.peek( 1 ).between?( 0x30, 0x39 ) || @input.peek( 1 ).between?( 0x41, 0x5a ) || @input.peek( … 486 elsif ( look_3_4.between?( 0x0, 0x3d ) || look_3_4.between?( 0x3f, 0xffff ) ) 490 elsif ( look_3_1.between?( 0x0, 0x3d ) || look_3_1.between?( 0x3f, 0xffff ) ) 501 …elsif ( look_3_2.between?( 0x0, 0x3d ) || look_3_2.between?( 0x3f, 0x5b ) || look_3_2.between?( 0x… 505 …elsif ( look_3_0.between?( 0x0, 0x3d ) || look_3_0.between?( 0x3f, 0x5b ) || look_3_0.between?( 0x… 566 …if ( look_4_0.between?( 0x0, 0x21 ) || look_4_0.between?( 0x23, 0x5b ) || look_4_0.between?( 0x5d,… [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/transition/ |
H A D | ArcMotion.java | 27 * the two points. If the horizontal distance between the points is less than the vertical 36 * arc between two points. 79 * Sets the minimum arc along the circle between two points aligned near horizontally. 81 * circle will be far from both points, giving a near straight path between the points. 87 * between two nearly horizontally-separated points. 96 * Returns the minimum arc along the circle between two points aligned near horizontally. 98 * circle will be far from both points, giving a near straight path between the points. 103 * @return The minimum arc along the circle between two points aligned near horizontally. 111 * Sets the minimum arc along the circle between two points aligned near vertically. 113 * circle will be far from both points, giving a near straight path between the points. [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ |
H A D | PolicyDelta.java | 25 * The difference delta between two policies. 77 * The delta for Bindings between two policies. 90 * The delta for Bindings between two policies. 104 * The delta for Bindings between two policies. 117 * The delta for Bindings between two policies. 130 * The delta for Bindings between two policies. 148 * The delta for AuditConfigs between two policies. 161 * The delta for AuditConfigs between two policies. 175 * The delta for AuditConfigs between two policies. 188 * The delta for AuditConfigs between two policies. [all …]
|
/aosp_15_r20/cts/hostsidetests/multidevices/nfc/ |
H A D | cts_nfc_hce_multi_device_test.py | 304 Turns emulator/reader screen on and unlocks between tests as some tests will 339 """Tests successful APDU exchange between non-payment service and 346 3. Start reader activity, which should trigger APDU exchange between 350 1. Verifies a successful APDU exchange between the emulator and 367 """Tests successful APDU exchange between payment service and 376 3. Start reader activity, which should trigger APDU exchange between 382 2. Verifies a successful APDU exchange between the emulator and 398 """Tests successful APDU exchange between payment service and 407 3. Start reader activity, which should trigger APDU exchange between 413 2. Verifies a successful APDU exchange between the emulator and [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | .uncrustify.cfg | 13 # Allow splitting long for statements between the condition statements 16 # Allow splitting function calls between arguments 48 # If else is on the same line as '{', force exactly 1 space between them 55 # Force exactly one space between ')' and '{' in statements 85 # No space between the '++'/'--' operator and its operand 113 # Remove spaces between nested parentheses '( (' -> '((' 118 # Remove spaces between ')' and adjacent '(' 121 # (Uncrustify >= 0.73.0) space between 'do' and '{' 124 # (Uncrustify >= 0.73.0) space between '}' and 'while' 130 # Remove spaces between pointer stars [all …]
|
/aosp_15_r20/external/mbedtls/ |
H A D | .uncrustify.cfg | 13 # Allow splitting long for statements between the condition statements 16 # Allow splitting function calls between arguments 48 # If else is on the same line as '{', force exactly 1 space between them 55 # Force exactly one space between ')' and '{' in statements 85 # No space between the '++'/'--' operator and its operand 113 # Remove spaces between nested parentheses '( (' -> '((' 118 # Remove spaces between ')' and adjacent '(' 121 # (Uncrustify >= 0.73.0) space between 'do' and '{' 124 # (Uncrustify >= 0.73.0) space between '}' and 'while' 130 # Remove spaces between pointer stars [all …]
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | associated_min_max.hpp | 27 /// Minimum comparison between 2 variables and returns 2 associated variable values 32 /// Minimum comparison between 2 variables and returns 2 associated variable values 39 /// Minimum comparison between 2 variables and returns 2 associated variable values 46 /// Minimum comparison between 2 variables and returns 2 associated variable values 53 /// Minimum comparison between 3 variables and returns 3 associated variable values 61 /// Minimum comparison between 3 variables and returns 3 associated variable values 69 /// Minimum comparison between 4 variables and returns 4 associated variable values 78 /// Minimum comparison between 4 variables and returns 4 associated variable values 87 /// Minimum comparison between 4 variables and returns 4 associated variable values 96 /// Minimum comparison between 4 variables and returns 4 associated variable values [all …]
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | associated_min_max.hpp | 27 /// Minimum comparison between 2 variables and returns 2 associated variable values 32 /// Minimum comparison between 2 variables and returns 2 associated variable values 39 /// Minimum comparison between 2 variables and returns 2 associated variable values 46 /// Minimum comparison between 2 variables and returns 2 associated variable values 53 /// Minimum comparison between 3 variables and returns 3 associated variable values 61 /// Minimum comparison between 3 variables and returns 3 associated variable values 69 /// Minimum comparison between 4 variables and returns 4 associated variable values 78 /// Minimum comparison between 4 variables and returns 4 associated variable values 87 /// Minimum comparison between 4 variables and returns 4 associated variable values 96 /// Minimum comparison between 4 variables and returns 4 associated variable values [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/ |
D | CoexHfpStressTest.py | 170 This test is to start TCP-uplink traffic between host machine and 192 This test is to start TCP-downlink traffic between host machine and 214 This test is to start UDP-uplink traffic between host machine and 236 This test is to start UDP-downlink traffic between host machine and 258 This test is to start TCP-uplink traffic between host machine and 280 This test is to start TCP-downlink traffic between host machine and 302 This test is to start UDP-uplink traffic between host machine and 324 This test is to start UDP-downlink traffic between host machine and 346 This test is to start TCP-uplink traffic between host machine and 367 This test is to start TCP-downlink traffic between host machine and [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gVoiceConfTest.py | 116 4. On PhoneA disconnect call between A-C, verify call continues. 117 5. On PhoneA disconnect call between A-B, verify call continues. 180 4. On PhoneA disconnect call between A-B, verify call continues. 181 5. On PhoneA disconnect call between A-C, verify call continues. 244 4. On PhoneA disconnect call between A-C, verify call continues. 245 5. On PhoneA disconnect call between A-B, verify call continues. 308 4. On PhoneA disconnect call between A-B, verify call continues. 309 5. On PhoneA disconnect call between A-C, verify call continues. 372 4. On PhoneA disconnect call between A-C, verify call continues. 373 5. On PhoneA disconnect call between A-B, verify call continues. [all …]
|
/aosp_15_r20/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 140 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!"); 178 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 204 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!"); 242 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 272 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!"); 310 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 340 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!"); 378 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 408 … throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!"); 446 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/coex/functionality_tests/ |
D | WlanWithHfpFunctionalityTest.py | 149 This test is to start TCP-uplink traffic between host machine and 169 This test is to start TCP-downlink traffic between host machine and 189 This test is to start UDP-uplink traffic between host machine and 209 This test is to start UDP-downlink traffic between host machine and 230 This test is to start TCP-uplink traffic between host machine and 252 This test is to start TCP-downlink traffic between host machine and 274 This test is to start UDP-uplink traffic between host machine and 296 This test is to start UDP-downlink traffic between host machine and 317 This test is to start TCP-uplink traffic between host machine and 338 This test is to start TCP-downlink traffic between host machine and [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | RouterBgpPeerBfd.java | 210 …between BFD control packets received from the peer router. The actual value is negotiated between … 225 …between BFD control packets received from the peer router. The actual value is negotiated between … 243 …between BFD control packets transmitted to the peer router. The actual value is negotiated between… 258 …between BFD control packets transmitted to the peer router. The actual value is negotiated between… 276 …D declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The def… 291 …D declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The def… 815 …between BFD control packets received from the peer router. The actual value is negotiated between … 830 …between BFD control packets received from the peer router. The actual value is negotiated between … 845 …between BFD control packets received from the peer router. The actual value is negotiated between … 864 …between BFD control packets received from the peer router. The actual value is negotiated between … [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/ |
H A D | FieldVector3D.java | 391 * @return azimuth (α) of the vector, between -π and +π 399 * @return elevation (δ) of the vector, between -π/2 and +π/2 565 /** Compute the angular separation between two vectors. 566 * <p>This method computes the angular separation between two 574 * @return angular separation between v1 and v2 601 /** Compute the angular separation between two vectors. 602 * <p>This method computes the angular separation between two 610 * @return angular separation between v1 and v2 637 /** Compute the angular separation between two vectors. 638 * <p>This method computes the angular separation between two [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 53 * be applied on the interval between the keyframe that the interpolator is set on and the previous 223 * Constructs and returns an ObjectAnimator that animates between int values. A single 234 * @param values A set of values that the animation will animate between over time. 235 * @return An ObjectAnimator object that is set up to animate between the given values. 271 * Constructs and returns an ObjectAnimator that animates between int values. A single 280 * @param values A set of values that the animation will animate between over time. 281 * @return An ObjectAnimator object that is set up to animate between the given values. 325 * @param values A set of values that the animation will animate between over time. 326 * @return An ObjectAnimator object that is set up to animate between the given values. 367 * provide the necessary interpolation between the Object values to derive the animated [all …]
|
H A D | Keyframe.java | 23 * target object will animate between the value at the previous keyframe and the value at the 73 * for the animation. The value for the animation between keyframes will be calculated as 74 * an interpolation between the values at those keyframes. 76 * @param fraction The time, expressed as a value between 0 and 1, representing the fraction 92 * for the animation. The value for the animation between keyframes will be calculated as 93 * an interpolation between the values at those keyframes. 95 * @param fraction The time, expressed as a value between 0 and 1, representing the fraction 105 * for the animation. The value for the animation between keyframes will be calculated as 106 * an interpolation between the values at those keyframes. 108 * @param fraction The time, expressed as a value between 0 and 1, representing the fraction [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/temporal/ |
H A D | TestChronoUnit.java | 109 assertEquals(YEARS.between(start, end), expected); in test_yearsBetween() 114 assertEquals(YEARS.between(end, start), -expected); in test_yearsBetweenReversed() 119 assertEquals(YEARS.between(start.atTime(12, 30), end.atTime(12, 30)), expected); in test_yearsBetween_LocalDateTimeSameTime() 125 assertEquals(YEARS.between(start.atTime(12, 30), end.atTime(12, 31)), expected); in test_yearsBetween_LocalDateTimeLaterTime() 127 assertEquals(YEARS.between(start.atTime(12, 30), end.atTime(12, 29)), expected); in test_yearsBetween_LocalDateTimeLaterTime() 133 …assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(2)), end.atStartOfDay(ZoneOffset.… in test_yearsBetween_ZonedDateSameOffset() 140 …assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(2)), end.atStartOfDay(ZoneOffset.… in test_yearsBetween_ZonedDateLaterOffset() 142 …assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(1)), end.atStartOfDay(ZoneOffset.… in test_yearsBetween_ZonedDateLaterOffset() 182 assertEquals(MONTHS.between(start, end), expected); in test_monthsBetween() 187 assertEquals(MONTHS.between(end, start), -expected); in test_monthsBetweenReversed() [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/temporal/ |
H A D | TestChronoUnit.java | 84 assertEquals(YEARS.between(start, end), expected); in test_yearsBetween() 89 assertEquals(YEARS.between(end, start), -expected); in test_yearsBetweenReversed() 94 assertEquals(YEARS.between(start.atTime(12, 30), end.atTime(12, 30)), expected); in test_yearsBetween_LocalDateTimeSameTime() 100 assertEquals(YEARS.between(start.atTime(12, 30), end.atTime(12, 31)), expected); in test_yearsBetween_LocalDateTimeLaterTime() 102 assertEquals(YEARS.between(start.atTime(12, 31), end.atTime(12, 30)), expected); in test_yearsBetween_LocalDateTimeLaterTime() 108 …assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(2)), end.atStartOfDay(ZoneOffset.… in test_yearsBetween_ZonedDateSameOffset() 115 …assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(2)), end.atStartOfDay(ZoneOffset.… in test_yearsBetween_ZonedDateLaterOffset() 117 …assertEquals(YEARS.between(start.atStartOfDay(ZoneOffset.ofHours(1)), end.atStartOfDay(ZoneOffset.… in test_yearsBetween_ZonedDateLaterOffset() 157 assertEquals(MONTHS.between(start, end), expected); in test_monthsBetween() 162 assertEquals(MONTHS.between(end, start), -expected); in test_monthsBetweenReversed() [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/ |
H A D | oom_adjuster.sql | 33 WHEN $oom_score BETWEEN 250 AND 900 THEN 'background' 34 WHEN $oom_score BETWEEN 201 AND 250 THEN 'job' 36 WHEN $oom_score BETWEEN 100 AND 200 THEN 'bfgs' 37 WHEN $oom_score BETWEEN 0 AND 100 THEN 'foreground' 60 WHEN $value BETWEEN 100 AND 199 THEN 'visible_app' 61 WHEN $value BETWEEN 200 AND 224 THEN 'perceptible_app' 62 WHEN $value BETWEEN 225 AND 249 THEN 'perceptible_medium_app' 63 WHEN $value BETWEEN 250 AND 299 THEN 'perceptible_low_app' 64 WHEN $value BETWEEN 300 AND 399 THEN 'backup' 65 WHEN $value BETWEEN 400 AND 499 THEN 'heavy_weight_app' [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveVoiceConfTest.py | 304 Verify call continues between host and second_drop_ad. 635 6. Call between DUT and PhoneB continues. 675 5. Call between DUT and PhoneC continues. 755 6. Call between DUT and PhoneC continues. 795 5. Call between DUT and PhoneB continues. 992 6. Call between DUT and PhoneB continues. 1032 5. Call between DUT and PhoneC continues. 1112 6. Call between DUT and PhoneC continues. 1152 5. Call between DUT and PhoneB continues. 1366 4. On PhoneA disconnect call between A-C, verify call continues. [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkDeviceFeatures2.inl | 38 TCU_FAIL("Mismatch between VkPhysicalDevicePrivateDataFeatures"); 76 TCU_FAIL("Mismatch between VkPhysicalDeviceVariablePointersFeatures"); 115 TCU_FAIL("Mismatch between VkPhysicalDeviceMultiviewFeatures"); 152 TCU_FAIL("Mismatch between VkPhysicalDevicePresentIdFeaturesKHR"); 189 TCU_FAIL("Mismatch between VkPhysicalDevicePresentWaitFeaturesKHR"); 229 TCU_FAIL("Mismatch between VkPhysicalDevice16BitStorageFeatures"); 266 TCU_FAIL("Mismatch between VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures"); 303 TCU_FAIL("Mismatch between VkPhysicalDeviceSamplerYcbcrConversionFeatures"); 340 TCU_FAIL("Mismatch between VkPhysicalDeviceProtectedMemoryFeatures"); 377 TCU_FAIL("Mismatch between VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT"); [all …]
|