| /openbmc/qemu/target/mips/tcg/ |
| H A D | mips16e_translate.c.inc | 150 case 0: 151 case 1: 152 case 2: 153 case 3: 154 case 11: 157 case 4: 158 case 5: 159 case 6: 160 case 7: 163 case 8: [all …]
|
| H A D | micromips_translate.c.inc | 712 case LWM32: 715 case SWM32: 719 case LDM: 722 case SDM: 736 case NOT16 + 0: 737 case NOT16 + 1: 738 case NOT16 + 2: 739 case NOT16 + 3: 742 case XOR16 + 0: 743 case XOR16 + 1: [all …]
|
| H A D | nanomips_translate.c.inc | 1120 case OPC_BEQ: 1121 case OPC_BNE: 1130 case OPC_BGEZAL: 1138 case OPC_BPOSGE32: 1143 case OPC_JR: 1144 case OPC_JALR: 1165 case OPC_BEQ: /* rx == rx */ 1169 case OPC_BGEZAL: /* 0 >= 0 */ 1175 case OPC_BNE: /* rx != rx */ 1180 case OPC_JR: [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
| H A D | depends.py | 13 def _add_depends(registry, case, depends): argument 14 module_name = case.__module__ 15 class_name = case.__class__.__name__ 17 case_id = case.id() 35 for case in depends: 36 if not case in cases: 38 for dep in depends[case]: 41 ", cases available %s." % (case, dep, str(cases.keys()))) 56 for case in cases: 57 if case in depends: [all …]
|
| H A D | data.py | 46 if self.case.td.get(self.var) == self.value: 47 self.case.skipTest(self.msg) 65 if not self.case.td.get(self.var) == self.value: 66 self.case.skipTest(self.msg) 79 if self.value in (self.case.td.get(self.var)): 80 self.case.skipTest(self.msg) 93 if not self.value in (self.case.td.get(self.var) or ""): 94 self.case.skipTest(self.msg) 103 value = self.case.td[v] 123 if not has_feature(self.case.td, self.value): [all …]
|
| H A D | __init__.py | 17 case = None # Reference of OETestCase decorated variable in OETestDecorator 43 def bind(self, registry, case): argument 44 self.case = case 45 self.logger = case.tc.logger 46 self.case.decorators.append(self)
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/ |
| H A D | 0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch | 30 case 0x0bef: 35 + case 0x3577: 36 + case 0x2562: 37 + case 0x3582: 38 + case 0x358e: 39 + case 0x2572: 40 + case 0x2582: 41 + case 0x258a: 42 + case 0x2592: 43 + case 0x2772: [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | loader.py | 17 from oeqa.core.case import OETestCase 106 def _registerTestCase(self, case): argument 107 case_id = case.id() 108 self.tc._registry['cases'][case_id] = case 110 def _handleTestCaseDecorators(self, case): argument 116 obj.bind(self.tc._registry, case) 124 method = getattr(case, case._testMethodName, None) 127 def _filterTest(self, case): argument 134 module_name_small = case.__module__.split('.')[0] 135 module_name = case.__module__ [all …]
|
| H A D | runner.py | 95 def _getTestResultDetails(self, case): argument 108 if case.id() == scase.id(): 117 if case.__class__.__module__ == m.group('module_name'): 123 class_name = "%s.%s" % (case.__class__.__module__, 124 case.__class__.__name__) 181 case = self.tc._registry['cases'][case_name] 183 (status, log) = self._getTestResultDetails(case) 187 if case.id() in self.starttime and case.id() in self.endtime: 188 duration = self.endtime[case.id()] - self.starttime[case.id()] 193 logs[status].append("RESULTS - %s: %s%s" % (case.id(), status, t)) [all …]
|
| /openbmc/qemu/tests/multiboot/ |
| H A D | aout_kludge.out | 4 === Running test case: aout_kludge_1.bin === 8 === Running test case: aout_kludge_2.bin === 12 === Running test case: aout_kludge_3.bin === 16 === Running test case: aout_kludge_4.bin === 20 === Running test case: aout_kludge_5.bin === 25 === Running test case: aout_kludge_6.bin === 30 === Running test case: aout_kludge_7.bin === 35 === Running test case: aout_kludge_8.bin === 40 === Running test case: aout_kludge_9.bin ===
|
| /openbmc/qemu/crypto/ |
| H A D | cipher-gcrypt.c.inc | 26 case QCRYPTO_CIPHER_ALGO_DES: 28 case QCRYPTO_CIPHER_ALGO_3DES: 30 case QCRYPTO_CIPHER_ALGO_AES_128: 32 case QCRYPTO_CIPHER_ALGO_AES_192: 34 case QCRYPTO_CIPHER_ALGO_AES_256: 36 case QCRYPTO_CIPHER_ALGO_CAST5_128: 38 case QCRYPTO_CIPHER_ALGO_SERPENT_128: 40 case QCRYPTO_CIPHER_ALGO_SERPENT_192: 42 case QCRYPTO_CIPHER_ALGO_SERPENT_256: 44 case QCRYPTO_CIPHER_ALGO_TWOFISH_128: [all …]
|
| /openbmc/qemu/scripts/simplebench/ |
| H A D | bench_prealloc.py | 46 def bench_func(env, case): argument 57 args = [env['qemu-img-binary'], 'bench', '-c', str(case['count']), 58 '-d', '64', '-s', case['block-size'], '-t', 'none', '-n', '-w'] 69 def auto_count_bench_func(env, case): argument 70 case['count'] = 100 72 res = bench_func(env, case) 79 case['count'] *= 10 82 case['count'] = round(case['count'] * 5 / res['seconds']) 83 res = bench_func(env, case) 87 res['iops'] = case['count'] / res['seconds']
|
| H A D | simplebench.py | 130 for case in test_cases: 132 env['id'], case['id'])) 133 if case['id'] not in tab: 134 tab[case['id']] = {} 135 tab[case['id']][env['id']] = bench_one(test_func, env, case,
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
| H A D | Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch | 56 - /* In case data is aligned, MurmurHash2 function */ 70 - case 3: hash ^= data[2] << 16; 71 - case 2: hash ^= data[1] << 8; 72 - case 1: hash ^= data[0]; 83 - case 1: t |= data[2] << 16; 84 - case 2: t |= data[1] << 8; 85 - case 3: t |= data[0]; 121 - case 3: d |= data[2] << 16; 122 - case 2: d |= data[1] << 8; 123 - case 1: d |= data[0]; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/ |
| H A D | using-DOCB-conditional.patch | 21 case XML_DOCUMENT_NODE : 22 case XML_HTML_DOCUMENT_NODE : 24 case XML_DOCB_DOCUMENT_NODE : 28 case XML_NOTATION_NODE : 57 case XML_DOCUMENT_NODE : 58 case XML_HTML_DOCUMENT_NODE : 60 case XML_DOCB_DOCUMENT_NODE : 71 case XML_DOCUMENT_NODE: 72 case XML_HTML_DOCUMENT_NODE: 74 case XML_DOCB_DOCUMENT_NODE: [all …]
|
| /openbmc/qemu/target/xtensa/core-fsf/ |
| H A D | xtensa-modules.c.inc | 1579 case 0xffffffff: t_0 = 0; break; 1580 case 0x1: t_0 = 0x1; break; 1581 case 0x2: t_0 = 0x2; break; 1582 case 0x3: t_0 = 0x3; break; 1583 case 0x4: t_0 = 0x4; break; 1584 case 0x5: t_0 = 0x5; break; 1585 case 0x6: t_0 = 0x6; break; 1586 case 0x7: t_0 = 0x7; break; 1587 case 0x8: t_0 = 0x8; break; 1588 case 0x9: t_0 = 0x9; break; [all …]
|
| /openbmc/qemu/target/xtensa/core-lx106/ |
| H A D | xtensa-modules.c.inc | 1455 case 0xffffffff: t_0 = 0; break; 1456 case 0x1: t_0 = 0x1; break; 1457 case 0x2: t_0 = 0x2; break; 1458 case 0x3: t_0 = 0x3; break; 1459 case 0x4: t_0 = 0x4; break; 1460 case 0x5: t_0 = 0x5; break; 1461 case 0x6: t_0 = 0x6; break; 1462 case 0x7: t_0 = 0x7; break; 1463 case 0x8: t_0 = 0x8; break; 1464 case 0x9: t_0 = 0x9; break; [all …]
|
| /openbmc/qemu/target/xtensa/core-dc233c/ |
| H A D | xtensa-modules.c.inc | 2018 case 0xffffffff: t_0 = 0; break; 2019 case 0x1: t_0 = 0x1; break; 2020 case 0x2: t_0 = 0x2; break; 2021 case 0x3: t_0 = 0x3; break; 2022 case 0x4: t_0 = 0x4; break; 2023 case 0x5: t_0 = 0x5; break; 2024 case 0x6: t_0 = 0x6; break; 2025 case 0x7: t_0 = 0x7; break; 2026 case 0x8: t_0 = 0x8; break; 2027 case 0x9: t_0 = 0x9; break; [all …]
|
| /openbmc/qemu/target/xtensa/core-dc232b/ |
| H A D | xtensa-modules.c.inc | 1936 case 0xffffffff: t_0 = 0; break; 1937 case 0x1: t_0 = 0x1; break; 1938 case 0x2: t_0 = 0x2; break; 1939 case 0x3: t_0 = 0x3; break; 1940 case 0x4: t_0 = 0x4; break; 1941 case 0x5: t_0 = 0x5; break; 1942 case 0x6: t_0 = 0x6; break; 1943 case 0x7: t_0 = 0x7; break; 1944 case 0x8: t_0 = 0x8; break; 1945 case 0x9: t_0 = 0x9; break; [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0008-libtool-Avoid-relinking-when-cross-compiling-its-poi.patch | 18 which is totally bogus in the sysroot case. 55 - case " $sys_lib_dlsearch_path " in 58 - case "$compile_rpath$compile_rpath_tail " in 60 - *) case $absdir in 67 + #case " $sys_lib_dlsearch_path " in 70 + # case "$compile_rpath$compile_rpath_tail " in 72 + # *) case $absdir in 79 case " $sys_lib_dlsearch_path " in 86 - case " $sys_lib_dlsearch_path " in 89 - case "$compile_rpath$compile_rpath_tail " in [all …]
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | manualexecution.py | 87 def _execute_test_steps(self, case): argument 90 print('Executing test case: %s' % case['test']['@alias']) 92 print('You have total %s test steps to be executed.' % len(case['test']['execution'])) 94 for step, _ in sorted(case['test']['execution'].items(), key=lambda x: int(x[0])): 95 print('Step %s: %s' % (step, case['test']['execution'][step]['action'])) 96 expected_output = case['test']['execution'][step]['expected_results'] 111 … test_result.update({case['test']['@alias']: {'status': '%s' % res, 'log': '%s' % log_input}}) 113 test_result.update({case['test']['@alias']: {'status': '%s' % res}}) 133 for case in copy.deepcopy(cases) : 134 if case['test']['@alias'] not in test_case_to_execute: [all …]
|
| /openbmc/qemu/tcg/loongarch64/ |
| H A D | tcg-target.c.inc | 214 case TCG_COND_EQ: 215 case TCG_COND_LE: 216 case TCG_COND_LT: 218 case TCG_COND_LEU: 219 case TCG_COND_LTU: 289 case R_LOONGARCH_BR_SK16: 291 case R_LOONGARCH_BR_SD10K16: 316 case TCG_TYPE_I32: 317 case TCG_TYPE_I64: 336 case TCG_TYPE_V64: [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/ |
| H A D | loader.py | 8 from oeqa.runtime.case import OERuntimeTestCase 14 case = super(OERuntimeTestLoader, self)._getTestCase(testCaseClass, tcName) 17 setattr(case, 'target', self.tc.target) 19 return case
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | qapi-schema-test.out | 30 case value1: q_empty 31 case value2: q_empty 32 case value3: q_empty 33 case value4: q_empty 79 case value1: UserDefA 80 case value2: UserDefB 81 case value3: UserDefB 82 case value4: q_empty 94 case value1: UserDefC 95 case value2: UserDefB [all …]
|
| /openbmc/qemu/accel/tcg/ |
| H A D | ldst_atomicity.c.inc | 38 case MO_ATOM_NONE: 42 case MO_ATOM_IFALIGN_PAIR: 46 case MO_ATOM_IFALIGN: 51 case MO_ATOM_WITHIN16: 56 case MO_ATOM_WITHIN16_PAIR: 75 case MO_ATOM_SUBALIGN: 158 * and requires no locking. This ignores the case of MAP_SHARED with 195 * and requires no locking. This ignores the case of MAP_SHARED with 300 * any faster load_atom_extract_al8_or_exit case. 417 case MO_8: [all …]
|