Home
last modified time | relevance | path

Searched defs:basic_test (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/ruby/tests/
Dbasic_test_features.proto3 package basic_test; package
Dbasic_test.proto3 package basic_test; package
/third_party/mindspore/mindspore-src/source/tests/st/ops/graph_kernel/
Dtest_equal_count.py39 def basic_test(datatype): function
Dtest_conv2d.py51 def basic_test(net, inp): function
Dtest_erf_erfc.py44 def basic_test(net, datatype): function
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dtry_err.rs15 pub fn basic_test() -> Result<i32, i32> { in basic_test() function
/third_party/skia/tests/
DPinnedImageTest.cpp39 static void basic_test(skiatest::Reporter* reporter, GrRecordingContext* rContext) { in basic_test() function
DTextureProxyTest.cpp122 static void basic_test(GrDirectContext* dContext, in basic_test() function
/third_party/skia/m133/tests/
DPinnedImageTest.cpp59 static void basic_test(skiatest::Reporter* reporter, GrRecordingContext* rContext) { in basic_test() function
DTextureProxyTest.cpp176 static void basic_test(GrDirectContext* dContext, in basic_test() function
/third_party/vixl/test/
Dtest-invalset.cc95 TEST(basic_test) { in TEST() argument
/third_party/python/Lib/test/
Dtest_configparser.py72 def basic_test(self, cf): member in BasicTestCase