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

/external/eigen/Eigen/src/QR/
H A DHouseholderQR_MKL.h49 EIGTYPE* tempData = 0) \
H A DHouseholderQR.h219 void householder_qr_inplace_unblocked(MatrixQR& mat, HCoeffs& hCoeffs, typename MatrixQR::Scalar* tempData = 0)
232 if(tempData==0)
235 tempData = tempVector.data();
249 .applyHouseholderOnTheLeft(mat.col(k).tail(remainingRows-1), hCoeffs.coeffRef(k), tempData+k+1);
257 typename MatrixQR::Scalar* tempData = 0)
269 if(tempData==0)
272 tempData = tempVector.data();
295 householder_qr_inplace_unblocked(A11_21, hCoeffsSegment, tempData);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioBus.cpp362 float* tempData = temp.data(); local
365 vadd(sourceL, 1, sourceR, 1, tempData, 1, length());
367 vsmul(tempData, 1, &scale, tempData, 1, length());
368 vadd(tempData, 1, destination, 1, destination, 1, length());
371 vadd(sourceSL, 1, sourceSR, 1, tempData, 1, length());
373 vsmul(tempData, 1, &scale, tempData, 1, length());
374 vadd(tempData, 1, destination, 1, destination, 1, length());
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoderTest.cpp199 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); local
200 decoder->setData(tempData.get(), length == data->size());
225 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); local
226 decoder->setData(tempData.get(), length == data->size());
314 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10); local
315 decoder->setData(tempData.get(), true);
349 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10); local
350 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/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp171 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), length); local
172 decoder->setData(tempData.get(), length == data->size());
534 RefPtr<SharedBuffer> tempData = SharedBuffer::create(data->data(), data->size() - 10); local
535 decoder->setData(tempData.get(), false);
/external/chromium_org/third_party/icu/source/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 DWebGLRenderingContextBase.cpp3467 Vector<uint8_t> tempData; local
3470 if (!WebGLImageConversion::extractTextureData(width, height, format, type, m_unpackAlignment, m_unpackFlipY, m_unpackPremultiplyAlpha, data, tempData))
3472 data = tempData.data();
3724 Vector<uint8_t> tempData; local
3731 tempData))
3733 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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 297 milliseconds