Home
last modified time | relevance | path

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

123456

/Zephyr-4.3.0/doc/_static/js/
Ddark-mode-toggle-stylesheets-loader.min.js2 …se e:o=o.replace(c,"$&, all").replace(r,"$& and not all").replace(n,a);break;case l:o=o.replace(r,…
/Zephyr-4.3.0/scripts/net/
Denumerate_http_status.py67 enum_tail = val.upper().replace(' ', '_').replace("'", '').replace('-', '_')
/Zephyr-4.3.0/scripts/kconfig/
Dtraceconfig.py26 disp_fn = os.path.normpath(fn).replace("../", "").replace("_", "\\_")
56 sym_value = f'"{sym_value}"'.replace("_", "\\_")
62 sym_loc = sym_loc.replace("|", "\\|")
/Zephyr-4.3.0/tests/boot/with_mcumgr/pytest/
Dutils.py24 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
Dtest_upgrade.py23 version.replace('.', '_').replace('+', '_'))
/Zephyr-4.3.0/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py50 new_str = new_str.replace("%p", "0x%x")
53 new_str = new_str.replace("%z", "%d")
/Zephyr-4.3.0/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-4.3.0/scripts/utils/
Dmigrate_bindings_style.py65 new_key = prop_name.replace("_", "-")
67 lines[i] = rowline.replace(line, new_key)
Dconvert_guidelines.py84 line = line.replace('\r', '').replace('\n', '')
Dmigrate_mcumgr_kconfigs.py52 line = line.replace(longest, REPLACEMENTS[longest])
Dmigrate_posix_kconfigs.py105 line = line.replace(longest, REPLACEMENTS[longest])
/Zephyr-4.3.0/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-4.3.0/tests/bluetooth/classic/gap_c/pytest/
Dtest_gap_c.py136 found_address = str(address).replace(r'/P', '')
163 dongle_address = str(device.public_address).replace(r'/P', '')
215 dongle_address = str(device.public_address).replace(r'/P', '')
269 dongle_address = str(device.public_address).replace(r'/P', '')
317 dongle_address = str(device.public_address).replace(r'/P', '')
372 dongle_address = str(device.public_address).replace(r'/P', '')
426 dongle_address = str(device.public_address).replace(r'/P', '')
/Zephyr-4.3.0/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_ram_disk_region.overlay9 * remove the original definition and replace it with smaller one.
20 * dts files, and replace it with our own.
/Zephyr-4.3.0/scripts/pylib/power-twister-harness/
Dconftest.py41 measurements = measurements.replace("'", '"') # Ensure the data is properly formatted as JSON
/Zephyr-4.3.0/doc/_extensions/zephyr/domain/static/js/
Dboard.js168 …const isMatch = section.id.replace(/${board_data.name}/).replace(/-hw-features-section$/, '').ends…
170 … const table = document.querySelector(`table[id="${section.id.replace('-section', '-table')}"]`);
/Zephyr-4.3.0/doc/_extensions/zephyr/
Dhtml_redirects.py91 content = REDIRECT_TEMPLATE.replace("$NEWURL", new_url)
/Zephyr-4.3.0/scripts/west_commands/runners/
Dtrace32.py75 arch = build_conf.get('CONFIG_ARCH').replace('"', '')
77 arch = arch.replace('arm64', 'arm')
/Zephyr-4.3.0/scripts/build/
Dgen_cfb_font_header.py67 args.output.write(" /* {} */\n".format(''.join(bits).replace('0', ' ').replace('1', '#')))
160 clean_cmd.append(arg.replace(args.zephyr_base, '"${ZEPHYR_BASE}"'))
/Zephyr-4.3.0/scripts/pylib/twister/twisterlib/
Dpackage.py37 normalized = p.replace("/", "_")
/Zephyr-4.3.0/doc/hardware/peripherals/
Despi.rst15 Because of its enhancements, the eSPI is used to replace the LPC
/Zephyr-4.3.0/scripts/pylib/power-twister-harness/stm32l562e_dk/
DPowerShield.py172 if len(parts) >= 5 and parts[5].replace('.', '', 1).isdigit():
360 return s.replace("\0", "").strip().replace("\r", "").replace("\n\n\n", "\n")
/Zephyr-4.3.0/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py202 expected_client = [e.replace('TEST_GDB_SCRIPT', gdb_script.as_posix())
236 expected_client = [e.replace('TEST_GDB_SCRIPT', gdb_script.as_posix())

123456