Home
last modified time | relevance | path

Searched refs:testAssign (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp26 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() function
122 testAssign(aptr, bptr); in main()
130 testAssign(aptr, bptr); in main()
140 testAssign(aptr, bptr); in main()
H A Dmove_convert.runtime.pass.cpp25 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp26 TEST_CONSTEXPR_CXX23 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() function
125 testAssign(aptr, bptr); in test()
135 testAssign(aptr, bptr); in test()
147 testAssign(aptr, bptr); in test()
H A Dmove_convert.runtime.pass.cpp25 void testAssign(APtr& aptr, BPtr& bptr) { in testAssign() function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/variables/
H A Dvariable_ops_test.py77 def testAssign(self): member in VariableOpTest
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvalues_v2_test.py428 def testAssign(self, strategy, enable_packed_handle, tf_function): member in DistributedVariableTest
H A Dvars_test.py85 def testAssign(self, distribution, experimental_run_tf_function): member in OnWriteVariableSync
711 def testAssign(self, distribution, experimental_run_tf_function): member in OnReadVariableSyncTest