Home
last modified time | relevance | path

Searched refs:test_replace (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/patch/
Dbackport-regex-Make-possible-to-test-replacements-with-options.patch23 @@ -1215,17 +1217,25 @@ test_replace (gconstpointer d)
52 @@ -1234,11 +1244,16 @@ test_replace (gconstpointer d)
59 g_test_add_data_func_full (path, data, test_replace, g_free); \
Dbackport-regex-Perform-more-tests-both-with-and-without-optimizations.patch160 @@ -1246,7 +1314,24 @@ test_replace (gconstpointer d)
170 + g_test_add_data_func_full (path, data, test_replace, g_free); \
183 g_test_add_data_func_full (path, data, test_replace, g_free); \
Dbackport-gregex-Add-G_REGEX_DEFAULT-G_REGEX_MATCH_DEFAULT.patch239 @@ -1100,7 +1101,7 @@ test_replace (gconstpointer d)
/third_party/pulseaudio/src/tests/
Dcore-util-test.c244 START_TEST (test_replace) { in START_TEST() argument
336 tcase_add_test(tc, test_replace); in main()
/third_party/python/Lib/test/
Dtest_code.py249 def test_replace(self): member in CodeTest
Ddatetimetester.py1690 def test_replace(self): member in TestDate
2827 def test_replace(self): member in TestDateTime
3631 def test_replace(self): member in TestTime
4043 def test_replace(self): member in TestTimeTZ
4837 def test_replace(self): member in TestDateTimeTZ
5655 def test_replace(self): member in TestLocalTimeDisambiguation
Dtest_unicode.py548 def test_replace(self): member in UnicodeTest
549 string_tests.CommonTest.test_replace(self)
Dstring_tests.py549 def test_replace(self): member in BaseTest
Dtest_bigmem.py276 def test_replace(self, size): member in BaseStrTest
Dtest_bytes.py758 def test_replace(self): member in BaseBytesTest
Dtest_pathlib.py2084 def test_replace(self): member in _BasePathTest
Dtest_os.py294 def test_replace(self): member in FileTests
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Drepeated_field_test.rb284 def test_replace method in RepeatedFieldTest
/third_party/protobuf/ruby/tests/
Drepeated_field_test.rb297 def test_replace method in RepeatedFieldTest
/third_party/python/Lib/lib2to3/tests/
Dtest_pytree.py135 def test_replace(self): member in TestNodes
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs3757 fn test_replace() { in test_replace() function