HomeSort by relevance Sort by last modified time
    Searched defs:sourceData (Results 1 - 12 of 12) 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 39 __m128i sourceData = _mm_loadl_epi64(reinterpret_cast<const __m128i*>(&source[x]));
41 sourceData = _mm_unpacklo_epi8(zeroWide, sourceData);
43 __m128i lo = _mm_unpacklo_epi16(zeroWide, sourceData);
44 __m128i hi = _mm_unpackhi_epi16(zeroWide, sourceData);
83 __m128i sourceData = _mm_loadu_si128(reinterpret_cast<const __m128i*>(&source[x]));
85 __m128i gaComponents = _mm_andnot_si128(brMask, sourceData);
87 __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/WebKit/Source/core/inspector/
InspectorStyleSheet.h 85 explicit InspectorStyleProperty(CSSPropertySourceData sourceData)
86 : sourceData(sourceData)
91 InspectorStyleProperty(CSSPropertySourceData sourceData, bool hasSource)
92 : sourceData(sourceData)
99 void trace(Visitor* visitor) { visitor->trace(sourceData); }
101 CSSPropertySourceData sourceData;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 75 const uint8_t *sourceData = reinterpret_cast<const uint8_t*>(srcMapped.pData);
79 sourceData, srcMapped.RowPitch, srcMapped.DepthPitch,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Image9.cpp 64 const uint8_t *sourceData = reinterpret_cast<const uint8_t*>(sourceLocked.pBits);
67 if (sourceData && destData)
69 d3dFormatInfo.mipGenerationFunction(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 284 milliseconds