HomeSort by relevance Sort by last modified time
    Searched full:datalength (Results 226 - 250 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES_Android.h 272 SLuint32 dataLength,
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 272 SLuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 272 SLuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES_Android.h 272 SLuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 272 SLuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/SLES/
OpenSLES_Android.h 272 SLuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/SLES/
OpenSLES_Android.h 272 SLuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/SLES/
OpenSLES_Android.h 272 SLuint32 dataLength,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 287 byte[] dataLength = new byte[4];
334 dataLength[0] = dataLength[1] = 0;
335 dataLength[2] = (byte)((data.length >> 8) & 0xff);
336 dataLength[3] = (byte)((data.length) & 0xff);
340 s.getOutputStream().write(dataLength);
    [all...]
  /external/chromium_org/content/child/
site_isolation_policy.cc 275 UMA_HISTOGRAM_COUNTS("SiteIsolation.XSD.DataLength", raw_length);
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.cc 472 int dataLength,
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 736 unsigned short dataLength));
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 275 NULL /*pData*/, 0 /*dataLength*/,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2.h 700 int32_t indexLength, dataLength;
    [all...]
ucnvmbcs.c     [all...]
  /external/icu4c/common/
utrie2.h 702 int32_t indexLength, dataLength;
    [all...]
ucnvmbcs.c     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 230 var dataLength = data.length;
231 if (dataLength > 0) {
234 var remainder = dataLength % 3;
239 while (index < dataLength) {
267 var dataLength = data.length;
268 if (dataLength > 3 && dataLength % 4 == 0) {
271 while (index < dataLength) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/
Inspector-0.1.json     [all...]
Inspector-1.0.json     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 196 errln("UnicodeString(codepageData, dataLength, codepage) does not work with dataLength==-1");
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 198 errln("UnicodeString(codepageData, dataLength, codepage) does not work with dataLength==-1");
    [all...]
  /external/jhead/
exif.c     [all...]

Completed in 1279 milliseconds

1 2 3 4 5 6 7 8 91011