Home
last modified time | relevance | path

Searched full:minimum (Results 1 – 25 of 13949) sorted by relevance

12345678910>>...558

/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test.schema.json36 "type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647 number
75 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
78 "type" : "integer", "minimum" : -128, "maximum" : 127 number
120 "type" : "integer", "minimum" : 0, "maximum" : 4294967295 number
123 "type" : "integer", "minimum" : 0, "maximum" : 4294967295 number
159 … "type" : "integer", "minimum" : -9223372036854775808, "maximum" : 9223372036854775807 number
162 "type" : "integer", "minimum" : 0, "maximum" : 65535 number
171 "type" : "integer", "minimum" : 0, "maximum" : 18446744073709551615 number
184 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
187 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DMinimumValidatorTest.java35 … \"$schema\":\"http://json-schema.org/draft-04/schema#\", \"type\": \"number\", \"minimum\": %s }";
36 …\":\"http://json-schema.org/draft-04/schema#\", \"type\": \"integer\", \"minimum\": %s, \"exclusiv…
37 …\"$schema\":\"http://json-schema.org/draft-04/schema#\", \"type\": \"integer\", \"minimum\": %s }";
38 …ing NEGATIVE_MESSAGE_TEMPLATE = "Expecting validation errors, value %s is smaller than minimum %s";
39 … POSITIVT_MESSAGE_TEMPLATE = "Expecting no validation errors, value %s is greater than minimum %s";
60 // minimum, value in positiveNumber()
70 // minimum, value in negativeNumber()
89 // minimum, value in positiveInteger()
101 // minimum, value in negativeInteger()
114 // minimum, value in positiveExclusiveInteger()
[all …]
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram.cc104 HistogramBase::Sample minimum, in Factory() argument
108 : Factory(name, HISTOGRAM, minimum, maximum, bucket_count, flags) {} in Factory()
120 HistogramBase::Sample minimum, in Factory() argument
126 minimum_(minimum), in Factory()
174 // In most cases, the bucket-count, minimum, and maximum values are known in Build()
245 Sample minimum, in FactoryGet() argument
249 return FactoryGetInternal(name, minimum, maximum, bucket_count, flags); in FactoryGet()
253 TimeDelta minimum, in FactoryTimeGet() argument
257 return FactoryTimeGetInternal(name, minimum, maximum, bucket_count, flags); in FactoryTimeGet()
261 TimeDelta minimum, in FactoryMicrosecondsTimeGet() argument
[all …]
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Ddelay_manager_unittest.cc99 // Base minimum delay should be between [0, 10000] milliseconds. in TEST_F()
112 // Base minimum delay sets lower bound on minimum. That is why when base in TEST_F()
113 // minimum delay is lower than minimum delay we use minimum delay. in TEST_F()
125 // Base minimum delay sets lower bound on minimum. That is why when base in TEST_F()
126 // minimum delay is greater than minimum delay we use base minimum delay. in TEST_F()
142 // Base minimum delay is greater than minimum delay, that is why we clamp in TEST_F()
165 // Base minimum delay is greater than minimum delay, that is why we clamp in TEST_F()
182 // Base minimum delay is greater than minimum delay, and lower than maximum in TEST_F()
194 // Check that when we increase base minimum delay to value higher than in TEST_F()
195 // minimum delay then minimum delay is still memorized. This allows to in TEST_F()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/temporal/
H A DValueRange.java78 * Only the minimum and maximum values are provided.
99 * The smallest minimum value.
103 * The largest minimum value.
118 * This factory obtains a range where the minimum and maximum values are fixed.
121 * @param min the minimum value
124 * @throws IllegalArgumentException if the minimum is greater than the maximum
128 throw new IllegalArgumentException("Minimum value must be less than maximum value"); in of()
136 * This factory obtains a range where the minimum value is fixed and the maximum value may vary.
139 * @param min the minimum value
144 * the minimum is greater than the smallest maximum,
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/temporal/
DValueRange.java78 * Only the minimum and maximum values are provided.
99 * The smallest minimum value.
103 * The largest minimum value.
118 * This factory obtains a range where the minimum and maximum values are fixed.
121 * @param min the minimum value
124 * @throws IllegalArgumentException if the minimum is greater than the maximum
128 throw new IllegalArgumentException("Minimum value must be less than maximum value"); in of()
136 * This factory obtains a range where the minimum value is fixed and the maximum value may vary.
139 * @param min the minimum value
144 * the minimum is greater than the smallest maximum,
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/temporal/
DValueRange.java78 * Only the minimum and maximum values are provided.
99 * The smallest minimum value.
103 * The largest minimum value.
118 * This factory obtains a range where the minimum and maximum values are fixed.
121 * @param min the minimum value
124 * @throws IllegalArgumentException if the minimum is greater than the maximum
128 throw new IllegalArgumentException("Minimum value must be less than maximum value"); in of()
136 * This factory obtains a range where the minimum value is fixed and the maximum value may vary.
139 * @param min the minimum value
144 * the minimum is greater than the smallest maximum,
[all …]
/aosp_15_r20/external/python/google-api-python-client/tests/data/
Dmoderator.json608 "minimum": "0", string
620 "minimum": "0", string
724 "minimum": "0", string
732 "minimum": "0", string
740 "minimum": "0", string
779 "minimum": "0", string
792 "minimum": "0", string
804 "minimum": "0", string
812 "minimum": "0", string
842 "minimum": "0", string
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_def_util_test.cc205 // Unless there is a minimum length specified: in TEST_F()
207 "type: 'list(int)' has_minimum: true minimum: 2 " in TEST_F()
209 "Length for attr 'a' of 0 must be at least minimum 2\n\t in Op " in TEST_F()
213 "Length for attr 'a' of 0 must be at least minimum 2\n\t in Op " in TEST_F()
216 "'list(string)' has_minimum: true minimum: 2 " in TEST_F()
218 "Length for attr 'a' of 1 must be at least minimum 2\n\t in Op " in TEST_F()
223 "Length for attr 'a' of 1 must be at least minimum 2\n\t in Op " in TEST_F()
242 "has_minimum: true minimum: 0 }"), in TEST_F()
243 "minimum for unsupported type string"); in TEST_F()
246 "{ i: 2 } has_minimum: true minimum: 7 }"), in TEST_F()
[all …]
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram.cc101 HistogramBase::Sample minimum, in Factory() argument
105 : Factory(name, HISTOGRAM, minimum, maximum, bucket_count, flags) {} in Factory()
115 HistogramBase::Sample minimum, in Factory() argument
121 minimum_(minimum), in Factory()
173 // In most cases, the bucket-count, minimum, and maximum values are known in Build()
250 Sample minimum, in FactoryGet() argument
255 InspectConstructionArguments(name, &minimum, &maximum, &bucket_count); in FactoryGet()
258 return Factory(name, minimum, maximum, bucket_count, flags).Build(); in FactoryGet()
262 TimeDelta minimum, in FactoryTimeGet() argument
266 return FactoryGet(name, static_cast<Sample>(minimum.InMilliseconds()), in FactoryTimeGet()
[all …]
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/spr/acpi/
H A Dpch.asl74 0x0000, // Range Minimum
80 0x0081, // Range Minimum
86 0x0087, // Range Minimum
92 0x0089, // Range Minimum
98 0x008F, // Range Minimum
104 0x00C0, // Range Minimum
120 0x0070, // Range Minimum
126 0x0072, // Range Minimum
132 0x0074, // Range Minimum
148 0x0020, // Range Minimum
[all …]
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DRange.java24 * An immutable range of objects from a minimum to maximum point inclusive.
61 * Creates a range with the specified minimum and maximum values (both inclusive).
84 * Creates a range with the specified minimum and maximum values (both inclusive).
108 * Creates a range using the specified element as both the minimum
125 * Creates a range using the specified element as both the minimum
143 * Creates a range with the specified minimum and maximum values (both inclusive).
164 * Creates a range with the specified minimum and maximum values (both inclusive).
202 * The minimum value in this range (inclusive).
204 private final T minimum; field in Range
230 this.minimum = element1; in Range()
[all …]
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/temporal/
H A DValueRange.java46 * Only the minimum and maximum values are provided.
64 * The smallest minimum value.
68 * The largest minimum value.
83 * This factory obtains a range where the minimum and maximum values are fixed.
86 * @param min the minimum value
89 * @throws IllegalArgumentException if the minimum is greater than the maximum
93 throw new IllegalArgumentException("Minimum value must be less than maximum value"); in of()
101 * This factory obtains a range where the minimum value is fixed and the maximum value may vary.
104 * @param min the minimum value
109 * the minimum is greater than the smallest maximum,
[all …]
/aosp_15_r20/external/coreboot/util/bincfg/
H A Dddr4_unbuffered_spd_512.spec96 # Byte 18: SDRAM Minimum Cycle Time (tCKAVGmin)
139 # Byte 24: Minimum CAS Latency Time (tAAmin)
142 # Byte 25: Minimum RAS to CAS Delay Time (tRCDmin)
145 # Byte 26: Minimum Row Precharge Delay Time (tRPmin)
148 # Bytes 27 - 29: Minimum Active to Precharge Delay Time (tRASmin)
149 # / Minimum Active to Active/Refresh Delay Time
156 # Bytes 30 - 31: Minimum Refresh Recovery Delay Time (tRFC1min)
160 # Bytes 32 - 33: Minimum Refresh Recovery Delay Time (tRFC2min)
164 # Bytes 34 - 35: Minimum Refresh Recovery Delay Time (tRFC4min)
168 # Byte 36 - 37: Minimum Four Activate Window Delay Time
[all …]
H A Dddr4_registered_spd_512.spec96 # Byte 18: SDRAM Minimum Cycle Time (tCKAVGmin)
139 # Byte 24: Minimum CAS Latency Time (tAAmin)
142 # Byte 25: Minimum RAS to CAS Delay Time (tRCDmin)
145 # Byte 26: Minimum Row Precharge Delay Time (tRPmin)
148 # Bytes 27 - 29: Minimum Active to Precharge Delay Time (tRASmin)
149 # / Minimum Active to Active/Refresh Delay Time
156 # Bytes 30 - 31: Minimum Refresh Recovery Delay Time (tRFC1min)
160 # Bytes 32 - 33: Minimum Refresh Recovery Delay Time (tRFC2min)
164 # Bytes 34 - 35: Minimum Refresh Recovery Delay Time (tRFC4min)
168 # Byte 36 - 37: Minimum Four Activate Window Delay Time
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json13798 "minimum": 0, number
13831 "minimum": 0, number
13893 "minimum": 0, number
13926 "minimum": 0, number
13988 "minimum": 0, number
14021 "minimum": 0, number
14083 "minimum": 0, number
14116 "minimum": 0, number
14205 "minimum": 0, number
14238 "minimum": 0, number
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json13798 "minimum": 0, number
13831 "minimum": 0, number
13893 "minimum": 0, number
13926 "minimum": 0, number
13988 "minimum": 0, number
14021 "minimum": 0, number
14083 "minimum": 0, number
14116 "minimum": 0, number
14205 "minimum": 0, number
14238 "minimum": 0, number
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json13798 "minimum": 0, number
13831 "minimum": 0, number
13893 "minimum": 0, number
13926 "minimum": 0, number
13988 "minimum": 0, number
14021 "minimum": 0, number
14083 "minimum": 0, number
14116 "minimum": 0, number
14205 "minimum": 0, number
14238 "minimum": 0, number
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json13798 "minimum": 0, number
13831 "minimum": 0, number
13893 "minimum": 0, number
13926 "minimum": 0, number
13988 "minimum": 0, number
14021 "minimum": 0, number
14083 "minimum": 0, number
14116 "minimum": 0, number
14205 "minimum": 0, number
14238 "minimum": 0, number
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/intrinsics_data/
H A Darm_intrinsics.json13798 "minimum": 0, number
13831 "minimum": 0, number
13893 "minimum": 0, number
13926 "minimum": 0, number
13988 "minimum": 0, number
14021 "minimum": 0, number
14083 "minimum": 0, number
14116 "minimum": 0, number
14205 "minimum": 0, number
14238 "minimum": 0, number
[all …]
/aosp_15_r20/external/fonttools/Tests/designspaceLib/
H A Ddesignspace_test.py39 "minimum": axisDescriptor.minimum,
74 a1.minimum = 0
84 a2.minimum = 0
187 dict(name="axisName_a", minimum=0, maximum=1),
188 dict(name="axisName_b", minimum=2, maximum=3),
263 a1.minimum = 0
334 a1.minimum = 0
344 a2.minimum = 0
354 a3.minimum = 333
366 dict(name="weight", minimum=200, maximum=500),
[all …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DGeneralSubtree.java23 * minimum [0] BaseDistance DEFAULT 0,
38 private ASN1Integer minimum; field in GeneralSubtree
56 minimum = ASN1Integer.getInstance(o, false); in GeneralSubtree()
72 … throw new IllegalArgumentException("Bad tag number for 'minimum': " + oMin.getTagNo()); in GeneralSubtree()
74 minimum = ASN1Integer.getInstance(oMin, false); in GeneralSubtree()
97 * According RFC 3280, the minimum and maximum fields are not used with any
98 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
100 * If minimum is <code>null</code>, zero is assumed, if
105 * @param minimum
106 * Minimum
[all …]
/aosp_15_r20/external/webrtc/common_audio/signal_processing/
H A Dmin_max_operations.c109 // Minimum value of word16 vector. C version for generic platforms.
111 int16_t minimum = WEBRTC_SPL_WORD16_MAX; in WebRtcSpl_MinValueW16C() local
117 if (vector[i] < minimum) in WebRtcSpl_MinValueW16C()
118 minimum = vector[i]; in WebRtcSpl_MinValueW16C()
120 return minimum; in WebRtcSpl_MinValueW16C()
123 // Minimum value of word32 vector. C version for generic platforms.
125 int32_t minimum = WEBRTC_SPL_WORD32_MAX; in WebRtcSpl_MinValueW32C() local
131 if (vector[i] < minimum) in WebRtcSpl_MinValueW32C()
132 minimum = vector[i]; in WebRtcSpl_MinValueW32C()
134 return minimum; in WebRtcSpl_MinValueW32C()
[all …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
H A DGeneralSubtree.java24 * minimum [0] BaseDistance DEFAULT 0,
40 private ASN1Integer minimum; field in GeneralSubtree
58 minimum = ASN1Integer.getInstance(o, false); in GeneralSubtree()
74 … throw new IllegalArgumentException("Bad tag number for 'minimum': " + oMin.getTagNo()); in GeneralSubtree()
76 minimum = ASN1Integer.getInstance(oMin, false); in GeneralSubtree()
99 * According RFC 3280, the minimum and maximum fields are not used with any
100 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
102 * If minimum is <code>null</code>, zero is assumed, if
107 * @param minimum
108 * Minimum
[all …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
H A DGeneralSubtree.java24 * minimum [0] BaseDistance DEFAULT 0,
40 private ASN1Integer minimum; field in GeneralSubtree
58 minimum = ASN1Integer.getInstance(o, false); in GeneralSubtree()
74 … throw new IllegalArgumentException("Bad tag number for 'minimum': " + oMin.getTagNo()); in GeneralSubtree()
76 minimum = ASN1Integer.getInstance(oMin, false); in GeneralSubtree()
99 * According RFC 3280, the minimum and maximum fields are not used with any
100 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
102 * If minimum is <code>null</code>, zero is assumed, if
107 * @param minimum
108 * Minimum
[all …]

12345678910>>...558