Searched defs:dataTable (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/tools/loopback_test/
H A Dstat_tracker.js21 // tracker.dataTable(); // returns the recorded values. In this case
28 var dataTable = new google.visualization.DataTable();
29 var timeColumnIndex = dataTable.addColumn('datetime', 'Time');
38 this.dataTable = function() { return dataTable; }
42 // sample into a column named varName in the dataTable.
44 var columnIndex = dataTable.addColumn('number', varName);
49 dataTable.setCell(rowIndex, columnIndex, sample);
69 var rowIndex = dataTable.addRow();
70 dataTable
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.h122 UnicodeString** dataTable; member in class:LocaleTest
/external/icu/icu4c/source/test/intltest/
H A Dloctest.h123 UnicodeString** dataTable; member in class:LocaleTest
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c56 UChar*** dataTable = NULL; variable
72 if(dataTable == NULL) {
73 dataTable = (UChar***)calloc(sizeof(UChar**),3);
76 dataTable[i] = (UChar**)calloc(sizeof(UChar*),4);
78 dataTable[i][j] = (UChar*) malloc(sizeof(UChar)*(strlen(raw[i][j])+1));
79 u_uastrcpy(dataTable[i][j],raw[i][j]);
88 if(dataTable != NULL) {
91 free(dataTable[i][j]);
93 free(dataTable[i]);
95 free(dataTable);
[all...]
H A Dcloctst.c159 static UChar*** dataTable=0; variable
538 testLocale=(char*)realloc(testLocale, sizeof(char) * (u_strlen(dataTable[NAME][i])+1));
539 u_austrcpy(testLocale, dataTable[NAME][i]);
546 if (0 != u_strcmp(expected, dataTable[LANG3][i])) {
548 austrdup(dataTable[LANG3][i]));
554 if (0 != u_strcmp(expected, dataTable[CTRY3][i])) {
556 austrdup(dataTable[CTRY3][i]));
968 expectedLang=dataTable[compareIndex][i];
970 expectedLang=dataTable[DLANG_EN][i];
972 expectedScript=dataTable[compareInde
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c60 UChar*** dataTable = NULL; variable
76 if(dataTable == NULL) {
77 dataTable = (UChar***)calloc(sizeof(UChar**),3);
80 dataTable[i] = (UChar**)calloc(sizeof(UChar*),4);
82 dataTable[i][j] = (UChar*) malloc(sizeof(UChar)*(strlen(raw[i][j])+1));
83 u_uastrcpy(dataTable[i][j],raw[i][j]);
92 if(dataTable != NULL) {
95 free(dataTable[i][j]);
97 free(dataTable[i]);
99 free(dataTable);
[all...]
H A Dcloctst.c159 static UChar*** dataTable=0; variable
538 testLocale=(char*)realloc(testLocale, sizeof(char) * (u_strlen(dataTable[NAME][i])+1));
539 u_austrcpy(testLocale, dataTable[NAME][i]);
546 if (0 != u_strcmp(expected, dataTable[LANG3][i])) {
548 austrdup(dataTable[LANG3][i]));
554 if (0 != u_strcmp(expected, dataTable[CTRY3][i])) {
556 austrdup(dataTable[CTRY3][i]));
968 expectedLang=dataTable[compareIndex][i];
970 expectedLang=dataTable[DLANG_EN][i];
972 expectedScript=dataTable[compareInde
[all...]

Completed in 200 milliseconds