Home
last modified time | relevance | path

Searched refs:test_join (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dstr.rs127 macro_rules! test_join { macro
136 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_types()
138 test_join!("a-b", [s("a"), s("b")], &*hyphen); in test_join_for_different_types()
139 test_join!("a-b", vec!["a", "b"], &*hyphen); in test_join_for_different_types()
140 test_join!("a-b", &*vec!["a", "b"], "-"); in test_join_for_different_types()
141 test_join!("a-b", vec![s("a"), s("b")], "-"); in test_join_for_different_types()
147 test_join!("", empty, "-"); in test_join_for_different_lengths()
148 test_join!("a", ["a"], "-"); in test_join_for_different_lengths()
149 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_lengths()
150 test_join!("-a-bc", ["", "a", "bc"], "-"); in test_join_for_different_lengths()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dstr.rs127 macro_rules! test_join { macro
136 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_types()
138 test_join!("a-b", [s("a"), s("b")], &*hyphen); in test_join_for_different_types()
139 test_join!("a-b", vec!["a", "b"], &*hyphen); in test_join_for_different_types()
140 test_join!("a-b", &*vec!["a", "b"], "-"); in test_join_for_different_types()
141 test_join!("a-b", vec![s("a"), s("b")], "-"); in test_join_for_different_types()
147 test_join!("", empty, "-"); in test_join_for_different_lengths()
148 test_join!("a", ["a"], "-"); in test_join_for_different_lengths()
149 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_lengths()
150 test_join!("-a-bc", ["", "a", "bc"], "-"); in test_join_for_different_lengths()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dstr.rs127 macro_rules! test_join { macro
136 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_types()
138 test_join!("a-b", [s("a"), s("b")], &*hyphen); in test_join_for_different_types()
139 test_join!("a-b", vec!["a", "b"], &*hyphen); in test_join_for_different_types()
140 test_join!("a-b", &*vec!["a", "b"], "-"); in test_join_for_different_types()
141 test_join!("a-b", vec![s("a"), s("b")], "-"); in test_join_for_different_types()
147 test_join!("", empty, "-"); in test_join_for_different_lengths()
148 test_join!("a", ["a"], "-"); in test_join_for_different_lengths()
149 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_lengths()
150 test_join!("-a-bc", ["", "a", "bc"], "-"); in test_join_for_different_lengths()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dstr.rs127 macro_rules! test_join { macro
136 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_types()
138 test_join!("a-b", [s("a"), s("b")], &*hyphen); in test_join_for_different_types()
139 test_join!("a-b", vec!["a", "b"], &*hyphen); in test_join_for_different_types()
140 test_join!("a-b", &*vec!["a", "b"], "-"); in test_join_for_different_types()
141 test_join!("a-b", vec![s("a"), s("b")], "-"); in test_join_for_different_types()
147 test_join!("", empty, "-"); in test_join_for_different_lengths()
148 test_join!("a", ["a"], "-"); in test_join_for_different_lengths()
149 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_lengths()
150 test_join!("-a-bc", ["", "a", "bc"], "-"); in test_join_for_different_lengths()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dstr.rs127 macro_rules! test_join { macro
136 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_types()
138 test_join!("a-b", [s("a"), s("b")], &*hyphen); in test_join_for_different_types()
139 test_join!("a-b", vec!["a", "b"], &*hyphen); in test_join_for_different_types()
140 test_join!("a-b", &*vec!["a", "b"], "-"); in test_join_for_different_types()
141 test_join!("a-b", vec![s("a"), s("b")], "-"); in test_join_for_different_types()
147 test_join!("", empty, "-"); in test_join_for_different_lengths()
148 test_join!("a", ["a"], "-"); in test_join_for_different_lengths()
149 test_join!("a-b", ["a", "b"], "-"); in test_join_for_different_lengths()
150 test_join!("-a-bc", ["", "a", "bc"], "-"); in test_join_for_different_lengths()
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_macpath.py32 def test_join(self): member in MacPathTestCase
Dtest_strop.py96 def test_join(self): member in StropFunctionTestCase
Dtest_ntpath.py102 def test_join(self): member in TestNtpath
Dtest_string.py29 def test_join(self): member in StringTest
Dtest_posixpath.py46 def test_join(self): member in PosixPathTest
Dtest_bytes.py267 def test_join(self): member in BaseBytesTest
1066 def test_join(self): member in ByteArraySubclassTest
Dtest_unicode.py194 def test_join(self): member in UnicodeTest
195 string_tests.MixinStrUnicodeUserStringTest.test_join(self)
Dtest_tcl.py664 def test_join(self): member in TclTest
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs33 fn test_join() { in test_join() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs33 fn test_join() { in test_join() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs33 fn test_join() { in test_join() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs33 fn test_join() { in test_join() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs33 fn test_join() { in test_join() function
/aosp_15_r20/external/rust/android-crates-io/crates/shlex/src/
Dlib.rs347 fn test_join() { in test_join() function
Dbytes.rs570 fn test_join() { in test_join() function
/aosp_15_r20/bootable/libbootloader/gbl/libasync/src/
H A Dlib.rs202 fn test_join() { in test_join() function
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadTest.java599 public void test_join() { in test_join() method in ThreadTest
/aosp_15_r20/external/python/jinja/tests/
Dtest_filters.py219 def test_join(self, env): member in TestFilter
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tcl.py626 def test_join(self): member in TclTest
Dtest_ntpath.py185 def test_join(self): member in TestNtpath

12