| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_bignum.generated.data | 9 MPI add #3 0 (null) + negative 0 (null) 12 MPI add #4 0 (null) + negative with leading zero limb 18 MPI add #6 0 (null) + negative 24 MPI add #8 0 (null) + negative with leading zero limb 30 MPI add #10 0 (null) + large negative 39 MPI add #13 0 (1 limb) + negative 0 (null) 42 MPI add #14 0 (1 limb) + negative with leading zero limb 48 MPI add #16 0 (1 limb) + negative 54 MPI add #18 0 (1 limb) + negative with leading zero limb 60 MPI add #20 0 (1 limb) + large negative [all …]
|
| D | test_suite_bignum.misc.data | 31 Base test mpi_read_write_string #3 (Negative decimal) 34 Base test mpi_read_write_string #3 (Negative decimal, leading 0) 37 Base test mpi_read_write_string #3 (Negative hex -> decimal) 40 Base test mpi_read_write_string #3 (Negative hex) 43 Base test mpi_read_write_string #3 (Negative hex, leading 0) 88 Test mpi_write_string #10 (Negative hex with odd number of digits) 181 Base test mbedtls_mpi_cmp_int (Negative values) #1 184 Base test mbedtls_mpi_cmp_int (Negative values) #2 187 Base test mbedtls_mpi_cmp_int (Negative values) #3 199 Base test mbedtls_mpi_cmp_mpi (Negative values) #1 [all …]
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_bignum.generated.data | 9 MPI add #3 0 (null) + negative 0 (null) 12 MPI add #4 0 (null) + negative with leading zero limb 18 MPI add #6 0 (null) + negative 24 MPI add #8 0 (null) + negative with leading zero limb 30 MPI add #10 0 (null) + large negative 39 MPI add #13 0 (1 limb) + negative 0 (null) 42 MPI add #14 0 (1 limb) + negative with leading zero limb 48 MPI add #16 0 (1 limb) + negative 54 MPI add #18 0 (1 limb) + negative with leading zero limb 60 MPI add #20 0 (1 limb) + large negative [all …]
|
| D | test_suite_bignum.misc.data | 25 Base test mpi_read_write_string #3 (Negative decimal) 28 Base test mpi_read_write_string #3 (Negative decimal, leading 0) 31 Base test mpi_read_write_string #3 (Negative hex -> decimal) 34 Base test mpi_read_write_string #3 (Negative hex) 37 Base test mpi_read_write_string #3 (Negative hex, leading 0) 82 Test mpi_write_string #10 (Negative hex with odd number of digits) 184 Base test mbedtls_mpi_cmp_int (Negative values) #1 187 Base test mbedtls_mpi_cmp_int (Negative values) #2 190 Base test mbedtls_mpi_cmp_int (Negative values) #3 202 Base test mbedtls_mpi_cmp_mpi (Negative values) #1 [all …]
|
| /external/flac/test/ |
| D | cuesheet.ok | 1 NEGATIVE cuesheets/bad.000.CATALOG_multiple.cue 3 NEGATIVE cuesheets/bad.001.CATALOG_missing_number.cue 5 NEGATIVE cuesheets/bad.002.CATALOG_number_too_long.cue 7 NEGATIVE cuesheets/bad.003.CATALOG_not_13_digits.cue 9 NEGATIVE cuesheets/bad.030.FLAGS_multiple.cue 11 NEGATIVE cuesheets/bad.031.FLAGS_wrong_place_1.cue 13 NEGATIVE cuesheets/bad.032.FLAGS_wrong_place_2.cue 15 NEGATIVE cuesheets/bad.060.INDEX_wrong_place.cue 17 NEGATIVE cuesheets/bad.061.INDEX_missing_number.cue 19 NEGATIVE cuesheets/bad.062.INDEX_invalid_number_1.cue [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | displayvideo_v1.advertisers.negativeKeywordLists.html | 87 <p class="firstline">Creates a new negative keyword list. Returns the newly created negative keywor… 90 <p class="firstline">Deletes a negative keyword list given an advertiser ID and a negative keyword … 93 <p class="firstline">Gets a negative keyword list given an advertiser ID and a negative keyword lis… 96 <p class="firstline">Lists negative keyword lists based on a given advertiser id.</p> 102 <p class="firstline">Updates a negative keyword list. Returns the updated negative keyword list if … 111 …<pre>Creates a new negative keyword list. Returns the newly created negative keyword list if succe… 114 …advertiserId: string, Required. The ID of the DV360 advertiser to which the negative keyword list … 118 { # A list of negative keywords used for targeting. 119 …quot;A String", # Output only. The unique ID of the advertiser the negative keyword list belo… 120 …"displayName": "A String", # Required. The display name of the negative keywor… [all …]
|
| D | displayvideo_v1.advertisers.negativeKeywordLists.negativeKeywords.html | 79 …negative keywords in a single negative keyword list. The operation will delete the negative keywor… 85 <p class="firstline">Creates a negative keyword in a negative keyword list.</p> 88 <p class="firstline">Deletes a negative keyword from a negative keyword list.</p> 91 <p class="firstline">Lists negative keywords in a negative keyword list.</p> 97 …irstline">Replaces all negative keywords in a single negative keyword list. The operation will rep… 101 …negative keywords in a single negative keyword list. The operation will delete the negative keywor… 104 …advertiserId: string, Required. The ID of the DV360 advertiser to which the parent negative keywor… 105 …eKeywordListId: string, Required. The ID of the parent negative keyword list to which the negative… 110 …"createdNegativeKeywords": [ # The negative keywords to create in batch, specified as a … 111 { # A negatively targeted keyword that belongs to a negative keyword list. [all …]
|
| /external/ltp/testcases/kernel/syscalls/keyctl/ |
| D | keyctl07.c | 11 * negative key"). This is CVE-2017-12192. 31 * request_key() will result in the creation of a negative key provided in try_to_read_negative_key() 37 * instantiate random user keys). In either case a negative key should in try_to_read_negative_key() 38 * be created and we can continue on with the test. Negative keys last in try_to_read_negative_key() 51 /* Get the ID of the negative key by reading the keyring */ in try_to_read_negative_key() 62 * Now try to read the negative key. Unpatched kernels will oops trying in try_to_read_negative_key() 65 tst_res(TINFO, "trying to read from the negative key..."); in try_to_read_negative_key() 69 "KEYCTL_READ on negative key unexpectedly succeeded"); in try_to_read_negative_key() 73 "KEYCTL_READ on negative key failed with unexpected error"); in try_to_read_negative_key() 76 "KEYCTL_READ on negative key expectedly failed with ENOKEY"); in try_to_read_negative_key() [all …]
|
| /external/pigweed/pw_compilation_testing/ |
| D | docs.rst | 6 The pw_compilation_testing module provides for negative compilation (NC) 7 testing. Negative compilation tests ensure that code that should not compile 8 does not compile. Negative compilation testing is helpful in a variety of 17 Negative compilation tests are only supported in GN currently. Negative 27 Negative compilation test example 58 // Negative compilation tests can go anywhere in a source file. 90 Creating a negative compilation test 94 - Add the test to the build in a toolchain with negative compilation testing 113 Negative compilation tests must have at least one assertion about the 119 When negative compilation tests are run, checks the compilation output for the [all …]
|
| /external/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 53 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getOperationCost() 59 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallCost() 66 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallCost() 82 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntrinsicCost() 88 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getUserCost() 149 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getScalingFactorCost() 208 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getFPOpCost() 216 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCodeSizeCost() 222 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost() 229 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost() [all …]
|
| /external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
| D | cwise_ops_unary_test.py | 194 self._compareBoth(x, np.negative, math_ops.negative) 195 self._compareBoth(x, np.negative, _NEG) 232 self._compareBothSparse(x, np.negative, math_ops.negative) 251 self._compareBoth(x, np.negative, math_ops.negative) 252 self._compareBoth(x, np.negative, _NEG) 287 self._compareBothSparse(x, np.negative, math_ops.negative) 304 self._compareBoth(x, np.negative, math_ops.negative) 305 self._compareBoth(x, np.negative, _NEG) 341 self._compareBothSparse(x, np.negative, math_ops.negative) 357 self._compareBoth(x, np.negative, math_ops.negative) [all …]
|
| /external/dng_sdk/source/ |
| D | dng_validate.cpp | 127 // Read into the negative. in dng_validate() 129 AutoPtr<dng_negative> negative; in dng_validate() local 144 negative.Reset (host.Make_dng_negative ()); in dng_validate() 146 negative->Parse (host, stream, info); in dng_validate() 148 negative->PostParse (host, stream, info); in dng_validate() 154 negative->ReadStage1Image (host, stream, info); in dng_validate() 163 negative->ReadTransparencyMask (host, stream, info); in dng_validate() 167 negative->ValidateRawImageDigest (host); in dng_validate() 178 const dng_image &stage1 = *negative->Stage1Image (); in dng_validate() 194 negative->SynchronizeMetadata (); in dng_validate() [all …]
|
| /external/sdv/vsomeip/third_party/boost/date_time/test/ |
| D | testwrapping_int.cpp | 51 { // subtracting negative values in main() 53 check("subtract negative value to cause wrap", in main() 56 check("add negative value to cause wrap", in main() 86 // adding & subtracting negative values in main() 89 check("add negative value", (wi7.add(-2) == 0 && wi7 == 4)); in main() 90 check("add negative value", (wi8.add(-2) == 0 && wi8 == -2)); in main() 91 check("add negative value to cause single wrap", in main() 93 check("add negative value to cause single wrap", in main() 95 check("add negative value to cause multiple wrap", in main() 97 check("add negative value to cause multiple wrap", in main() [all …]
|
| /external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
| D | CLSlice.h | 64 * @note Start indices must be non-negative. 0 <= starts[i] 65 …* @note End coordinates can be negative, which represents the number of elements before the end of… 66 * @note End indices are not inclusive unless negative. 77 * @note Start indices must be non-negative. 0 <= starts[i] 78 …* @note End coordinates can be negative, which represents the number of elements before the end of… 79 * @note End indices are not inclusive unless negative. 92 * @note Start indices must be non-negative. 0 <= starts[i] 93 …* @note End coordinates can be negative, which represents the number of elements before the end of… 94 * @note End indices are not inclusive unless negative. 122 * @note Start indices must be non-negative. 0 <= starts[i] [all …]
|
| /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
| D | put_long_double_zh_CN.pass.cpp | 22 // TODO For zh_CN GLIBC puts the negative sign after the currency symbol. 76 { // negative one in main() 92 { // negative in main() 109 { // negative one, showbase in main() 127 { // negative, showbase in main() 136 { // negative, showbase, left in main() 148 { // negative, showbase, internal in main() 160 { // negative, showbase, right in main() 184 { // negative one in main() 200 { // negative in main() [all …]
|
| D | put_long_double_en_US.pass.cpp | 70 { // negative one in main() 86 { // negative in main() 103 { // negative one, showbase in main() 121 { // negative, showbase in main() 130 { // negative, showbase, left in main() 142 { // negative, showbase, internal in main() 154 { // negative, showbase, right in main() 178 { // negative one in main() 194 { // negative in main() 211 { // negative one, showbase in main() [all …]
|
| D | put_string_en_US.pass.cpp | 70 { // negative one in main() 86 { // negative in main() 103 { // negative one, showbase in main() 121 { // negative, showbase in main() 130 { // negative, showbase, left in main() 142 { // negative, showbase, internal in main() 154 { // negative, showbase, right in main() 178 { // negative one in main() 194 { // negative in main() 211 { // negative one, showbase in main() [all …]
|
| D | put_long_double_ru_RU.pass.cpp | 82 { // negative one in main() 98 { // negative in main() 115 { // negative one, showbase in main() 133 { // negative, showbase in main() 142 { // negative, showbase, left in main() 154 { // negative, showbase, internal in main() 166 { // negative, showbase, right in main() 190 { // negative one in main() 206 { // negative in main() 223 { // negative one, showbase in main() [all …]
|
| /external/libdrm/amdgpu/ |
| D | amdgpu.h | 520 * <0 - Negative POSIX Error code 542 * <0 - Negative POSIX Error code 577 * <0 - Negative POSIX Error code 593 * <0 - Negative POSIX Error code 608 * <0 - Negative POSIX Error code 625 * <0 - Negative POSIX Error code 646 * <0 - Negative POSIX Error code 672 * <0 - Negative POSIX Error code 708 * <0 - Negative POSIX Error code 724 * <0 - Negative POSIX Error code [all …]
|
| /external/mbedtls/include/mbedtls/ |
| D | asn1write.h | 50 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 64 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 82 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 97 * It must be non-negative. 100 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 116 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 132 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 150 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 171 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 189 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. [all …]
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | asn1write.h | 44 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 58 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 74 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 89 * It must be non-negative. 92 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 108 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 124 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 142 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 163 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 181 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. [all …]
|
| /external/libnl/lib/route/link/ |
| D | vxlan.c | 725 * @return 0 on success or a negative error code 747 * @return 0 on success or a negative error code 771 * @return 0 on success or a negative error code 802 * @return 0 on success or a negative error code 828 * @return 0 on success or a negative error code 847 * @return 0 on success or a negative error code 871 * @return 0 on success or a negative error code 902 * @return 0 on success or a negative error code 928 * @return 0 on success or a negative error code 946 * @return TTL value on success or a negative error code [all …]
|
| /external/rust/cxx/syntax/ |
| D | discriminant.rs | 24 Negative, enumerator 68 Sign::Negative => { in insert_next() 120 Sign::Positive => Sign::Negative, in expr_to_discriminant() 121 Sign::Negative => Sign::Positive, in expr_to_discriminant() 169 Sign::Negative in neg() 185 Sign::Negative => { in checked_succ() 190 sign: Sign::Negative, in checked_succ() 208 if self.sign == Sign::Negative { in fmt() 217 if self.sign == Sign::Negative { in to_tokens() 230 Sign::Negative in from_str() [all …]
|
| /external/skia/include/core/ |
| D | SkRect.h | 50 may be negative. 61 Does not validate input; size.width() or size.height() may be negative. 72 negative. 96 Does not validate input; w or h may be negative. 154 result fits in 32-bit signed integer; result may be negative. 161 result fits in 32-bit signed integer; result may be negative. 168 or if result fits in 32-bit signed integer; result may be negative. 175 result may be negative. This is safer than calling width() since width() might 183 result may be negative. This is safer than calling height() since height() might 191 to or greater than fBottom. Call sort() to reverse rectangles with negative [all …]
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
| D | RandomUtils.java | 55 * @throws IllegalArgumentException if {@code count} is negative 58 Validate.isTrue(count >= 0, "Count cannot be negative."); in nextBytes() 80 * the smallest value that can be returned, must be non-negative 85 * {@code startInclusive} is negative 91 Validate.isTrue(startInclusive >= 0, "Both range values must be non-negative."); in nextDouble() 115 * the smallest value that can be returned, must be non-negative 120 * {@code startInclusive} is negative 126 Validate.isTrue(startInclusive >= 0, "Both range values must be non-negative."); in nextFloat() 150 * the smallest value that can be returned, must be non-negative 155 * {@code startInclusive} is negative [all …]
|