Searched refs:replace (Results 1 – 25 of 126) sorted by relevance
123456
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle-stylesheets-loader.min.js | 2 …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/ |
D | log_parser.py | 38 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/ |
D | enumerate_http_status.py | 49 enum_tail = val.upper().replace(' ', '_').replace("'", '').replace('-', '_')
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | utils.py | 24 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
|
D | test_upgrade.py | 20 version.replace('.', '_').replace('+', '_'))
|
/Zephyr-latest/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-latest/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-latest/scripts/utils/ |
D | convert_guidelines.py | 84 line = line.replace('\r', '').replace('\n', '')
|
D | migrate_mcumgr_kconfigs.py | 131 line = line.replace(longest, REPLACEMENTS[longest])
|
D | migrate_posix_kconfigs.py | 98 line = line.replace(longest, REPLACEMENTS[longest])
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nrf52840dk_nrf52840_ram_disk_region.overlay | 9 * remove the original definition and replace it with smaller one. 21 * dts files, and replace it with our own.
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | html_redirects.py | 91 content = REDIRECT_TEMPLATE.replace("$NEWURL", new_url)
|
D | doxyrunner.py | 122 values += shlex.split(value.replace("\\", "\\\\")) 191 content = content.replace(fmt_pattern.format(var), value)
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | trace32.py | 75 arch = build_conf.get('CONFIG_ARCH').replace('"', '') 77 arch = arch.replace('arm64', 'arm')
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | package.py | 33 normalized = p.replace("/", "_")
|
/Zephyr-latest/scripts/build/ |
D | gen_cfb_font_header.py | 68 args.output.write(" /* {} */\n".format(''.join(bits).replace('0', ' ').replace('1', '#'))) 158 clean_cmd.append(arg.replace(args.zephyr_base, '"${ZEPHYR_BASE}"'))
|
D | subfolder_list.py | 61 linkname = symbase + '_' + reldir.replace(os.path.sep, '_')
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | espi.rst | 15 Because of its enhancements, the eSPI is used to replace the LPC
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_nxp_s32dbg.py | 201 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/ |
D | README.rst | 5 Insert, replace, and remove entries in a hashmap.
|
/Zephyr-latest/boards/seagate/faze/support/ |
D | openocd.cfg | 7 # have to replace it with your own interface here.
|
/Zephyr-latest/samples/subsys/task_wdt/ |
D | README.rst | 30 For other boards just replace the board name.
|
/Zephyr-latest/samples/boards/espressif/spiram_test/ |
D | README.rst | 33 If using another supported Espressif board, replace the argument in the above
|
123456