Home
last modified time | relevance | path

Searched defs:intBuffer (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DIntReader.cs13 private int[] intBuffer; field in Org.Brotli.Dec.IntReader
15 internal static void Init(Org.Brotli.Dec.IntReader ir, byte[] byteBuffer, int[] intBuffer) in Init()
H A DBitReader.cs27 private readonly int[] intBuffer = new int[IntBufferSize]; field in Org.Brotli.Dec.BitReader
/aosp_15_r20/hardware/interfaces/audio/aidl/default/alsa/
H A DUtils.cpp180 uint32_t* intBuffer = (uint32_t*)buffer; in applyGainToInt16Buffer() local
201 int16_t* intBuffer = (int16_t*)buffer; in applyGainToInt16Buffer() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/
H A DOldDirectIntBufferTest.java31 IntBuffer intBuffer = byteBuffer.asIntBuffer(); in testPutWhenOffsetIsNonZero() local
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DIntArray.h40 __strong NSInteger *intBuffer; variable
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DDirectIntBufferTest.java61 IntBuffer intBuffer = directByteBuffer.asIntBuffer(); in testJNIAccessByAddress() local
H A DByteBufferTest.java1027 IntBuffer intBuffer; in testAsIntBuffer() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/internal/
H A DChaCha20Util.java82 IntBuffer intBuffer = ByteBuffer.wrap(input).order(ByteOrder.LITTLE_ENDIAN).asIntBuffer(); in toIntArray() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableReprocessFormatsMap.java80 IntBuffer intBuffer = buffer.asIntBuffer(); in unmarshal() local
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DUConverterDataReader.java489 IntBuffer intBuffer = byteBuffer.asIntBuffer(); in readMBCSTable() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLegacyBitmap.java713 IntBuffer intBuffer; in copyPixelsFromBuffer() local
752 IntBuffer intBuffer = ((ByteBuffer) dst).asIntBuffer(); in copyPixelsToBuffer() local
/aosp_15_r20/external/executorch/extension/android_test/src/test/java/org/pytorch/executorch/
H A DTensorTest.java69 IntBuffer intBuffer = Tensor.allocateIntBuffer(4); in testIntTensor() local
/aosp_15_r20/external/brotli/java/org/brotli/dec/
H A DState.java22 int[] intBuffer; // BitReader field in State
H A DBitReader.java274 int[] intBuffer = s.intBuffer; in bytesToNibbles() local
/aosp_15_r20/external/google-smali/third_party/util/src/main/java/com/android/tools/smali/util/
H A DClassFileNameHandler.java191 IntBuffer intBuffer = ByteBuffer.wrap(pathComponent.getBytes("UTF-32BE")).asIntBuffer(); in shortenPathComponent() local
/aosp_15_r20/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
H A DTensor.java167 final IntBuffer intBuffer = allocateIntBuffer((int) numel(shape)); in fromBlob() local
/aosp_15_r20/external/pytorch/android/pytorch_android/src/main/java/org/pytorch/
H A DTensor.java163 final IntBuffer intBuffer = allocateIntBuffer((int) numel(shape)); in fromBlob() local
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1104 IntBuffer intBuffer = byteBuffer.asIntBuffer(); in doArrayElement() local
1110 FloatBuffer intBuffer = byteBuffer.asFloatBuffer(); in doArrayElement() local
/aosp_15_r20/out/soong/.intermediates/external/brotli/brotli-java/android_common/turbine/
Dbrotli-java.jarorg/brotli/common/SharedDictionaryType.class <Unknown> package org.brotli.common public ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/android/tools/smali/smali-util/3.0.3/
HDsmali-util-3.0.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/brotli/brotli-java/android_common_apex10000/turbine/
Dbrotli-java.jarorg/brotli/common/SharedDictionaryType.class <Unknown> package org.brotli.common public ...
/aosp_15_r20/out/soong/.intermediates/external/brotli/brotli-java/android_common_apex10000/javac/
Dbrotli-java.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/brotli/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/brotli/brotli-java/android_common/javac/
Dbrotli-java.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/brotli/ org/ ...
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/lib/
Djrt-fs.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/java. ...
/aosp_15_r20/out/soong/.intermediates/libcore/core-all-system-modules/android_common/system/lib/
Djrt-fs.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/java. ...

1234