HomeSort by relevance Sort by last modified time
    Searched defs:testData (Results 26 - 49 of 49) sorted by null

12

  /external/icu4c/test/cintltst/
udatpg_test.c 373 const DTPtnGenOptionsData testData[] = {
389 int count = sizeof(testData) / sizeof(testData[0]);
390 const DTPtnGenOptionsData * testDataPtr = testData;
cucdtst.c     [all...]
cbiditst.c     [all...]
cloctst.c 392 static const char * const testData[][7] =
440 for(row=0;testData[row][0] != NULL;row++) {
441 loc = testData[row][NAME];
504 expected = testData[row][n];
507 expected = testData[row][NAME+1];
    [all...]
  /external/icu4c/test/intltest/
dtptngts.cpp     [all...]
convtest.cpp 96 TestData *testData;
104 testData=dataModule->createTestData("toUnicode", errorCode);
106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
198 delete testData;
217 TestData *testData;
226 testData=dataModule->createTestData("fromUnicode", errorCode);
228 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
360 delete testData;
    [all...]
itrbnf.cpp 404 static const char* const testData[][2] = {
430 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
    [all...]
tzregts.cpp 319 /*Object[] testData = {
323 UDate testData [] = {
331 //testCal->setTimeZone((TimeZone) testData[i]);
333 UDate t = testData[i];
334 UDate end = testData[i+1];
    [all...]
ustrtest.cpp 704 UChar testData[]={
714 UnicodeString test3(testData);
    [all...]
regextst.cpp     [all...]
  /external/icu4c/test/iotest/
iotest.cpp 136 tdrelativepath = "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
139 tdrelativepath = ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
147 * directory to ..\source\data\..\test\testdata\out\testdata
151 strcat(tdpath,"testdata");
157 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err));
199 TestData *testData;
225 testData=dataModule->createTestData("printf", errorCode);
227 for(i=0; testData->nextCase(testCase, errorCode); ++i)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 77 class TestData {
103 TestData& testData() { return m_testData; }
106 TestData m_testData;
341 client.testData().setWebView(webView);
356 EXPECT_EQ(expectedWidth, client.testData().width());
357 EXPECT_EQ(expectedHeight, client.testData().height());
358 EXPECT_EQ(expectedHorizontalState, client.testData().horizontalScrollbarState());
359 EXPECT_EQ(expectedVerticalState, client.testData().verticalScrollbarState());
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 96 TestData *testData;
104 testData=dataModule->createTestData("toUnicode", errorCode);
106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
189 delete testData;
208 TestData *testData;
217 testData=dataModule->createTestData("fromUnicode", errorCode);
219 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
342 delete testData;
    [all...]
itrbnf.cpp 403 static const char* const testData[][2] = {
429 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
    [all...]
tzregts.cpp 319 /*Object[] testData = {
323 UDate testData [] = {
331 //testCal->setTimeZone((TimeZone) testData[i]);
333 UDate t = testData[i];
334 UDate end = testData[i+1];
    [all...]
ustrtest.cpp 702 UChar testData[]={
712 UnicodeString test3(testData);
    [all...]
regextst.cpp     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
extensions.c     [all...]
  /external/libxslt/libxslt/
extensions.c     [all...]
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
cbiditst.c     [all...]
cloctst.c 391 static const char * const testData[][7] =
438 for(row=0;testData[row][0] != NULL;row++) {
439 loc = testData[row][NAME];
502 expected = testData[row][n];
505 expected = testData[row][NAME+1];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 297 final ProjectInfo testData = collectTestPageInfo();
303 createProjectAsync(monitor, mainData, testData, null, true);
324 final ProjectInfo testData = collectTestPageInfo();
330 createProjectAsync(monitor, mainData, testData, null, false);
592 ProjectInfo testData,
617 if (testData != null) {
618 Map<String, Object> parameters = testData.getParameters();
625 testData.getProject(),
626 testData.getDescription(),
628 testData.getDictionary()
    [all...]

Completed in 1566 milliseconds

12