/Zephyr-latest/cmake/sca/codechecker/ |
D | sca.cmake | 109 # 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/ |
D | test_dtlib.py | 29 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/ |
D | requirements-base.txt | 9 # used by dts generation to parse binding YAMLs, also used by 10 # twister to parse YAMLs, by west, zephyr_module,...
|
D | series-push-hook.sh | 26 base_commit=`git rev-parse $remote/main`
|
/Zephyr-latest/scripts/build/ |
D | process_gperf.py | 93 v = version.parse(m.groups()[0]) 94 v_lo = version.parse("3.0") 95 v_hi = version.parse("3.1")
|
D | gen_kobject_placeholders.py | 26 if version.parse(elftools.__version__) < version.parse('0.24'):
|
/Zephyr-latest/snippets/xen_dom0/boards/ |
D | rcar_h3ulcb_r8a77951_a57.overlay | 17 * is not capable to parse and handle it in runtime. 35 * is not capable to parse and handle it in runtime.
|
D | rcar_salvator_xs.overlay | 17 * is not capable to parse and handle it in runtime. 35 * is not capable to parse and handle it in runtime.
|
D | qemu_cortex_a53.overlay | 21 * is not capable to parse and handle it in runtime. 39 * is not capable to parse and handle it in runtime.
|
D | rcar_spider_s4_r8a779f0_a55.overlay | 19 * 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/ |
D | expr_parser.py | 287 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/ |
D | ppp_internal.h | 66 int (*parse)(struct ppp_fsm *fsm, struct net_pkt *pkt, member 75 .parse = _parse, \ 163 int (*parse)(struct net_pkt *pkt, uint8_t code,
|
D | options.c | 23 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/ |
D | coredump_gdbserver.py | 105 if not logf.parse(): 113 if not elff.parse():
|
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/ |
D | main.js | 62 const data = JSON.parse(event.data);
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | README | 12 [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/ |
D | gen_gdt.py | 50 if version.parse(elftools.__version__) < version.parse('0.24'):
|
D | gen_idt.py | 40 if version.parse(elftools.__version__) < version.parse('0.24'):
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 103 root = doxmlparser.index.parse(Path(dir_name) / "index.xml", True) 107 groups.append(doxmlparser.compound.parse(file_name, True))
|
D | doxybridge.py | 155 rootObj = doxmlparser.compound.parse(inDirName + "/" + baseName + ".xml", True) 182 rootObj = doxmlparser.index.parse(inDirName + "/index.xml", True)
|
/Zephyr-latest/scripts/west_commands/ |
D | zcmake.py | 293 if packaging.version.parse(version) < _MIN_CMAKE_VERSION: 303 _MIN_CMAKE_VERSION = packaging.version.parse(_MIN_CMAKE_VERSION_STR)
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 24 * hackish needs to be used since CMake does not parse
|
D | app_smem_pinned.ld | 28 * hackish needs to be used since CMake does not parse
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 25 summary statistics as records to allow Twister parse the log and save that data
|
/Zephyr-latest/doc/build/dts/ |
D | design.rst | 65 :file:`dtlib.py` can parse ``dtc`` output, and ``dtc`` can parse
|