HomeSort by relevance Sort by last modified time
    Searched full:bytecount (Results 176 - 200 of 366) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 428 static size_t fillBuffer(ParsingContext* parsingContext, const char* utf8, int byteCount) {
432 jcharArray javaChars = parsingContext->ensureCapacity(byteCount);
443 icu::UnicodeString utf16(icu::UnicodeString::fromUTF8(icu::StringPiece(utf8, byteCount)));
444 return utf16.extract(chars.get(), byteCount, status);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 83 int64 ByteCount() const;
116 int64 ByteCount() const;
150 int64 ByteCount() const;
175 int64 ByteCount() const;
246 int64 ByteCount() const;
333 int64 ByteCount() const;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
InterceptorTest.java 549 @Override public void write(Buffer source, long byteCount) throws IOException {
550 original.writeUtf8(source.readUtf8(byteCount).toUpperCase(Locale.US));
562 @Override public long read(Buffer sink, long byteCount) throws IOException {
564 long count = original.read(mixedCase, byteCount);
  /external/skia/src/images/
SkMovie_gif.cpp 78 SkASSERT(image->ExtensionBlocks[j].ByteCount >= 4);
234 eb->ByteCount == 4) {
268 eb->ByteCount == 4) {
286 eb->ByteCount == 4) {
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 264 int byteCount = dst.length;
265 while (byteCount > 0) {
266 int bytesRead = in.read(dst, offset, byteCount);
271 byteCount -= bytesRead;
  /libcore/luni/src/test/java/libcore/util/
ZoneInfoTest.java 493 public void skip(int byteCount) {
494 buffer.position(buffer.position() + byteCount);
498 public void readByteArray(byte[] dst, int dstOffset, int byteCount) {
499 buffer.get(dst, dstOffset, byteCount);
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java 740 public int read(byte[] buf, int offset, int byteCount) throws IOException {
744 ArrayUtils.checkOffsetAndCount(buf.length, offset, byteCount);
745 if (byteCount == 0) {
759 OpenSSLSocketImpl.this, buf, offset, byteCount, getSoTimeout());
807 public void write(byte[] buf, int offset, int byteCount) throws IOException {
810 ArrayUtils.checkOffsetAndCount(buf.length, offset, byteCount);
811 if (byteCount == 0) {
825 OpenSSLSocketImpl.this, buf, offset, byteCount, writeTimeoutMilliseconds);
    [all...]
  /external/freetype/src/cff/
cf2intrp.c 121 hintmask->byteCount = ( hintmask->bitCount + 7 ) / 8;
151 FT_ASSERT( hintmask->byteCount > 0 );
156 for ( i = 0; i < hintmask->byteCount; i++ )
168 FT_ASSERT( ( hintmask->mask[hintmask->byteCount - 1] & mask ) == 0 ||
186 FT_ASSERT( hintmask->byteCount > 0 );
187 FT_ASSERT( hintmask->byteCount <
191 for ( i = 0; i < hintmask->byteCount; i++ )
196 hintmask->mask[hintmask->byteCount - 1] &= ~mask;
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
GzipSourceTest.java 219 @Override public long read(Buffer sink, long byteCount) throws IOException {
220 long result = source.read(sink, byteCount);
SegmentSharingTest.java 84 SegmentPool.byteCount = 0L;
101 SegmentPool.byteCount = 0L;
  /external/opencv3/3rdparty/libtiff/
tif_dir.h 97 uint32 td_nstrips; /* size of offset & bytecount arrays */
100 int td_stripbytecountsorted; /* is the bytecount array sorted ascending? */
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.c 121 hintmask->byteCount = ( hintmask->bitCount + 7 ) / 8;
151 FT_ASSERT( hintmask->byteCount > 0 );
156 for ( i = 0; i < hintmask->byteCount; i++ )
168 FT_ASSERT( ( hintmask->mask[hintmask->byteCount - 1] & mask ) == 0 ||
186 FT_ASSERT( hintmask->byteCount > 0 );
187 FT_ASSERT( hintmask->byteCount <
191 for ( i = 0; i < hintmask->byteCount; i++ )
196 hintmask->mask[hintmask->byteCount - 1] &= ~mask;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.h 97 uint32 td_nstrips; /* size of offset & bytecount arrays */
100 int td_stripbytecountsorted; /* is the bytecount array sorted ascending? */
  /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, SkToInt(byteCount));
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 153 section.byteCount = end - section.off;
216 public int byteCount = 0;
  /external/curl/lib/
smb.c 576 curl_off_t upload_size = conn->data->req.size - conn->data->req.bytecount;
801 conn->data->req.bytecount += len;
803 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount);
815 conn->data->req.bytecount += len;
817 Curl_pgrsSetUploadCounter(conn->data, conn->data->req.bytecount);
818 if(conn->data->req.bytecount >= conn->data->req.size)
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 547 private static byte[] getRandomBytes(int byteCount) {
548 if (byteCount <= 0) {
549 throw new IllegalArgumentException("Too few bytes requested: " + byteCount);
555 byte[] result = new byte[byteCount];
556 Streams.readFully(devURandom, result, 0, byteCount);
559 throw new ProviderException("Couldn't read " + byteCount + " random bytes", ex);
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-linux.c 516 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount )
523 VG_(printf)("read_ldt: tid = %u, ptr = %p, bytecount = %u\n",
524 tid, ptr, bytecount );
536 if (size > bytecount)
537 size = bytecount;
549 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode )
557 "bytecount = %u, oldmode = %d\n",
558 tid, ptr, bytecount, oldmode );
567 if (bytecount != sizeof(vki_modify_ldt_t))
597 Int func, void* ptr, UInt 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...]
  /toolchain/binutils/binutils-2.25/opcodes/
iq2000-desc.c 257 { IQ2000_F_BYTECOUNT, "f-bytecount", 0, 32, 7, 8, { 0, { { { (1<<MACH_BASE), 0 } } } } },
389 /* bytecount: byte count */
390 { "bytecount", IQ2000_OPERAND_BYTECOUNT, HW_H_UINT, 7, 8,
    [all...]

Completed in 350 milliseconds

1 2 3 4 5 6 78 91011>>