HomeSort by relevance Sort by last modified time
    Searched defs:TestAPI (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/ash/desktop_background/
desktop_background_controller_test_api.cc 9 DesktopBackgroundController::TestAPI::TestAPI(
14 void DesktopBackgroundController::TestAPI::set_wallpaper_reload_delay_for_test(
desktop_background_controller_test_api.h 12 class DesktopBackgroundController::TestAPI {
14 explicit TestAPI(DesktopBackgroundController* controller);
  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 24 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) {
cstrtest.c 25 static void TestAPI(void);
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI");
37 static void TestAPI(void)
usettest.c 17 static void TestAPI(void);
40 TEST(TestAPI);
81 static void TestAPI() {
utmstest.c 24 static void TestAPI(void);
33 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI");
317 static void TestAPI(void)
utransts.c 23 static void TestAPI(void);
40 TEST(TestAPI);
136 static void TestAPI() {
cnormtst.c 34 TestAPI(void);
138 addTest(root, &TestAPI, "tsnorm/cnormtst/TestAPI");
705 TestAPI() {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 24 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) {
cstrtest.c 25 static void TestAPI(void);
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI");
37 static void TestAPI(void)
usettest.c 17 static void TestAPI(void);
40 TEST(TestAPI);
81 static void TestAPI() {
utmstest.c 24 static void TestAPI(void);
33 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI");
317 static void TestAPI(void)
utransts.c 24 static void TestAPI(void);
42 TEST(TestAPI);
139 static void TestAPI() {
cnormtst.c 34 TestAPI(void);
138 addTest(root, &TestAPI, "tsnorm/cnormtst/TestAPI");
705 TestAPI() {
    [all...]
  /external/chromium_org/mojo/application_manager/
application_manager.h 32 class MOJO_APPLICATION_MANAGER_EXPORT TestAPI {
34 explicit TestAPI(ApplicationManager* manager);
35 ~TestAPI();
45 DISALLOW_COPY_AND_ASSIGN(TestAPI);
application_manager.cc 24 // Used by TestAPI.
136 ApplicationManager::TestAPI::TestAPI(ApplicationManager* manager)
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/intltest/
canittst.cpp 39 CASE(2, TestAPI);
303 void CanonicalIteratorTest::TestAPI() {
msfmrgts.cpp 53 TESTCASE_AUTO(TestAPI)
    [all...]
uts46test.cpp 37 void TestAPI();
73 TESTCASE_AUTO(TestAPI);
110 void UTS46Test::TestAPI() {
    [all...]
itrbnf.cpp 59 TESTCASE(9, TestAPI);
142 IntlTestRBNF::TestAPI() {
    [all...]
  /external/icu/icu4c/source/test/intltest/
canittst.cpp 39 CASE(2, TestAPI);
303 void CanonicalIteratorTest::TestAPI() {
msfmrgts.cpp 53 TESTCASE_AUTO(TestAPI)
    [all...]
uts46test.cpp 37 void TestAPI();
73 TESTCASE_AUTO(TestAPI);
110 void UTS46Test::TestAPI() {
    [all...]
itrbnf.cpp 59 TESTCASE(9, TestAPI);
142 IntlTestRBNF::TestAPI() {
    [all...]
  /external/chromium_org/ui/wm/core/
image_grid.h 63 class WM_EXPORT TestAPI {
65 TestAPI(ImageGrid* grid) : grid_(grid) {}
86 DISALLOW_COPY_AND_ASSIGN(TestAPI);
147 friend class TestAPI;

Completed in 1814 milliseconds

1 2