Searched full:keywords (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/boards/common/ |
D | renode_robot.board.cmake | 9 # KEYWORDS: path to common.robot, which contains common Robot keywords 14 board_runner_args(renode-robot "--renode-robot-arg=--variable=KEYWORDS:${ZEPHYR_BASE}/tests/robot/c…
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 16 …__asm__: see \"6.48 Alternate Keywords\", and \"6.47 How to Use Inline Assembly Language in C Code… 20 __volatile__: see \"6.48 Alternate Keywords\" and \"6.47.2.1 Volatile\"; 21 …__alignof: see \"6.48 Alternate Keywords\" and \"6.44 Determining the Alignment of Functions, Typ… 23 …__alignof__: see \"6.48 Alternate Keywords\" and \"6.44 Determining the Alignment of Functions, T… 25 __const__: see \"6.48 Alternate Keywords\"; 26 __inline: see \"6.48 Alternate Keywords\";
|
/Zephyr-latest/tests/robot/ |
D | common.robot | 3 *** Keywords ***
|
/Zephyr-latest/tests/drivers/console/line_splitting/ |
D | line_splitting.robot | 4 Resource ${KEYWORDS}
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | shell_module.robot | 4 Resource ${KEYWORDS}
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | conftest.py | 45 if 'noclearlog' in request.keywords: 72 if 'noclearout' in request.keywords:
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/renode/ |
D | litex-vexriscv-tflite.robot | 5 Suite Setup Run Keywords 12 *** Keywords ***
|
/Zephyr-latest/scripts/pylint/checkers/ |
D | argparse-checker.py | 35 for keyword in node.keywords:
|
/Zephyr-latest/include/zephyr/ |
D | types.h | 33 * Thread local variables are declared with different keywords depending on
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | benchmark_256KB.robot | 33 *** Keywords ***
|
/Zephyr-latest/doc/build/kconfig/ |
D | extensions.rst | 126 - ``def_int``, ``def_hex``, and ``def_string`` keywords are available,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 216 The following keywords (case-insensitive) may be used to specify a credential type: 237 These formats and their (case-insensitive) keywords are as follows:
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_jobserver.py | 329 assert job.release_func.keywords == expected_func.keywords
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 204 testing relating keywords to provide best coverage for the features of this 1567 For the list of keywords provided by the Robot Framework itself, refer to `the official Robot docum… 1570 It provides a list of the most commonly used keywords together with links to the source code where … 1572 It's possible to extend the framework by adding new keywords expressed directly in Robot test suite…
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 257 keywords = os.path.join(self.options.coverage_basedir, 'tests/robot/common.robot') 272 "--variable", "KEYWORDS:" + keywords,
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.0.rst | 112 * More C keywords are now capitalized to avoid naming collision.
|
D | release-notes-1.14.rst | 2196 * :github:`8614` - cmake: Zephyr wrapped functions does not allow keywords on zephyr_link_libraries
|
D | release-notes-3.3.rst | 345 * Added support for using ``_Generic`` and ``__fallthrough`` keywords for ARC MWDT toolchain
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | cm.c | 83 PR("Valid flag keywords are:\n"); in cm_print_flags()
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 58 In this document, the keywords "MUST", "MUST NOT", "REQUIRED", "SHALL",
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 943 Parameter may be accompanied by additional, parameter specific, information keywords with
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 424 Generalized def_* keywords
|