Home
last modified time | relevance | path

Searched refs:Bytes (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/cmds/incidentd/testdata/
Dkmsg.txt.gz
Dkmsg.txt5 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)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs47 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/chunk/
DEncryptedChunkOrderingTest.java23 import com.google.common.primitives.Bytes;
44 .containsExactlyElementsIn(Bytes.asList(TEST_BYTE_ARRAY_1)) in testEncryptedChunkOrdering_returnsValue()
DChunkHashTest.java23 import com.google.common.primitives.Bytes;
44 assertThat(hash).asList().containsExactlyElementsIn(Bytes.asList(TEST_HASH_1)).inOrder(); in testGetHash_returnsHash()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunking/
DRawBackupWriterTest.java27 import com.google.common.primitives.Bytes;
56 .containsExactlyElementsIn(Bytes.asList(TEST_BYTES)) in writeBytes_writesToOutputStream()
DEncryptedChunkTest.java27 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()
DDiffScriptBackupWriterTest.java27 import com.google.common.primitives.Bytes;
62 .containsExactlyElementsIn(Bytes.asList(TEST_BYTES)) in writeBytes_writesBytesToWriter()
/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp78 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/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs87 Bytes, enumerator
DFieldDescriptor.cs158 case FieldDescriptorProto.Types.Type.Bytes: in GetFieldTypeFromProtoType()
159 return FieldType.Bytes; in GetFieldTypeFromProtoType()
/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp78 && !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/objectivec/
DGPBExtensionInternals.m89 FIELD_CASE2(Bytes)
122 FIELD_CASE2(Bytes)
188 FIELD_CASE2(Bytes)
229 FIELD_CASE2(Bytes)
DGPBUtilities_PackagePrivate.h323 GPB_MESSAGE_SIGNATURE_ENTRY(NSData *, Bytes)
DGPBMessage.m1608 //%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)
DGPBUtilities.m302 // 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/
Dmap_type_handler.h293 GOOGLE_PROTOBUF_BYTE_SIZE(BYTES , Bytes)
337 GET_CACHED_SIZE(BYTES , Bytes)
398 WRITE_METHOD(BYTES , Bytes)
Dextension_set_heavy.cc513 HANDLE_TYPE( BYTES, Bytes, string); in InternalSerializeFieldWithCachedSizesToArray()
552 HANDLE_TYPE( BYTES, Bytes, *string_value); in InternalSerializeFieldWithCachedSizesToArray()
Dunittest_proto3.proto265 // Test String and Bytes: string is for valid UTF-8 strings
/frameworks/base/core/proto/android/os/
Dbatterystats.proto231 // 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/
DJsonFormatter.cs350 case FieldType.Bytes: in IsDefaultValue()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3446 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/
DGPBMessageTests+Runtime.m75 @"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/
DBitcodeReader.cpp3788 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto544 // Test String and Bytes: string is for valid UTF-8 strings

12