Home
last modified time | relevance | path

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

123

/external/libchrome/base/profiler/
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 …]
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 …]
Dstack_sampling_profiler.h213 class BASE_EXPORT TestAPI {
306 friend class TestAPI;
/external/icu/icu4c/source/test/cintltst/
Dutexttst.c26 static void TestAPI(void);
33 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI"); in addUTextTest()
64 static void TestAPI(void) { in TestAPI() function
Dcstrtest.c25 static void TestAPI(void);
35 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI"); in addCStringTest()
43 static void TestAPI(void) in TestAPI() function
Dcreststn.h62 static void TestAPI(void);
Dutmstest.c25 static void TestAPI(void);
34 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI"); in addUtmsTest()
318 static void TestAPI(void) in TestAPI() function
Dusettest.c18 static void TestAPI(void);
41 TEST(TestAPI); in addUSetTest()
82 static void TestAPI() { in TestAPI() function
Dutransts.c27 static void TestAPI(void);
46 TEST(TestAPI); in addUTransTest()
144 static void TestAPI() { in TestAPI() function
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.h49 void TestAPI(void);
Dcanittst.h46 void TestAPI();
Ditrbnf.h31 virtual void TestAPI();
Dcanittst.cpp40 CASE(2, TestAPI); in runIndexedTest()
304 void CanonicalIteratorTest::TestAPI() { in TestAPI() function in CanonicalIteratorTest
Dusettest.h56 void TestAPI(void);
Duts46test.cpp41 void TestAPI();
87 TESTCASE_AUTO(TestAPI); in runIndexedTest()
128 void UTS46Test::TestAPI() { in TestAPI() function in UTS46Test
/external/webrtc/modules/audio_coding/test/
DTester.cc119 TEST(AudioCodingModuleTest, TestAPI) { argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DCSCharacterIteratorTest.java21 public void TestAPI() { in TestAPI() method in CSCharacterIteratorTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/impl/
DCSCharacterIteratorTest.java24 public void TestAPI() { in TestAPI() method in CSCharacterIteratorTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java49 public void TestAPI() in TestAPI() method in IntlTestSimpleDateFormatAPI
DIntlTestDateFormatAPI.java78 public void TestAPI() in TestAPI() method in IntlTestDateFormatAPI
DIntlTestNumberFormatAPI.java42 public void TestAPI() in TestAPI() method in IntlTestNumberFormatAPI
/external/llvm-project/llvm/unittests/Transforms/Utils/
DFunctionComparatorTest.cpp108 TEST(FunctionComparatorTest, TestAPI) { in TEST() argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java46 public void TestAPI() in TestAPI() method in IntlTestSimpleDateFormatAPI
DIntlTestDateFormatAPI.java75 public void TestAPI() in TestAPI() method in IntlTestDateFormatAPI
DIntlTestNumberFormatAPI.java39 public void TestAPI() in TestAPI() method in IntlTestNumberFormatAPI

123