Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 126) sorted by relevance

123456

/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle-stylesheets-loader.min.js2 …s*\)/gi;switch(c){case t:o=o.replace(a,"$&, all").replace(r,"$& and not all");break;case l:o=o.rep…
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py38 new_str = new_str.replace("%ll" + spec, "%l" + spec)
41 new_str = new_str.replace("%#ll" + spec, "%#l" + spec)
44 new_str = new_str.replace("%hh" + spec, "%h" + spec)
47 new_str = new_str.replace("%p", "0x%x")
50 new_str = new_str.replace("%z", "%d")
/Zephyr-latest/scripts/net/
Denumerate_http_status.py49 enum_tail = val.upper().replace(' ', '_').replace("'", '').replace('-', '_')
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dutils.py24 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
Dtest_upgrade.py20 version.replace('.', '_').replace('+', '_'))
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci9 // can't be converted to integers automatically. For K_NO_WAIT replace
10 // with 0; for K_FOREVER replace with SYS_FOREVER_MS, the value of
62 msg = "WARNING: [msl1] replace constant {} with ms duration in {}".format(T, fn)
118 msg = "WARNING: [msl2] replace constant {} with ms duration in {}".format(T, fn)
176 msg = "WARNING: [msl3] replace constant {} with ms duration in {}".format(T, fn)
Dint_ms_to_timeout.cocci53 // for the timeout and replace the constant with the appropriate macro
91 msg = "WARNING: replace constant {} with timeout in {}".format(C, fn)
95 // ** scaled by MSEC_PER_SEC and replace with the corresponding
224 msg = "WARNING: replace integer parameter {} with timeout in {}".format(param, fn)
231 // and replace with the corresponding millisecond duration.
278 msg = "WARNING: replace timeout-valued delay with millisecond duration".format()
294 // for the timeout and replace the constant with the appropriate macro
330 msg = "WARNING: replace constant {} with duration timeout in k_timer_start".format(C)
Dderef_null.cocci108 msg_safe=msg.replace("[","@(").replace("]",")")
167 msg_safe=msg.replace("[","@(").replace("]",")")
/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py85 …flat_name = name_prefix + str(val[names_dict[parent_name]]).replace(name_sep, escape_sep + name_se…
98 name_k = name_prefix + str(key).replace(name_sep, escape_sep + name_sep)
162 rules = json.loads(str(args.transform).replace("'", "\"").replace("\\", "\\\\"))
206 … flat_list_dict = json.loads(str(args.flatten_list_names).replace("'", "\"").replace("\\", "\\\\"))
/Zephyr-latest/scripts/utils/
Dconvert_guidelines.py84 line = line.replace('\r', '').replace('\n', '')
Dmigrate_mcumgr_kconfigs.py131 line = line.replace(longest, REPLACEMENTS[longest])
Dmigrate_posix_kconfigs.py98 line = line.replace(longest, REPLACEMENTS[longest])
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_ram_disk_region.overlay9 * remove the original definition and replace it with smaller one.
21 * dts files, and replace it with our own.
/Zephyr-latest/doc/_extensions/zephyr/
Dhtml_redirects.py91 content = REDIRECT_TEMPLATE.replace("$NEWURL", new_url)
Ddoxyrunner.py122 values += shlex.split(value.replace("\\", "\\\\"))
191 content = content.replace(fmt_pattern.format(var), value)
/Zephyr-latest/scripts/west_commands/runners/
Dtrace32.py75 arch = build_conf.get('CONFIG_ARCH').replace('"', '')
77 arch = arch.replace('arm64', 'arm')
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dpackage.py33 normalized = p.replace("/", "_")
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py68 args.output.write(" /* {} */\n".format(''.join(bits).replace('0', ' ').replace('1', '#')))
158 clean_cmd.append(arg.replace(args.zephyr_base, '"${ZEPHYR_BASE}"'))
Dsubfolder_list.py61 linkname = symbase + '_' + reldir.replace(os.path.sep, '_')
/Zephyr-latest/doc/hardware/peripherals/
Despi.rst15 Because of its enhancements, the eSPI is used to replace the LPC
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py201 expected_client = [e.replace('TEST_GDB_SCRIPT', gdb_script.as_posix())
235 expected_client = [e.replace('TEST_GDB_SCRIPT', gdb_script.as_posix())
/Zephyr-latest/samples/basic/hash_map/
DREADME.rst5 Insert, replace, and remove entries in a hashmap.
/Zephyr-latest/boards/seagate/faze/support/
Dopenocd.cfg7 # have to replace it with your own interface here.
/Zephyr-latest/samples/subsys/task_wdt/
DREADME.rst30 For other boards just replace the board name.
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst33 If using another supported Espressif board, replace the argument in the above

123456