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

12

  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
cbiditst.c     [all...]
cloctst.c 383 static const char * const testData[][7] =
427 for(row=0;testData[row][0] != NULL;row++) {
428 loc = testData[row][NAME];
491 expected = testData[row][n];
494 expected = testData[row][NAME+1];
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
cbiditst.c     [all...]
cloctst.c 388 static const char * const testData[][7] =
432 for(row=0;testData[row][0] != NULL;row++) {
433 loc = testData[row][NAME];
496 expected = testData[row][n];
499 expected = testData[row][NAME+1];
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 371 final ProjectInfo testData = collectTestPageInfo();
377 createProjectAsync(monitor, mainData, testData);
562 ProjectInfo testData)
577 if (testData != null) {
579 Map<String, Object> parameters = testData.getParameters();
586 testData.getProject(),
587 testData.getDescription(),
589 testData.getDictionary());
    [all...]

Completed in 805 milliseconds

12