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

123

/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller_test_api.cc9 DesktopBackgroundController::TestAPI::TestAPI( function in class:ash::DesktopBackgroundController::TestAPI
14 void DesktopBackgroundController::TestAPI::set_wallpaper_reload_delay_for_test(
H A Ddesktop_background_controller_test_api.h12 class DesktopBackgroundController::TestAPI { class in class:ash::DesktopBackgroundController
14 explicit TestAPI(DesktopBackgroundController* controller);
H A Ddesktop_background_controller.h53 class TestAPI;
/external/chromium_org/mojo/shell/
H A Dshell_test_helper.h44 scoped_ptr<ApplicationManager::TestAPI> test_api_;
H A Dshell_test_helper.cc29 new ApplicationManager::TestAPI(context_.application_manager()));
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.h32 class MOJO_APPLICATION_MANAGER_EXPORT TestAPI { class in class:mojo::ApplicationManager
34 explicit TestAPI(ApplicationManager* manager);
35 ~TestAPI();
45 DISALLOW_COPY_AND_ASSIGN(TestAPI);
H A Dapplication_manager.cc24 // Used by TestAPI.
136 ApplicationManager::TestAPI::TestAPI(ApplicationManager* manager) function in class:mojo::ApplicationManager::TestAPI
140 ApplicationManager::TestAPI::~TestAPI() {
143 bool ApplicationManager::TestAPI::HasCreatedInstance() {
147 bool ApplicationManager::TestAPI::HasFactoryForURL(const GURL& url) const {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.h56 static void TestAPI(void);
H A Dutexttst.c24 static void TestAPI(void);
31 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI");
50 * TestAPI verify that the UText API is accessible from C programs.
58 static void TestAPI(void) { function
H A Dcstrtest.c25 static void TestAPI(void);
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI");
37 static void TestAPI(void) function
H A Dutmstest.c24 static void TestAPI(void);
33 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI");
317 static void TestAPI(void) function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcanittst.h44 void TestAPI();
H A Dmsfmrgts.h46 void TestAPI(void);
H A Ditrbnf.h29 virtual void TestAPI();
H A Dcanittst.cpp39 CASE(2, TestAPI);
303 void CanonicalIteratorTest::TestAPI() { function in class:CanonicalIteratorTest
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.h56 static void TestAPI(void);
H A Dutexttst.c24 static void TestAPI(void);
31 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI");
50 * TestAPI verify that the UText API is accessible from C programs.
58 static void TestAPI(void) { function
H A Dcstrtest.c25 static void TestAPI(void);
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI");
37 static void TestAPI(void) function
/external/icu/icu4c/source/test/intltest/
H A Dcanittst.h44 void TestAPI();
H A Dmsfmrgts.h46 void TestAPI(void);
H A Ditrbnf.h29 virtual void TestAPI();
H A Dcanittst.cpp39 CASE(2, TestAPI);
303 void CanonicalIteratorTest::TestAPI() { function in class:CanonicalIteratorTest
/external/chromium_org/ui/wm/core/
H A Dimage_grid.h63 class WM_EXPORT TestAPI { class in class:wm::ImageGrid
65 TestAPI(ImageGrid* grid) : grid_(grid) {} function in class:wm::ImageGrid::TestAPI
86 DISALLOW_COPY_AND_ASSIGN(TestAPI);
147 friend class TestAPI;
H A Dimage_grid_unittest.cc44 ImageGrid::TestAPI test_api(&grid);
136 ImageGrid::TestAPI test_api(&grid);
161 ImageGrid::TestAPI test_api(&grid);
194 ImageGrid::TestAPI test_api(&grid);
240 ImageGrid::TestAPI test_api(&grid);
294 ImageGrid::TestAPI test_api(&grid);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTester.cc136 TEST(AudioCodingModuleTest, TestAPI) {

Completed in 393 milliseconds

123