Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 90) sorted by relevance

1234

/Zephyr-latest/cmake/sca/codechecker/
Dsca.cmake109 # If 'codechecker parse' returns an exit status of '2', it means more than 0
123 COMMAND ${CODECHECKER_EXE} parse
139 # Output parse results
140 add_custom_target(codechecker-parse ALL
141 COMMAND ${CODECHECKER_EXE} parse
150 add_dependencies(codechecker-parse codechecker)
151 add_dependencies(codechecker-cleanup codechecker-parse)
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py29 def parse(dts, include_path=(), **kwargs): function
49 dt = parse(dts[1:], include_path)
62 parse(dts[1:])
71 parse(dts[1:])
80 parse(dts[1:])
825 dt = parse("""
1411 dt = parse("""
1469 dt = parse("""
1566 dt = parse("""
1628 dt = parse(r"""
[all …]
/Zephyr-latest/scripts/
Drequirements-base.txt9 # used by dts generation to parse binding YAMLs, also used by
10 # twister to parse YAMLs, by west, zephyr_module,...
Dseries-push-hook.sh26 base_commit=`git rev-parse $remote/main`
/Zephyr-latest/scripts/build/
Dprocess_gperf.py93 v = version.parse(m.groups()[0])
94 v_lo = version.parse("3.0")
95 v_hi = version.parse("3.1")
Dgen_kobject_placeholders.py26 if version.parse(elftools.__version__) < version.parse('0.24'):
/Zephyr-latest/snippets/xen_dom0/boards/
Drcar_h3ulcb_r8a77951_a57.overlay17 * is not capable to parse and handle it in runtime.
35 * is not capable to parse and handle it in runtime.
Drcar_salvator_xs.overlay17 * is not capable to parse and handle it in runtime.
35 * is not capable to parse and handle it in runtime.
Dqemu_cortex_a53.overlay21 * is not capable to parse and handle it in runtime.
39 * is not capable to parse and handle it in runtime.
Drcar_spider_s4_r8a779f0_a55.overlay19 * is not capable to parse and handle it in runtime.
37 * is not capable to parse and handle it in runtime.
/Zephyr-latest/scripts/pylib/twister/
Dexpr_parser.py287 def parse(expr_text, env, edt): function
295 ast = parser.parse(expr_text)
319 print(parser.parse(line))
321 print(parse(line, local_env, None))
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_internal.h66 int (*parse)(struct ppp_fsm *fsm, struct net_pkt *pkt, member
75 .parse = _parse, \
163 int (*parse)(struct net_pkt *pkt, uint8_t code,
Doptions.c23 int (*parse)(struct net_pkt *pkt, uint8_t code, in ppp_parse_options()
62 ret = parse(pkt, opt_type, opt_val_len, user_data); in ppp_parse_options()
153 ret = option_info->parse(fsm, pkt, parse_data->user_data); in ppp_parse_option_conf_req_supported()
/Zephyr-latest/scripts/coredump/
Dcoredump_gdbserver.py105 if not logf.parse():
113 if not elff.parse():
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/
Dmain.js62 const data = JSON.parse(event.data);
/Zephyr-latest/lib/posix/options/getopt/
DREADME12 [Shell users would like to parse options passed to the command handler.]
17 commands as well. A library is needed that allows the developer to parse
/Zephyr-latest/arch/x86/
Dgen_gdt.py50 if version.parse(elftools.__version__) < version.parse('0.24'):
Dgen_idt.py40 if version.parse(elftools.__version__) < version.parse('0.24'):
/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py103 root = doxmlparser.index.parse(Path(dir_name) / "index.xml", True)
107 groups.append(doxmlparser.compound.parse(file_name, True))
Ddoxybridge.py155 rootObj = doxmlparser.compound.parse(inDirName + "/" + baseName + ".xml", True)
182 rootObj = doxmlparser.index.parse(inDirName + "/index.xml", True)
/Zephyr-latest/scripts/west_commands/
Dzcmake.py293 if packaging.version.parse(version) < _MIN_CMAKE_VERSION:
303 _MIN_CMAKE_VERSION = packaging.version.parse(_MIN_CMAKE_VERSION_STR)
/Zephyr-latest/include/zephyr/linker/
Dapp_smem.ld24 * hackish needs to be used since CMake does not parse
Dapp_smem_pinned.ld28 * hackish needs to be used since CMake does not parse
/Zephyr-latest/tests/benchmarks/wait_queues/
DREADME.rst25 summary statistics as records to allow Twister parse the log and save that data
/Zephyr-latest/doc/build/dts/
Ddesign.rst65 :file:`dtlib.py` can parse ``dtc`` output, and ``dtc`` can parse

1234