Searched refs:replace (Results 1 – 25 of 149) sorted by relevance
123456
| /Zephyr-4.3.0/doc/_static/js/ |
| D | dark-mode-toggle-stylesheets-loader.min.js | 2 …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/ |
| D | enumerate_http_status.py | 67 enum_tail = val.upper().replace(' ', '_').replace("'", '').replace('-', '_')
|
| /Zephyr-4.3.0/scripts/kconfig/ |
| D | traceconfig.py | 26 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/ |
| D | utils.py | 24 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
|
| D | test_upgrade.py | 23 version.replace('.', '_').replace('+', '_'))
|
| /Zephyr-4.3.0/scripts/logging/dictionary/dictionary_parser/ |
| D | log_parser.py | 50 new_str = new_str.replace("%p", "0x%x") 53 new_str = new_str.replace("%z", "%d")
|
| /Zephyr-4.3.0/scripts/coccinelle/ |
| D | ms_timeout.cocci | 9 // 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)
|
| D | int_ms_to_timeout.cocci | 53 // 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)
|
| D | deref_null.cocci | 108 msg_safe=msg.replace("[","@(").replace("]",")") 167 msg_safe=msg.replace("[","@(").replace("]",")")
|
| /Zephyr-4.3.0/scripts/utils/ |
| D | migrate_bindings_style.py | 65 new_key = prop_name.replace("_", "-") 67 lines[i] = rowline.replace(line, new_key)
|
| D | convert_guidelines.py | 84 line = line.replace('\r', '').replace('\n', '')
|
| D | migrate_mcumgr_kconfigs.py | 52 line = line.replace(longest, REPLACEMENTS[longest])
|
| D | migrate_posix_kconfigs.py | 105 line = line.replace(longest, REPLACEMENTS[longest])
|
| /Zephyr-4.3.0/scripts/ci/ |
| D | upload_test_results_es.py | 85 …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/ |
| D | test_gap_c.py | 136 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/ |
| D | nrf52840dk_nrf52840_ram_disk_region.overlay | 9 * 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/ |
| D | conftest.py | 41 measurements = measurements.replace("'", '"') # Ensure the data is properly formatted as JSON
|
| /Zephyr-4.3.0/doc/_extensions/zephyr/domain/static/js/ |
| D | board.js | 168 …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/ |
| D | html_redirects.py | 91 content = REDIRECT_TEMPLATE.replace("$NEWURL", new_url)
|
| /Zephyr-4.3.0/scripts/west_commands/runners/ |
| D | trace32.py | 75 arch = build_conf.get('CONFIG_ARCH').replace('"', '') 77 arch = arch.replace('arm64', 'arm')
|
| /Zephyr-4.3.0/scripts/build/ |
| D | gen_cfb_font_header.py | 67 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/ |
| D | package.py | 37 normalized = p.replace("/", "_")
|
| /Zephyr-4.3.0/doc/hardware/peripherals/ |
| D | espi.rst | 15 Because of its enhancements, the eSPI is used to replace the LPC
|
| /Zephyr-4.3.0/scripts/pylib/power-twister-harness/stm32l562e_dk/ |
| D | PowerShield.py | 172 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/ |
| D | test_nxp_s32dbg.py | 202 expected_client = [e.replace('TEST_GDB_SCRIPT', gdb_script.as_posix()) 236 expected_client = [e.replace('TEST_GDB_SCRIPT', gdb_script.as_posix())
|
123456