Searched refs:tempData (Results 1 - 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DPlaceholderAssets.java43 ByteBuffer tempData = BufferUtils.createByteBuffer(3 * 4 * 4);
44 tempData.put(imageData).flip();
45 return new Image(Format.RGB8, 4, 4, tempData);
/external/eigen/Eigen/src/QR/
H A DHouseholderQR_MKL.h49 EIGTYPE* tempData = 0) \
H A DHouseholderQR.h193 void householder_qr_inplace_unblocked(MatrixQR& mat, HCoeffs& hCoeffs, typename MatrixQR::Scalar* tempData = 0)
206 if(tempData==0)
209 tempData = tempVector.data();
223 .applyHouseholderOnTheLeft(mat.col(k).tail(remainingRows-1), hCoeffs.coeffRef(k), tempData+k+1);
231 typename MatrixQR::Scalar* tempData = 0)
244 if(tempData==0)
247 tempData = tempVector.data();
270 householder_qr_inplace_unblocked(A11_21, hCoeffsSegment, tempData);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioBus.cpp359 float* tempData = temp.data(); local
362 vadd(sourceL, 1, sourceR, 1, tempData, 1, length());
364 vsmul(tempData, 1, &scale, tempData, 1, length());
365 vadd(tempData, 1, destination, 1, destination, 1, length());
368 vadd(sourceSL, 1, sourceSR, 1, tempData, 1, length());
370 vsmul(tempData, 1, &scale, tempData, 1, length());
371 vadd(tempData, 1, destination, 1, destination, 1, length());
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DGIFImageDecoderTest.cpp200 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); local
201 decoder->setData(tempData.get(), length == data->size());
226 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); local
227 decoder->setData(tempData.get(), length == data->size());
313 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10); local
314 decoder->setData(tempData.get(), true);
347 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10); local
348 decoder->setData(tempData.get(), false);
H A DWEBPImageDecoderTest.cpp351 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); local
352 decoder->setData(tempData.get(), length == data->size());
485 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10); local
486 decoder->setData(tempData.get(), false);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp54 bool tempData = NULL == data; local
55 if (tempData) {
84 if (tempData) {
96 bool tempData = NULL == data; local
97 if (tempData) {
137 if (tempData) {
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp54 bool tempData = NULL == data; local
55 if (tempData) {
84 if (tempData) {
96 bool tempData = NULL == data; local
97 if (tempData) {
137 if (tempData) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp1981 UCATableHeader *tempData = uprv_uca_assembleTable(tempTable, status); local
1982 tempColl = ucol_initCollator(tempData, 0, t->UCA, status);
1996 } else if(tempData != 0) {
1997 uprv_free(tempData);
/external/icu4c/i18n/
H A Ducol_elm.cpp1987 UCATableHeader *tempData = uprv_uca_assembleTable(tempTable, status); local
1988 tempColl = ucol_initCollator(tempData, 0, t->UCA, status);
2002 } else if(tempData != 0) {
2003 uprv_free(tempData);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp3395 Vector<uint8_t> tempData; local
3402 tempData))
3404 data = tempData.data();
3633 Vector<uint8_t> tempData; local
3640 tempData))
3642 data = tempData.data();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 330 milliseconds