/external/icu4c/io/ |
ufmt_cmn.c | 170 uint8_t bytes[sizeof(void*)]; member in union:__anon4116 214 result.bytes[resultIdx] = byte;
|
/external/kernel-headers/original/linux/ |
bio.h | 224 #define bio_io_error(bio, bytes) bio_endio((bio), (bytes), -EIO)
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_memcpy_neon.asm | 27 mov r12, r2, lsr #8 ;copy 256 bytes data at one time
|
/external/openssl/crypto/x509/ |
x509_cmp.c | 242 EVP_Digest(x->bytes->data, x->bytes->length, md, NULL, EVP_md5(), NULL);
|
/external/v8/src/ |
log.h | 237 static void HeapSampleItemEvent(const char* type, int number, int bytes); 239 int number, int bytes);
|
utils.cc | 217 const byte* bytes, 220 const char* str = reinterpret_cast<const char*>(bytes);
|
/external/webkit/WebCore/platform/text/mac/ |
TextCodecMac.cpp | 141 // First, fill the partial character buffer with as many bytes as are available. 156 LOG_ERROR("TECConvertText gave a kTECPartialCharErr but read none of the %zu bytes in the buffer", sizeof(m_bufferedBytes)); 160 // Tell the caller we read all the source bytes and keep them in the buffer. 167 // Also, we have read some of the bytes from the main buffer. 171 LOG_ERROR("TECConvertText accepted some bytes it previously rejected with kTECPartialCharErr"); 197 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) 205 const unsigned char* sourcePointer = reinterpret_cast<const unsigned char*>(bytes); 243 LOG_ERROR("TECConvertText gave a kTECPartialCharErr, but left %u bytes in the buffer", sourceLength);
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebViewFactory.mm | 461 - (WebCoreTextMarker *)textMarkerWithBytes:(const void *)bytes length:(size_t)length 463 return WebCFAutorelease(WKCreateAXTextMarker(bytes, length)); 466 - (BOOL)getBytes:(void *)bytes fromTextMarker:(WebCoreTextMarker *)textMarker length:(size_t)length 468 return WKGetBytesFromAXTextMarker(textMarker, bytes, length);
|
/frameworks/base/core/java/com/android/internal/os/ |
LoggingPrintStream.java | 41 * A buffer that is initialized when raw bytes are first written to this 42 * stream. It may contain the leading bytes of multi-byte characters. 49 * A buffer that is initialized when raw bytes are first written to this 56 * Decodes bytes to characters using the system default charset. Initialized 57 * when raw bytes are first written to this stream. 120 public synchronized void write(byte bytes[], int start, int count) { 131 // copy some bytes from the array to the long-lived buffer. This 134 encodedBytes.put(bytes, start, numBytes); 140 // decode bytes from the byte buffer into the char buffer
|
/frameworks/base/include/utils/ |
String8.h | 159 inline size_t bytes() const; 348 inline size_t String8::bytes() const function in class:android::String8
|
/hardware/msm7k/libaudio/ |
AudioHardware.cpp | 703 ssize_t AudioHardware::AudioStreamOutMSM72xx::write(const void* buffer, size_t bytes) 705 // LOGD("AudioStreamOutMSM72xx::write(%p, %u)", buffer, bytes); 707 size_t count = bytes; 770 return bytes; 778 usleep(bytes * 1000000 / frameSize() / sampleRate()); 1007 ssize_t AudioHardware::AudioStreamInMSM72xx::read( void* buffer, ssize_t bytes) 1009 LOGV("AudioStreamInMSM72xx::read(%p, %ld)", buffer, bytes); 1012 size_t count = bytes; 1045 return bytes; [all...] |
AudioHardware.h | 175 virtual ssize_t write(const void* buffer, size_t bytes); 214 virtual ssize_t read(void* buffer, ssize_t bytes);
|
/hardware/msm7k/liblights/ |
lights.c | 110 int bytes = sprintf(buffer, "%d\n", value); local 111 int amt = write(fd, buffer, bytes);
|
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/ |
TagCanon.java | 21 import com.google.common.primitives.Bytes; 66 byte[] data = Bytes.concat( 112 public TagDescription(String title, byte[] bytes) { 115 NdefMessage[] msgs = new NdefMessage[] { new NdefMessage(bytes) };
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
bio.h | 146 #define bio_io_error(bio, bytes) bio_endio((bio), (bytes), -EIO)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
bio.h | 146 #define bio_io_error(bio, bytes) bio_endio((bio), (bytes), -EIO)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
bio.h | 146 #define bio_io_error(bio, bytes) bio_endio((bio), (bytes), -EIO)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
bio.h | 146 #define bio_io_error(bio, bytes) bio_endio((bio), (bytes), -EIO)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
bio.h | 146 #define bio_io_error(bio, bytes) bio_endio((bio), (bytes), -EIO)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
bio.h | 146 #define bio_io_error(bio, bytes) bio_endio((bio), (bytes), -EIO)
|
/device/samsung/crespo/alsa-utils/seq/aplaymidi/ |
aplaymidi.c | 47 unsigned char d[3]; /* channel and data bytes */ 230 static int read_int(int bytes) 239 } while (--bytes); 287 static void skip(int bytes) 289 while (bytes > 0) 290 read_byte(), --bytes; 341 case 0x8: /* channel msg with 2 parameter bytes */
|
/external/blktrace/ |
blkparse.c | 1226 unsigned int bytes) 1230 ios->iwrite_kb_pc += bytes >> 10; 1233 ios->iread_kb_pc += bytes >> 10; 1240 __account_pc_issue(&pci->io_stats, rw, t->bytes); 1245 __account_pc_issue(ios, rw, t->bytes); 1317 static inline void __account_c(struct io_stats *ios, int rw, int bytes) 1321 ios->cwrite_kb += bytes >> 10; 1324 ios->cread_kb += bytes >> 10; 1329 int rw, int bytes) 1331 __account_c(&pci->io_stats, rw, bytes); [all...] |
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {} 74 return bytes; 91 bytes=pItem->data+itemHeaderLength; 110 bytes=swapped+itemHeaderLength; 118 const uint8_t *bytes; member in class:NativeItem 471 udata_printError(ds, "icupkg/ucnv_enumDependencies(): too few bytes (%d after header) for an ICU .cnv conversion table\n", 489 udata_printError(ds, "icupkg/ucnv_enumDependencies(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table\n", 522 udata_printError(ds, "icupkg/ucnv_enumDependencies(): too few bytes (%d after headers) for an ICU MBCS .cnv conversion table with extension data\n",
|
/external/webkit/WebKit/mac/Misc/ |
WebNSURLExtras.mm | 369 const UInt8 *inBytes = static_cast<const UInt8 *>([userTypedData bytes]); 436 const UInt8 *bytes = static_cast<const UInt8*>([data bytes]); 439 // could either be a malformed string or bytes in a different encoding, like shift-jis, so we fall back 441 result = WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingUTF8, (CFURLRef)baseURL, YES)); 443 result = WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingISOLatin1, (CFURLRef)baseURL, YES)); 517 const unsigned char *before = static_cast<const unsigned char*>([data bytes]); 529 // unescape escape sequences that indicate bytes greater than 0x7f 558 // then we will copy back bytes to the start of the buffer 598 return (const char *)[data bytes]; [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
SystemTest.java | 358 byte[] bytes = new byte[128]; 360 for (int i = 0; i < bytes.length; i++) { 361 bytes[i] = (byte) (i + 128); 364 String charResult = new String(bytes); 367 for (int i = 0; i < bytes.length; i++) {
|