Searched refs:tData (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/
H A Dpower.js12 * @param {Array.<number>} tData The time (in seconds) in the past when the
18 * corresponding to their sampling time in the argument 'tData'. Also, the
20 * array 'tData' above.
27 plotCanvas, legendCanvas, tData, plots, yMin, yMax, yPrecision) {
34 var size = tData.length;
186 var xMinStr = tData[0];
187 var xMaxStr = tData[size - 1];
324 tData[tDataIndex],
325 x - getTextWidth(plotCtx, tData[tDataIndex]) / 2,
450 * corresponding to their sampling time in the argument 'tData'
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp202 UDataMemory tData; local
203 UDataMemory_init(&tData);
204 UDataMemory_setData(&tData, pData);
205 udata_checkCommonData(&tData, pErrorCode);
206 return setCommonICUData(&tData, FALSE, pErrorCode);
651 UDataMemory tData; local
659 UDataMemory_init(&tData);
730 while((UDataMemory_isLoaded(&tData)==FALSE) && (pathBuffer = iter.next(pErrorCode)) != NULL)
735 uprv_mapFile(&tData, pathBuffer);
737 fprintf(stderr, "%s\n", UDataMemory_isLoaded(&tData)
[all...]
/external/icu/icu4c/source/common/
H A Dudata.cpp202 UDataMemory tData; local
203 UDataMemory_init(&tData);
204 UDataMemory_setData(&tData, pData);
205 udata_checkCommonData(&tData, pErrorCode);
206 return setCommonICUData(&tData, FALSE, pErrorCode);
651 UDataMemory tData; local
659 UDataMemory_init(&tData);
722 while((UDataMemory_isLoaded(&tData)==FALSE) && (pathBuffer = iter.next(pErrorCode)) != NULL)
727 uprv_mapFile(&tData, pathBuffer);
729 fprintf(stderr, "%s\n", UDataMemory_isLoaded(&tData)
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c3598 static const UChar tData[][20]={ local
3639 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[2], u_strlen(tData[2])) ) {
3642 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[3], u_strlen(tData[3])) ) {
3645 if ( !ucol_equal(coll, tData[
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4961 static const UChar tData[][20]={ local
5002 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[2], u_strlen(tData[2])) ) {
5005 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[3], u_strlen(tData[3])) ) {
5008 if ( !ucol_equal(coll, tData[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp1115 DataArray tData; // TGSI_FILE_TEMPORARY
1295 return &tData;
2299 tData(this), aData(this), pData(this), oData(this)
2310 tData.setup(TGSI_FILE_TEMPORARY, 0, 0, tSize, 4, 4, tFile, 0);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp1115 DataArray tData; // TGSI_FILE_TEMPORARY
1295 return &tData;
2299 tData(this), aData(this), pData(this), oData(this)
2310 tData.setup(TGSI_FILE_TEMPORARY, 0, 0, tSize, 4, 4, tFile, 0);

Completed in 4442 milliseconds