| /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/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 | 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) 187 Base test mbedtls_mpi_cmp_int (Negative values) #1 190 Base test mbedtls_mpi_cmp_int (Negative values) #2 193 Base test mbedtls_mpi_cmp_int (Negative values) #3 205 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 | 9 The pw_compilation_testing module provides for negative compilation (NC) 10 testing. Negative compilation tests ensure that code that should not compile 11 does not compile. Negative compilation testing is helpful in a variety of 20 Negative compilation tests are only supported in GN currently. Negative 30 Negative compilation test example 61 // Negative compilation tests can go anywhere in a source file. 93 Creating a negative compilation test 97 - Add the test to the build in a toolchain with negative compilation testing 116 Negative compilation tests must have at least one assertion about the 122 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/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/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/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_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 | 526 * <0 - Negative POSIX Error code 562 * <0 - Negative POSIX Error code 597 * <0 - Negative POSIX Error code 613 * <0 - Negative POSIX Error code 628 * <0 - Negative POSIX Error code 645 * <0 - Negative POSIX Error code 666 * <0 - Negative POSIX Error code 692 * <0 - Negative POSIX Error code 728 * <0 - Negative POSIX Error code 744 * <0 - Negative POSIX Error code [all …]
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | asn1write.h | 51 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 65 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 83 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 98 * It must be non-negative. 101 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 117 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 133 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 151 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 172 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 190 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. [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/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/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/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/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/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/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/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/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/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/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 …]
|