Home
last modified time | relevance | path

Searched full:compared (Results 1 – 25 of 4404) sorted by relevance

12345678910>>...177

/external/clang/test/Analysis/
Dtest-after-div-zero.c7 var = 77 / x; // expected-note {{Division with compared value made here}} in err_eq()
8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq()
9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq()
12 var = 77 / x; // expected-note {{Division with compared value made here}} in err_eq2()
13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2()
14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2()
17 var = 77 / x; // expected-note {{Division with compared value made here}} in err_ne()
18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne()
19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne()
22 var = 77 / x; // expected-note {{Division with compared value made here}} in err_ge()
[all …]
/external/testng/src/test/java/test/asserttests/
DArrayEqualityAssertTest.java26 "arrays of primitives are compared by value in assertEquals"); in arrayAssertEquals()
32 "arrays of primitives are compared by value in assertNotEquals"); in arrayAssertNotEquals()
38 "arrays of wrapped values are compared by value in assertEquals"); in boxedArrayAssertEquals()
44 "arrays of wrapped values are compared by value in assertNotEquals"); in boxedArrayAssertNotEquals()
50 "arrays of wrapped values are compared by value in assertEquals"); in mixedArraysAssertEquals()
52 "arrays of wrapped values are compared by value in assertEquals"); in mixedArraysAssertEquals()
58 "arrays of wrapped values are compared by value in assertNotEquals"); in mixedArraysAssertNotEquals()
60 "arrays of wrapped values are compared by value in assertNotEquals"); in mixedArraysAssertNotEquals()
72 "arrays inside lists are compared by reference in assertEquals"); in arrayInsideListAssertEquals()
84 "arrays inside lists are compared by reference in assertNotEquals"); in arrayInsideListAssertNotEquals()
[all …]
/external/OpenCL-CTS/test_conformance/spir/
Dkernelargs.h140 size_t compared = 0; in compare() local
143 while (compared < m_size) in compare()
145 float l = *(float*)(((char*)m_buffer)+compared); in compare()
146 float r = *(float*)(((char*)rhs.m_buffer)+compared); in compare()
152 compared += sizeof(float); in compare()
157 while (compared < m_size) in compare()
159 double l = *(double*)(((char*)m_buffer)+compared); in compare()
160 double r = *(double*)(((char*)rhs.m_buffer)+compared); in compare()
166 compared += sizeof(double); in compare()
171 while (compared < m_size) in compare()
[all …]
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/
DComparatorMatcherBuilderTest.java43 …assertDescription("a value greater than <1> when compared by <backwards integer comparator>", comp… in testDescription()
44 …assertDescription("a value equal to or greater than <1> when compared by <backwards integer compar… in testDescription()
45 …assertDescription("a value equal to <1> when compared by <backwards integer comparator>", compared… in testDescription()
46 …assertDescription("a value less than or equal to <1> when compared by <backwards integer comparato… in testDescription()
47 …assertDescription("a value less than <1> when compared by <backwards integer comparator>", compare… in testDescription()
56 …assertMismatchDescription("<1> was less than <0> when compared by <backwards integer comparator>",… in testMismatchDescriptions()
57 …assertMismatchDescription("<1> was equal to <1> when compared by <backwards integer comparator>", … in testMismatchDescriptions()
58 …assertMismatchDescription("<0> was greater than <1> when compared by <backwards integer comparator… in testMismatchDescriptions()
59 …assertMismatchDescription("<2> was equal to <2> when compared by <backwards integer comparator>", … in testMismatchDescriptions()
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt37 …retrieves data back from output buffer to host memory. The data is then compared with reference da…
56 …retrieves data back from output buffer to host memory. The data is then compared with reference da…
74 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
93 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
106 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
122 The validation part retrieves data back from output buffer to host memory. The data is compared aga…
141 compared against the expected output from compute shader. On the other hand for each mipmap level t…
157 …the non-sparse images back to the CPU. Contents of the texels image are compared against the data …
158 …parse image that do not have backing device memory, the fetched data is compared against zeroed me…
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.h92 // MessageDifferencer REQUIRES that compared messages be the same type, defined
116 // Messages encoded in a repeated Any cannot be compared using TreatAsMap.
127 // fields and strings are compared by value while embedded messages/groups
128 // are compared as if via a recursive call. Use Compare() with IgnoreField()
152 // compared by value, floats are compared using MathUtil::AlmostEquals() and
153 // embedded messages/groups are compared as if via a recursive call. Use
166 // strings are compared by value, floats are compared using
167 // MathUtil::AlmostEquals() and embedded messages/groups are compared as if
274 // Reports that two fields would have been compared, but the
328 // IgnoreCriteria are registered with AddIgnoreCriteria. For each compared
[all …]
Dfield_comparator.h69 SAME, // Compared fields are equal. In case of comparing submessages,
71 DIFFERENT, // Compared fields are different. In case of comparing
74 RECURSE, // Compared submessages need to be compared recursively.
88 // fields being compared, versus FieldDescriptor which only contains general
106 EXACT, // Floats and doubles are compared exactly.
107 APPROXIMATE, // Floats and doubles are compared using the
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h92 // MessageDifferencer REQUIRES that compared messages be the same type, defined
116 // Messages encoded in a repeated Any cannot be compared using TreatAsMap.
127 // fields and strings are compared by value while embedded messages/groups
128 // are compared as if via a recursive call. Use Compare() with IgnoreField()
152 // compared by value, floats are compared using MathUtil::AlmostEquals() and
153 // embedded messages/groups are compared as if via a recursive call. Use
166 // strings are compared by value, floats are compared using
167 // MathUtil::AlmostEquals() and embedded messages/groups are compared as if
274 // Reports that two fields would have been compared, but the
328 // IgnoreCriteria are registered with AddIgnoreCriteria. For each compared
[all …]
Dfield_comparator.h69 SAME, // Compared fields are equal. In case of comparing submessages,
71 DIFFERENT, // Compared fields are different. In case of comparing
74 RECURSE, // Compared submessages need to be compared recursively.
88 // fields being compared, versus FieldDescriptor which only contains general
106 EXACT, // Floats and doubles are compared exactly.
107 APPROXIMATE, // Floats and doubles are compared using the
/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
DSdkAsserts.java61 * The stream that will be read, compared to the expected file contents, and finally
79 * The stream that will be read, compared to the expected file contents, and finally
99 * The stream that will be read, compared to the expected file contents, and finally
116 * The stream that will be read, compared to the expected file contents, and finally
166 * The stream that will be read, compared to the expected string data, and finally
185 * The stream that will be read, compared to the expected file contents, and finally
214 * The stream that will be read, compared to the expected file contents, and finally
/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DIOComparator.java27 * @param <T> the type of objects that may be compared by this comparator
48 * @param o1 the first object to be compared.
49 * @param o2 the second object to be compared.
53 …* @throws ClassCastException if the arguments' types prevent them from being compared by this comp…
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h144 * convert a string to a series of bytes that can be compared bitwise against
211 * LESS is returned if source string is compared to be less than target
213 * EQUAL is returned if source string is compared to be equal to target
215 * GREATER is returned if source string is compared to be greater than
252 * @param other Collator object to be compared
261 * @param other Collator object to be compared
335 * @param source the source string to be compared with.
336 * @param target the string that is to be compared with the source string.
350 * @param source the source string to be compared with.
351 * @param target the string that is to be compared with the source string.
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Dcoll.h144 * convert a string to a series of bytes that can be compared bitwise against
211 * LESS is returned if source string is compared to be less than target
213 * EQUAL is returned if source string is compared to be equal to target
215 * GREATER is returned if source string is compared to be greater than
252 * @param other Collator object to be compared
261 * @param other Collator object to be compared
335 * @param source the source string to be compared with.
336 * @param target the string that is to be compared with the source string.
350 * @param source the source string to be compared with.
351 * @param target the string that is to be compared with the source string.
[all …]
/external/icu/libicu/cts_headers/unicode/
Dcoll.h144 * convert a string to a series of bytes that can be compared bitwise against
211 * LESS is returned if source string is compared to be less than target
213 * EQUAL is returned if source string is compared to be equal to target
215 * GREATER is returned if source string is compared to be greater than
252 * @param other Collator object to be compared
261 * @param other Collator object to be compared
335 * @param source the source string to be compared with.
336 * @param target the string that is to be compared with the source string.
350 * @param source the source string to be compared with.
351 * @param target the string that is to be compared with the source string.
[all …]
/external/sdv/vsomeip/third_party/boost/unordered/doc/
Dcomparison.qbk16 [Keys can be compared using `key_compare` which is accessed by member function `key_comp()`,
17 … values can be compared using `value_compare` which is accessed by member function `value_comp()`.]
20 There is no function object for compared or hashing values.]
73 [Can be compared using the `==`, `!=`, `<`, `<=`, `>`, `>=` operators.]
74 [Can be compared using the `==` and `!=` operators.]
/external/ComputeLibrary/arm_compute/core/
DValidate.h40 * @param[in] dim1 First object to be compared.
41 * @param[in] dim2 Second object to be compared.
85 * @param[in] dim To be compared object.
269 * @param[in] dim1 The first object to be compared.
270 * @param[in] dim2 The second object to be compared.
293 * @param[in] tensor1 The first object to be compared for odd shape.
326 * @param[in] tensor1 The first object to be compared.
357 * @param[in] tensor_info_1 The first tensor info to be compared.
358 * @param[in] tensor_info_2 The second tensor info to be compared.
374 * @param[in] tensor_1 The first tensor to be compared.
[all …]
/external/python/cpython2/Doc/library/
Dfilecmp.rst27 Files that were compared using this function will not be compared again unless
42 could not be compared. Files are listed in *errors* if they don't exist in
102 compared.
174 Files which are in both *a* and *b*, but could not be compared.
/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
Dcomplexity.pass.cpp23 int compared = 0; member
44 ++stats.compared; in operator <()
73 LIBCPP_ASSERT(stats.compared <= n * logn); in main()
75 LIBCPP_ASSERT(stats.compared <= 2 * n * logn + debug_comparisons); in main()
/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py103 @param appl_a: the first application which is going to be compared
105 @param appl_b: the second application which is going to be compared
200 @param serv_a: the first service which is going to be compared
202 @param serv_b: the second service which is going to be compared
318 @param serv_a: the first service which is going to be compared
320 @param serv_b: the second service which is going to be compared
408 @param serv_a: the first service which is going to be compared
410 @param serv_b: the second service which is going to be compared
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/
DEqualsBuilder.java74 * also slower than testing explicitly. Non-primitive fields are compared using
247 * Set {@link Class}es whose instances should be compared by calling their {@code equals}
248 …* although being in recursive mode. So the fields of theses classes will not be compared recursive…
294 * not as efficient as testing explicitly. Non-primitive fields are compared using
320 * not as efficient as testing explicitly. Non-primitive fields are compared using
346 * not as efficient as testing explicitly. Non-primitive fields are compared using
373 * not as efficient as testing explicitly. Non-primitive fields are compared using
407 * not as efficient as testing explicitly. Non-primitive fields are compared using
419 * (and non primitive wrapper) field types will be compared by
459 * not as efficient as testing explicitly. Non-primitive fields are compared using
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst25 are compared; otherwise, all global values are compared, and
31 then the corresponding successors are compared; otherwise they are
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h349 … comparison. Only SS[0] is compared. */
351 … comparison. Only SS[1:0] are compared */
353 … comparison. Only SS[2:0] are compared */
355 … comparison. Only SS[3:0] are compared */
357 … comparison. Only SS[4:0] are compared */
359 … comparison. Only SS[5:0] are compared */
361 … comparison. Only SS[6:0] are compared */
363 … comparison. Only SS[7:0] are compared */
365 … comparison. Only SS[8:0] are compared */
367 … comparison. Only SS[9:0] are compared */
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h349 … comparison. Only SS[0] is compared. */
351 … comparison. Only SS[1:0] are compared */
353 … comparison. Only SS[2:0] are compared */
355 … comparison. Only SS[3:0] are compared */
357 … comparison. Only SS[4:0] are compared */
359 … comparison. Only SS[5:0] are compared */
361 … comparison. Only SS[6:0] are compared */
363 … comparison. Only SS[7:0] are compared */
365 … comparison. Only SS[8:0] are compared */
367 … comparison. Only SS[9:0] are compared */
[all …]
/external/zopfli/
DREADME.zopflipng42 Compared to libpng -- an often used PNG encoder implementation -- ZopfliPNG uses
45 gives a compression improvement of 12% compared to convert -q 95, but only 0.5%
46 compared to pngout (from better of /f0 and /f5 runs).
/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/
Dcomplexity.pass.cpp23 int compared = 0; member
44 ++stats.compared; in operator <()
68 assert(stats.compared == 188'285); in main()

12345678910>>...177