Home
last modified time | relevance | path

Searched full:replace (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dindex.html14 ws = new WebSocket(location.origin.replace("http", "ws") + "/console");
91 var escaped = str.replace(/&/, "&amp;").replace(/</, "&lt;").
92 replace(/>/, "&gt;").replace(/\u000d/, "").
93 replace(/\u000a/, "").replace(/\[0\;31m/, "<em>").
94 replace(/\[0m/, "</em>").replace(/"/, "&quot;"); // "
101 var escaped = str.replace(/&/, "&amp;").replace(/</, "&lt;").
102 replace(/>/, "&gt;").replace(/"/, "&quot;"); // "
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py33 """Replace unsupported formatter"""
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/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/cmake/modules/
Dzephyr_module.cmake82 string(REGEX REPLACE "\"(.*)\":\".*\"" "\\1" key ${setting})
83 string(REGEX REPLACE "\".*\":\"(.*)\"" "\\1" value ${setting})
100 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
113 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
134 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
135 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
136 string(REGEX REPLACE "\".*\":\".*\":\"(.*)\"" "\\1" cmake_path ${module})
155 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
156 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
157 string(REGEX REPLACE "\".*\":\".*\":\"(.*)\"" "\\1" cmake_path ${module})
Dboards.cmake78 string(REPLACE "@" "" board_revision "${CMAKE_MATCH_2}")
295 string(REGEX REPLACE "^//" "/${LIST_BOARD_SOCS}/" BOARD_QUALIFIERS "${BOARD_QUALIFIERS}")
302 string(REPLACE ";" "\n" board_targets "${board_targets}")
322 string(REPLACE "." "_" BOARD_REVISION_STRING ${BOARD_REVISION})
326 string(REGEX REPLACE "^/" "qualifiers: " board_message_qualifiers "${BOARD_QUALIFIERS}")
329 string(REPLACE "/" "_" NORMALIZED_BOARD_QUALIFIERS "${BOARD_QUALIFIERS}")
333 string(REPLACE "/" "_" NORMALIZED_BOARD_TARGET "${NORMALIZED_BOARD_TARGET}")
357 string(REGEX REPLACE "^/" "" qualifiers "${BOARD_QUALIFIERS}")
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci4 // Replace use of K_NO_WAIT and K_FOREVER in API that requires
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)
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)
/Zephyr-latest/misc/generated/
DCMakeLists.txt12 …string(REGEX REPLACE "#define (CONFIG_[A-Za-z|_|0-9]*) (.*)" "GEN_ABSOLUTE_SYM_KCONFIG(\\1, \\2)" …
13 string(REGEX REPLACE "\"(.*)\"" "1" CONFIG ${CONFIG})
/Zephyr-latest/scripts/net/
Denumerate_http_status.py49 enum_tail = val.upper().replace(' ', '_').replace("'", '').replace('-', '_')
/Zephyr-latest/soc/nordic/
Dsysbuild.cmake6 string(REPLACE "/" ";" launcher_quals ${BOARD_QUALIFIERS})
11 string(REPLACE "cpu" "" launcher_vpr ${launcher_vpr})
/Zephyr-latest/boards/snps/nsim/arc_classic/
Dboard.cmake5 string(REPLACE "/" "_" NSIM_BASE_FILENAME "${NSIM_BASE_FILENAME}")
15 string(REPLACE "nsim" "mdb" MDB_ARGS "${NSIM_BASE_FILENAME}.args")
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dutils.py24 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
/Zephyr-latest/cmake/compiler/armclang/
Dtarget.cmake17 string(REGEX REPLACE "\\+.*" "" CMAKE_SYSTEM_PROCESSOR ${GCC_M_CPU})
57 string(REGEX REPLACE "\n" "" _OUTPUT ${_OUTPUT})
67 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-latest/cmake/toolchain/cross-compile/
Dtarget.cmake24 list(TRANSFORM libc_dirs REPLACE "libc.a$" "")
38 list(TRANSFORM sysroot_candidates REPLACE "/lib[/]?$" "")
43 string(REPLACE ";" "\n" sysroot_candidates_str "${sysroot_candidates}")
/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/cmake/compiler/icx/
Dtarget.cmake33 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
64 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-latest/modules/thrift/
DCMakeLists.txt28 # Replace with upstream equivalents when Zephyr's std::thread, etc, are fixed
34 # Replace with upstream equivalents when Zephyr's std::thread, etc, are fixed
/Zephyr-latest/soc/snps/nsim/arc_classic/
DCMakeLists.txt3 string(REPLACE "nsim_" "" NSIM_ARC_CLASSIC_SER "${SOC_SERIES}")
/Zephyr-latest/cmake/compiler/arcmwdt/
Dtarget.cmake23 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
39 # The MWDT compiler can replace some code with call to builtin functions.
/Zephyr-latest/cmake/compiler/clang/
Dtarget.cmake50 string(REGEX REPLACE "\n" "" _OUTPUT ${_OUTPUT})
113 string(REPLACE lib "" RTLIB_NAME ${RTLIB_NAME_WITH_PREFIX})
119 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-latest/boards/arm/mps3/
Dboard.cmake30 string(REPLACE "mps3/corstone300;" "" board_targets "${board_targets}")
31 string(REPLACE ";" "\n" board_targets "${board_targets}")
/Zephyr-latest/boards/native/nrf_bsim/soc/
Dnrfx_coredep.c14 * This function will replace at *link* time the
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/inc/
Doff_raw_tx.h23 /* TODO: Replace with a linked list to handle unlimited RPUs */
/Zephyr-latest/cmake/flash/
Dcheck_runner_dependencies.cmake14 string(REPLACE ";" " " DEPENDENCIES "${DEPENDENCIES}")
/Zephyr-latest/boards/snps/nsim/arc_v/
Dboard.cmake6 string(REPLACE "/" "_" NSIM_BASE_FILENAME "${NSIM_BASE_FILENAME}")

12345678910>>...15