HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 401 - 425 of 1073) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/platform/text/qt/
TextCodecQt.cpp 95 String TextCodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError)
105 const char* buf = bytes;
  /external/webkit/WebKitTools/Scripts/
parse-malloc-history 30 # based on total number of bytes allocated, and filtering based on command-line
75 # 6 calls for 664 bytes thread_ffffffff |0x0 | start
76 ($callCount, $byteCount) = ($line =~ /(\d+) calls for (\d+) bytes/);
95 # --------------- Key: 213813, 84 bytes ---------
100 ($byteCount) = ($line =~ /Key: (?:\d+), (\d+) bytes/);
160 print commify($callCount) . " calls for " . commify($byteCount) . " bytes: $callstack\n";
163 print "total: " . commify($byteCountTotalReported) . " bytes (" . commify($byteCountTotal - $byteCountTotalReported) . " bytes excluded).\n";
  /frameworks/base/services/audioflinger/
AudioHardwareGeneric.h 53 virtual ssize_t write(const void* buffer, size_t bytes);
86 virtual ssize_t read(void* buffer, ssize_t bytes);
AudioHardwareStub.h 39 virtual ssize_t write(const void* buffer, size_t bytes);
55 virtual ssize_t read(void* buffer, ssize_t bytes);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 63 * return the frame size (number of bytes per sample).
81 /** write audio buffer to driver. Returns number of bytes written */
82 virtual ssize_t write(const void* buffer, size_t bytes) = 0;
132 * return the frame size (number of bytes per sample).
141 virtual ssize_t read(void* buffer, ssize_t bytes) = 0;
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 130 OMX_U32 bytes,
140 OMX_U32 bytes)=0;
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 802 * @param bytes
808 public void setNameConstraints(byte[] bytes) throws IOException {
809 this.nameConstraints = (bytes == null)
811 : (NameConstraints) NameConstraints.ASN1.decode(bytes);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
csdetest.cpp 125 char *bytes = NULL; local
130 bytes = NEW_ARRAY(char, length + 1);
131 source.extract(0, sLength, bytes, codepage);
134 return bytes;
137 static void freeBytes(char *bytes)
139 DELETE_ARRAY(bytes);
157 char *bytes = extractBytes(testString, codepage, byteLength); local
159 if (bytes == NULL) {
166 ucsdet_setText(csd, bytes, byteLength, &status);
222 freeBytes(bytes);
278 char *bytes = extractBytes(s, "UTF-8", byteLength); local
378 char *bytes = extractBytes(s, "ISO-8859-1", byteLength); local
585 char *bytes = extractBytes(s1, "IBM424", bLength); local
669 char *bytes = extractBytes(s1, "IBM420", bLength); local
    [all...]
convtest.h 38 const uint8_t *bytes; member in struct:ConversionCase
  /external/icu4c/test/intltest/
csdetest.cpp 128 char *bytes = NULL; local
133 bytes = NEW_ARRAY(char, length + 1);
134 source.extract(0, sLength, bytes, codepage);
137 return bytes;
140 static void freeBytes(char *bytes)
142 DELETE_ARRAY(bytes);
160 char *bytes = extractBytes(testString, codepage, byteLength); local
162 if (bytes == NULL) {
169 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status);
225 freeBytes(bytes);
277 char *bytes = extractBytes(s, "UTF-8", byteLength); local
377 char *bytes = extractBytes(s, "ISO-8859-1", byteLength); local
584 char *bytes = extractBytes(s1, "IBM424", bLength); local
668 char *bytes = extractBytes(s1, "IBM420", bLength); local
    [all...]
convtest.h 38 const uint8_t *bytes; member in struct:ConversionCase
  /external/chromium/third_party/icu/source/tools/toolutil/
xmlparser.cpp 164 char bytes[4096], charsetBuffer[100]; local
183 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
184 if(bytesLength<(int32_t)sizeof(bytes)) {
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
216 pb=bytes;
221 &pb, bytes+bytesLength,
275 // convert contents of bytes[bytesLength]
276 pb=bytes;
289 &pb, bytes+bytesLength
    [all...]
  /external/icu4c/tools/toolutil/
xmlparser.cpp 164 char bytes[4096], charsetBuffer[100]; local
183 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
184 if(bytesLength<(int32_t)sizeof(bytes)) {
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
216 pb=bytes;
221 &pb, bytes+bytesLength,
275 // convert contents of bytes[bytesLength]
276 pb=bytes;
289 &pb, bytes+bytesLength
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 485 byte[] bytes = MESSAGE.getBytes();
486 sig.update(bytes);
508 byte[] bytes = MESSAGE.getBytes();
511 sig.update(bytes, 0, bytes.length);
520 sig.update(bytes, 0, bytes.length);
522 sig.update(bytes, bytes.length - 2, 2);
525 sig.update(bytes, bytes.length -3, 4)
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv_u7.c 213 uint8_t *bytes; local
243 bytes=cnv->toUBytes;
270 bytes[0]=b;
303 * base64 bytes, while nextSourceIndex is precisely parallel to source,
309 bytes[byteIndex++]=b=*source++;
317 /* collect base64 bytes into UChars */
337 bytes[0]=b; /* keep this byte in case an error occurs */
348 bytes[0]=b; /* keep this byte in case an error occurs */
393 bytes[0]=PLUS;
394 bytes[1]=b
870 uint8_t *bytes; local
    [all...]
  /external/icu4c/common/
ucnv_u7.c 213 uint8_t *bytes; local
243 bytes=cnv->toUBytes;
270 bytes[0]=b;
303 * base64 bytes, while nextSourceIndex is precisely parallel to source,
309 bytes[byteIndex++]=b=*source++;
317 /* collect base64 bytes into UChars */
337 bytes[0]=b; /* keep this byte in case an error occurs */
348 bytes[0]=b; /* keep this byte in case an error occurs */
393 bytes[0]=PLUS;
394 bytes[1]=b
870 uint8_t *bytes; local
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.cpp 1081 const char* bytes = buffer.data(); local
1162 const char* bytes = buffer.data(); local
    [all...]
  /bootable/recovery/applypatch/
applypatch.h 48 int CacheSizeCheck(size_t bytes);
  /external/chromium/net/base/
listen_socket.cc 207 void ListenSocket::SendInternal(const char* bytes, int len) {
208 int sent = HANDLE_EINTR(send(socket_, bytes, len, 0));
224 void ListenSocket::Send(const char* bytes, int len, bool append_linefeed) {
225 SendInternal(bytes, len);
  /external/chromium/net/disk_cache/
mem_backend_impl.cc 282 void MemBackendImpl::AddStorageSize(int32 bytes) {
283 current_size_ += bytes;
290 void MemBackendImpl::SubstractStorageSize(int32 bytes) {
291 current_size_ -= bytes;
  /external/chromium/third_party/icu/source/tools/makeconv/
genmbcs.h 118 const uint8_t *bytes, int32_t length,
  /external/dropbear/
buffer.h 61 void buf_putbytes(buffer *buf, const unsigned char *bytes, unsigned int len);
  /external/freetype/src/pshinter/
pshrec.c 127 FT_FREE( mask->bytes );
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) )
163 return mask->bytes[idx >> 3] & ( 0x80 >> ( idx & 7 ) );
178 p = mask->bytes + ( idx >> 3 );
205 p = mask->bytes + ( idx >> 3 );
337 FT_Byte* write = mask->bytes;
380 FT_Byte* p1 = mask1->bytes;
381 FT_Byte* p2 = mask2->bytes;
454 read = mask2->bytes;
455 write = mask1->bytes;
    [all...]
pshrec.h 102 FT_Byte* bytes; member in struct:PS_MaskRec_
  /external/icu4c/tools/makeconv/
genmbcs.h 118 const uint8_t *bytes, int32_t length,

Completed in 489 milliseconds

<<11121314151617181920>>