Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 95) sorted by relevance

1234

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py22 @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/
Dconftest.py55 @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')
Dtest_portfolio.py54 @pytest.mark.parametrize(("configuration_C13"),[None], scope='function', indirect=['configuration_C…
/Zephyr-latest/arch/x86/
Dgen_mmu.py133 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/
Dtest_gdbstub.py44 @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/
Dconftest.py24 @pytest.fixture(name='context', scope='session')
38 @pytest.fixture(name='chosen', scope='module')
/Zephyr-latest/tests/drivers/interrupt_controller/intc_plic/
DKconfig8 Declare some intc_plic.c functions in the global scope for verification.
/Zephyr-latest/samples/subsys/usb/hid-keyboard/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/hid-mouse/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/midi/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/webusb-next/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/dap/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/cdc_acm/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/bluetooth/hci_usb/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/doc/build/dts/
Dintro.rst17 intro-scope-purpose.rst
/Zephyr-latest/tests/bluetooth/classic/sdp_c/pytest/
Dconftest.py19 @pytest.fixture(name='initialize', scope='session')
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
DKconfig15 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/net/zperf/
DKconfig26 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/dfu-next/
DKconfig32 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/doc/safety/
Dsafety_overview.rst37 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
164 Begin enforcement on a limited scope of the code base. Initially, this would be
165 the safety certification scope. For rules easily applied across codebase, we
166 should not limit compliance to initial scope. This step requires tooling,
277 #. On the main branch, the safety scope of the project should be identified, which typically
280 (`Quality`_) and safety processes within this scope. The Safety Architect works alongside the
285 fall within the safety scope, the safety architect should ideally be involved in the discussions
286 and decisions of minor changes in the safety scope to be able to react to safety-relevant
[all …]
/Zephyr-latest/cmake/modules/
Dextensions.cmake383 # Set the output variable in the parent scope
456 # within the scope of the caller.
494 # following zephyr_library_* calls are executed within the scope of the
773 # This is a macro because set_ifndef() works at parent scope.
774 # If this were a function, that would be this function's scope,
1730 # This updates the provided outvar in parent scope (callers scope)
1999 function(target_sources_ifdef feature_toggle target scope item)
2001 target_sources(${target} ${scope} ${item} ${ARGN})
2005 function(target_compile_definitions_ifdef feature_toggle target scope item)
2007 target_compile_definitions(${target} ${scope} ${item} ${ARGN})
[all …]
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/
Dmain.c99 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/samples/subsys/usb/common/
DKconfig.sample_usbd5 # using the new experimental USB device support. The scope of these options is
/Zephyr-latest/samples/subsys/usb/mass/
DKconfig73 # device stack. The scope of these options is limited to USB samples in project

1234