Home
last modified time | relevance | path

Searched refs:other (Results 1 – 16 of 16) sorted by relevance

/scripts/ruff/
A Dgen_lint_exclude.py20 def __eq__(self, other: object) -> bool:
21 if not isinstance(other, type(self)):
23 return self.code.__eq__(other.code)
/scripts/pylib/twister/twisterlib/
A Dtestsuite.py55 def __eq__(self, other): argument
56 if not isinstance(other, ScanPathResult):
58 return (sorted(self.matches) == sorted(other.matches) and
59 self.warnings == other.warnings and
61 other.has_registered_test_suites) and
63 other.has_run_registered_test_suites) and
64 self.has_test_main == other.has_test_main and
66 sorted(other.ztest_suite_names)))
405 def __lt__(self, other): argument
406 return self.name < other.name
A Dplatform.py41 def __eq__(self, other): argument
42 if isinstance(other, Simulator):
43 return self.name == other.name and self.exec == other.exec
A Dtestinstance.py184 def __lt__(self, other): argument
185 return self.name < other.name
/scripts/dts/python-devicetree/tests/test-bindings-include/
A Dinclude.yaml3 description: Test file for including other bindings
/scripts/
A Drequirements-build-test.txt3 # things used by twister or other things like code coverage or python
/scripts/build/
A Dgen_symtab.py64 def __eq__(self, other): argument
65 return self.addr == other.addr
A Dcheck_init_priorities.py81 def __lt__(self, other): argument
82 return self._level_priority < other._level_priority
84 def __eq__(self, other): argument
85 return self._level_priority == other._level_priority
A Delf_parser.py27 def __lt__(self, other): argument
28 return self.sym.entry.st_value < other.sym.entry.st_value
/scripts/ci/es_upload/
A DREADME.md14 by other tools, or rely on default data mapping with potential type misalignments.
17 For other command line options and more details run the upload script with `--help`,
57 inheriting all other testsuite properties, whereas the children object's properties
61 All other testsuite objects will be treated according to the index structure.
/scripts/dts/
A DREADME.txt9 standalone source code library that we intend to share with other
/scripts/coccinelle/
A Dfind_functions.cocci10 // and one for all the other functions. It will store the positions
/scripts/native_simulator/
A DMakefile124 ${NSI_BUILD_PATH}/linker_script.ld : ${NSI_PATH}/common/other/linker_script.pre.ld | ${NSI_BUILD_PA…
/scripts/pylib/display-twister-harness/camera_shield/
A DREADME.rst124 but will help to check other defects.
/scripts/schemas/
A Dpatch-schema.yml87 # Comments useful to other developers about the patch,
/scripts/dts/python-devicetree/tests/
A Dtest.dts552 // has 'required: true' and the other 'required: false'

Completed in 15 milliseconds