/aosp_15_r20/external/tpm2-tss/test/unit/ |
H A D | key-value-parse.c | 29 char test_str[] = "key=value"; in parse_key_value_simple_test() local 57 char test_str[] = "key=value"; in parse_key_value_NULL_key_value_test() local 70 char test_str[] = "key="; in parse_key_value_no_value_test() local 83 char test_str[] = "=value"; in parse_key_value_no_key_test() local 97 char test_str[] = "=foo="; in parse_key_value_two_seps_test() local 110 char test_str[] = "===="; in parse_key_value_all_seps_test() local 124 char test_str[] = "key=value=key=value"; in parse_key_value_alt_seps_test() local 171 char test_str[] = "key0=value0,key1=value1"; in parse_key_value_string_good_test() local 187 char test_str[] = "key0=,key1=value1"; in parse_key_value_string_no_value_test() local 203 char test_str[] = "key0=foo=bar,baz=qux"; in parse_key_value_string_unknown_key_test() local [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | tls.c | 217 char const *test_str = "test_read"; in TEST_F() local 354 char const *test_str = "test_send"; in TEST_F() local 445 char const *test_str = "test_read"; in TEST_F() local 457 char const *test_str = "test_read"; in TEST_F() local 471 char const *test_str = "test_read"; in TEST_F() local 483 char const *test_str = "test_sendmsg"; in TEST_F() local 502 char const *test_str = "test_sendmsg"; in TEST_F() local 557 char const *test_str = "test_sendmsg_multiple"; in TEST_F() local 594 char const *test_str = "abcdefghijklmno"; in TEST_F() local 664 char const *test_str = "test_read"; in TEST_F() local [all …]
|
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/ |
H A D | aes_gcm_encryption_test.cc | 41 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local 70 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local 86 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local 97 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local 118 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local 127 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local 136 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local 144 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local 157 std::string test_str = "This is a test. Should work on arbitrary strings."; in TEST() local
|
/aosp_15_r20/external/llvm-libc/test/src/__support/ |
H A D | char_vector_test.cpp | 23 static constexpr char test_str[] = "1234567890"; in TEST() local 35 static constexpr char test_str[] = in TEST() local 51 static constexpr char test_str[] = in TEST() local
|
/aosp_15_r20/external/zucchini/ |
H A D | suffix_array_unittest.cc | 175 void TestSuffixSort(ustring test_str) { in TestSuffixSort() 220 for (const std::string& test_str : test_strs) { in TEST() local 226 for (const std::string& test_str : test_strs) { in TEST() local 323 for (const std::string& test_str : test_strs) { in TEST() local
|
/aosp_15_r20/external/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_lexer.c | 38 char *test_str = "(test \"qstring\");comment\n"; in test_cil_lexer_setup() local 52 char *test_str = "(test \"qstring\") ;comment\n"; in test_cil_lexer_next() local
|
/aosp_15_r20/external/emboss/compiler/util/ |
H A D | parser_types_test.py | 89 def test_str(self): member in TokenTest 120 def test_str(self): member in ProductionTest
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | numbers_test.cc | 293 char test_str[2 * kFastToBufferSize]; in TEST() local 331 char test_str[2 * kFastToBufferSize]; in TEST() local
|
/aosp_15_r20/tools/repohooks/rh/ |
H A D | utils_unittest.py | 78 def test_str(self): member in CompletedProcessTests 108 def test_str(self): member in CalledProcessErrorTests
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | util_test.cc | 120 std::string test_str(kTestString); in TEST() local 128 std::string test_str(PATH_MAX + 1, 'a'); in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_test_shaders.cpp | 18 ostringstream test_str; in check() local 33 ostringstream test_str; in ra_check() local
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | host_info_unittest.py | 133 def test_str(self): member in HostInfoTest 296 def test_str(self): member in InMemoryHostInfoStoreTest
|
/aosp_15_r20/external/crosvm/serde_keyvalue/src/ |
H A D | key_values.rs | 932 let test_str = ",foo"; in nom_any_separator() localVariable 934 let test_str = "]bar"; in nom_any_separator() localVariable 936 let test_str = ""; in nom_any_separator() localVariable 939 let test_str = "something,anything"; in nom_any_separator() localVariable
|
/aosp_15_r20/external/fonttools/Tests/feaLib/ |
H A D | error_test.py | 7 def test_str(self): member in FeatureLibErrorTest
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/algorithm/ |
D | for_each.cpp | 34 std::string test_str("(123456789)"); in for_each_test() local
|
D | for_test.cpp | 35 std::string test_str("(123456789)"); in for_test() local
|
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/uaccess/ |
H A D | ltp_uaccess.h | 24 static const char test_str[] = "Test string"; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/ |
D | char1.cpp | 153 std::all_of(test_strings.begin(), test_strings.end(), [&](auto const test_str) -> bool { in main()
|
/aosp_15_r20/external/ltp/pan/ |
H A D | splitstr.c | 166 char test_str[32768]; in main() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | migrate.rs | 924 let test_str = String::from("do_nothing"); in test_device_key_wrapok() localVariable 931 let test_str = String::from("do_nothing"); in test_device_key_to_section() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/ |
H A D | flags_test.py | 106 def test_str(self): member in FlagsTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_xxlimited.py | 33 def test_str(self): member in CommonTests
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/unicode-width/src/ |
H A D | tests.rs | 114 fn test_str() { in test_str() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/unicode-width/src/ |
H A D | tests.rs | 114 fn test_str() { in test_str() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/unicode-width/src/ |
H A D | tests.rs | 114 fn test_str() { in test_str() function
|