HomeSort by relevance Sort by last modified time
    Searched defs:sourceData (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioFIFO.cpp 63 const float* sourceData = m_fifoAudioBus->channel(channelIndex)->data();
73 memcpy(destinationData, sourceData + m_readIndex, part1Length * sizeof(*sourceData));
76 memcpy(destinationData + part1Length, sourceData, part2Length * sizeof(*sourceData));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
loadimageSSE2.cpp 41 __m128i sourceData = _mm_loadl_epi64(reinterpret_cast<const __m128i*>(&source[x]));
43 sourceData = _mm_unpacklo_epi8(zeroWide, sourceData);
45 __m128i lo = _mm_unpacklo_epi16(zeroWide, sourceData);
46 __m128i hi = _mm_unpackhi_epi16(zeroWide, sourceData);
86 __m128i sourceData = _mm_loadu_si128(reinterpret_cast<const __m128i*>(&source[x]));
88 __m128i gaComponents = _mm_andnot_si128(brMask, sourceData);
90 __m128i brComponents = _mm_and_si128(sourceData, brMask);
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 33 KeyedVector<String8, time_t> sourceData;
35 sourceData.add(String8("res/drawable/hello.png"),3);
37 sourceData.add(String8("res/drawable/world.png"),5);
39 sourceData.add(String8("res/drawable-cool/hello.png"),3);
49 data.add(source,sourceData);
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 34 private InputStream sourceData;
43 this.sourceData = getSourceData();
64 sourceData.close();
65 sourceData = null;
107 while ((read = sourceData.read(buf)) != -1) {
110 sourceData.close();
130 while ((val = sourceData.read()) != -1) {
133 sourceData.close();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix2fTest.java 200 float[] sourceData = {
205 rotated[0] = rotate[0] * sourceData[0] + rotate[1] * sourceData[2];
206 rotated[1] = rotate[0] * sourceData[1] + rotate[1] * sourceData[3];
207 rotated[2] = rotate[2] * sourceData[0] + rotate[3] * sourceData[2];
208 rotated[3] = rotate[2] * sourceData[1] + rotate[3] * sourceData[3];
209 m = new Matrix2f(sourceData);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Image11.cpp 70 const unsigned char *sourceData = reinterpret_cast<const unsigned char*>(srcMapped.pData);
73 mipFunction(src->getWidth(), src->getHeight(), src->getDepth(), sourceData, srcMapped.RowPitch, srcMapped.DepthPitch,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Image9.cpp 65 const unsigned char *sourceData = reinterpret_cast<const unsigned char*>(sourceLocked.pBits);
68 if (sourceData && destData)
70 mipFunction(sourceDesc.Width, sourceDesc.Height, 1, sourceData, sourceLocked.Pitch, 0,
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1059 milliseconds