/frameworks/base/cmds/incidentd/testdata/ |
D | kmsg.txt | 5 D - 104829 - APPSBL Image Loaded, Delta - (2498816 Bytes) 8 S - Flash Throughput, 129000 KB/s (4729638 Bytes, 36613 us) 17 D - 3386 - QSEE Dev Config Image Loaded, Delta - (46232 Bytes) 20 D - 2166 - APDP Image Loaded, Delta - (7696 Bytes) 23 D - 50782 - QSEE Image Loaded, Delta - (1648640 Bytes) 25 D - 244 - SEC Image Loaded, Delta - (4096 Bytes) 32 D - 11010 - QHEE Image Loaded, Delta - (258280 Bytes) 35 D - 10736 - RPM Image Loaded, Delta - (224104 Bytes) 37 D - 0 - STI Image Loaded, Delta - (0 Bytes) 45 D - 104828 - APPSBL Image Loaded, Delta - (2498816 Bytes)
|
D | kmsg.txt.gz | 1[0] bldr_log_init: bldr_log_base=0x83600000, bldr_log_size=458752
2B - 626409 - ... |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 47 private static byte[] Bytes(params int[] bytesAsInts) in Bytes() method in Google.Protobuf.CodedInputStreamTest 114 AssertReadVarint(Bytes(0x00), 0); in ReadVarint() 115 AssertReadVarint(Bytes(0x01), 1); in ReadVarint() 116 AssertReadVarint(Bytes(0x7f), 127); in ReadVarint() 118 AssertReadVarint(Bytes(0xa2, 0x74), (0x22 << 0) | (0x74 << 7)); in ReadVarint() 120 AssertReadVarint(Bytes(0xbe, 0xf7, 0x92, 0x84, 0x0b), in ReadVarint() 126 AssertReadVarint(Bytes(0xbe, 0xf7, 0x92, 0x84, 0x1b), in ReadVarint() 130 AssertReadVarint(Bytes(0x80, 0xe6, 0xeb, 0x9c, 0xc3, 0xc9, 0xa4, 0x49), in ReadVarint() 134 AssertReadVarint(Bytes(0x9b, 0xa8, 0xf9, 0xc2, 0xbb, 0xd6, 0x80, 0x85, 0xa6, 0x01), in ReadVarint() 142 Bytes(0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, in ReadVarint() [all …]
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunking/ |
D | EncryptedChunkTest.java | 27 import com.google.common.primitives.Bytes; 72 .containsExactlyElementsIn(Bytes.asList(ENCRYPTED_BYTES_1)) in testEncryptedBytes_forNewlyCreatedObject_returnsCorrectValue() 95 assertThat(returnedNonce).asList().containsExactlyElementsIn(Bytes.asList(NONCE_1)); in testNonce_forNewlycreatedObject_returnCorrectValue()
|
D | RawBackupWriterTest.java | 27 import com.google.common.primitives.Bytes; 56 .containsExactlyElementsIn(Bytes.asList(TEST_BYTES)) in writeBytes_writesToOutputStream()
|
D | DiffScriptBackupWriterTest.java | 27 import com.google.common.primitives.Bytes; 62 .containsExactlyElementsIn(Bytes.asList(TEST_BYTES)) in writeBytes_writesBytesToWriter()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunk/ |
D | EncryptedChunkOrderingTest.java | 23 import com.google.common.primitives.Bytes; 44 .containsExactlyElementsIn(Bytes.asList(TEST_BYTE_ARRAY_1)) in testEncryptedChunkOrdering_returnsValue()
|
D | ChunkHashTest.java | 23 import com.google.common.primitives.Bytes; 44 assertThat(hash).asList().containsExactlyElementsIn(Bytes.asList(TEST_HASH_1)).inOrder(); in testGetHash_returnsHash()
|
/frameworks/base/core/jni/android/graphics/ |
D | GIFMovie.cpp | 78 const uint8_t* b = (const uint8_t*)image->ExtensionBlocks[j].Bytes; in savedimage_duration() 234 bool has_transparency = ((eb->Bytes[0] & 1) == 1); in drawFrame() 236 transparent = (unsigned char)eb->Bytes[3]; in drawFrame() 269 int disposal = ((eb->Bytes[0] >> 2) & 7); in checkIfWillBeCleared() 286 *trans = ((eb->Bytes[0] & 1) == 1); in getTransparencyAndDisposalMethod() 287 *disposal = ((eb->Bytes[0] >> 2) & 7); in getTransparencyAndDisposalMethod()
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.cpp | 78 && !memcmp((const char*)(eb1->Bytes), "NETSCAPE2.0", 11) in FrameSequence_gif() 82 && eb2->Bytes[0] == 1) { in FrameSequence_gif() 83 mLoopCount = (int)(eb2->Bytes[2] << 8) + (int)(eb2->Bytes[1]); in FrameSequence_gif()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 87 Bytes, enumerator
|
D | FieldDescriptor.cs | 158 case FieldDescriptorProto.Types.Type.Bytes: in GetFieldTypeFromProtoType() 159 return FieldType.Bytes; in GetFieldTypeFromProtoType()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBExtensionInternals.m | 89 FIELD_CASE2(Bytes) 122 FIELD_CASE2(Bytes) 188 FIELD_CASE2(Bytes) 229 FIELD_CASE2(Bytes)
|
D | GPBUtilities_PackagePrivate.h | 323 GPB_MESSAGE_SIGNATURE_ENTRY(NSData *, Bytes)
|
D | GPBMessage.m | 1608 //%PDDM-EXPAND FIELD_CASE2(Bytes) 2093 CASE_SINGLE_OBJECT(Bytes) 2231 CASE_REPEATED_NOT_PACKED_OBJECT(Bytes) 2868 CASE_SINGLE_OBJECT(Bytes) 2919 CASE_REPEATED_OBJECT(Bytes) 3016 CASE_GET_OBJECT(Bytes, id, Object) 3051 CASE_SET(Bytes, id, Object)
|
D | GPBUtilities.m | 302 // For Strings and Bytes that have default values set it is not clear what 335 // Under proto3, Bytes & String fields get cleared by resetting them to 848 //%PDDM-EXPAND IVAR_ALIAS_DEFN_OBJECT(Bytes, NSData)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map_type_handler.h | 293 GOOGLE_PROTOBUF_BYTE_SIZE(BYTES , Bytes) 337 GET_CACHED_SIZE(BYTES , Bytes) 398 WRITE_METHOD(BYTES , Bytes)
|
D | extension_set_heavy.cc | 513 HANDLE_TYPE( BYTES, Bytes, string); in InternalSerializeFieldWithCachedSizesToArray() 552 HANDLE_TYPE( BYTES, Bytes, *string_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | extension_set.cc | 1496 HANDLE_TYPE( BYTES, Bytes, string); in SerializeFieldWithCachedSizes() 1524 HANDLE_TYPE( BYTES, Bytes, *string_value); in SerializeFieldWithCachedSizes() 1612 HANDLE_TYPE( BYTES, Bytes, string); in ByteSize() 1649 HANDLE_TYPE( BYTES, Bytes, *string_value); in ByteSize()
|
D | unittest_proto3.proto | 265 // Test String and Bytes: string is for valid UTF-8 strings
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 231 // Total Bytes received on mobile connections. 233 // Total Bytes transmitted on mobile connections. 235 // Total Bytes received on wifi connections. 237 // Total Bytes transmitted on wifi connections. 247 // Total Bytes received on bluetooth connections. 249 // Total Bytes transmitted on bluetooth connections.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 350 case FieldType.Bytes: in IsDefaultValue()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 3446 StreamingMemoryObject &Bytes = *OwnedBytes; in InitLazyStream() local 3451 if (Bytes.readBytes(buf, 16, 0) != 16) in InitLazyStream() 3461 Bytes.dropLeadingBytes(bitcodeStart - buf); in InitLazyStream() 3462 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart); in InitLazyStream()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests+Runtime.m | 75 @"Bytes", 193 @"Bytes", 344 //%PROTO2_TEST_HAS_FIELD(Bytes, [@"foo" dataUsingEncoding:NSUTF8StringEncoding], [NSData data]) 696 //%PROTO3_TEST_HAS_FIELD(Bytes, [@"foo" dataUsingEncoding:NSUTF8StringEncoding], [NSData data])
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3788 StreamingMemoryObject &Bytes = *OwnedBytes; in InitLazyStream() local 3793 if (Bytes.readBytes(buf, 16, 0) != 16) in InitLazyStream() 3803 Bytes.dropLeadingBytes(bitcodeStart - buf); in InitLazyStream() 3804 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart); in InitLazyStream()
|