HomeSort by relevance Sort by last modified time
    Searched refs:byteCount (Results 126 - 150 of 183) sorted by null

1 2 3 4 56 7 8

  /external/icu4c/test/intltest/
tscoll.cpp 385 int32_t i, byteCount;
386 const uint8_t *bytes = source.getByteArray(byteCount);
391 for (i = 0; i < byteCount; i += 1)
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 132 private static long translateLockLength(long byteCount) {
134 return (byteCount == Long.MAX_VALUE) ? 0 : byteCount;
  /dalvik/dx/src/com/android/dx/dex/
TableOfContents.java 154 section.byteCount = end - section.off;
217 public int byteCount = 0;
  /external/skia/legacy/src/core/
SkMetaData.cpp 107 void SkMetaData::setData(const char name[], const void* data, size_t byteCount) {
108 (void)this->set(name, data, sizeof(char), kData_Type, byteCount);
  /external/skia/src/core/
SkMetaData.cpp 107 void SkMetaData::setData(const char name[], const void* data, size_t byteCount) {
108 (void)this->set(name, data, sizeof(char), kData_Type, byteCount);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 710 * @param byteCount the number of bytes in the user data payload
713 String getUserDataUCS2(int byteCount) {
717 ret = new String(mPdu, mCur, byteCount, "utf-16");
723 mCur += byteCount;
731 * @param byteCount the number of bytes in the user data payload
734 String getUserDataKSC5601(int byteCount) {
738 ret = new String(mPdu, mCur, byteCount, "KSC5601");
744 mCur += byteCount;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) {
932 boolean convertWholeBuffer = (byteCount < 0);
937 byteCount = input2.limit() - position;
939 result = ByteBuffer.allocate(byteCount).order(input2.order());
940 for (int i = 0; i < byteCount; i++) {
948 byteCount = (input2.limit() - position) * 2;
950 result = ByteBuffer.allocate(byteCount).order(input2.order());
952 for (int i = 0; i < byteCount / 2; i++) {
960 byteCount = (input2.limit() - position)* 2;
962 result = ByteBuffer.allocate(byteCount).order(input2.order())
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 217 pt->t.byteCount = SWAP32(pt->t.byteCount);
236 t.byteCount = nBytes;
  /external/yaffs2/yaffs2/
yaffs_guts.h 137 unsigned byteCount:10;
175 unsigned byteCount; /* Only valid for data chunks */
yaffs_checkptrw.c 194 tags.byteCount = dev->nDataBytesPerChunk;
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java 183 int byteCount = Math.min(writeBuffer.length, entrySize - i);
184 out.write(writeBuffer, 0, byteCount);
  /external/icu4c/test/cintltst/
ucsdetst.c 73 int32_t byteCount = preflight(src, length, cnv);
75 char *bytes = NEW_ARRAY(char, byteCount + 1);
76 char *dest = bytes, *destLimit = bytes + byteCount + 1;
81 *byteLength = byteCount;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 581 int byteCount = write(m_fileDescriptor, [data bytes], dataLength);
582 if (byteCount != dataLength) {
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 777 int byteCount = width >> 3;
780 // adjust srcRB to skip the values in our byteCount loop,
782 srcRB -= byteCount * 8 * sizeof(SkGdiRGB);
785 if (byteCount > 0) {
786 for (int i = 0; i < byteCount; ++i) {
807 dst[byteCount] = byte;
    [all...]
  /external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.cpp 124 ObjectReference byteCount() const { return m_byteCount; }
489 , m_offsetTableStart(headerSize + m_plan.byteCount() + m_plan.objectReferenceCount() * m_objectReferenceSize)
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 540 private static String readAsciiString(ByteBuffer buf, int byteCount) {
541 byte[] bytes = new byte[byteCount];
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 393 int byteCount = ((septetCount * 7) + 7) / 8;
394 byte[] ret = new byte[byteCount + 1]; // Include space for one byte length prefix.
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 329 public long skip(long byteCount) throws IOException {
330 long count = mStream.skip(byteCount);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 32 Int byteCount; /*how many bytes already encoded*/
mp4enc_api.cpp     [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.c 362 pState->bytesLeftLoop = pState->byteCount = pParams->size;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
926 pState->bytesLeft = pState->byteCount;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.c 362 pState->bytesLeftLoop = pState->byteCount = pParams->size;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
926 pState->bytesLeft = pState->byteCount;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.c 362 pState->bytesLeftLoop = pState->byteCount = pParams->size;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
926 pState->bytesLeft = pState->byteCount;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp 889 int byteCount = width >> 3;
893 if (byteCount > 0) {
894 for (int i = 0; i < byteCount; ++i) {
915 dst[byteCount] = byte;
    [all...]

Completed in 961 milliseconds

1 2 3 4 56 7 8