Home
last modified time | relevance | path

Searched refs:misleading (Results 1 – 25 of 72) sorted by relevance

123

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableListTest.java266 Collection<String> misleading = in testCopyOf_concurrentlyMutating() local
269 misleading.addAll(expected); in testCopyOf_concurrentlyMutating()
270 assertEquals(expected, ImmutableList.copyOf(misleading)); in testCopyOf_concurrentlyMutating()
272 ImmutableList.copyOf((Iterable<String>) misleading)); in testCopyOf_concurrentlyMutating()
/external/llvm/test/MC/Mips/micromips-dsp/
Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips-dsp/
Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/llvm/test/MC/Mips/micromips/
Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractImmutableSetTest.java468 Collection<String> misleading = Helpers.misleadingSizeCollection(delta); in verifyThreadSafe() local
470 misleading.addAll(expected); in verifyThreadSafe()
472 Sets.newHashSet(expected), copyOf(misleading)); in verifyThreadSafe()
DImmutableListTest.java349 Collection<String> misleading = in testCopyOf_concurrentlyMutating() local
352 misleading.addAll(expected); in testCopyOf_concurrentlyMutating()
353 assertEquals(expected, ImmutableList.copyOf(misleading)); in testCopyOf_concurrentlyMutating()
355 ImmutableList.copyOf((Iterable<String>) misleading)); in testCopyOf_concurrentlyMutating()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dpromote-alloca-bitcast-function.ll3 ; FIXME: Error is misleading because it's not an indirect call.
/external/autotest/apache/conf/
Dall-directives1 # The name is misleading. These are all the directives for a normal install.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mt/
Dmftr-mttr-aliases-invalid-wrong-error.s4 # The integrated assembler produces a wrong or misleading error message.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips32r6/
Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/python/cpython2/Doc/library/
Dcommands.rst57 This function is nonobvious and useless. The name is also misleading in the
Dcgitb.rst20 (Its name is a bit misleading. It was originally designed to display extensive
/external/llvm/test/MC/Mips/micromips32r6/
Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/cldr/tools/java/org/unicode/cldr/util/data/
Detcetera18 # behind GMT but uses the completely misleading abbreviation "GMT".
/external/llvm/test/MC/Mips/micromips64r6/
Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/python/cpython3/Doc/library/
Dconstants.rst42 Incorrectly returning ``NotImplemented`` will result in a misleading
Dcgitb.rst21 (Its name is a bit misleading. It was originally designed to display extensive
/external/cn-cbor/cmake/
DCoveralls.cmake114 …alls: Code coverage results with an optimised (non-Debug) build may be misleading! Add -DCMAKE_BUI…
/external/python/cpython3/Objects/
Ddictnotes.txt83 others). Any one test or benchmark is likely to prove misleading.
/external/python/cpython2/Misc/NEWS.d/
D2.7.5.rst289 otherwise misleading output in tracebacks and when when debug is on.
/external/wycheproof/doc/
Ddsa.md160 The short algorithm name “DSA” is misleading, since it hides the fact that
/external/libxml2/win32/
DReadme.txt189 displaying a misleading error message in certain situations.
/external/clang/docs/
DAddressSanitizer.rst70 state, which could lead to confusing results and potentially misleading
/external/google-fruit/tests/
Dtested_features.md85 * **TODO** Check possibly-misleading behavior of binding Annotated<A1, I> and Annotated<A2, I> to C…

123