Searched refs:bytes (Results 126 - 133 of 133) sorted by relevance

123456

/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.String) java.security.MessageDigest messageDigest byte[] bytes Exception e String string private java.lang.String ...
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp965 size_t entries, size_t bytes,
970 allocate_camera_metadata(entries, bytes);
963 producer_dequeue( const camera2_frame_queue_dst_ops_t * , size_t entries, size_t bytes, camera_metadata_t **buffer) argument
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1531 public static String toIsoString(byte[] bytes) { argument
1533 return new String(bytes, CharacterSets.MIMENAME_ISO_8859_1);
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp252 ALOGV("skipped %lld bytes of junk to reach next frame",
280 ALOGV("backing up %lld bytes", pageOffset - prevGuess);
394 ALOGV("failed to read %zu bytes at offset 0x%016llx, got %zd bytes",
508 ALOGV("failed to read %zu bytes at 0x%016llx, got %zd bytes",
721 pack.bytes = ref.length;
1005 ALOGV("got image data, %zu trailing bytes",
/frameworks/base/include/androidfw/
H A DResourceTypes.h197 // Size of the chunk header (in bytes). Adding this value to
202 // Total size of this chunk (in bytes). This is the chunkSize plus
259 // Number of bytes in this structure.
514 size_t bytes() const;
589 * Appears header.headerSize bytes after a ResXMLTree_node.
602 * Appears header.headerSize bytes after a ResXMLTree_node.
615 * Appears header.headerSize bytes after a ResXMLTree_node.
630 * Appears header.headerSize bytes after a ResXMLTree_node.
898 // Number of bytes in this structure.
917 // codes ('fr', 'en' etc. etc.). The high bit for both bytes i
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java8477 private static String makeHex(byte[] bytes) { argument
8479 for (byte b : bytes) {
8485 private static String makeHex(byte[] bytes, int from, int len) { argument
8488 sb.append(String.format("%02x", bytes[from+i]));
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1418 final int bytes = digits.length() / 2;
1419 if (2*bytes != digits.length()) {
1423 byte[] result = new byte[bytes];
3336 // N : raw bytes of this metadata blob
3553 // [array of Niv bytes] IV itself
3555 // [array of Nmk bytes] master key itself
3557 // [array of Nck bytes] master key checksum hash
4291 long size; // bytes of content
4634 + toCopy + " bytes");
4945 Slog.i(TAG, "Skipping tar padding: " + needed + " bytes");
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp188 // The size of this struct is 32 bytes on the 32-bit target system
232 ALOGW("idmap: header too small (%d bytes)", (uint32_t) size);
295 ALOGE("idmap: entry header is too small (%u bytes)", (uint32_t) size);
309 ALOGE("idmap: too small (%u bytes) for the number of entries (%u)",
508 // (2 bytes length, null terminator).
651 * maximum length of 0x7FFFFFF (2147483647 bytes), but if you're storing that
654 * If the high bit is set, then there are two characters or 4 bytes of length
673 * maximum length of 0x7FFF (32767 bytes), but you should consider storing
676 * If the high bit is set, then there are two characters or 2 bytes of length
722 STRING_POOL_NOISY(ALOGI("CREATING STRING CACHE OF %d bytes",
960 size_t ResStringPool::bytes() const function in class:android::ResStringPool
[all...]

Completed in 1116 milliseconds

123456