/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | fixtures.py | 22 @pytest.fixture(scope='session') 29 @pytest.fixture(scope='session') 48 @pytest.fixture(scope=determine_scope) 57 @pytest.fixture(scope=determine_scope) 68 @pytest.fixture(scope=determine_scope) 86 @pytest.fixture(scope='session')
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | conftest.py | 55 @pytest.fixture(scope='session') 68 @pytest.fixture(scope='session') 81 @pytest.fixture(scope='module') 96 @pytest.fixture(scope='module') 126 @pytest.fixture(scope='module') 171 @pytest.fixture(scope='module') 180 @pytest.fixture(scope='function') 186 @pytest.fixture(scope='module')
|
D | test_portfolio.py | 54 @pytest.mark.parametrize(("configuration_C13"),[None], scope='function', indirect=['configuration_C…
|
/Zephyr-latest/arch/x86/ |
D | gen_mmu.py | 133 def align_check(base, size, scope=4096): argument 135 if (base % scope) != 0: 137 if (size % scope) != 0: 441 scope = 1 << self.levels[PD_LEVEL].addr_shift 443 if virt_base % scope != 0: 445 (virt_base, scope)) 447 for addr in range(virt_base, virt_base + size, scope): 453 scope = 1 << self.levels[PD_LEVEL].addr_shift 455 mem_start = round_down(virt_base, scope) 456 mem_end = round_up(virt_base + size, scope) [all …]
|
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/ |
D | test_gdbstub.py | 44 @pytest.fixture(scope="module") 52 @pytest.fixture(scope="module") 64 @pytest.fixture(scope="module") 71 @pytest.fixture(scope="module")
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | conftest.py | 24 @pytest.fixture(name='context', scope='session') 38 @pytest.fixture(name='chosen', scope='module')
|
/Zephyr-latest/tests/drivers/interrupt_controller/intc_plic/ |
D | Kconfig | 8 Declare some intc_plic.c functions in the global scope for verification.
|
/Zephyr-latest/samples/subsys/usb/hid-keyboard/ |
D | Kconfig | 5 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/samples/subsys/usb/hid-mouse/ |
D | Kconfig | 5 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | Kconfig | 5 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/samples/subsys/usb/webusb-next/ |
D | Kconfig | 5 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/samples/bluetooth/hci_usb/ |
D | Kconfig | 5 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | Kconfig | 5 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/samples/subsys/usb/console/ |
D | Kconfig | 5 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/doc/build/dts/ |
D | intro.rst | 17 intro-scope-purpose.rst
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | Kconfig | 15 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/samples/net/zperf/ |
D | Kconfig | 26 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 382 # Set the output variable in the parent scope 455 # within the scope of the caller. 493 # following zephyr_library_* calls are executed within the scope of the 772 # This is a macro because set_ifndef() works at parent scope. 773 # If this were a function, that would be this function's scope, 1734 # This updates the provided outvar in parent scope (callers scope) 2003 function(target_sources_ifdef feature_toggle target scope item) 2005 target_sources(${target} ${scope} ${item} ${ARGN}) 2009 function(target_compile_definitions_ifdef feature_toggle target scope item) 2011 target_compile_definitions(${target} ${scope} ${item} ${ARGN}) [all …]
|
D | snippets.cmake | 43 # parent scope. We'll set our outcome variables in the parent scope of
|
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/ |
D | main.c | 99 static void print_paging_stats(struct k_mem_paging_stats_t *stats, const char *scope) in print_paging_stats() argument 101 printk("* Page Faults (%s):\n", scope); in print_paging_stats() 109 printk("* Eviction (%s):\n", scope); in print_paging_stats()
|
/Zephyr-latest/doc/safety/ |
D | safety_overview.rst | 37 General safety scope 40 The general scope of the Safety Committee is to achieve a certification for the `IEC 61508 42 Systematic Capability (SC) 3 for a limited source scope (see certification scope TBD). Since the 237 #. On the main branch, the safety scope of the project should be identified, which typically 240 (`Quality`_) and safety processes within this scope. The Safety Architect works alongside the 245 fall within the safety scope, the safety architect should ideally be involved in the discussions 246 and decisions of minor changes in the safety scope to be able to react to safety-relevant 256 important change is found or implemented on the main branch in the safety scope, after the LTS
|
D | safety_requirements.rst | 10 …route 3s <https://docs.zephyrproject.org/latest/safety/safety_overview.html#general-safety-scope>`_ 27 The scope of the requirements covers the KERNEL functionalities.
|
/Zephyr-latest/samples/subsys/usb/common/ |
D | Kconfig.sample_usbd | 5 # using the new experimental USB device support. The scope of these options is
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | Kconfig | 73 # device stack. The scope of these options is limited to USB samples in project
|
/Zephyr-latest/include/zephyr/acpi/ |
D | acpi.h | 265 int acpi_drhd_get(enum AcpiDmarScopeType scope, ACPI_DMAR_DEVICE_SCOPE *dev_scope,
|