Searched refs:MISMATCH (Results 1 – 10 of 10) sorted by relevance
/external/dtc/tests/ |
D | dtbs_equal_ordered.c | 33 #define MISMATCH(fmt, ...) \ macro 63 MISMATCH("Trees have different number of reserve entries"); in compare_mem_rsv() 69 MISMATCH("Mismatch in reserve entry %d: " in compare_mem_rsv() 99 MISMATCH("Tag mismatch (%d != %d) at (%d, %d)", in compare_structure() 114 MISMATCH("Name mismatch (\"%s\" != \"%s\") at (%d, %d)", in compare_structure() 129 MISMATCH("Property name mismatch \"%s\" != \"%s\" " in compare_structure() 134 MISMATCH("Property length mismatch %u != %u " in compare_structure() 138 MISMATCH("Property value mismatch at (%d, %d)", in compare_structure() 169 MISMATCH("boot_cpuid_phys mismatch 0x%x != 0x%x", in main()
|
D | dtbs_equal_unordered.c | 34 #define MISMATCH(fmt, ...) \ macro 82 MISMATCH("Trees have different number of reserve entries"); in compare_mem_rsv() 94 MISMATCH("Mismatch in reserve entry %d: " in compare_mem_rsv() 127 MISMATCH("Property '%s' missing\n", name); in compare_properties() 142 MISMATCH("Property '%s' mismatched length %d vs. %d\n", in compare_properties() 145 MISMATCH("Property '%s' mismatched value\n", name); in compare_properties() 167 MISMATCH("Subnode %s missing\n", name); in compare_subnodes() 219 MISMATCH("boot_cpuid_phys mismatch 0x%x != 0x%x", in main()
|
/external/pdfium/testing/tools/ |
D | gold.py | 104 MISMATCH = 'mismatch' variable in GoldBaseline 133 return (GoldBaseline.MISMATCH if found_test_case
|
D | test_runner.py | 148 if matched == gold.GoldBaseline.MISMATCH:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | invalid.test | 106 RUN: FileCheck --check-prefix=FWDREF-TYPE-MISMATCH %s 108 FWDREF-TYPE-MISMATCH: Malformed block 160 RUN: FileCheck --check-prefix=INSERT-TYPE-MISMATCH %s 162 INSERT-TYPE-MISMATCH: Inserted value type doesn't match aggregate type 205 RUN: FileCheck --check-prefix=ALIAS-TYPE-MISMATCH %s 207 ALIAS-TYPE-MISMATCH: Alias and aliasee types don't match
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 103 RUN: FileCheck --check-prefix=FWDREF-TYPE-MISMATCH %s 105 FWDREF-TYPE-MISMATCH: Type mismatch in constant table! 157 RUN: FileCheck --check-prefix=INSERT-TYPE-MISMATCH %s 159 INSERT-TYPE-MISMATCH: Inserted value type doesn't match aggregate type 202 RUN: FileCheck --check-prefix=ALIAS-TYPE-MISMATCH %s 204 ALIAS-TYPE-MISMATCH: Alias and aliasee types don't match
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-atomic-128.ll | 11 ; CHECK: orr [[MISMATCH:x[0-9]+]], [[MISMATCH_LO]], [[MISMATCH_HI]] 12 ; CHECK: cbnz [[MISMATCH]], [[DONE:.LBB[0-9]+_[0-9]+]]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-atomic-128.ll | 11 ; CHECK: orr [[MISMATCH:x[0-9]+]], [[MISMATCH_LO]], [[MISMATCH_HI]] 12 ; CHECK: cbnz [[MISMATCH]], [[DONE:.LBB[0-9]+_[0-9]+]]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 1259 MISMATCH, // wrong qualifier in the shader. enumerator 1264 …: TestCaseGroup(context, missingType == MISMATCH ? "mismatching_qualifier" : "missing_qualifier", … in MissingQualifierTestGroup() 1835 …hild(new MissingQualifierTestGroup(m_context, m_glslVersion, MissingQualifierTestGroup::MISMATCH)); in init()
|
/external/python/cpython3/Doc/library/ |
D | re.rst | 1627 ('MISMATCH', r'.'), # Any other character 1646 elif kind == 'MISMATCH':
|