HomeSort by relevance Sort by last modified time
    Searched refs:tempData (Results 1 - 16 of 16) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/util/
PlaceholderAssets.java 43 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/
HouseholderQR_MKL.h 49 EIGTYPE* tempData = 0) \
HouseholderQR.h 193 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/webkit/Source/WebCore/css/
CSSFontFaceSource.cpp 182 SimpleFontData* tempData = fontCache()->getCachedFontData(fontDescription, m_string);
183 if (!tempData)
184 tempData = fontCache()->getLastResortFallbackFont(fontDescription);
186 fontData.set(new SimpleFontData(tempData->platformData(), true, true));
  /frameworks/base/core/java/android/webkit/
URLUtil.java 115 byte[] tempData = new byte[url.length];
129 tempData[tempCount++] = b;
132 System.arraycopy(tempData, 0, retData, 0, tempCount);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 195 byte[] tempData = new byte[1024];
197 while ((got = gzip.read(tempData)) > 0) {
198 baos.write(tempData, 0, got);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResponseData.java 122 byte[] tempData = GsmAlphabet
128 System.arraycopy(tempData, 1, data, 0, size);
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 37 bool tempData = NULL == data;
38 if (tempData) {
67 if (tempData) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 79 Node[] tempData = new Node[mLength + INCREMENT];
81 System.arraycopy(mData, 0, tempData, 0, mLength);
83 mData = tempData;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c     [all...]
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 914 milliseconds