Home
last modified time | relevance | path

Searched defs:baos (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/table/packed/
DPackedTableReaderWriterTest.java79 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in headerFields() local
100 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in entryGetValue_int() local
119 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in entryGetValue_long() local
151 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in valueSizeMax_unsigned() local
175 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in valueSizeMax_signed() local
195 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in addEntry_outOfOrder() local
217 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getSharedData() local
230 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getEntry_unsignedValue() local
249 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getEntry_signedValue() local
268 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getEntry_emptyTable() local
[all …]
DIntValuePackedTableTest.java46 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in valueSizeTooBig() local
63 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in valueSizeMax_unsigned() local
86 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in valueSizeMax_signed() local
108 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in addEntry_outOfOrder() local
129 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getSharedData() local
142 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getEntry_unsignedValue() local
161 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getEntryByIndex() local
184 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getEntry_signedValue() local
203 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getEntry_emptyTable() local
217 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getEntry_badKey() local
[all …]
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/io/
DTypedStreamsTest.java41 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in writeReadOk() local
143 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in writeVarByteValueUnusedBitsCheck() local
185 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in writeBoundChecks() local
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/block/read/
DBlockDataTest.java37 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getSize() local
53 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getByteBuffer() local
74 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in typedRandomAccess() local
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DSystemInterface.java48 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in makeProtectedHeaders() local
58 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in encodePayload() local
90 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in generateCsr() local
DCborUtils.java217 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in parseGeekResponse() local
246 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in buildProvisioningInfo() local
304 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in buildCertificateRequest() local
/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
DUtils.java128 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in encodeAndSignSigStructure() local
142 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in encodeEd25519PubKey() local
155 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in encodeX25519PubKey() local
171 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in encodeSimpleMap() local
DSystemInterfaceTest.java103 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in generateEekChain() local
239 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in buildKdfContext() local
264 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in buildEncStructure() local
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DSuffixTableSharedDataWriter.java36 try (ByteArrayOutputStream baos = new ByteArrayOutputStream(); in toBytes()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java129 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getBytesForBackup() local
347 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in retrieveVersion5BackupDataFromSoftApConfiguration() local
425 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in retrieveVersion6BackupDataFromSoftApConfiguration() local
451 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in retrieveVersion7BackupDataFromSoftApConfiguration() local
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessage.java64 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in readResponse() local
/packages/apps/CertInstaller/src/com/android/certinstaller/
DUtil.java34 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in toBytes() local
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java161 ByteArrayOutputStream baos = new ByteArrayOutputStream(cursor.getCount() * 10); in getDictionary() local
199 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in restoreDictionary() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DEvenMoreAsserts.java69 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in assertImageRawData() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApBackupRestore.java81 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in retrieveBackupDataFromSoftApConfiguration() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoProcessor.java246 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getCompressedBytes() local
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java83 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in sendRequestAsByteArray() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java242 ByteArrayOutputStream baos = new ByteArrayOutputStream(65536); in compressToBytes() local
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java426 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in addCallToBackup() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java1075 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in roundTripXml() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java75 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in concatenateByteArrays() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DDatabaseMessages.java656 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in loadText() local
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java1257 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in loadUriBasedPhotos() local
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java531 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in loadPhotoBinaryData() local
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java343 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in loadPhotoBinaryData() local

12