| /tests/subsys/llext/src/ |
| A D | object_ext.c | 18 const char *string = "hello"; variable 43 printk("string: %s\n", string); in test_entry() 44 zassert_ok(strcmp(string, "hello")); in test_entry()
|
| /tests/cmake/yaml/ |
| A D | test.yaml | 3 key-string: "Simple string" 9 key-list-string:
|
| A D | CMakeLists.txt | 52 set(expected "Simple string") 174 set(expected "Simple string") 194 set(new_value "A new string") 292 KEY cmake test set key-list-string 486 set(new_entry_str_0 "'A\\,string'") 589 set(new_value "string before changes") 591 KEY cmake test set key-string 627 set(expected "string before changes") 650 set(new_value "string after changes") 652 KEY cmake test set key-string [all …]
|
| /tests/modules/thrift/ThriftTest/src/ |
| A D | server.hpp | 34 void testString(string &out, const string &thing) override in testString() 70 void testBinary(std::string &_return, const std::string &thing) override in testBinary() 117 void testStringMap(map<std::string, std::string> &out, in testStringMap() argument 118 const map<std::string, std::string> &thing) override in testStringMap() argument 120 map<std::string, std::string>::const_iterator m_iter; in testStringMap() 260 const std::map<int16_t, std::string> &arg3, const Numberz::type arg4, in testMulti() 273 void testException(const std::string &arg) override in testException() 291 void testMultiException(Xtruct &result, const std::string &arg0, in testMultiException() 292 const std::string &arg1) override in testMultiException() 321 void secondtestString(std::string &result, const std::string &thing) override in secondtestString()
|
| A D | client.cpp | 31 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()
|
| /tests/lib/devicetree/api/ |
| A D | app.overlay | 24 string = "foo"; 737 compatible = "vnd,string-token"; 742 compatible = "vnd,string-token"; 747 compatible = "vnd,string-token"; 788 * so use vnd,string instead. 791 compatible = "vnd,string"; 815 compatible = "vnd,string-array"; 820 compatible = "vnd,string"; 825 compatible = "vnd,string"; 830 compatible = "vnd,string"; [all …]
|
| /tests/net/virtual/ |
| A D | Kconfig | 9 string "Remote IP address of the tunnel interface" 15 string "My address for tunnel interface" 21 string "Name of the tunnel interface"
|
| /tests/ztest/fail/src/ |
| A D | main.cpp | 17 std::string result; in ZTEST() 39 (result.find(CONFIG_TEST_ERROR_STRING) != std::string::npos); in ZTEST()
|
| /tests/subsys/settings/file/src/ |
| A D | settings_test_compress_file.c | 21 int file_str_cmp(const char *fname, char const *string, size_t pattern_len); 86 int file_str_cmp(const char *fname, char const *string, size_t pattern_len) in file_str_cmp() argument 112 if (memcmp(buf, string, len)) { in file_str_cmp()
|
| /tests/kconfig/functions/ |
| A D | Kconfig | 69 string 73 string 81 string 85 string
|
| /tests/cmake/overlays/soc_folder_kconfig/ |
| A D | Kconfig | 5 string "Test string"
|
| /tests/kernel/device/ |
| A D | CMakeLists.txt | 12 # optimizations. There would be multiple copies of the same string, 14 # at all. So add this flag to merge string constants such that
|
| /tests/benchmarks/app_kernel/src/ |
| A D | master.h | 112 #define PRINT_STRING(string) printk("%s", string) argument
|
| /tests/modules/nanopb/proto/sub/ |
| A D | nested.proto | 11 string name = 2;
|
| /tests/boot/mcuboot_data_sharing/ |
| A D | CMakeLists.txt | 28 string(CONFIGURE "${version_content}" version_content) 29 string(CONFIGURE "${version_content}" version_content)
|
| /tests/net/socket/tls_configurations/ |
| A D | CMakeLists.txt | 13 # to a C string that can be parsed by Mbed TLS. The format is unchanged, it's 18 string(REGEX REPLACE "\n" "\\\\n" input_file_content ${input_file_content})
|
| /tests/boards/nrf/nrfs/ |
| A D | Kconfig.sysbuild | 7 string
|
| /tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/ |
| A D | Kconfig | 5 bool "Extended variant board test string" 26 bool "Extended variant board test string defconfig"
|
| /tests/net/lib/lwm2m/lwm2m_registry/src/ |
| A D | test_obj.c | 17 char string[32]; variable 71 INIT_OBJ_RES_DATA_LEN(LWM2M_RES_TYPE_STRING, res, i, res_inst, j, string, sizeof(string), in obj_create()
|
| /tests/subsys/logging/log_api/ |
| A D | Kconfig | 9 bool "Append read-only string locations to the package"
|
| /tests/subsys/mgmt/mcumgr/os_mgmt_info/ |
| A D | Kconfig | 5 string "Custom OS name"
|
| /tests/subsys/settings/file/include/ |
| A D | settings_test_file.h | 41 int settings_test_file_strstr(const char *fname, char const *string,
|
| /tests/subsys/ipc/ipc_sessions/ |
| A D | Kconfig.sysbuild | 10 string "The board used for remote target"
|
| /tests/net/lib/lwm2m/interop/pytest/ |
| A D | test_blockwise.py | 16 import string 86 data = ''.join(random.choice(string.ascii_letters) for i in range(4096)).encode() 117 data = ''.join(random.choice(string.ascii_letters) for i in range(4096)).encode()
|
| /tests/cmake/hwm/board_extend/ |
| A D | Kconfig | 6 bool "Base board test string"
|