Home
last modified time | relevance | path

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

123

/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/federated-compute/fcp/secagg/shared/
Daes_gcm_encryption_test.cc41 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
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/
Dchar_vector_test.cpp23 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
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/
Dchar_vector_test.cpp23 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
/external/llvm-libc/test/src/__support/
Dchar_vector_test.cpp23 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
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c217 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 …]
/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/emboss/compiler/util/
Dparser_types_test.py89 def test_str(self): member in TokenTest
120 def test_str(self): member in ProductionTest
/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/sdv/vsomeip/third_party/boost/phoenix/test/algorithm/
Dfor_each.cpp34 std::string test_str("(123456789)"); in for_each_test() local
Dfor_test.cpp35 std::string test_str("(123456789)"); in for_test() local
/external/ltp/testcases/kernel/device-drivers/uaccess/
Dltp_uaccess.h24 static const char test_str[] = "Test string"; variable
/external/chromium-crossbench/tests/crossbench/plt/
Dtest_platform.py39 def test_str(self): member in MachineArchTestCase
/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/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dchar1.cpp153 std::all_of(test_strings.begin(), test_strings.end(), [&](auto const test_str) -> bool { in main()
/external/ltp/pan/
Dsplitstr.c166 char test_str[32768]; in main() local
/external/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_test_shaders.cpp18 ostringstream test_str; in check() local
33 ostringstream test_str; in ra_check() local
/external/tensorflow/tensorflow/python/platform/
Dflags_test.py106 def test_str(self): member in FlagsTest
/external/python/cpython3/Lib/test/
Dtest_xxlimited.py33 def test_str(self): member in CommonTests
/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
/external/pytorch/benchmarks/dynamo/ci_expected_accuracy/
Dupdate_expected.py60 def parse_test_str(test_str): argument
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create03.c53 char test_str[] = "LTP"; in test_write_protect() local
/external/chromium-crossbench/tests/crossbench/browsers/
Dtest_viewport.py155 def test_str(self): member in ViewportTestCase

123