/scripts/pylib/display-twister-harness/camera_shield/ |
A D | config.yaml | 11 metadata: {name: tests.drivers.display.check.shield, platform: frdm_mcxn947} 20 expect: [tests.drivers.display.check.shield]
|
A D | README.rst | 20 expect: ["tests.drivers.display.check.shield"] 29 name: "tests.drivers.display.check.shield" # finger-print stored metadata 32 duration: 100 # number of frames to check 76 name: "tests.drivers.display.check.shield" # finger-print stored metadata 124 but will help to check other defects.
|
/scripts/west_commands/ |
A D | run_tests.py | 36 subprocess.run(mypy, check=True, cwd=here) 40 subprocess.run(pytest, check=True, cwd=here)
|
A D | run_common.py | 286 for check in check_files: 288 with open(check.filename, 'r') as f: 289 check.yaml = yaml.safe_load(f.read()) 291 if 'runners' not in check.yaml: 293 elif check.board is False and 'run_once' not in check.yaml['runners']: 297 check.priority = check.yaml['runners']['priority'] 299 …check.priority = BOARD_FILE_RUN_ONCE_DEFAULT_PRIORITY if check.board is True else SOC_FILE_RUN_ONC… 306 highest_entry = check 336 for check in board_names: 411 for check in cmd.boards: [all …]
|
A D | gtags.py | 81 check=True,
|
A D | sign.py | 455 subprocess.run(generate_cmd, check=True, cwd=self.build_dir) 488 subprocess.run(preproc_cmd, check=True, cwd=self.build_dir) 489 subprocess.run(full_preproc_cmd, check=True, cwd=self.build_dir) 708 subprocess.run(commandline, check=True)
|
/scripts/kconfig/ |
A D | lint.py | 47 for check in checks: 51 check() 166 cwd=modpath, check=False) 187 print(run(cmd, cwd=modpath, check=False), end="") 293 def run(cmd, cwd=TOP_DIR, check=True): argument 312 if check and process.returncode:
|
/scripts/dts/python-devicetree/tests/test-bindings/ |
A D | false-positive.yaml | 2 # Used to check for issues with how we optimize binding loading.
|
/scripts/ |
A D | bindings_properties_allowlist.yaml | 2 # bypass the underscore check in bindings. These properties are exempt
|
A D | requirements-extras.txt | 9 # helper for developers - check git commit messages
|
A D | checkpatch.pl | 36 my $check = 0; 217 'strict!' => \$check, 250 $check_orig = $check; 2592 $check = 1; 3811 my $check = 0; 3818 $check = 1; 3826 $check = 0; 3837 $check = 0; 3862 $check = 0; 4689 if ($check) { [all …]
|
A D | spelling.txt | 301 cehck||check 316 chcek||check 317 chck||check
|
/scripts/coccinelle/ |
A D | find_dev_usage.cocci | 8 // as a HAL, it will print a WARNING in order to check if the const qualifier 30 check if const qualifier is not lost".format(F, f, D)
|
/scripts/tests/twister_blackbox/ |
A D | test_addon.py | 228 subprocess.run(uninstall_command, check=True,) 255 check_installed_result = subprocess.run(check_installed_command, check=True, 263 subprocess.run(install_command, check=True) 287 subprocess.run(install_command, check=True)
|
/scripts/west_commands/runners/ |
A D | renode.py | 64 subprocess.run(cmd, check=True)
|
A D | renode-robot.py | 65 subprocess.run(cmd, check=True)
|
A D | bossac.py | 149 ['stty', '--version'], capture_output=True, text=True, check=True
|
/scripts/ci/ |
A D | pylintrc | 4 # pylint configuration for the PyLint check in check_compliance.py. 10 # This command will check all scripts: 37 # These might be nice to check too, but currently trigger false positives: 240 # Custom Zephyr check scripts
|
A D | tags.yaml | 27 # will check that they match some file, but won't check regexes
|
A D | check_compliance.py | 299 check=True, 383 check=True, 426 self.check(binding, self.check_yaml_property_name) 427 self.check(binding, self.required_false_check) 430 def check(binding, callback): member in DevicetreeBindingsCheck 1558 check=True, 1606 check=True, 1865 check=True, 2009 check=True, 2032 check=True, [all …]
|
/scripts/utils/ |
A D | wifi_ent_cert_installer.py | 101 subprocess.run(command, check=True)
|
/scripts/pylib/twister/twisterlib/ |
A D | testsuite.py | 536 check = name.split(".") 537 if len(check) < 2:
|
A D | coverage.py | 215 check=True 375 check=True
|
/scripts/release/ |
A D | list_devicetree_bindings_changes.py | 369 check=True) 372 subprocess.run(['git', 'worktree', 'remove', fspath], check=True)
|
/scripts/ci/es_upload/ |
A D | README.md | 25 to check the resulting data without its actual upload.
|