Home
last modified time | relevance | path

Searched defs:TestInit (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
H A DTestInit.java18 public final class TestInit { class
20 private TestInit() {} in TestInit() method in TestInit
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dinit_test.py18 class TestInit(unittest.TestCase): class
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Dboring_test.go13 func TestInit(t *testing.T) {} func
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Dbuild_test.go24 func TestInit(t *testing.T) { func
/aosp_15_r20/external/webrtc/pc/
H A Dchannel_unittest.cc557 void TestInit() { in TestInit() function in ChannelTest
1596 TEST_F(VoiceChannelSingleThreadTest, TestInit) { in TEST_F() argument
1733 TEST_F(VoiceChannelDoubleThreadTest, TestInit) { in TEST_F() argument
1870 TEST_F(VideoChannelSingleThreadTest, TestInit) { in TEST_F() argument
2174 TEST_F(VideoChannelDoubleThreadTest, TestInit) { in TEST_F() argument
/aosp_15_r20/external/libwebm/webm_parser/test_utils/
H A Delement_parser_test.h39 void TestInit(std::uint64_t size, Status::Code expected) { in TestInit() function
/aosp_15_r20/frameworks/native/services/vibratorservice/test/
H A DVibratorManagerHalControllerTest.cpp131 TEST_F(VibratorManagerHalControllerTest, TestInit) { in TEST_F() argument
H A DVibratorHalControllerTest.cpp73 TEST_F(VibratorHalControllerTest, TestInit) { in TEST_F() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/go/scanner/
Dscanner_test.go635 func TestInit(t *testing.T) { func
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogBinderMediatorTest.cpp123 TEST_F(WatchdogBinderMediatorTest, TestInit) { in TEST_F() argument
DUidStatsCollectorTest.cpp217 TEST_F(UidStatsCollectorTest, TestInit) { in TEST_F() argument
DWatchdogServiceHelperTest.cpp168 TEST_F(WatchdogServiceHelperTest, TestInit) { in TEST_F() argument
/aosp_15_r20/system/core/init/
H A Dinit_test.cpp59 void TestInit(const std::string& init_script_file, const BuiltinFunctionMap& test_function_map, in TestInit() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dataclasses.py2241 class TestInit(unittest.TestCase): class