Home
last modified time | relevance | path

Searched refs:TestAPI (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/libchrome/base/profiler/
H A Dstack_sampling_profiler.cc127 class TestAPI { class in base::StackSamplingProfiler::SamplingThread
207 friend class TestAPI;
291 void StackSamplingProfiler::SamplingThread::TestAPI::Reset() { in Reset()
322 void StackSamplingProfiler::SamplingThread::TestAPI::DisableIdleShutdown() { in DisableIdleShutdown()
332 void StackSamplingProfiler::SamplingThread::TestAPI::ShutdownAssumingIdle( in ShutdownAssumingIdle()
361 void StackSamplingProfiler::SamplingThread::TestAPI::ShutdownTaskAndSignalEvent( in ShutdownTaskAndSignalEvent()
667 void StackSamplingProfiler::TestAPI::Reset() { in Reset()
668 SamplingThread::TestAPI::Reset(); in Reset()
672 bool StackSamplingProfiler::TestAPI::IsSamplingThreadRunning() { in IsSamplingThreadRunning()
677 void StackSamplingProfiler::TestAPI::DisableIdleShutdown() { in DisableIdleShutdown()
[all …]
H A Dstack_sampling_profiler_unittest.cc726 StackSamplingProfiler::TestAPI::DisableIdleShutdown(); in SetUp()
732 StackSamplingProfiler::TestAPI::Reset(); in TearDown()
1082 ASSERT_TRUE(StackSamplingProfiler::TestAPI::IsSamplingThreadRunning()); in PROFILER_TEST_F()
1087 StackSamplingProfiler::TestAPI::PerformSamplingThreadIdleShutdown(false); in PROFILER_TEST_F()
1092 while (StackSamplingProfiler::TestAPI::IsSamplingThreadRunning()) in PROFILER_TEST_F()
1107 ASSERT_TRUE(StackSamplingProfiler::TestAPI::IsSamplingThreadRunning()); in PROFILER_TEST_F()
1111 StackSamplingProfiler::TestAPI::PerformSamplingThreadIdleShutdown(false); in PROFILER_TEST_F()
1116 EXPECT_TRUE(StackSamplingProfiler::TestAPI::IsSamplingThreadRunning()); in PROFILER_TEST_F()
1134 ASSERT_TRUE(StackSamplingProfiler::TestAPI::IsSamplingThreadRunning()); in PROFILER_TEST_F()
1137 StackSamplingProfiler::TestAPI::PerformSamplingThreadIdleShutdown(false); in PROFILER_TEST_F()
[all …]
H A Dstack_sampling_profiler.h213 class BASE_EXPORT TestAPI {
306 friend class TestAPI;
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcstrtest.c27 static void TestAPI(void);
37 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI"); in addCStringTest()
45 static void TestAPI(void) in TestAPI() function
H A Dutexttst.c28 static void TestAPI(void);
35 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI"); in addUTextTest()
66 static void TestAPI(void) { in TestAPI() function
H A Dutmstest.c26 static void TestAPI(void);
35 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI"); in addUtmsTest()
319 static void TestAPI(void) in TestAPI() function
H A Dusettest.c21 static void TestAPI(void);
44 TEST(TestAPI); in addUSetTest()
85 static void TestAPI(void) { in TestAPI() function
H A Dutransts.c28 static void TestAPI(void);
47 TEST(TestAPI); in addUTransTest()
145 static void TestAPI(void) { in TestAPI() function
H A Dcreststn.h62 static void TestAPI(void);
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcstrtest.c27 static void TestAPI(void);
37 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI"); in addCStringTest()
45 static void TestAPI(void) in TestAPI() function
H A Dutexttst.c28 static void TestAPI(void);
35 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI"); in addUTextTest()
66 static void TestAPI(void) { in TestAPI() function
H A Dutmstest.c26 static void TestAPI(void);
35 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI"); in addUtmsTest()
319 static void TestAPI(void) in TestAPI() function
H A Dusettest.c21 static void TestAPI(void);
44 TEST(TestAPI); in addUSetTest()
85 static void TestAPI() { in TestAPI() function
H A Dutransts.c28 static void TestAPI(void);
47 TEST(TestAPI); in addUTransTest()
145 static void TestAPI() { in TestAPI() function
H A Dcreststn.h62 static void TestAPI(void);
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dcanittst.cpp40 CASE(2, TestAPI); in runIndexedTest()
304 void CanonicalIteratorTest::TestAPI() { in TestAPI() function in CanonicalIteratorTest
H A Dmsfmrgts.h49 void TestAPI();
H A Dcanittst.h46 void TestAPI();
H A Ditrbnf.h31 virtual void TestAPI();
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp40 CASE(2, TestAPI); in runIndexedTest()
300 void CanonicalIteratorTest::TestAPI() { in TestAPI() function in CanonicalIteratorTest
H A Dmsfmrgts.h49 void TestAPI();
H A Dcanittst.h46 void TestAPI();
H A Ditrbnf.h31 virtual void TestAPI();
H A Duts46test.cpp41 void TestAPI();
87 TESTCASE_AUTO(TestAPI); in runIndexedTest()
128 void UTS46Test::TestAPI() { in TestAPI() function in UTS46Test
/aosp_15_r20/external/webrtc/modules/audio_coding/test/
H A DTester.cc99 TEST(AudioCodingModuleTest, TestAPI) { argument

123