/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Trie2.java | 140 This.dataLength = header.shiftedDataLength << UTRIE2_INDEX_SHIFT; 144 This.highValueIndex = This.dataLength - UTRIE2_DATA_GRANULARITY; 154 indexArraySize += This.dataLength; 166 This.data32 = ICUBinary.getInts(bytes, This.dataLength, 0); 664 int dataLength; [all...] |
ICUResourceBundleReader.java | 244 int dataLength = bytes.remaining(); 247 if(DEBUG) System.out.println("The available bytes in the buffer before reading the data: " + dataLength); 261 if(dataLength < ((1 + indexLength) << 2) || 262 dataLength < ((bundleTop = getIndexesInt(URES_INDEX_BUNDLE_TOP)) << 2)) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Trie2.java | 138 This.dataLength = header.shiftedDataLength << UTRIE2_INDEX_SHIFT; 142 This.highValueIndex = This.dataLength - UTRIE2_DATA_GRANULARITY; 152 indexArraySize += This.dataLength; 164 This.data32 = ICUBinary.getInts(bytes, This.dataLength, 0); 662 int dataLength; [all...] |
ICUResourceBundleReader.java | 242 int dataLength = bytes.remaining(); 245 if(DEBUG) System.out.println("The available bytes in the buffer before reading the data: " + dataLength); 259 if(dataLength < ((1 + indexLength) << 2) || 260 dataLength < ((bundleTop = getIndexesInt(URES_INDEX_BUNDLE_TOP)) << 2)) { [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
CodedOutputStream.java | 66 * Returns the buffer size to efficiently write dataLength bytes to this 69 * @return the buffer size to efficiently write dataLength bytes to this 72 static int computePreferredBufferSize(int dataLength) { 73 if (dataLength > DEFAULT_BUFFER_SIZE) return DEFAULT_BUFFER_SIZE; 74 return dataLength; [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
ATSParser.cpp | 991 unsigned dataLength = 994 if (br->numBitsLeft() < dataLength * 8) { 997 br->numBitsLeft(), dataLength * 8); 1003 PTS_DTS_flags, PTS, DTS, br->data(), dataLength, event); 1005 br->skipBits(dataLength * 8); [all...] |
/external/libevent/ |
evdns.c | 1008 u16 trans_id, questions, answers, authority, additional, datalength; local 1092 GET16(datalength); [all...] |
/external/icu/icu4c/source/common/ |
unistr.cpp | 289 UnicodeString::UnicodeString(const char *codepageData, int32_t dataLength) { 292 if(codepageData == 0 || dataLength == 0 || dataLength < -1) { 295 if(dataLength == -1) { 296 dataLength = (int32_t)uprv_strlen(codepageData); 298 setToUTF8(StringPiece(codepageData, dataLength)); [all...] |
/external/sonic/ |
wave.c | 175 writeInt(file, 36 /* + dataLength */); /* 04 - how big is the rest of this file? */
|
/external/jhead/ |
main.c | 286 exifElementTable[i].DataLength = valueLen; 292 exifElementTable[i].Value, exifElementTable[i].DataLength, exifElementTable[i].GpsTag);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 773 USHORT dataLength; 849 typedef BOOL (WINAPI *PDBGHELP_CREATE_USER_DUMP_CALLBACK)(DWORD DataType,PVOID *Data,LPDWORD DataLength,PVOID UserData); [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_dirwrite.c | 170 static int TIFFWriteDirectoryTagData(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint16 datatype, uint32 count, uint32 datalength, void* data); [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfHuf.cpp | 1025 int dataLength = (nBits + 7) / 8; 1033 return dataStart + dataLength - compressed;
|
/external/pdfium/third_party/libtiff/ |
tif_dirwrite.c | 170 static int TIFFWriteDirectoryTagData(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint16 datatype, uint32 count, uint32 datalength, void* data); [all...] |
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 581 if (ebdt_table->DataLength() + eblc_table->DataLength() <
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
glyph_table.cc | 422 set_padding(DataLength() - non_padded_data_length); 650 set_padding(DataLength() - non_padded_data_length);
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtcp_packet_unittest.cc | 157 EXPECT_EQ(kDataLength, parser.app_item()->DataLength()); 159 parser.app_item()->DataLength()));
|
rtcp_sender_unittest.cc | 386 EXPECT_EQ(kDataLength, parser()->app_item()->DataLength()); 389 parser()->app_item()->DataLength()));
|
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 875 bool MtpDevice::writeDataHeader(MtpOperationCode operation, int dataLength) { 878 return (!mData.writeDataHeader(mRequestOut, dataLength));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntsecapi.h | [all...] |
msxml.h | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
udatatst.c | [all...] |
/development/ndk/platforms/android-14/include/SLES/ |
OpenSLES_Android.h | 274 SLuint32 dataLength,
|
/development/ndk/platforms/android-21/include/SLES/ |
OpenSLES_Android.h | 296 SLuint32 dataLength,
|
/external/sfntly/cpp/src/sfntly/ |
font.cc | 108 table_offset += (table->DataLength() + 3) & ~3;
|