/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/ |
H A D | RandomTempFile.java | 53 public RandomTempFile(long sizeInBytes) throws IOException { in RandomTempFile() 54 this(UUID.randomUUID().toString(), sizeInBytes, false); in RandomTempFile() local 71 public RandomTempFile(String filename, int sizeInBytes) throws IOException { in RandomTempFile() 90 public RandomTempFile(String filename, long sizeInBytes) throws IOException { in RandomTempFile() 109 public RandomTempFile(String filename, long sizeInBytes, boolean binaryData) in RandomTempFile() 118 public RandomTempFile(File root, String filename, long sizeInBytes) throws IOException { in RandomTempFile() 125 public void createFile(long sizeInBytes) throws IOException { in createFile()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowAudioRecord.java | 83 protected int native_read_in_byte_array(byte[] audioData, int offsetInBytes, int sizeInBytes) { in native_read_in_byte_array() 89 byte[] audioData, int offsetInBytes, int sizeInBytes, boolean isBlocking) { in native_read_in_byte_array() 115 protected int native_read_in_direct_buffer(Object jBuffer, int sizeInBytes) { in native_read_in_direct_buffer() 120 protected int native_read_in_direct_buffer(Object jBuffer, int sizeInBytes, boolean isBlocking) { in native_read_in_direct_buffer() 152 byte[] audioData, int offsetInBytes, int sizeInBytes, boolean isBlocking) { in readInByteArray() 187 default int readInDirectBuffer(ByteBuffer buffer, int sizeInBytes, boolean isBlocking) { in readInDirectBuffer()
|
H A D | ShadowAudioTrack.java | 311 byte[] audioData, int offsetInBytes, int sizeInBytes, int format, boolean isBlocking) { in native_write_byte() 322 Object audioData, int positionInBytes, int sizeInBytes, int format, boolean blocking) { in native_write_native_bytes() 331 ByteBuffer audioData, int positionInBytes, int sizeInBytes, int format, boolean blocking) { in native_write_native_bytes() 335 private int maybeWriteBytes(ByteBuffer audioData, int sizeInBytes) { in maybeWriteBytes()
|
/aosp_15_r20/frameworks/base/core/java/android/companion/virtual/audio/ |
H A D | AudioCapture.java | 112 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() 117 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes, in read() 131 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes) { in read() 136 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes, in read()
|
H A D | AudioInjection.java | 121 public int write(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes) { in write() 126 public int write(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes, in write() 140 public int write(@NonNull ByteBuffer audioBuffer, int sizeInBytes, int writeMode) { in write() 153 public int write(@NonNull ByteBuffer audioBuffer, int sizeInBytes, in write()
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/data/model/ |
D | Media.java | 146 private final long sizeInBytes = 0L; field in Media.Image 164 …android.net.Uri glideLoadableUri, long dateTakenMillisLong, long sizeInBytes, @org.jetbrains.annot… in Image() 352 …android.net.Uri glideLoadableUri, long dateTakenMillisLong, long sizeInBytes, @org.jetbrains.annot… in copy() 407 private final long sizeInBytes = 0L; field in Media.Video 426 …android.net.Uri glideLoadableUri, long dateTakenMillisLong, long sizeInBytes, @org.jetbrains.annot… in Video() 622 …android.net.Uri glideLoadableUri, long dateTakenMillisLong, long sizeInBytes, @org.jetbrains.annot… in copy()
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/model/ |
D | Media.kt | 48 val sizeInBytes: Long constant 119 override val sizeInBytes: Long, constant in com.android.photopicker.data.model.Media.Image 193 override val sizeInBytes: Long, constant in com.android.photopicker.data.model.Media.Video
|
/aosp_15_r20/external/oboe/tests/ |
H A D | testUtilities.cpp | 33 int32_t sizeInBytes = oboe::convertFormatToSizeInBytes(AudioFormat::I16); in TEST_F() local 38 int32_t sizeInBytes = oboe::convertFormatToSizeInBytes(AudioFormat::Float); in TEST_F() local
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/codeprovider/src/com/android/tests/codeprovider/storagetest_1/ |
D | StorageTestSdk1ApiImpl.java | 70 public void createFilesInStorage(int sizeInBytes) { in createFilesInStorage() 84 private void createFilesinStorage(int sizeInBytes, String path) throws IOException { in createFilesinStorage()
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | AudioRecord.java | 1583 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() 1614 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes, in read() 1787 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes) { in read() 1820 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes, @ReadMode int readMode) { in read() 2508 int offsetInBytes, int sizeInBytes, boolean isBlocking); in native_read_in_byte_array() 2517 int sizeInBytes, boolean isBlocking); in native_read_in_direct_buffer()
|
H A D | AudioTrack.java | 3156 public int write(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes) { in write() 3202 public int write(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes, in write() 3488 public int write(@NonNull ByteBuffer audioData, int sizeInBytes, in write() 3566 public int write(@NonNull ByteBuffer audioData, int sizeInBytes, in write() 4490 int offsetInBytes, int sizeInBytes, int format, in native_write_byte() 4502 int positionInBytes, int sizeInBytes, int format, boolean blocking); in native_write_native_bytes()
|
/aosp_15_r20/frameworks/av/media/libaaudio/src/binding/ |
H A D | SharedMemoryParcelable.cpp | 60 void SharedMemoryParcelable::setup(const unique_fd& fd, int32_t sizeInBytes) { in setup() 102 aaudio_result_t SharedMemoryParcelable::resolve(int32_t offsetInBytes, int32_t sizeInBytes, in resolve()
|
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/ |
H A D | AudioHelper.java | 598 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() 612 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes, int readMode) { in read() 668 public int read(ByteBuffer audioBuffer, int sizeInBytes) { in read() 684 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) { in read()
|
H A D | StreamUtils.java | 272 final int sizeInBytes = samples * sampleSize; in PcmAudioBufferStream() local 298 public int sizeInBytes() { in sizeInBytes() method in StreamUtils.PcmAudioBufferStream
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | regex_workaround.hpp | 115 std::size_t sizeInBytes, in strcpy_s() 127 std::size_t sizeInBytes, in strcat_s()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | regex_workaround.hpp | 197 std::size_t sizeInBytes, in strcpy_s() 209 std::size_t sizeInBytes, in strcat_s()
|
/aosp_15_r20/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/ |
H A D | AddFileActivity.java | 223 String sizeInBytes) { in createFileWithRandomDataAndFinishActivity() 300 long sizeInBytes = 0; in isSizeValid() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/ |
H A D | AddFileActivity.java | 223 String sizeInBytes) { in createFileWithRandomDataAndFinishActivity() 300 long sizeInBytes = 0; in isSizeValid() local
|
/aosp_15_r20/developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/ |
D | AddFileActivity.java | 223 String sizeInBytes) { in createFileWithRandomDataAndFinishActivity() 300 long sizeInBytes = 0; in isSizeValid() local
|
/aosp_15_r20/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/ |
D | InstalledImage.java | 161 private static void allocateSpace(Path path, long sizeInBytes) throws IOException { in allocateSpace() 180 private static void resizeFilesystem(Path path, long sizeInBytes) throws IOException { in resizeFilesystem()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.hpp | 65 int sizeInBytes; member 80 int sizeInBytes; // intended size of the bound region -- slides along with dynamic offsets member
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/data/ |
D | FilmstripItemData.java | 57 long sizeInBytes, in FilmstripItemData() 266 public Builder withSizeInBytes(long sizeInBytes) { in withSizeInBytes()
|
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | SuperFloppyFormatter.java | 305 public static FatType fatTypeFromSize(long sizeInBytes) { in fatTypeFromSize() 312 public static int clusterSizeFromSize(long sizeInBytes, int sectorSize){ in clusterSizeFromSize()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd_vgpu10.c | 1047 uint32 sizeInBytes) in SVGA3D_vgpu10_DefineAndBindShader() 1251 uint32 sizeInBytes) in SVGA3D_vgpu10_SetIndexBuffer_v2() 1272 uint32 sizeInBytes) in SVGA3D_vgpu10_SetIndexBufferOffsetAndSize() 1294 uint32 sizeInBytes) in SVGA3D_vgpu10_SetSingleConstantBuffer() 1728 uint32 sizeInBytes) in SVGA3D_sm5_DefineAndBindStreamOutput()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | typeWrappers.cpp | 535 clProtectedArray::clProtectedArray(size_t sizeInBytes) in clProtectedArray() 554 void clProtectedArray::Allocate(size_t sizeInBytes) in Allocate()
|