Home
last modified time | relevance | path

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

123

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DHashtableTest.java50 public void test_replace$K$V$V() { in test_replace$K$V$V()
52 test_replace$K$V$V(new Hashtable<>(), false /*doesNotAcceptNullKey*/, in test_replace$K$V$V()
56 public void test_replace$K$V() { in test_replace$K$V()
57 MapDefaultMethodTester.test_replace$K$V(new Hashtable<>(), false /*doesNotAcceptNullKey*/, in test_replace$K$V()
H A DHashMapTest.java54 public void test_replace$K$V$V() { in test_replace$K$V$V()
56 .test_replace$K$V$V(new HashMap<>(), true /*acceptsNullKey*/, in test_replace$K$V$V()
60 public void test_replace$K$V() { in test_replace$K$V()
61 MapDefaultMethodTester.test_replace$K$V(new HashMap<>(), true /*acceptsNullKey*/, in test_replace$K$V()
H A DLinkedHashMapTest.java93 public void test_replace$K$V$V() { in test_replace$K$V$V()
95 test_replace$K$V$V(new LinkedHashMap<>(), true /*acceptsNullKey*/, in test_replace$K$V$V()
121 public void test_replace$K$V() { in test_replace$K$V()
122 MapDefaultMethodTester.test_replace$K$V(new LinkedHashMap<>(), true /*acceptsNullKey*/, in test_replace$K$V()
H A DTreeMapTest.java775 public void test_replace$K$V$V() { in test_replace$K$V$V()
776 MapDefaultMethodTester.test_replace$K$V$V(new TreeMap<>(), false /* acceptsNullKey */, in test_replace$K$V$V()
780 public void test_replace$K$V() { in test_replace$K$V()
781 MapDefaultMethodTester.test_replace$K$V(new TreeMap<>(), false /* acceptsNullKey */, in test_replace$K$V()
H A DCollectionsTest.java321 MapDefaultMethodTester.test_replace$K$V$V(map, in test_checkedNavigableMap_replace$K$V()
328 MapDefaultMethodTester.test_replace$K$V$V(map, in test_checkedNavigableMap_replace$K$V$V()
680 MapDefaultMethodTester.test_replace$K$V$V( in test_synchronizedNavigableMap_replace$K$V$V()
686 MapDefaultMethodTester.test_replace$K$V( in test_synchronizedNavigableMap_replace$K$V()
1530 MapDefaultMethodTester.test_replace$K$V$V(checkedMap, true /* acceptsNullKey */, in test_CheckedMap_replace$K$V$V()
1546 MapDefaultMethodTester.test_replace$K$V(checkedMap, true /* acceptsNullKey */, in test_CheckedMap_replace$K$V()
H A DMapDefaultMethodTester.java225 public static void test_replace$K$V$V(Map<Integer, Double> m, boolean acceptsNullKey, in test_replace$K$V$V()
265 public static void test_replace$K$V(Map<Integer, Double> m, boolean acceptsNullKey, in test_replace$K$V()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dreplace.cpp67 void test_replace() in test_replace() function
83 test->add( BOOST_TEST_CASE( &boost::test_replace ) ); in init_unit_test_suite()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/
H A DConcurrentSkipListMapTest.java70 .test_replace$K$V$V(new ConcurrentSkipListMap<>(), false /*doesNotAcceptNullKey*/, in testReplace$K$V$V()
76 MapDefaultMethodTester.test_replace$K$V(new ConcurrentSkipListMap<>(), in testReplace$K$V()
H A DConcurrentHashMapTest.java286 .test_replace$K$V$V(new ConcurrentHashMap<>(), false /*doesNotAcceptNullKey*/, in testReplace$K$V$V()
292 MapDefaultMethodTester.test_replace$K$V(new ConcurrentHashMap<>(), in testReplace$K$V()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/
Dexamples.qbk40 * [@../../test/regress/test_replace.cpp test_replace.cpp]
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit_string.py202 def test_replace() -> Tuple[str, str, str, str, str, str, str]: function
212 self.checkScript(test_replace, ())
/aosp_15_r20/build/soong/scripts/
H A Djsonmodify_test.py35 def test_replace(self): member in JsonmodifyTest
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dmain.cpp65 RUN_TESTS(test_replace); in run_tests()
Dtest.hpp270 void test_replace();
Dtest_replace.cpp18 void test_replace() in test_replace() function
/aosp_15_r20/external/liburing/test/
H A Dfile-register.c188 static int test_replace(struct io_uring *ring) in test_replace() function
886 ret = test_replace(&ring); in main()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_strop.py59 def test_replace(self): member in StropFunctionTestCase
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Ddevice_spec_test.py80 def test_replace(self, device_spec_type): member in DeviceSpecTest
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/
DJamfile.v254 test_replace.cpp
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Ddatabase_test.py344 def test_replace(self) -> None: member in DatabaseCommandLineTest
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs432 fn test_replace() { in test_replace() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs432 fn test_replace() { in test_replace() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs432 fn test_replace() { in test_replace() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs432 fn test_replace() { in test_replace() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs432 fn test_replace() { in test_replace() function

123