Searched full:mistake (Results 1 – 25 of 816) sorted by relevance
12345678910>>...33
/external/mockito/src/main/java/org/mockito/exceptions/misusing/ |
D | PotentialStubbingProblem.java | 33 …* <li>Mistake, typo or misunderstanding in the test code, the argument(s) used when declaring … 34 …* <li>Mistake, typo or misunderstanding in the code under test, the argument(s) used when invo… 37 * User mistake (use case 1 and 2) make up 95% of the stubbing argument mismatch cases.
|
/external/cldr/docs/site/translation/getting-started/ |
D | errors-and-warnings.md | 22 In the above case, it is a pretty clear mistake. It is not as simple in other cases. Some region na… 51 Because a common mistake is for people to copy the English values precisely, a warning is provided … 57 Another common mistake is to copy a code value, such as "cs" for Czech, instead of translating it.
|
/external/google-breakpad/src/processor/ |
D | stackwalker_x86_unittest.cc | 274 { // To avoid reusing locals by mistake in TEST_F() 284 { // To avoid reusing locals by mistake in TEST_F() 338 { // To avoid reusing locals by mistake in TEST_F() 349 { // To avoid reusing locals by mistake in TEST_F() 404 { // To avoid reusing locals by mistake in TEST_F() 415 { // To avoid reusing locals by mistake in TEST_F() 470 { // To avoid reusing locals by mistake in TEST_F() 529 { // To avoid reusing locals by mistake in TEST_F() 540 { // To avoid reusing locals by mistake in TEST_F() 610 { // To avoid reusing locals by mistake in TEST_F() [all …]
|
/external/cronet/stable/base/types/ |
D | token_type.h | 31 // mistake; do not propagate that mistake here as well. in TokenType()
|
/external/cronet/tot/base/types/ |
D | token_type.h | 31 // mistake; do not propagate that mistake here as well. in TokenType()
|
/external/replicaisland/res/values/ |
D | rokudou.xml | 19 …nd-hearted scientist, acting for the greater good of the world. Make no mistake, Android. Kaboch… 32 …. That’s why an inorganic like you is so perfect for this job. Make no mistake, The Source is a …
|
/external/tink/java_src/src/main/java/com/google/crypto/tink/ |
D | AccessesPartialKey.java | 28 * corresponding objects to be specified. A common mistake is to extract only parts of such a 35 * However, this would be a mistake: even if it works at the moment, if later Tink is configured to
|
/external/tink-java/src/main/java/com/google/crypto/tink/ |
D | AccessesPartialKey.java | 32 * corresponding objects to be specified. A common mistake is to extract only parts of such a 39 * However, this would be a mistake: even if it works at the moment, if later Tink is configured to
|
/external/cronet/tot/base/i18n/ |
D | timezone.h | 18 // because people in the UK tends to select Etc/GMT by mistake instead of
|
D | timezone.cc | 20 // Etc/UCT because they're less likely to be chosen by mistake in UK in in CountryCodeForCurrentTimezone()
|
/external/cronet/stable/base/i18n/ |
D | timezone.h | 18 // because people in the UK tends to select Etc/GMT by mistake instead of
|
D | timezone.cc | 20 // Etc/UCT because they're less likely to be chosen by mistake in UK in in CountryCodeForCurrentTimezone()
|
/external/libchrome/base/i18n/ |
D | timezone.h | 18 // because people in the UK tends to select Etc/GMT by mistake instead of
|
/external/llvm/test/CodeGen/X86/ |
D | opaque-constant-asm.ll | 2 ; This tests makes sure that we not mistake the bitcast inside the asm statement
|
/external/rust/android-crates-io/crates/zip/ |
D | CHANGELOG.md | 17 …ures of the `time` dependency, and also `formatting` and `macros`, as they were enabled by mistake.
|
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/ |
D | AsyncCallback.java | 12 * that might have been a mistake and we should consider moving back to this for our other async
|
/external/bazelbuild-rules_testing/docs/source/ |
D | best_practices.md | 18 easy mistake to make in a file with many tests), the test won't run, and it'll
|
/external/libcxx/utils/google-benchmark/src/ |
D | arraysize.h | 11 // a pointer by mistake, you will get a compile-time error.
|
/external/google-benchmark/src/ |
D | arraysize.h | 11 // a pointer by mistake, you will get a compile-time error.
|
/external/cronet/tot/third_party/google_benchmark/src/src/ |
D | arraysize.h | 11 // a pointer by mistake, you will get a compile-time error.
|
/external/cronet/stable/third_party/google_benchmark/src/src/ |
D | arraysize.h | 11 // a pointer by mistake, you will get a compile-time error.
|
/external/webrtc/rtc_base/ |
D | arraysize.h | 22 // a pointer by mistake, you will get a compile-time error.
|
/external/cronet/tot/crypto/ |
D | subtle_passkey.h | 25 // mistake-prone APIs, or APIs that allow you to make detailed cryptographic
|
/external/cronet/stable/crypto/ |
D | subtle_passkey.h | 25 // mistake-prone APIs, or APIs that allow you to make detailed cryptographic
|
/external/clang/test/CodeGen/ |
D | debug-info-block-out-return.c | 12 // the same argument number by mistake).
|
12345678910>>...33