Home
last modified time | relevance | path

Searched full:exactly (Results 1 – 25 of 9097) sorted by relevance

12345678910>>...364

/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/
DVideoAnnotationResultsOrBuilder.java58 * There is exactly one element for each unique label.
72 * There is exactly one element for each unique label.
85 * There is exactly one element for each unique label.
98 * There is exactly one element for each unique label.
112 * There is exactly one element for each unique label.
127 * There is exactly one element for each unique label.
141 * There is exactly one element for each unique label.
154 * There is exactly one element for each unique label.
167 * There is exactly one element for each unique label.
181 * There is exactly one element for each unique label.
[all …]
DVideoAnnotationResults.java138 * There is exactly one element for each unique label.
155 * There is exactly one element for each unique label.
173 * There is exactly one element for each unique label.
189 * There is exactly one element for each unique label.
206 * There is exactly one element for each unique label.
229 * There is exactly one element for each unique label.
246 * There is exactly one element for each unique label.
264 * There is exactly one element for each unique label.
280 * There is exactly one element for each unique label.
297 * There is exactly one element for each unique label.
[all …]
/external/aws-sdk-java-v2/core/imds/src/test/java/software/amazon/awssdk/imds/internal/
DBaseEc2MetadataClientTest.java20 import static com.github.tomakehurst.wiremock.client.WireMock.exactly;
76 verify(exactly(1), putRequestedFor(urlPathEqualTo(TOKEN_RESOURCE_PATH)) in get_successOnFirstTry_shouldNotRetryAndSucceed()
78 verify(exactly(1), getRequestedFor(urlPathEqualTo(AMI_ID_RESOURCE)) in get_successOnFirstTry_shouldNotRetryAndSucceed()
89 verify(exactly(1), putRequestedFor(urlPathEqualTo(TOKEN_RESOURCE_PATH)) in get_failsEverytime_shouldRetryAndFails()
91 verify(exactly(DEFAULT_TOTAL_ATTEMPTS), getRequestedFor(urlPathEqualTo(AMI_ID_RESOURCE)) in get_failsEverytime_shouldRetryAndFails()
102 verify(exactly(1), putRequestedFor(urlPathEqualTo(TOKEN_RESOURCE_PATH)) in get_returnsStatus4XX_shouldFailsAndNotRetry()
104 verify(exactly(1), getRequestedFor(urlPathEqualTo(AMI_ID_RESOURCE)) in get_returnsStatus4XX_shouldFailsAndNotRetry()
133 verify(exactly(1), putRequestedFor(urlPathEqualTo(TOKEN_RESOURCE_PATH)) in get_failsOnceThenSucceed_withCustomClient_shouldSucceed()
135 verify(exactly(2), getRequestedFor(urlPathEqualTo(AMI_ID_RESOURCE)) in get_failsOnceThenSucceed_withCustomClient_shouldSucceed()
144 … verify(exactly(DEFAULT_TOTAL_ATTEMPTS), putRequestedFor(urlPathEqualTo(TOKEN_RESOURCE_PATH)) in getToken_failsEverytime_shouldRetryAndFailsAndNotCallService()
[all …]
/external/webrtc/pc/
Dproxy_unittest.cc23 using ::testing::Exactly;
113 .Times(Exactly(1)) in TEST_F()
122 .Times(Exactly(1)) in TEST_F()
130 .Times(Exactly(1)) in TEST_F()
139 .Times(Exactly(1)) in TEST_F()
149 .Times(Exactly(1)) in TEST_F()
159 .Times(Exactly(1)) in TEST_F()
170 .Times(Exactly(1)) in TEST_F()
203 .Times(Exactly(1)) in TEST_F()
211 .Times(Exactly(1)) in TEST_F()
[all …]
/external/pytorch/test/cpp/jit/
Dtest_concat_opt.cpp51 .check_count("= prim::VarConcat(%0, %1, %3)", 1, /*exactly*/ true) in TEST()
52 ->check_count("= prim::VarConcat(%4, %2, %3)", 1, /*exactly*/ true) in TEST()
53 ->check_count("= prim::ListConstruct(%4, %7)", 1, /*exactly*/ true) in TEST()
54 ->check_count("= aten::cat(", 0, /*exactly*/ true) in TEST()
55 ->check_count("= prim::ListConstruct(", 0, /*exactly*/ true) in TEST()
96 .check_count("= prim::VarConcat(%1, %2, %3)", 1, /*exactly*/ true) in TEST()
97 ->check_count("= prim::VarConcat(%0, %4, %3)", 1, /*exactly*/ true) in TEST()
98 ->check_count("= prim::ListConstruct(%4, %7)", 1, /*exactly*/ true) in TEST()
99 ->check_count("= aten::cat(", 0, /*exactly*/ true) in TEST()
100 ->check_count("= prim::ListConstruct(", 0, /*exactly*/ true) in TEST()
[all …]
Dtest_stack_opt.cpp54 .check_count("= prim::VarStack(", 1, /*exactly*/ true) in TEST()
55 ->check_count("= aten::stack(", 0, /*exactly*/ true) in TEST()
56 ->check_count("= prim::ListConstruct(", 0, /*exactly*/ true) in TEST()
101 .check_count("= prim::VarStack(", 2, /*exactly*/ true) in TEST()
102 ->check_count("= aten::stack(", 0, /*exactly*/ true) in TEST()
103 ->check_count("= prim::ListConstruct(", 0, /*exactly*/ true) in TEST()
140 .check_count("= prim::ListConstruct(", 1, /*exactly*/ true) in TEST()
141 ->check_count("= prim::VarStack(", 1, /*exactly*/ true) in TEST()
142 ->check_count("= aten::stack(", 0, /*exactly*/ true) in TEST()
185 .check_count("= prim::ListConstruct(", 1, /*exactly*/ true) in TEST()
[all …]
/external/pytorch/test/jit/
Dtest_batch_mm.py49 FileCheck().check_count("aten::mm", 4, exactly=True).run(
53 FileCheck().check_count("prim::MMTreeReduce", 1, exactly=True).run(
86 FileCheck().check_count("aten::mm", 4, exactly=True).run(
90 FileCheck().check_count("prim::MMTreeReduce", 1, exactly=True).run(
117 FileCheck().check_count("aten::mm", 4, exactly=True).run(test_batch_mm.graph)
119 FileCheck().check_count("aten::mm", 4, exactly=True).check_not(
154 FileCheck().check_count("prim::MMTreeReduce", 1, exactly=True).check_count(
155 "aten::mm", 5, exactly=True
189 FileCheck().check_count("aten::mm", 5, exactly=True).check_count(
190 "prim::MMTreeReduce", 1, exactly=True
[all …]
Dtest_warn.py38 str="UserWarning: I am warning you", count=1, exactly=True
52 str="UserWarning: I am warning you", count=1, exactly=True
69 str="UserWarning: I am warning you", count=1, exactly=True
89 str="UserWarning: I am warning you", count=2, exactly=True
110 str="UserWarning: I am warning you", count=2, exactly=True
124 str="UserWarning: I am warning you", count=2, exactly=True
145 str="UserWarning: I am warning you from foo", count=1, exactly=True
147 str="UserWarning: I am warning you from bar", count=1, exactly=True
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/LoadBalancerStatsResponse/
DMetadataEntry.php17 * Key, exactly as received from the server. Case may be different from what
24 * Value, exactly as received from the server.
43 * Key, exactly as received from the server. Case may be different from what
46 * Value, exactly as received from the server.
57 * Key, exactly as received from the server. Case may be different from what
69 * Key, exactly as received from the server. Case may be different from what
85 * Value, exactly as received from the server.
96 * Value, exactly as received from the server.
/external/spdx-tools/rdfloader/parser2v3/
Dparse_package.go58 // cardinality: exactly 1
61 // cardinality: exactly 1
76 // cardinality: exactly 1
98 // cardinality: exactly 1
108 // cardinality: exactly 1
118 // cardinality: exactly 1
144 // cardinality: exactly 1
147 // cardinality: exactly 1
150 // cardinality: exactly 1
153 // cardinality: exactly 1
[all …]
Dparse_spdx_document.go33 // cardinality: exactly 1
36 // cardinality: exactly 1
43 // cardinality: exactly 1
54 // cardinality: exactly 1
98 // cardinality: exactly 1
101 // cardinality: exactly 1
106 // cardinality: exactly 1
Dparse_annotation.go21 // cardinality: exactly 1
24 // cardinality: exactly 1
27 // cardinality: exactly 1
30 // cardinality: exactly 1
33 // cardinality: exactly 1
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/
DVideoAnnotationResultsOrBuilder.java58 * There is exactly one element for each unique label.
72 * There is exactly one element for each unique label.
86 * There is exactly one element for each unique label.
99 * There is exactly one element for each unique label.
113 * There is exactly one element for each unique label.
128 * There is exactly one element for each unique label.
142 * There is exactly one element for each unique label.
155 * There is exactly one element for each unique label.
168 * There is exactly one element for each unique label.
182 * There is exactly one element for each unique label.
[all …]
/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/
DProbeOrBuilder.java92 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
105 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
118 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
130 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
143 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
156 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
168 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
181 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
194 * Exactly one of httpGet, tcpSocket, or grpc must be specified.
/external/spdx-tools/rdfloader/parser2v2/
Dparse_spdx_document.go33 // cardinality: exactly 1
36 // cardinality: exactly 1
43 // cardinality: exactly 1
54 // cardinality: exactly 1
98 // cardinality: exactly 1
101 // cardinality: exactly 1
106 // cardinality: exactly 1
/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
DSdkAsserts.java53 * Asserts that the contents in the specified file are exactly equal to the contents read from
55 * problems are encountered, or the stream's contents don't match up exactly with the file's
69 * Asserts that the contents in the specified file are exactly equal to the contents read from
71 * problems are encountered, or the stream's contents don't match up exactly with the file's
94 * don't match up exactly with the file's contents, then this method will fail the current test.
109 * don't match up exactly with the file's contents, then this method will fail the current test.
158 * Asserts that the contents in the specified string are exactly equal to the contents read from
160 * problems are encountered, or the stream's contents don't match up exactly with the string's
179 * Returns true if, and only if, the contents read from the specified input streams are exactly
207 * Returns true if, and only if, the contents in the specified file are exactly equal to the
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/
DVideoAnnotationResultsOrBuilder.java58 * There is exactly one element for each unique label.
72 * There is exactly one element for each unique label.
86 * There is exactly one element for each unique label.
99 * There is exactly one element for each unique label.
113 * There is exactly one element for each unique label.
128 * There is exactly one element for each unique label.
142 * There is exactly one element for each unique label.
155 * There is exactly one element for each unique label.
168 * There is exactly one element for each unique label.
182 * There is exactly one element for each unique label.
[all …]
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/
DVideoAnnotationResultsOrBuilder.java93 * There is exactly one element for each unique label.
107 * There is exactly one element for each unique label.
121 * There is exactly one element for each unique label.
134 * There is exactly one element for each unique label.
148 * There is exactly one element for each unique label.
163 * There is exactly one element for each unique label. Compared to the
181 * There is exactly one element for each unique label. Compared to the
199 * There is exactly one element for each unique label. Compared to the
216 * There is exactly one element for each unique label. Compared to the
234 * There is exactly one element for each unique label. Compared to the
[all …]
/external/python/cpython3/Doc/tutorial/
Dfloatingpoint.rst23 Unfortunately, most decimal fractions cannot be represented exactly as binary
42 will never be exactly 1/3, but will be an increasingly better approximation of
46 decimal value 0.1 cannot be represented exactly as a base 2 fraction. In base
55 is ``3602879701896397 / 2 ** 55`` which is close to but not exactly
114 One illusion may beget another. For example, since 0.1 is not exactly 1/10,
115 summing three values of 0.1 may not yield exactly 0.3, either:
175 1/3 can be represented exactly).
209 the float value exactly:
267 decimal fractions cannot be represented exactly as binary (base 2) fractions.
271 Why is that? 1/10 is not exactly representable as a binary fraction. Since at
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
Ddouble_from_chars_test_cases.hpp203 // (0 + 2^-53) * 2^-1022 exactly
217 // (0 + 2^-53) * 2^-1022 exactly, followed by a thousand 0 digits
307 // (0 + 1 - 3 * 2^-53) * 2^-1022 exactly
321 // (0 + 1 - 3 * 2^-53) * 2^-1022 exactly, followed by a thousand 0 digits
411 // (1 + 2^-53) * 2^-1022 exactly
425 // (1 + 2^-53) * 2^-1022 exactly, followed by a thousand 0 digits
515 // (1 + 1 - 3 * 2^-53) * 2^-1022 exactly
529 // (1 + 1 - 3 * 2^-53) * 2^-1022 exactly, followed by a thousand 0 digits
609 // (1 + 2^-53) * 2^-33 exactly
613 // (1 + 2^-53) * 2^-33 exactly, followed by a thousand 0 digits
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
Ddouble_from_chars_test_cases.hpp203 // (0 + 2^-53) * 2^-1022 exactly
217 // (0 + 2^-53) * 2^-1022 exactly, followed by a thousand 0 digits
307 // (0 + 1 - 3 * 2^-53) * 2^-1022 exactly
321 // (0 + 1 - 3 * 2^-53) * 2^-1022 exactly, followed by a thousand 0 digits
411 // (1 + 2^-53) * 2^-1022 exactly
425 // (1 + 2^-53) * 2^-1022 exactly, followed by a thousand 0 digits
515 // (1 + 1 - 3 * 2^-53) * 2^-1022 exactly
529 // (1 + 1 - 3 * 2^-53) * 2^-1022 exactly, followed by a thousand 0 digits
609 // (1 + 2^-53) * 2^-33 exactly
613 // (1 + 2^-53) * 2^-33 exactly, followed by a thousand 0 digits
[all …]
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/mutator/
DStressTest.java106 return Stream.of(arguments(asAnnotatedType(boolean.class), "Boolean", exactly(false, true), in stressTestCases()
107 exactly(false, true)), in stressTestCases()
109 exactly(false, true), exactly(false, true)), in stressTestCases()
111 exactly(null, false, true), exactly(null, false, true)), in stressTestCases()
113 "List<Boolean>", exactly(emptyList(), singletonList(false), singletonList(true)), in stressTestCases()
117 exactly(emptyList(), singletonList(null), singletonList(false), singletonList(true)), in stressTestCases()
121 exactly(null, emptyList(), singletonList(false), singletonList(true)), in stressTestCases()
125 exactly( in stressTestCases()
154 exactly(rangeClosed(Byte.MIN_VALUE, Byte.MAX_VALUE).mapToObj(i -> (byte) i).toArray())), in stressTestCases()
185 exactly(rangeClosed(Integer.MIN_VALUE, Integer.MIN_VALUE + 5).boxed().toArray()), in stressTestCases()
[all …]
/external/gemmlowp/doc/
Dquantization.md53 ## Domain-specific constraint: the real value 0 must be exactly representable.
57 real-value 0 be exactly representable.
65 such layers, it is important that the real value '0' be exactly representable in
66 quantized form, i.e. that it correspond exactly to some quantized value, which
69 Indeed, if '0' were not exactly representable, then we would have to use some
70 quantized value for padding, that does not exactly correspond to the real value
77 Now let us phrase what this constraint &mdash; that the real value 0 be exactly
94 somehow be guaranteed to be exactly integral, so that the special uint8 value
95 `zero_point` can be exactly equal to it. Quite awkward!
122 With this quantization equation (3), the condition that 0 be exactly
[all …]
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/
DVideoAnnotationResultsOrBuilder.java93 * There is exactly one element for each unique label.
107 * There is exactly one element for each unique label.
120 * There is exactly one element for each unique label.
133 * There is exactly one element for each unique label.
147 * There is exactly one element for each unique label.
162 * There is exactly one element for each unique label. Compared to the
180 * There is exactly one element for each unique label. Compared to the
198 * There is exactly one element for each unique label. Compared to the
215 * There is exactly one element for each unique label. Compared to the
233 * There is exactly one element for each unique label. Compared to the
[all …]
/external/googleapis/google/spanner/v1/
Dkeys.proto64 // inclusion and exclusion of rows that exactly match the provided key
65 // components: if the key is closed, then rows that exactly match the
67 // that exactly match are not included.
121 // first `len(start_closed)` key columns exactly match `start_closed`.
125 // `len(start_open)` key columns exactly match `start_open`.
132 // first `len(end_closed)` key columns exactly match `end_closed`.
136 // `len(end_open)` key columns exactly match `end_open`.
149 // A list of specific keys. Entries in `keys` should have exactly as

12345678910>>...364