Home
last modified time | relevance | path

Searched full:least (Results 1 – 25 of 15026) sorted by relevance

12345678910>>...602

/external/sdv/vsomeip/third_party/boost/integer/include/boost/
Dinteger.hpp42 // fast integers from least integers
61 template<> struct int_least_helper<1> { typedef boost::long_long_type least; }; typedef
63 template<> struct int_least_helper<1> { typedef __int64 least; }; typedef
65 template<> struct int_least_helper<2> { typedef long least; }; typedef
66 template<> struct int_least_helper<3> { typedef int least; }; typedef
67 template<> struct int_least_helper<4> { typedef short least; }; typedef
68 template<> struct int_least_helper<5> { typedef signed char least; }; typedef
70 template<> struct uint_least_helper<1> { typedef boost::ulong_long_type least; }; typedef
72 template<> struct uint_least_helper<1> { typedef unsigned __int64 least; }; typedef
74 template<> struct uint_least_helper<2> { typedef unsigned long least; }; typedef
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
D1-1.c38 puts("Test Failed: \%a doesn't equal at least 3 bytes"); in main()
76 * puts("Test Failed: \%c doesn't equal at least 30 bytes"); in main()
85 puts("Test Failed: \%C doesn't equal at least 2 bytes"); in main()
94 puts("Test Failed: \%d doesn't equal at least 2 bytes"); in main()
105 * puts("Test Failed: \%D doesn't equal at least 2 bytes"); in main()
115 puts("Test Failed: \%e doesn't equal at least 2 bytes"); in main()
124 puts("Test Failed: \%F doesn't equal at least 10 bytes"); in main()
133 puts("Test Failed: \%H doesn't equal at least 2 bytes"); in main()
144 * puts("Test Failed: \%g doesn't equal at least 2 bytes"); in main()
154 puts("Test Failed: \%G doesn't equal at least 4 bytes"); in main()
[all …]
D2-1.c40 * puts("Test Failed: \%Ec doesn't equal at least 31 bytes"); in main()
80 * puts("Test Failed: \%Ey doesn't equal at least 2 bytes"); in main()
90 puts("Test Failed: \%EY doesn't equal at least 4 bytes"); in main()
99 puts("Test Failed: \%Od doesn't equal at least 2 bytes"); in main()
108 puts("Test Failed: \%Oe doesn't equal at least 2 bytes"); in main()
117 puts("Test Failed: \%OH doesn't equal at least 2 bytes"); in main()
126 puts("Test Failed: \%OI doesn't equal at least 2 bytes"); in main()
135 puts("Test Failed: \%Om doesn't equal at least 2 bytes"); in main()
144 puts("Test Failed: \%OM doesn't equal at least 2 bytes"); in main()
153 puts("Test Failed: \%OS doesn't equal at least 2 bytes"); in main()
[all …]
/external/sdv/vsomeip/third_party/boost/integer/include/boost/integer/
Dinteger_mask.hpp45 typedef typename uint_t<(Bit + 1)>::least least; typedef
48 BOOST_STATIC_CONSTANT( least, high_bit = (least( 1u ) << Bit) );
68 typedef typename uint_t<Bits>::least least; typedef
71 BOOST_STATIC_CONSTANT( least, sig_bits = least(~(least(~(least( 0u ))) << Bits )) );
85 typedef uint_t<limits_type::digits>::least least; \
87 BOOST_STATIC_CONSTANT( least, sig_bits = (~( least(0u) )) ); \
94 …nitializing' : conversion from 'int' to 'const boost::low_bits_mask_t<8>::least', signed/unsigned …
/external/openthread/third_party/mbedtls/repo/
D.uncrustify.cfg58 # At least 1 space around assignment
64 # At least 1 space around '||' and '&&'
88 # At least 1 space around comparison operators
127 # At least 1 space before a '*' pointer star
142 # At least 1 space after a type in variable definition etc
167 # Must have at least 1 space after a comma
182 # At least 1 space inside '{ }'
185 # At least 1 space inside '{ }' in an enum
188 # At least 1 space inside '{ }' in a struct
191 # At least 1 space between a function return type and the function name
[all …]
/external/mbedtls/
D.uncrustify.cfg58 # At least 1 space around assignment
64 # At least 1 space around '||' and '&&'
88 # At least 1 space around comparison operators
127 # At least 1 space before a '*' pointer star
142 # At least 1 space after a type in variable definition etc
167 # Must have at least 1 space after a comma
182 # At least 1 space inside '{ }'
185 # At least 1 space inside '{ }' in an enum
188 # At least 1 space inside '{ }' in a struct
191 # At least 1 space between a function return type and the function name
[all …]
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dccm.h119 * output buffer is at least \p length + \p tag_len wide.
125 * buffer of at least \p iv_len Bytes.
130 * zero, \p add must be a readable buffer of at least that
135 * than zero, \p input must be a readable buffer of at least
138 * than zero, \p output must be a writable buffer of at least
141 * writable buffer of at least \p tag_len Bytes.
161 * output buffer is at least \p length + \p tag_len wide.
171 * buffer of at least \p iv_len Bytes.
176 * at least \p add_len Bytes.
180 * than zero, \p input must be a readable buffer of at least
[all …]
Dgcm.h93 * least \p keybits bits.
113 * buffer must trail at least 8 Bytes behind the input buffer.
136 * at least \p iv_len Bytes.
139 * least that size in Bytes.
142 * than zero, this must be a readable buffer of at least that
145 * than zero, this must be a writable buffer of at least that
149 * buffer of at least \p tag_len Bytes.
176 * must trail at least 8 Bytes behind the input buffer.
182 * of at least \p iv_len Bytes.
185 * least that size in Bytes.
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/correlation/
DCovariance.java73 * <p>The input array must be rectangular with at least one column
79 * rectangular with at least two rows and one column.
81 * rectangular with at least one row and one column.
92 * <p>The input array must be rectangular with at least one column
97 * rectangular with at least two rows and one column.
99 * rectangular with at least one row and one column.
113 * <p>The matrix must have at least one column and two rows</p>
118 * at least two rows and one column
131 * <p>The matrix must have at least one column and two rows</p>
135 * at least two rows and one column
[all …]
/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/
DBatchPredictRequestOrBuilder.java150 * that have at least this confidence score. The default is 0.5.
155 * have at least this confidence score. The default is 0.5.
159 * it will only produce bounding boxes which have at least this
169 * have at least this confidence score. The default is 0.5.
199 * it will only produce bounding boxes which have at least this
207 * at least that long as a relative value of video frame size are
224 * that have at least this confidence score. The default is 0.5.
229 * have at least this confidence score. The default is 0.5.
233 * it will only produce bounding boxes which have at least this
243 * have at least this confidence score. The default is 0.5.
[all …]
/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/
DBatchPredictRequestOrBuilder.java149 * that have at least this confidence score. The default is 0.5.
153 * have at least this confidence score. The default is 0.5.
156 * it will only produce bounding boxes which have at least this
164 * have at least this confidence score. The default is 0.5.
194 * it will only produce bounding boxes which have at least this
200 * at least that long as a relative value of video frame size will be
216 * that have at least this confidence score. The default is 0.5.
220 * have at least this confidence score. The default is 0.5.
223 * it will only produce bounding boxes which have at least this
231 * have at least this confidence score. The default is 0.5.
[all …]
/external/mbedtls/docs/architecture/testing/
Ddriver-interface-test-strategy.md34 * Make at least one failing call to `psa_register_se_driver` followed by a successful call.
35 * Make at least one test that successfully registers the maximum number of drivers and fails to reg…
41 * Make at least one test with a key in a secure element that checks that the driver method is calle…
42 * Make at least one test with a key that is not in a secure element that checks that the driver met…
43 * Make at least one test with a key in a secure element with a driver that does not have the requis…
44 * Make at least one test with a key in a secure element with a driver that does not have the substr…
45 * At least one test should register multiple drivers with a key in each driver and check that the e…
46 * At least one test should register the same driver structure with multiple lifetime values and che…
65 * Unexpected errors. At least test that if the driver returns `PSA_ERROR_GENERIC_ERROR`, this is pr…
70 * Check that the storage ends up in the expected state. At least make sure that no intermediate fil…
[all …]
/external/openthread/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md34 * Make at least one failing call to `psa_register_se_driver` followed by a successful call.
35 * Make at least one test that successfully registers the maximum number of drivers and fails to reg…
41 * Make at least one test with a key in a secure element that checks that the driver method is calle…
42 * Make at least one test with a key that is not in a secure element that checks that the driver met…
43 * Make at least one test with a key in a secure element with a driver that does not have the requis…
44 * Make at least one test with a key in a secure element with a driver that does not have the substr…
45 * At least one test should register multiple drivers with a key in each driver and check that the e…
46 * At least one test should register the same driver structure with multiple lifetime values and che…
65 * Unexpected errors. At least test that if the driver returns `PSA_ERROR_GENERIC_ERROR`, this is pr…
70 * Check that the storage ends up in the expected state. At least make sure that no intermediate fil…
[all …]
/external/mbedtls/include/mbedtls/
Dgcm.h87 * least \p keybits bits.
107 * buffer must trail at least 8 Bytes behind the input buffer.
130 * at least \p iv_len Bytes.
133 * least that size in Bytes.
136 * than zero, this must be a readable buffer of at least that
139 * than zero, this must be a writable buffer of at least that
143 * buffer of at least \p tag_len Bytes.
170 * must trail at least 8 Bytes behind the input buffer.
176 * of at least \p iv_len Bytes.
179 * least that size in Bytes.
[all …]
Dccm.h136 * output buffer is at least \p length + \p tag_len wide.
142 * buffer of at least \p iv_len Bytes.
147 * zero, \p ad must be a readable buffer of at least that
152 * than zero, \p input must be a readable buffer of at least
155 * than zero, \p output must be a writable buffer of at least
158 * writable buffer of at least \p tag_len Bytes.
178 * output buffer is at least \p length + \p tag_len wide.
189 * buffer of at least \p iv_len Bytes.
194 * at least \p ad_len Bytes.
198 * than zero, \p input must be a readable buffer of at least
[all …]
/external/guava/android/guava-tests/test/com/google/common/primitives/
DSignedBytesTest.java45 private static final byte LEAST = Byte.MIN_VALUE; field in SignedBytesTest
48 private static final byte[] VALUES = {LEAST, -1, 0, 1, GREATEST};
55 assertCastFails(LEAST - 1L); in testCheckedCast()
65 assertThat(SignedBytes.saturatedCast(LEAST - 1L)).isEqualTo(LEAST); in testSaturatedCast()
67 assertThat(SignedBytes.saturatedCast(Long.MIN_VALUE)).isEqualTo(LEAST); in testSaturatedCast()
111 assertThat(SignedBytes.max(LEAST)).isEqualTo(LEAST); in testMax()
126 assertThat(SignedBytes.min(LEAST)).isEqualTo(LEAST); in testMin()
145 new byte[] {LEAST}, in testLexicographicalComparator()
146 new byte[] {LEAST, LEAST}, in testLexicographicalComparator()
147 new byte[] {LEAST, (byte) 1}, in testLexicographicalComparator()
[all …]
/external/guava/guava-tests/test/com/google/common/primitives/
DSignedBytesTest.java45 private static final byte LEAST = Byte.MIN_VALUE; field in SignedBytesTest
48 private static final byte[] VALUES = {LEAST, -1, 0, 1, GREATEST};
55 assertCastFails(LEAST - 1L); in testCheckedCast()
65 assertThat(SignedBytes.saturatedCast(LEAST - 1L)).isEqualTo(LEAST); in testSaturatedCast()
67 assertThat(SignedBytes.saturatedCast(Long.MIN_VALUE)).isEqualTo(LEAST); in testSaturatedCast()
111 assertThat(SignedBytes.max(LEAST)).isEqualTo(LEAST); in testMax()
126 assertThat(SignedBytes.min(LEAST)).isEqualTo(LEAST); in testMin()
145 new byte[] {LEAST}, in testLexicographicalComparator()
146 new byte[] {LEAST, LEAST}, in testLexicographicalComparator()
147 new byte[] {LEAST, (byte) 1}, in testLexicographicalComparator()
[all …]
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsMapContaining.java48 * at least one entry whose key satisfies the specified <code>keyMatcher</code> <b>and</b> whose
54 …the key matcher that, in combination with the valueMatcher, must be satisfied by at least one entry
56 …the value matcher that, in combination with the keyMatcher, must be satisfied by at least one entry
64 …* at least one entry whose key equals the specified <code>key</code> <b>and</b> whose value equals…
70 * the key that, in combination with the value, must be describe at least one entry
72 * the value that, in combination with the key, must be describe at least one entry
80 * at least one key that satisfies the specified matcher.
85 * the matcher that must be satisfied by at least one key
93 * at least one key that is equal to the specified key.
106 * at least one value that satisfies the specified valueMatcher.
[all …]
/external/sdv/vsomeip/third_party/boost/integer/doc/
Dinteger.qbk45 [[link boost_integer.gcd_lcm Greatest Common Divisor and Least Common Multiple].]
169 // fast integers from least integers
182 typedef ``['implementation-defined-type]`` least;
183 typedef int_fast_t<least>::fast fast;
192 typedef ``['implementation-defined-type]`` least;
193 typedef int_fast_t<least>::fast fast;
200 typedef ``['implementation-defined-type]`` least;
201 typedef int_fast_t<least>::fast fast;
207 typedef ``['implementation-defined-type]`` least;
208 typedef int_fast_t<least>::fast fast;
[all …]
/external/clang/test/OpenMP/
Dtarget_update_to_messages.cpp82 …/ expected-error {{expected '(' after 'to'}} expected-error {{expected at least one 'to' clause or… in tmain()
83 …'('}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or… in tmain()
84 …() // expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or… in tmain()
85 …of '#pragma omp target update' are ignored}} expected-error {{expected at least one 'to' clause or… in tmain()
86 …ror {{use of undeclared identifier 'alloc'}} expected-error {{expected at least one 'to' clause or… in tmain()
89 …cted-error {{'T' does not refer to a value}} expected-error {{expected at least one 'to' clause or… in tmain()
96 …ed-error {{'S1' does not refer to a value}}} expected-error {{expected at least one 'to' clause or… in tmain()
98 …or 2 {{type 'S2' is not mappable to target}} expected-error {{expected at least one 'to' clause or… in tmain()
99 …e variables are not allowed in 'to' clause}} expected-error {{expected at least one 'to' clause or… in tmain()
137 …/ expected-error {{expected '(' after 'to'}} expected-error {{expected at least one 'to' clause or… in main()
[all …]
Dtarget_update_from_messages.cpp82 …expected-error {{expected '(' after 'from'}} expected-error {{expected at least one 'to' clause or… in tmain()
83 …'('}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or… in tmain()
84 …() // expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or… in tmain()
85 …of '#pragma omp target update' are ignored}} expected-error {{expected at least one 'to' clause or… in tmain()
86 …ror {{use of undeclared identifier 'alloc'}} expected-error {{expected at least one 'to' clause or… in tmain()
89 …cted-error {{'T' does not refer to a value}} expected-error {{expected at least one 'to' clause or… in tmain()
96 …ed-error {{'S1' does not refer to a value}}} expected-error {{expected at least one 'to' clause or… in tmain()
98 …or 2 {{type 'S2' is not mappable to target}} expected-error {{expected at least one 'to' clause or… in tmain()
99 …variables are not allowed in 'from' clause}} expected-error {{expected at least one 'to' clause or… in tmain()
138 …expected-error {{expected '(' after 'from'}} expected-error {{expected at least one 'to' clause or… in main()
[all …]
/external/guava/android/guava-tests/test/com/google/common/collect/
DTopKSelectorTest.java40 TopKSelector.least(-1); in testNegativeK()
50 TopKSelector.least(-1, Ordering.natural()); in testNegativeK()
62 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK()
70 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered()
75 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK()
84 TopKSelector<Integer> top = TopKSelector.least(4); in testOfferedKPlusOne()
92 TopKSelector<Integer> top = TopKSelector.least(2); in testOfferedThreeK()
99 TopKSelector<String> top = TopKSelector.least(3, String.CASE_INSENSITIVE_ORDER); in testDifferentComparator()
116 TopKSelector<Integer> top = TopKSelector.least(k, cmp); in testWorstCase()
129 TopKSelector<Integer> top = TopKSelector.least(7); in testExceedMaxIteration()
/external/guava/guava-tests/test/com/google/common/collect/
DTopKSelectorTest.java40 TopKSelector.least(-1); in testNegativeK()
50 TopKSelector.least(-1, Ordering.natural()); in testNegativeK()
62 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK()
70 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered()
75 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK()
84 TopKSelector<Integer> top = TopKSelector.least(4); in testOfferedKPlusOne()
92 TopKSelector<Integer> top = TopKSelector.least(2); in testOfferedThreeK()
99 TopKSelector<String> top = TopKSelector.least(3, String.CASE_INSENSITIVE_ORDER); in testDifferentComparator()
116 TopKSelector<Integer> top = TopKSelector.least(k, cmp); in testWorstCase()
129 TopKSelector<Integer> top = TopKSelector.least(7); in testExceedMaxIteration()
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt23 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not.
31 nohz_full - do at least one.
32 maxcpu -- do at least one.
33 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not.
34 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not.
35 rcupdate.rcu_self_test -- Do at least one each, offloaded and not.
36 rcutree.rcu_fanout_exact -- Do at least one.
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
DCovariance.java73 * <p>The input array must be rectangular with at least two columns
79 * rectangular with at least two rows and two columns.
89 * <p>The input array must be rectangular with at least two columns
94 * rectangular with at least two rows and two columns.
107 * <p>The matrix must have at least two columns and two rows</p>
112 * at least two rows and two columns
124 * <p>The matrix must have at least two columns and two rows</p>
128 * at least two rows and two columns
156 * @param matrix input matrix (must have at least two columns and two rows)
178 * @param matrix input matrix (must have at least two columns and two rows)
[all …]

12345678910>>...602