Home
last modified time | relevance | path

Searched defs:test_shared (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/chre/apps/test/common/shared/src/
H A Daudio_validation.cc24 namespace test_shared { namespace
H A Dsend_message.cc30 namespace chre::test_shared { namespace
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c267 static void test_shared(int parent_cgroup_fd, int child_cgroup_fd) in test_shared() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_ptr_basic_test.cpp137 template<class T, class U> void test_shared(boost::weak_ptr<T> const & a, boost::weak_ptr<U> const … in test_shared() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py577 def test_shared(self, device, dtype): member in TestSparse