Searched full:replace (Results 1 – 25 of 280) sorted by relevance
12345678910>>...12
/Zephyr-Core-3.5.0/cmake/modules/ |
D | zephyr_module.cmake | 86 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})
|
D | FindoneApi.cmake | 20 string(REGEX REPLACE "[^0-9]*([0-9.]+) .*" "\\1" ONEAPI_VERSION ${ONEAPI_VERSION})
|
D | kconfig.cmake | 79 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_" "")
|
D | Findarmclang.cmake | 20 string(REPLACE "\n" ";" armclang_version_list "${ARMCLANG_VERSION}")
|
/Zephyr-Core-3.5.0/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)
|
D | deref_null.cocci | 108 msg_safe=msg.replace("[","@(").replace("]",")") 167 msg_safe=msg.replace("[","@(").replace("]",")")
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/net/ |
D | enumerate_http_status.py | 49 enum_tail = val.upper().replace(' ', '_').replace("'", '').replace('-', '_')
|
/Zephyr-Core-3.5.0/cmake/compiler/clang/ |
D | target.cmake | 45 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/ |
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-Core-3.5.0/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-Core-3.5.0/cmake/compiler/icx/ |
D | target.cmake | 33 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}") 64 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
|
/Zephyr-Core-3.5.0/modules/thrift/ |
D | CMakeLists.txt | 29 # 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/ |
D | utils.py | 50 assert image_list[0].version == version.replace('+0', '').replace('+', '.')
|
/Zephyr-Core-3.5.0/cmake/compiler/arcmwdt/ |
D | target.cmake | 23 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/ |
D | target.cmake | 38 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/ |
D | nrfx_coredep.c | 14 * This function will replace at *link* time the
|
/Zephyr-Core-3.5.0/cmake/flash/ |
D | check_runner_dependencies.cmake | 14 string(REPLACE ";" " " DEPENDENCIES "${DEPENDENCIES}")
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/dut/ |
D | prj.conf | 15 # Replace `Execute` with `gdb --args` in the shell script
|
/Zephyr-Core-3.5.0/boards/arc/nsim/ |
D | board.cmake | 12 string(REPLACE "nsim" "mdb" MDB_ARGS "${BOARD}.args")
|
/Zephyr-Core-3.5.0/cmake/bintools/llvm/ |
D | target.cmake | 14 string(REGEX REPLACE "[^0-9]*([0-9]+).*" "\\1" CLANGVER ${CLANGVER})
|
/Zephyr-Core-3.5.0/cmake/compiler/host-gcc/ |
D | target.cmake | 35 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
|
/Zephyr-Core-3.5.0/boards/posix/common/ |
D | natsim_config.cmake | 26 string(REPLACE ";" "\n" nsi_config_content "${nsi_config_content}")
|
/Zephyr-Core-3.5.0/cmake/compiler/xt-clang/ |
D | compiler_flags.cmake | 21 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
|
12345678910>>...12