Home
last modified time | relevance | path

Searched refs:TestLoad (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Datomicops_unittest.cc198 static void TestLoad() { in TestLoad() function
246 TestLoad<base::subtle::Atomic32>(); in TEST()
247 TestLoad<base::subtle::AtomicWord>(); in TEST()
/external/syzkaller/pkg/config/
Dconfig_test.go14 func TestLoad(t *testing.T) { func