Home
last modified time | relevance | path

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

12345678910>>...12

/Zephyr-Core-3.5.0/cmake/modules/
Dzephyr_module.cmake86 string(REGEX REPLACE "\"(.*)\":\".*\"" "\\1" key ${setting})
87 string(REGEX REPLACE "\".*\":\"(.*)\"" "\\1" value ${setting})
104 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
117 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
138 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
139 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
140 string(REGEX REPLACE "\".*\":\".*\":\"(.*)\"" "\\1" cmake_path ${module})
158 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
159 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
160 string(REGEX REPLACE "\".*\":\".*\":\"(.*)\"" "\\1" cmake_path ${module})
DFindoneApi.cmake20 string(REGEX REPLACE "[^0-9]*([0-9.]+) .*" "\\1" ONEAPI_VERSION ${ONEAPI_VERSION})
Dkconfig.cmake79 string(REPLACE " " ";" CONF_FILE_AS_LIST "${CONF_FILE_EXPANDED}")
84 string(REPLACE " " ";" EXTRA_CONF_FILE_AS_LIST "${EXTRA_CONF_FILE_EXPANDED}")
93 string(REPLACE ";" "?" DTS_ROOT_BINDINGS "${DTS_ROOT_BINDINGS}")
115 string(REPLACE ";" "\\\;" SHIELD_AS_LIST_ESCAPED "${SHIELD_AS_LIST}")
117 string(REPLACE ";" "\\;" SHIELD_AS_LIST_ESCAPED_COMMAND "${SHIELD_AS_LIST}")
211 string(REGEX REPLACE "^${SYSBUILD_NAME}_" "" org_name ${name})
222 list(TRANSFORM cache_variable_names REPLACE "^CLI_" "")
DFindarmclang.cmake20 string(REPLACE "\n" ";" armclang_version_list "${ARMCLANG_VERSION}")
/Zephyr-Core-3.5.0/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)
Dderef_null.cocci108 msg_safe=msg.replace("[","@(").replace("]",")")
167 msg_safe=msg.replace("[","@(").replace("]",")")
/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/net/
Denumerate_http_status.py49 enum_tail = val.upper().replace(' ', '_').replace("'", '').replace('-', '_')
/Zephyr-Core-3.5.0/cmake/compiler/clang/
Dtarget.cmake45 string(REGEX REPLACE "\n" "" _OUTPUT ${_OUTPUT})
72 string(REPLACE lib "" RTLIB_NAME ${RTLIB_NAME_WITH_PREFIX})
78 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/cmake/compiler/icx/
Dtarget.cmake33 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
64 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-Core-3.5.0/modules/thrift/
DCMakeLists.txt29 # Replace with upstream equivalents when Zephyr's std::thread, etc, are fixed
35 # Replace with upstream equivalents when Zephyr's std::thread, etc, are fixed
/Zephyr-Core-3.5.0/tests/boot/with_mcumgr/pytest/
Dutils.py50 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
/Zephyr-Core-3.5.0/cmake/compiler/arcmwdt/
Dtarget.cmake23 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
35 # The MWDT compiler can replace some code with call to builtin functions.
/Zephyr-Core-3.5.0/cmake/compiler/xcc/
Dtarget.cmake38 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
67 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/soc/
Dnrfx_coredep.c14 * This function will replace at *link* time the
/Zephyr-Core-3.5.0/cmake/flash/
Dcheck_runner_dependencies.cmake14 string(REPLACE ";" " " DEPENDENCIES "${DEPENDENCIES}")
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/dut/
Dprj.conf15 # Replace `Execute` with `gdb --args` in the shell script
/Zephyr-Core-3.5.0/boards/arc/nsim/
Dboard.cmake12 string(REPLACE "nsim" "mdb" MDB_ARGS "${BOARD}.args")
/Zephyr-Core-3.5.0/cmake/bintools/llvm/
Dtarget.cmake14 string(REGEX REPLACE "[^0-9]*([0-9]+).*" "\\1" CLANGVER ${CLANGVER})
/Zephyr-Core-3.5.0/cmake/compiler/host-gcc/
Dtarget.cmake35 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
/Zephyr-Core-3.5.0/boards/posix/common/
Dnatsim_config.cmake26 string(REPLACE ";" "\n" nsi_config_content "${nsi_config_content}")
/Zephyr-Core-3.5.0/cmake/compiler/xt-clang/
Dcompiler_flags.cmake21 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")

12345678910>>...12