Home
last modified time | relevance | path

Searched defs:lengthBytes (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/aosp_15_r20/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DFakeBlobData.java155 long offsetBytes, long lengthBytes) throws Exception { in writeToSession()
162 long offsetBytes, long lengthBytes, long allocateBytes) throws Exception { in writeToSession()
168 public void writeToFd(FileDescriptor fd, long offsetBytes, long lengthBytes) throws Exception { in writeToFd()
182 long offsetBytes, int lengthBytes) throws Exception { in readFromSessionAndVerifyBytes()
199 long offsetBytes, int lengthBytes) throws Exception { in read()
210 long offsetBytes, long lengthBytes) throws Exception { in readFromSessionAndVerifyDigest()
228 private byte[] createSha256Digest(FileInputStream in, long offsetBytes, long lengthBytes) in createSha256Digest()
H A DUtils.java50 public static void copy(InputStream in, OutputStream out, long lengthBytes) in copy()
74 long lengthBytes) throws IOException { in writeToSession()
81 long offsetBytes, long lengthBytes, long allocateBytes) throws IOException { in writeToSession()
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerSession.aidl35 ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes); in openWrite()
38 void write(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in write()
56 …void addFile(int location, String name, long lengthBytes, in byte[] metadata, in byte[] signature); in addFile()
H A DIPackageInstallerSessionFileSystemConnector.aidl23 void writeData(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in writeData()
H A DInstallationFile.java41 long lengthBytes, @Nullable byte[] metadata, @Nullable byte[] signature) { in InstallationFile()
H A DPackageInstaller.java1608 long lengthBytes) throws IOException { in openWrite()
1627 public void write(@NonNull String name, long offsetBytes, long lengthBytes, in write()
1799 public void addFile(@FileLocation int location, @NonNull String name, long lengthBytes, in addFile()
/aosp_15_r20/frameworks/base/core/java/android/service/dataloader/
H A DDataLoaderService.java218 public void writeData(@NonNull String name, long offsetBytes, long lengthBytes, in writeData()
247 long lengthBytes, ParcelFileDescriptor incomingFd); in nativeWriteData()
/aosp_15_r20/external/webrtc/modules/audio_coding/test/
H A DRTPFile.cc184 uint16_t lengthBytes = htons(static_cast<u_short>(12 + payloadSize + 8)); in Write() local
201 uint16_t lengthBytes; in Read() local
/aosp_15_r20/external/aws-sdk-java-v2/services/sqs/src/main/java/software/amazon/awssdk/services/sqs/internal/
H A DMessageMD5ChecksumInterceptor.java290 … ByteBuffer lengthBytes = ByteBuffer.allocate(INTEGER_SIZE_IN_BYTES).putInt(utf8Encoded.length); in updateLengthAndBytes() local
302 ByteBuffer lengthBytes = ByteBuffer.allocate(INTEGER_SIZE_IN_BYTES).putInt(size); in updateLengthAndBytes() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java1922 public ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes) { in openWrite()
1932 public void write(String name, long offsetBytes, long lengthBytes, in write()
1991 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal()
2035 targetPfd.getFileDescriptor(), lengthBytes, in doWriteInternal() local
2051 lengthBytes, null, Runnable::run, in doWriteInternal() local
2349 public void writeData(String name, long offsetBytes, long lengthBytes, in writeData()
/aosp_15_r20/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreSession.java212 @BytesLong long lengthBytes) { in openWrite()
245 @BytesLong long lengthBytes) throws IOException { in openWriteInternal()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java128 private String lengthBytes; field in UiccCarrierPrivilegeRules.TLV
563 String lengthBytes = allRules.parseLength(mRules); in isDataComplete() local
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/
H A DAndroidBinXmlParser.java684 int lengthBytes = lengthChars * 2; in getLengthPrefixedUtf16EncodedString() local
717 int lengthBytes = getUnsignedInt8(encoded); in getLengthPrefixedUtf8EncodedString() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/libdataloader_aidl-cpp/android_arm64_armv8-2a_cortex-a55_static/gen/aidl/android/content/pm/
DBnPackageInstallerSessionFileSystemConnector.h32 …us writeData(const ::android::String16& name, int64_t offsetBytes, int64_t lengthBytes, const ::an… in writeData()
DIPackageInstallerSessionFileSystemConnector.cpp30 …r::writeData(const ::android::String16& name, int64_t offsetBytes, int64_t lengthBytes, const ::an… in writeData()
/aosp_15_r20/external/google-cloud-java/java-kms/samples/snippets/generated/com/google/cloud/kms/v1/keymanagementservice/generaterandombytes/
H A DSyncGenerateRandomBytesStringIntProtectionlevel.java39 int lengthBytes = -745661998; in syncGenerateRandomBytesStringIntProtectionlevel() local
/aosp_15_r20/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DIBlobStoreSession.aidl23 ParcelFileDescriptor openWrite(long offsetBytes, long lengthBytes); in openWrite()
H A DBlobStoreManager.java675 @BytesLong long lengthBytes) throws IOException { in openWrite()
/aosp_15_r20/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
H A DMyReceiver.java129 long lengthBytes; in showMessage() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_service_DataLoaderService.cpp63 jlong lengthBytes, in nativeWriteData()
/aosp_15_r20/system/incremental_delivery/libdataloader/
H A DDataLoaderConnector.cpp491 void writeData(jstring name, jlong offsetBytes, jlong lengthBytes, jobject incomingFd) const { in writeData()
715 jlong offsetBytes, jlong lengthBytes, in DataLoader_FilesystemConnector_writeData()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPackageInstaller.java363 protected OutputStream openWrite(@NonNull String name, long offsetBytes, long lengthBytes) in openWrite()
/aosp_15_r20/external/google-cloud-java/java-kms/google-cloud-kms/src/test/java/com/google/cloud/kms/v1/
H A DKeyManagementServiceClientHttpJsonTest.java2846 int lengthBytes = -745661998; in generateRandomBytesTest() local
2877 int lengthBytes = -745661998; in generateRandomBytesExceptionTest() local
H A DKeyManagementServiceClientTest.java2514 int lengthBytes = -745661998; in generateRandomBytesTest() local
2541 int lengthBytes = -745661998; in generateRandomBytesExceptionTest() local
/aosp_15_r20/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java909 int lengthBytes = 2 + (addressLength + 1) / 2; in getAddress() local

12345678910>>...13