HomeSort by relevance Sort by last modified time
    Searched full:datalength (Results 301 - 325 of 369) sorted by null

<<1112131415

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp 86 virtual void acceptData(const char* data, int dataLength) OVERRIDE FINAL
90 m_backgroundParser.get()->appendRawBytesFromParserThread(data, dataLength);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 572 void WebPluginContainerImpl::didReceiveData(const char *data, int dataLength)
574 m_webPlugin->didReceiveData(data, dataLength);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc 243 EXPECT_EQ(kDataLength, parser.app_item()->DataLength());
245 parser.app_item()->DataLength()));
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 167 virtual void setGlobalVar(uint32_t slot, const void *data, size_t dataLength);
766 size_t dataLength) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
netmon.h     [all...]
windns.h 110 WORD DataLength;
msxml2.h     [all...]
ntddndis.h 31 ULONG DataLength;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
ntifs.h     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 305 byte[] dataLength = new byte[4];
352 dataLength[0] = dataLength[1] = 0;
353 dataLength[2] = (byte)((data.length >> 8) & 0xff);
354 dataLength[3] = (byte)((data.length) & 0xff);
358 s.getOutputStream().write(dataLength);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 870 USHORT dataLength;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java     [all...]
  /external/chromium_org/media/blink/
buffered_resource_loader.cc 477 int dataLength,
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 294 SLuint32 dataLength,
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/fonttools/Lib/fontTools/
cffLib.py 200 dataLength = (
206 return dataLength
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h     [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 275 NULL /*pData*/, 0 /*dataLength*/,
    [all...]
  /external/clang/test/ARCMT/
objcmt-arc-cf-annotations.m     [all...]
objcmt-arc-cf-annotations.m.result     [all...]

Completed in 1841 milliseconds

<<1112131415