Home
last modified time | relevance | path

Searched refs:string (Results 76 – 100 of 583) sorted by relevance

12345678910>>...24

/Zephyr-latest/cmake/
Dverify-toolchain.cmake11 # FORMAT=json: Print the output as a json formatted string, useful for Python
34 string(APPEND json "\"SDK_VERSION\": \"${SDK_VERSION}\", ")
35 string(APPEND json "\"ZEPHYR_SDK_INSTALL_DIR\" : \"${ZEPHYR_SDK_INSTALL_DIR}\"}")
/Zephyr-latest/samples/net/mqtt_sn_publisher/
DKconfig12 string "IP of the MQTT-SN gateway. Only used if NET_SAMPLE_MQTT_SN_STATIC_GATEWAY=n."
19 string "IP of the Broadcast address"
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/
DKconfig47 string "The broadcast code (if any) to use for encrypted broadcast"
50 Setting a non-empty string for this option will encrypt the broadcast using this
51 string as the broadcast code. The length of the string shall be between 1 and 16 octets.
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h89 /*ol*/ uint32_t writeMessageBegin(const std::string &name, const TMessageType messageType,
132 inline uint32_t writeBinary(const std::string &str);
138 /*ol*/ uint32_t readMessageBegin(std::string &name, TMessageType &messageType,
143 inline uint32_t readStructBegin(std::string &name);
147 inline uint32_t readFieldBegin(std::string &name, TType &fieldType, int16_t &fieldId);
179 inline uint32_t readBinary(std::string &str);
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dclient.cpp31 string s; in ZTEST()
85 string rsp; in ZTEST()
130 static const map<string, string> request_smap = { in ZTEST()
133 map<string, string> response_smap; in ZTEST()
/Zephyr-latest/boards/raytac/mdbt53_db_40/
DKconfig9 string
22 string
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
DKconfig9 string
22 string
/Zephyr-latest/boards/nordic/nrf5340dk/
DKconfig9 string
20 string
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
DKconfig9 string
22 string
/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dmaster.h112 #define PRINT_STRING(string) printk("%s", string) argument
/Zephyr-latest/soc/realtek/ec/
DKconfig17 string
24 string "Set the address for BOOTROM"
/Zephyr-latest/share/sysbuild/
DKconfig6 string
19 Otherwise, it is the empty string. For example, if BOARD is
21 this option will be the empty string.
24 string
/Zephyr-latest/cmake/compiler/xcc/
Dtarget.cmake26 # Note that NOSYSDEF_CFLAG may be an empty string, and
27 # set_ifndef() does not work with empty string.
38 string(REGEX REPLACE "\n" "" _OUTPUT "${_OUTPUT}")
72 string(REPLACE ";" " " CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
/Zephyr-latest/cmake/modules/
Dhwm_v2.cmake62 string(FIND "${ret_hw}" "\n" idx REVERSE)
64 string(SUBSTRING "${ret_hw}" ${start} -1 line)
65 string(SUBSTRING "${ret_hw}" 0 ${idx} ret_hw)
73 string(TOUPPER "${ARCH_V2_NAME}" ARCH_V2_NAME_UPPER)
79 string(TOUPPER "${SOC_V2_NAME}" SOC_V2_NAME_UPPER)
80 string(TOUPPER "${HWM_TYPE}" HWM_TYPE_UPPER)
/Zephyr-latest/boards/ezurio/bl5340_dvk/
DKconfig10 string
23 string
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DKconfig7 string "Selected Broadcast Source name"
16 string "Selected Broadcast Sink name"
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DKconfig25 string "WIFI SSID - Network name"
28 string "WIFI PSK - Network password key"
/Zephyr-latest/lib/libc/armstdc/include/
Dstring.h13 #include_next <string.h>
/Zephyr-latest/boards/nordic/thingy53/
DKconfig15 string
28 string
/Zephyr-latest/tests/boot/mcuboot_data_sharing/
DCMakeLists.txt28 string(CONFIGURE "${version_content}" version_content)
29 string(CONFIGURE "${version_content}" version_content)
/Zephyr-latest/cmake/compiler/clang/
Dtarget.cmake8 # Note that NOSYSDEF_CFLAG may be an empty string, and
9 # set_ifndef() does not work with empty string.
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/arch/x86/
DCMakeLists.txt39 # Make the string into a list, or else it will be passed to ${GEN_MMU}
40 # as a quoted string, which is then parsed as one item by Python's
42 string(REPLACE " " ";"
/Zephyr-latest/lib/libc/arcmwdt/
DCMakeLists.txt7 arcmwdt-string.c
/Zephyr-latest/tests/modules/nanopb/proto/sub/
Dnested.proto11 string name = 2;
/Zephyr-latest/lib/libc/newlib/include/
Dstring.h16 #include_next <string.h>

12345678910>>...24