Home
last modified time | relevance | path

Searched refs:Mismatch (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl156 TCU_FAIL("Mismatch between VkPhysicalDeviceConditionalRenderingFeaturesEXT");
161 TCU_FAIL("Mismatch between VkPhysicalDeviceScalarBlockLayoutFeatures");
167 TCU_FAIL("Mismatch between VkPhysicalDevicePerformanceQueryFeaturesKHR");
175 TCU_FAIL("Mismatch between VkPhysicalDevice16BitStorageFeatures");
182 TCU_FAIL("Mismatch between VkPhysicalDeviceMultiviewFeatures");
187 TCU_FAIL("Mismatch between VkPhysicalDeviceProtectedMemoryFeatures");
192 TCU_FAIL("Mismatch between VkPhysicalDeviceSamplerYcbcrConversionFeatures");
198 TCU_FAIL("Mismatch between VkPhysicalDeviceVariablePointersFeatures");
205 TCU_FAIL("Mismatch between VkPhysicalDevice8BitStorageFeatures");
211 TCU_FAIL("Mismatch between VkPhysicalDeviceShaderAtomicInt64Features");
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DIncludeSorter.cpp110 const std::pair<const char *, const char *> &Mismatch = in compareHeaders() local
112 if ((Mismatch.first != LHS.end()) && (Mismatch.second != RHS.end())) { in compareHeaders()
113 if ((*Mismatch.first == '.') && (*Mismatch.second == '+')) { in compareHeaders()
116 if ((*Mismatch.first == '+') && (*Mismatch.second == '.')) { in compareHeaders()
/external/curl/tests/data/
Dtest5707 Mismatch checking
18 Informational: CSeq Mismatch
50 RTSP CSeq and Session Mismatch checks
/external/llvm-project/clang/test/Modules/Inputs/warning-mismatch/
Dmodule.modulemap5 module Mismatch {
6 header "Mismatch.h"
DMismatch.h1 struct Mismatch { int i; }; struct
/external/llvm-project/clang/test/Modules/
Dwarning-mismatch.m2 // RUN: echo "@import Mismatch;" >%t.m
12 @import Mismatch;
/external/llvm-project/llvm/test/tools/llvm-ifs/
Dweak-mismatch.ifs4 # CHECK-SIZE: error: Interface Stub: Size Mismatch for foobar.
9 # CHECK-TYPE: error: Interface Stub: Type Mismatch for foobar.
Dconflict-header-format.ifs4 # CHECK-IFS: error: Interface Stub: ObjectFileFormat Mismatch.
Dconflict-header-triple.ifs4 # CHECK-IFS: error: Interface Stub: Triple Mismatch.
Dconflict-header-version.ifs7 # CHECK-IFS: error: Interface Stub: IfsVersion Mismatch.
Dconflict-type.ifs6 # CHECK-IFS: error: Interface Stub: Type Mismatch for a.
Dconflict-size.ifs6 # CHECK-IFS: error: Interface Stub: Size Mismatch for b.
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dmismatch.m26 // Mismatch after importing the module.
28 // Mismatch in the cache.
/external/llvm/test/tools/dsymutil/X86/
Dmismatch.m26 // Mismatch after importing the module.
28 // Mismatch in the cache.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp556 bool Mismatch = (Counts.size() != Other.Counts.size()); in overlap() local
559 if (!Mismatch) { in overlap()
564 Mismatch = true; in overlap()
569 if (Mismatch) { in overlap()
1193 Mismatch.NumEntries += 1; in addOneMismatch()
1194 Mismatch.CountSum += MismatchFunc.CountSum / Test.CountSum; in addOneMismatch()
1197 Mismatch.ValueCounts[I] += in addOneMismatch()
1226 if (Mismatch.NumEntries) in dump()
1227 OS << " # of " << EntryName << " mismatch: " << Mismatch.NumEntries in dump()
1235 if (Mismatch.NumEntries) in dump()
[all …]
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp560 bool Mismatch = (Counts.size() != Other.Counts.size()); in overlap() local
563 if (!Mismatch) { in overlap()
568 Mismatch = true; in overlap()
573 if (Mismatch) { in overlap()
1180 Mismatch.NumEntries += 1; in addOneMismatch()
1181 Mismatch.CountSum += MismatchFunc.CountSum / Test.CountSum; in addOneMismatch()
1184 Mismatch.ValueCounts[I] += in addOneMismatch()
1213 if (Mismatch.NumEntries) in dump()
1214 OS << " # of " << EntryName << " mismatch: " << Mismatch.NumEntries in dump()
1222 if (Mismatch.NumEntries) in dump()
[all …]
/external/llvm-project/lldb/test/API/commands/add-dsym/uuid/
Dmain.cpp.template7 printf("Hello UUID Mismatch: %d\n", my_int); // Set breakpoint here.
/external/llvm-project/clang/test/InterfaceStubs/
Dconflict-type.ifs6 # CHECK-IFS: error: Interface Stub: Type Mismatch for a.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-misleading-indentation.rst6 Correct indentation helps to understand code. Mismatch of the syntactical
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_comparison.cc293 struct Mismatch { struct in xla::literal_comparison::__anon90b6a3750111::NearComparator
303 bool operator<(const Mismatch& other) const { in operator <() argument
466 Mismatch mismatch = {actual, expected, rel_error, abs_error, in CompareValues()
649 std::multiset<Mismatch> top_rel_mismatches_;
/external/rust/crates/ring/tests/
Drsa_pkcs1_verify_tests.txt40 # Length Mismatch: The signature was tampered with by removing the last byte.
47 # Length Mismatch: The signature was tampered with by removing the first byte.
54 # Length Mismatch: The signature was tampered with by appending a zero byte.
61 # Length Mismatch: The signature was tampered with by prepending a zero byte.
68 # Length Mismatch: The signature was tampered with by making it completely
/external/llvm-project/mlir/test/Conversion/LinalgToSPIRV/
Dlinalg-to-spirv.mlir92 // Mismatch between shader entry point ABI and input memref shape
/external/libaom/libaom/build/cmake/
Daom_config_defaults.cmake89 set_aom_config_var(CONFIG_MISMATCH_DEBUG 0 "Mismatch debugging flag.")
/external/llvm-project/llvm/test/Transforms/VectorCombine/X86/
Dinsert-binop.ll22 ; Eliminating an insert is still profitable. Flags propagate. Mismatch types on index is ok.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h613 CountSumOrPercent Mismatch; member

12