/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/ |
D | StructNfGenMsg.java | 50 public static StructNfGenMsg parse(@NonNull ByteBuffer byteBuffer) { in parse() 81 public void pack(ByteBuffer byteBuffer) { in pack() 91 private static boolean hasAvailableSpace(@NonNull ByteBuffer byteBuffer) { in hasAvailableSpace()
|
D | StructNlMsgHdr.java | 94 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() 102 public static StructNlMsgHdr parse(@NonNull ByteBuffer byteBuffer) { in parse() 147 public void pack(ByteBuffer byteBuffer) { in pack()
|
D | StructNdMsg.java | 118 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() 129 public static StructNdMsg parse(ByteBuffer byteBuffer) { in parse() 159 public void pack(ByteBuffer byteBuffer) { in pack()
|
D | StructPrefixCacheInfo.java | 60 public static StructPrefixCacheInfo parse(@NonNull final ByteBuffer byteBuffer) { in parse() 73 public void pack(@NonNull final ByteBuffer byteBuffer) { in pack()
|
D | StructNdaCacheInfo.java | 34 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() 45 public static StructNdaCacheInfo parse(ByteBuffer byteBuffer) { in parse()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/xfrm/ |
D | XfrmNetlinkGetSaMessage.java | 70 protected void packPayload(@NonNull final ByteBuffer byteBuffer) { in packPayload() 86 @NonNull final StructNlMsgHdr nlmsghdr, @NonNull final ByteBuffer byteBuffer) { in parseInternal() 107 final ByteBuffer byteBuffer = newNlMsgByteBuffer(payloadLen); in newXfrmNetlinkGetSaMessage() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | KeySyncUtilsTest.java | 440 ByteBuffer byteBuffer = ByteBuffer.wrap(packedForm) in packVaultParams_encodesCounterIdAsSecondParam() local 456 ByteBuffer byteBuffer = ByteBuffer.wrap(packedForm) in packVaultParams_encodesMaxAttemptsAsThirdParam() local 470 ByteBuffer byteBuffer = ByteBuffer.wrap(packedForm) in packVaultParams_encodesVaultHandleAsLastParam() local 487 ByteBuffer byteBuffer = ByteBuffer.wrap(packedForm) in packVaultParams_encodesVaultHandleWithLength8AsLastParam() local
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/ |
D | RtNetlinkNeighborMessageTest.java | 79 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_DELNEIGH); in testParseRtmDelNeigh() local 106 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH); in testParseRtmNewNeigh() local 133 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_GETNEIGH_RESPONSE); in testParseRtmGetNeighResponse() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowVMRuntime.java | 73 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(4 * size); in newNonMovableArray() local 102 ByteBuffer byteBuffer = realNonMovableArrays.get(obj); in addressOf() local 117 private long getAddressOfDirectByteBuffer(ByteBuffer byteBuffer) { in getAddressOfDirectByteBuffer()
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
H A D | AnimatedImageDrawableTest.java | 810 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(array.length); in getAsDirectByteBuffer() local 816 private AnimatedImageDrawable createFromByteBuffer(ByteBuffer byteBuffer) { in createFromByteBuffer() 831 ByteBuffer byteBuffer = ByteBuffer.wrap(array); in testByteBuffer() local 841 ByteBuffer byteBuffer = ByteBuffer.wrap(array).asReadOnlyBuffer(); in testReadOnlyByteBuffer() local 849 ByteBuffer byteBuffer = getAsDirectByteBuffer(); in testDirectByteBuffer() local
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | FlatbuffersVerifierTests.swift | 199 …var byteBuffer = ByteBuffer(bytes: [20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0, 0, 8, 0, 4… in testVerifyUnionVectors() variable 206 …var byteBuffer = ByteBuffer(bytes: [20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0, 0, 8, 0, 4… in testErrorWrongFileId() variable 213 …var byteBuffer = ByteBuffer(bytes: [0, 0, 0, 1, 20, 0, 0, 0, 77, 79, 86, 73, 12, 0, 12, 0, 0, 0, 0… in testVerifyPrefixedBuffer() variable
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
H A D | IsoTypeReader.java | 80 public static String readString(ByteBuffer byteBuffer) { in readString() 90 public static String readString(ByteBuffer byteBuffer, int length) { in readString() 97 public static long readUInt64(ByteBuffer byteBuffer) { in readUInt64()
|
/aosp_15_r20/external/aws-sdk-java-v2/test/service-test-utils/src/main/java/software/amazon/awssdk/testutils/service/http/ |
H A D | MockAsyncHttpClient.java | 141 ByteBuffer byteBuffer = ByteBuffer.allocate(asyncRequestBodyLength); in captureStreamingPayload() local 200 private ByteBuffer byteBuffer; field in MockAsyncHttpClient.CapturingSubscriber 203 CapturingSubscriber(ByteBuffer byteBuffer) { in CapturingSubscriber()
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
H A D | PlayReadyHeader.java | 48 public void parse(ByteBuffer byteBuffer) { in parse() 72 ByteBuffer byteBuffer = ByteBuffer.allocate(size); in getData() local 113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { in createFor()
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/nl80211/ |
D | GenericNetlinkMsg.java | 159 public void pack(@NonNull ByteBuffer byteBuffer) { in pack() 184 protected static @Nullable Map<Short, StructNlAttr> parseAttributesToMap( in parseAttributesToMap() 219 public static GenericNetlinkMsg parse(@NonNull ByteBuffer byteBuffer) { in parse()
|
/aosp_15_r20/out/soong/.intermediates/external/mp4parser/mp4parser/android_common/javac/ |
D | mp4parser.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/coremedia/
com/ ... |
/aosp_15_r20/external/libultrahdr/java/ |
H A D | UltraHdrApp.java | 176 ByteBuffer byteBuffer = ByteBuffer.wrap(data); in fillP010ImageHandle() local 195 ByteBuffer byteBuffer = ByteBuffer.wrap(data); in fillRGBA1010102ImageHandle() local 211 ByteBuffer byteBuffer = ByteBuffer.wrap(data); in fillRGBAF16ImageHandle() local 227 ByteBuffer byteBuffer = ByteBuffer.wrap(data); in fillRGBA8888Handle() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/classifier/ |
D | ModelManagerTest.java | 133 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_emptyDownloadedFiles() local 162 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_forceUsingBundledFiles() local 184 ByteBuffer byteBuffer = mProductionModelManager.retrieveModel(); in testRetrieveModel_bundled_incorrectFilePath() local
|
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/ |
H A D | IntReader.cs | 11 private byte[] byteBuffer; field in Org.Brotli.Dec.IntReader 15 internal static void Init(Org.Brotli.Dec.IntReader ir, byte[] byteBuffer, int[] intBuffer) in Init()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaAttributeFactory.java | 83 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute() 135 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute()
|
D | EapAkaAttributeFactory.java | 66 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute() 78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
H A D | ByteBufferByteChannel.java | 27 ByteBuffer byteBuffer; field in ByteBufferByteChannel 29 public ByteBufferByteChannel(ByteBuffer byteBuffer) { in ByteBufferByteChannel()
|
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/ |
H A D | ExtractorUnitTest.java | 676 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataBeforeSetDataSource() local 691 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataBeforeSelectTrack() local 708 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testIfInvalidOffsetIsRejectedByReadSampleData() local 739 ByteBuffer byteBuffer = ByteBuffer.allocate(MAX_SAMPLE_SIZE); in testReadSampleDataAfterRelease() local
|
/aosp_15_r20/external/aws-sdk-java-v2/test/http-client-tests/src/main/java/software/amazon/awssdk/http/ |
H A D | RecordingNetworkTrafficListener.java | 37 public void incoming(Socket socket, ByteBuffer byteBuffer) { in incoming() 42 public void outgoing(Socket socket, ByteBuffer byteBuffer) { in outgoing()
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/ |
H A D | RecordingNetworkTrafficListener.java | 37 public void incoming(Socket socket, ByteBuffer byteBuffer) { in incoming() 42 public void outgoing(Socket socket, ByteBuffer byteBuffer) { in outgoing()
|