| /external/googleapis/google/ads/googleads/v15/enums/ |
| 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 …]
|
| /external/googleapis/google/ads/googleads/v14/enums/ |
| 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 …]
|
| /external/googleapis/google/ads/googleads/v16/enums/ |
| 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 …]
|
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
| 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 …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| 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 …]
|
| /external/mbedtls/ |
| 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 …]
|
| /external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/ |
| 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 …]
|
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/translate/ |
| D | OctalUnescaperTest.java | 33 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/antlr/runtime/Ruby/lib/antlr3/template/ |
| 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 …]
|
| /external/oboe/samples/RhythmGame/third_party/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 …]
|
| /external/clang/test/SemaCXX/ |
| D | switch-implicit-fallthrough-cxx98.cpp | 16 …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 …]
|
| D | switch-implicit-fallthrough.cpp | 15 …case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 17 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 19 …case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 22 …case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 25 …case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 34 …case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 36 …case 66: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{ins… in fallthrough() 72 …case 110: // expected-warning{{unannotated fall-through between switch labels}} but no fix-it hin… in fallthrough() 77 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough() 154 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1() [all …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | RouterBgpPeerBfdOrBuilder.java | 30 …between BFD control packets received from the peer router. The actual value is negotiated between … 42 …between BFD control packets received from the peer router. The actual value is negotiated between … 55 …between BFD control packets transmitted to the peer router. The actual value is negotiated between… 67 …between 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/deqp/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/ |
| D | determinant_compute_fp16_mat_3x3.amber | 103 # 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
|
| D | determinant_highp_mat_3x3.amber | 98 # 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
|
| D | determinant_compute_fp64_mat_3x3.amber | 99 # 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
|
| D | inverse_compute_fp16_mat_3x3.amber | 103 # 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
|
| D | determinant_compute_fp64_mat_4x4.amber | 109 # 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
|
| D | determinant_compute_fp16_mat_4x4.amber | 113 # 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
|
| D | inverse_compute_fp64_mat_3x3.amber | 99 # 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
|
| D | inverse_highp_mat_3x3.amber | 98 # 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
|
| /external/sdv/vsomeip/third_party/boost/algorithm/example/ |
| D | clamp_example.cpp | 23 // 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/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/ |
| D | event_latency_description.sql | 18 '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 …]
|
| /external/cronet/base/tracing/stdlib/chrome/ |
| D | event_latency_description.sql | 18 '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 …]
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/translate/ |
| D | NumericEntityEscaper.java | 35 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()
|