Home
last modified time | relevance | path

Searched full:between (Results 1 – 25 of 21473) sorted by relevance

12345678910>>...859

/external/googleapis/google/ads/googleads/v15/enums/
Dreach_plan_age_range.proto40 // 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 …]
/external/googleapis/google/ads/googleads/v14/enums/
Dreach_plan_age_range.proto40 // 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 …]
/external/googleapis/google/ads/googleads/v16/enums/
Dreach_plan_age_range.proto40 // 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 …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DRangeTest.java77 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 …]
/external/openthread/third_party/mbedtls/repo/
D.uncrustify.cfg13 # 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 …]
/external/mbedtls/
D.uncrustify.cfg13 # 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 …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/translate/
DOctalUnescaperTest.java33 final OctalUnescaper oue = new OctalUnescaper(); //.between("1", "377"); in testBetween()
37 assertEquals("\45", result, "Failed to unescape octal characters via the between method"); in testBetween()
41 assertEquals("\377", result, "Failed to unescape octal characters via the between method"); in testBetween()
45 … assertEquals("\377 and", result, "Failed to unescape octal characters via the between method"); in testBetween()
49 …assertEquals("\37" + "8 and", result, "Failed to unescape octal characters via the between method"… in testBetween()
53 … assertEquals("\37" + "8", result, "Failed to unescape octal characters via the between method"); in testBetween()
57 assertEquals("\1", result, "Failed to unescape octal characters via the between method"); in testBetween()
61 assertEquals("\036", result, "Failed to unescape octal characters via the between method"); in testBetween()
65 … assertEquals("\036" + "5", result, "Failed to unescape octal characters via the between method"); in testBetween()
69 assertEquals("\003", result, "Failed to unescape octal characters via the between method"); in testBetween()
[all …]
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
Doom_adjuster.sql34 WHEN $oom_score BETWEEN 250 AND 900
36 WHEN $oom_score BETWEEN 201 AND 250
40 WHEN $oom_score BETWEEN 100 AND 200
42 WHEN $oom_score BETWEEN 0 AND 100
74 WHEN $value BETWEEN 100 AND 199
76 WHEN $value BETWEEN 200 AND 224
78 WHEN $value BETWEEN 225 AND 249
80 WHEN $value BETWEEN 250 AND 299
82 WHEN $value BETWEEN 300 AND 399
84 WHEN $value BETWEEN 400 AND 499
[all …]
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file-lexer.rb370 …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 …]
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dassociated_min_max.hpp27 /// 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 …]
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-cxx98.cpp16 …case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
18 …case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
20 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
22 …case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
25 …case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
28 …case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
37 …case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
42 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough()
103 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()
107 MY_CASE(44, break); // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
[all …]
/external/deqp/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/
Ddeterminant_compute_fp16_mat_3x3.amber103 # Decimals between 64 and 128: 0.0625
106 # Decimals between 0.5 and 1: 0.00048828125
109 # Decimals between 0.0625 and 0.125: 0.0002441406
112 # Decimals between 8 and 16: 0.03125
115 # Integers between 4096 and 8192: 4
118 # Integers between 32768 and 65536: 128
121 # Decimals between 1024 and 2048: 4.0
124 # Decimals between 128 and 256: 2.0
127 # Decimals between 256 and 512: 0.25
130 # Decimals between 512 and 1024: 1.0
Ddeterminant_compute_fp64_mat_3x3.amber99 # Decimals between 64 and 128: 1.421085472e-14
102 # Decimals between 0.5 and 1: 2.220446049e-16
105 # Decimals between 0.0625 and 0.125: 2.775557562e-17
108 # Decimals between 8 and 16: 1.776356839e-15
111 # Decimals between 4096 and 8192: 9.094947018e-13
114 # Decimals between 32768 and 65536: 7.275957614e-12
117 # Decimals between 1.407374884e+14 and 2.814749767e+14: 0.03125
120 # Decimals between 1048576 and 2097152: 2.328306437e-10
123 # Decimals between 0.000244140625 and 0.00048828125: 0.00048828125
126 # Decimals between 131072 and 262144: 2.910383046e-11
Ddeterminant_highp_mat_3x3.amber98 # Decimals between 64 and 128: 7.629394531e-06
101 # Decimals between 0.5 and 1: 1.192092896e-07
104 # Decimals between 0.0625 and 0.125: 1.490116119e-08
107 # Decimals between 8 and 16: 0.00000190734864
110 # Decimals between 4096 and 8192: 0.00048828125
113 # Decimals between 32768 and 65536: 0.00390625
116 # Integers between 1.407374884e+14 and 2.814749767e+14: 16777216
119 # Decimals between 1048576 and 2097152: 0.250
122 # Integers between 2.199023256e+12 and 4.398046511e+12: 524288
125 # Decimals between 131072 and 262144: 0.015625
Dinverse_compute_fp16_mat_3x3.amber103 # Decimals between 0.25 and 0.5: 0.000244140625
106 # Decimals between 0.5 and 1: 0.00048828125
109 # Decimals between 256 and 512: 0.25
112 # Decimals between 64 and 128: 0.25
115 # Decimals between 0.25 and 0.5: 0.000244140625
118 # Decimals between 0.5 and 1: 0.00048828125
121 # Decimals between 0.125 and 0.25: 0.000244140625
124 # Decimals between 4 and 8: 0.00390625
127 # Decimals between 0.125 and 0.25: 0.0001220703125
130 # Decimals between 0.125 and 0.25: 0.0001220703125
Ddeterminant_compute_fp16_mat_4x4.amber113 # Decimals between 16 and 32: 0.015625
116 # Decimals between 0.5 and 1: 0.00048828125
119 # Decimals between 0.25 and 0.5: 0.00146484375
122 # Decimals between 32 and 64: 0.25
125 # Decimals between 1024 and 2048: 12.0
128 # Integers between 4096 and 8192: 24
131 # Integers between 8192 and 16384: 64
134 # Integers between 32768 and 65536: 128
137 # Integers between 16384 and 32768: 96
140 # Integers between 2048 and 4096: 8
Ddeterminant_compute_fp64_mat_4x4.amber109 # Decimals between 16 and 32: 3.552713679e-15
112 # Decimals between 0.5 and 1: 2.220446049e-16
115 # Decimals between 0.25 and 0.5: 1.110223025e-16
118 # Decimals between 1024 and 2048: 2.273736754e-13
121 # Decimals between 1024 and 2048: 2.273736754e-13
124 # Decimals between 4096 and 8192: 9.094947018e-13
127 # Decimals between 8192 and 16384: 1.818989404e-12
130 # Decimals between 2.384185791e-07 and 4.768371582e-07: 1.058791184e-22
133 # Decimals between 0.0009765625 and 0.001953125: 4.33680869e-19
136 # Decimals between 4194304 and 8388608: 7.450580597e-09
Dinverse_highp_mat_3x3.amber98 # Decimals between 0.25 and 0.5: 5.960464478e-08
101 # Decimals between 0.5 and 1: 1.192092896e-07
104 # Decimals between 256 and 512: 0.000030517578
107 # Decimals between 64 and 128: 0.0000152587890625
110 # Decimals between 2 and 4: 2.384185791e-07
113 # Decimals between 0.125 and 0.25: 2.980232239e-08
116 # Decimals between 6.103515625e-05 and 0.0001220703125: 0.000000000116415322
119 # Decimals between 0.015625 and 0.03125: 3.725290298e-09
122 # Decimals between 0.000244140625 and 0.00048828125: 5.820766091e-11
125 # Decimals between 0.03125 and 0.0625: 7.450580597e-09
Dinverse_compute_fp64_mat_3x3.amber99 # Decimals between 0.25 and 0.5: 1.110223025e-16
102 # Decimals between 0.5 and 1.0: 2.220446049e-16
105 # Decimals between 256 and 512: 5.684341886e-14
108 # Decimals between 64 and 128: 1.421085472e-14
111 # Decimals between 2 and 4: 4.440892099e-16
114 # Decimals between 0.125 and 0.25: 5.551115123e-17
117 # Decimals between 6.103515625e-05 and 0.0001220703125: 2.710505431e-20
120 # Decimals between 0.015625 and 0.03125: 2.328306437e-10
123 # Decimals between 0.000244140625 and 0.00048828125: 1.084202172e-19
126 # Decimals between 0.03125 and 0.0625: 1.387778781e-1
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DRouterBgpPeerBfdOrBuilder.java30between BFD control packets received from the peer router. The actual value is negotiated between
42between BFD control packets received from the peer router. The actual value is negotiated between
55between BFD control packets transmitted to the peer router. The actual value is negotiated between
67between BFD control packets transmitted to the peer router. The actual value is negotiated between
80 …D declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The def…
92 …D declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The def…
/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/bn/test/
Dmod_exp_tests.txt177 # The following inputs trigger an edge case between Montgomery reduction and the
258 # Control: No relationship between A and M except that A < M and they're the same number of limbs.
298 # Control: No relationship between A and M except that A < M and they're the same number of limbs.
356 # between first and second iteration
362 # between second and third iteration
368 # between third and fourth iteration
374 # between fourth and fifth iteration
380 # between fifth and sixth iteration
386 # between sixth and seventh iteration
392 # between seventh and eighth iteration
[all …]
/external/sdv/vsomeip/third_party/boost/algorithm/example/
Dclamp_example.cpp23 // Clamp takes a value and two "fenceposts", and brings the value "between" the fenceposts. in main()
25 // If the input value is "between" the fenceposts, then it is returned unchanged. in main()
26 std::cout << "Clamping 5 to between [1, 10] -> " << ba::clamp ( 5, 1, 10 ) << std::endl; in main()
29 std::cout << "Clamping 15 to between [1, 10] -> " << ba::clamp ( 15, 1, 10 ) << std::endl; in main()
30 std::cout << "Clamping -15 to between [1, 10] -> " << ba::clamp ( -15, 1, 10 ) << std::endl; in main()
33 std::cout << "Clamping 5.1 to between [1, 10] -> " << ba::clamp ( 5.1, 1.0, 10.0 ) << std::endl; in main()
37 … std::cout << "Clamping '" << test1 << "' between ['" << one << "' and '" << two << "'] -> '" << in main()
39 … std::cout << "Clamping '" << test2 << "' between ['" << one << "' and '" << two << "'] -> '" << in main()
42 …std::cout << "Clamping '" << test1 << "' between ['" << one << "' and '" << two << "'] (comparing … in main()
44 …std::cout << "Clamping '" << test2 << "' between ['" << one << "' and '" << two << "'] (comparing … in main()
/external/sdk-platform-java/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/
DPolicyDeltaOrBuilder.java30 * The delta for Bindings between two policies.
40 * The delta for Bindings between two policies.
50 * The delta for Bindings between two policies.
60 * The delta for Bindings between two policies.
70 * The delta for Bindings between two policies.
81 * The delta for AuditConfigs between two policies.
91 * The delta for AuditConfigs between two policies.
101 * The delta for AuditConfigs between two policies.
111 * The delta for AuditConfigs between two policies.
122 * The delta for AuditConfigs between two policies.
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/translate/
DNumericEntityEscaper.java35 private final boolean between; field in NumericEntityEscaper
40 * and {@code above} boundaries are inclusive when {@code between} is
45 * @param between whether to escape between the boundaries or outside them
47 private NumericEntityEscaper(final int below, final int above, final boolean between) { in NumericEntityEscaper() argument
50 this.between = between; in NumericEntityEscaper()
81 * Constructs a {@link NumericEntityEscaper} between the specified values (inclusive).
87 public static NumericEntityEscaper between(final int codePointLow, final int codePointHigh) { in between() method in NumericEntityEscaper
107 if (between) { in translate()
/external/cronet/tot/base/tracing/stdlib/chrome/
Devent_latency_description.sql18 'Interval between when the website handled blocking touch move to when ' ||
23 'Interval between OS-provided hardware input timestamp to when the ' ||
26 'Interval between OS-provided hardware input timestamp to when the ' ||
31 'Interval between when Browser UI thread starts to process the input to ' ||
36 'Interval between when the input event is queued in the renderer ' ||
40 'Interval between when the Renderer Compositor finishes processing the ' ||
55 'Interval between the first Renderer Frame received to when the system ' ||
60 'Interval between when Renderer Compositor received the frame to when ' ||
65 'Interval between when Renderer Compositor started processing the frame ' ||
70 'Interval between when Renderer Main finished processing the frame ' ||
[all …]

12345678910>>...859