Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/kernel/common/src/
Dconstructor.c32 ZTEST(constructor, test_constructor) in ZTEST() argument
39 ZTEST_SUITE(constructor, NULL, common_setup, NULL, NULL, NULL);
/Zephyr-latest/tests/subsys/dsp/utils/src/
Dq15.c15 #define DEFINE_MULTIPLE_TEST_CASES(constructor, variant, array) \ argument
16 FOR_EACH_IDX_FIXED_ARG(constructor, (), variant, array)
Dq31.c15 #define DEFINE_MULTIPLE_TEST_CASES(constructor, variant, array) \ argument
16 FOR_EACH_IDX_FIXED_ARG(constructor, (), variant, array)
Dq7.c15 #define DEFINE_MULTIPLE_TEST_CASES(constructor, variant, array) \ argument
16 FOR_EACH_IDX_FIXED_ARG(constructor, (), variant, array)
Df32.c15 #define DEFINE_MULTIPLE_TEST_CASES(constructor, variant, array) \ argument
16 FOR_EACH_IDX_FIXED_ARG(constructor, (), variant, array)
Df64.c15 #define DEFINE_MULTIPLE_TEST_CASES(constructor, variant, array) \ argument
16 FOR_EACH_IDX_FIXED_ARG(constructor, (), variant, array)
/Zephyr-latest/tests/kernel/common/
DCMakeLists.txt28 src/constructor.c
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-darkmode-toggle.js84 constructor() { method in DoxygenAwesomeDarkModeToggle
/Zephyr-latest/samples/cpp/cpp_synchronization/
DREADME.rst9 functions with different types of arguments, global objects constructor
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst43 As passed to the constructor.
47 As passed to the constructor.
51 As passed to the constructor.
55 As passed to the constructor.
59 As passed to the constructor.
Drelease-notes.rst300 - ``west.manifest.ManifestImportFailed``: the constructor can now take any
663 - Project: the constructor now takes a topdir argument
811 - The ``west.manifest.Project`` constructor's ``remote`` and ``defaults``
818 ``west.manifest.Manifest`` factory methods and constructor were also
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld7 * The compiler fills the constructor pointers table below,
/Zephyr-latest/cmake/linker_script/common/
Dcommon-rom.cmake34 # The compiler fills the constructor pointers table below,
/Zephyr-latest/soc/amd/acp_6_0/adsp/
Dlinker.ld382 /* C++ constructor and destructor tables, properly ordered: */
/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/
Dxtensa-sample-controller.ld471 /* C++ constructor and destructor tables, properly ordered: */
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle.min.mjs2 …ends HTMLElement{static get observedAttributes(){return[f,m,u,d,s,r,c]}constructor(){super();W(thi… method in DarkModeToggle
/Zephyr-latest/kernel/
DKconfig1041 C++ constructor support as well as for initializer functions as
1047 and has instead separate C++ constructor initialization code.
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2474 raise yaml.constructor.ConstructorError(None, None, "error: " + msg)
/Zephyr-latest/cmake/modules/
Dextensions.cmake570 # constructor but must be called explicitly on CMake libraries that do
571 # not use a zephyr library constructor.
656 # This API has a constructor like the zephyr_library API has, but it
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1367 * Renamed global constructor list symbols to prevent the native POSIX host
2589 * :github:`40444` - Late C++ constructor initialization on native posix boards
Drelease-notes-3.3.rst2047 * C++ ABI runtime library components such as global constructor/destructor