Searched full:replace (Results 1 – 25 of 366) sorted by relevance
12345678910>>...15
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/ |
D | index.html | 14 ws = new WebSocket(location.origin.replace("http", "ws") + "/console"); 91 var escaped = str.replace(/&/, "&").replace(/</, "<"). 92 replace(/>/, ">").replace(/\u000d/, ""). 93 replace(/\u000a/, "").replace(/\[0\;31m/, "<em>"). 94 replace(/\[0m/, "</em>").replace(/"/, """); // " 101 var escaped = str.replace(/&/, "&").replace(/</, "<"). 102 replace(/>/, ">").replace(/"/, """); // "
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser.py | 33 """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/ |
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/cmake/modules/ |
D | zephyr_module.cmake | 82 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})
|
D | boards.cmake | 78 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/ |
D | ms_timeout.cocci | 4 // 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)
|
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)
|
/Zephyr-latest/misc/generated/ |
D | CMakeLists.txt | 12 …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/ |
D | enumerate_http_status.py | 49 enum_tail = val.upper().replace(' ', '_').replace("'", '').replace('-', '_')
|
/Zephyr-latest/soc/nordic/ |
D | sysbuild.cmake | 6 string(REPLACE "/" ";" launcher_quals ${BOARD_QUALIFIERS}) 11 string(REPLACE "cpu" "" launcher_vpr ${launcher_vpr})
|
/Zephyr-latest/boards/snps/nsim/arc_classic/ |
D | board.cmake | 5 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/ |
D | utils.py | 24 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | target.cmake | 17 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/ |
D | target.cmake | 24 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/ |
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/cmake/compiler/icx/ |
D | target.cmake | 33 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}") 64 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
|
/Zephyr-latest/modules/thrift/ |
D | CMakeLists.txt | 28 # 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/ |
D | CMakeLists.txt | 3 string(REPLACE "nsim_" "" NSIM_ARC_CLASSIC_SER "${SOC_SERIES}")
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | target.cmake | 23 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/ |
D | target.cmake | 50 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/ |
D | board.cmake | 30 string(REPLACE "mps3/corstone300;" "" board_targets "${board_targets}") 31 string(REPLACE ";" "\n" board_targets "${board_targets}")
|
/Zephyr-latest/boards/native/nrf_bsim/soc/ |
D | nrfx_coredep.c | 14 * This function will replace at *link* time the
|
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/inc/ |
D | off_raw_tx.h | 23 /* TODO: Replace with a linked list to handle unlimited RPUs */
|
/Zephyr-latest/cmake/flash/ |
D | check_runner_dependencies.cmake | 14 string(REPLACE ";" " " DEPENDENCIES "${DEPENDENCIES}")
|
/Zephyr-latest/boards/snps/nsim/arc_v/ |
D | board.cmake | 6 string(REPLACE "/" "_" NSIM_BASE_FILENAME "${NSIM_BASE_FILENAME}")
|
12345678910>>...15