Home
last modified time | relevance | path

Searched defs:test_str (Results 1 – 25 of 50) sorted by relevance

12

/external/tpm2-tss/test/unit/
Dkey-value-parse.c29 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 …]
/external/grpc-grpc/test/core/compression/
Dstream_compression_test.cc58 const char test_str[] = "aaaaaaabbbbbbbccccccctesttesttest"; in test_stream_compression_simple_compress_decompress() local
91 const char test_str[] = "aaaaaaabbbbbbbccccccctesttesttest"; in test_stream_compression_simple_compress_decompress_with_output_size_constraint() local
139 char* test_str = in test_stream_compression_simple_compress_decompress_with_large_data() local
174 const char test_str[] = "aaaaaaabbbbbbbccccccc"; in test_stream_compression_drop_context() local
243 const char test_str[] = "aaaaaaabbbbbbbccccccc"; in test_stream_compression_sync_flush() local
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c217 char const *test_str = "test_read"; in TEST_F() local
339 char const *test_str = "test_send"; in TEST_F() local
430 char const *test_str = "test_read"; in TEST_F() local
442 char const *test_str = "test_read"; in TEST_F() local
456 char const *test_str = "test_read"; in TEST_F() local
468 char const *test_str = "test_sendmsg"; in TEST_F() local
487 char const *test_str = "test_sendmsg"; in TEST_F() local
542 char const *test_str = "test_sendmsg_multiple"; in TEST_F() local
579 char const *test_str = "abcdefghijklmno"; in TEST_F() local
647 char const *test_str = "test_read"; in TEST_F() local
[all …]
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_lexer.c38 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
/external/zucchini/
Dsuffix_array_unittest.cc175 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
/external/fonttools/Tests/feaLib/
Derror_test.py7 def test_str(self): member in FeatureLibErrorTest
/external/ltp/testcases/kernel/device-drivers/uaccess/
Dltp_uaccess.h24 static const char test_str[] = "Test string"; variable
/external/tensorflow/tensorflow/core/platform/
Dnumbers_test.cc293 char test_str[2 * kFastToBufferSize]; in TEST() local
331 char test_str[2 * kFastToBufferSize]; in TEST() local
/external/ltp/pan/
Dsplitstr.c166 char test_str[32768]; in main() local
/external/python/cpython3/Lib/test/
Dtest_xxlimited.py33 def test_str(self): member in CommonTests
Dtest_bool.py27 def test_str(self): member in BoolTest
/external/tensorflow/tensorflow/python/platform/
Dflags_test.py106 def test_str(self): member in FlagsTest
/external/rust/crates/unicode-width/src/
Dtests.rs114 fn test_str() { in test_str() function
/external/autotest/server/hosts/
Dfile_store_unittest.py189 def test_str(self): member in FileStoreTestCase
Dhost_info_unittest.py133 def test_str(self): member in HostInfoTest
296 def test_str(self): member in InMemoryHostInfoStoreTest
Dafe_store_unittest.py128 def test_str(self): member in AfeStoreTest
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create03.c53 char test_str[] = "LTP"; in test_write_protect() local
/external/selinux/libsemanage/tests/
Dtest_utilities.c278 const char *test_str = "Hello, I am %{USERNAME} and my id is %{USERID}"; in test_semanage_str_replace() local
/external/rust/crates/serde_cbor/tests/
Dser.rs5 fn test_str() { in test_str() function
/external/python/cpython2/Lib/test/
Dtest_bool.py38 def test_str(self): member in BoolTest
/external/python/pybind11/tests/
Dtest_pytypes.py101 def test_str(doc): function
/external/rust/crates/rusqlite/src/types/
Dmod.rs176 fn test_str() -> Result<()> { in test_str() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_generated_code.c12 const char test_str[] = "abcdefg"; variable
/external/crosvm/serde_keyvalue/src/
Dkey_values.rs917 let test_str = ",foo"; in nom_any_separator() localVariable
919 let test_str = "]bar"; in nom_any_separator() localVariable
921 let test_str = ""; in nom_any_separator() localVariable
924 let test_str = "something,anything"; in nom_any_separator() localVariable
/external/libtraceevent/utest/
Dtraceevent-utest.c332 const char *test_str) in test_parse_sizeof()

12