Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 27) sorted by relevance

12

/scripts/pylib/display-twister-harness/camera_shield/
A Dconfig.yaml11 metadata: {name: tests.drivers.display.check.shield, platform: frdm_mcxn947}
20 expect: [tests.drivers.display.check.shield]
A DREADME.rst20 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 Drun_tests.py36 subprocess.run(mypy, check=True, cwd=here)
40 subprocess.run(pytest, check=True, cwd=here)
A Drun_common.py286 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']
299check.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 Dgtags.py81 check=True,
A Dsign.py455 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 Dlint.py47 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 Dfalse-positive.yaml2 # Used to check for issues with how we optimize binding loading.
/scripts/
A Dbindings_properties_allowlist.yaml2 # bypass the underscore check in bindings. These properties are exempt
A Drequirements-extras.txt9 # helper for developers - check git commit messages
A Dcheckpatch.pl36 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 Dspelling.txt301 cehck||check
316 chcek||check
317 chck||check
/scripts/coccinelle/
A Dfind_dev_usage.cocci8 // 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 Dtest_addon.py228 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 Drenode.py64 subprocess.run(cmd, check=True)
A Drenode-robot.py65 subprocess.run(cmd, check=True)
A Dbossac.py149 ['stty', '--version'], capture_output=True, text=True, check=True
/scripts/ci/
A Dpylintrc4 # 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 Dtags.yaml27 # will check that they match some file, but won't check regexes
A Dcheck_compliance.py299 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 Dwifi_ent_cert_installer.py101 subprocess.run(command, check=True)
/scripts/pylib/twister/twisterlib/
A Dtestsuite.py536 check = name.split(".")
537 if len(check) < 2:
A Dcoverage.py215 check=True
375 check=True
/scripts/release/
A Dlist_devicetree_bindings_changes.py369 check=True)
372 subprocess.run(['git', 'worktree', 'remove', fspath], check=True)
/scripts/ci/es_upload/
A DREADME.md25 to check the resulting data without its actual upload.

Completed in 39 milliseconds

12