Home
last modified time | relevance | path

Searched defs:expectedLength (Results 1 – 25 of 255) sorted by relevance

1234567891011

/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DDecoder.java222 public DataHeader readDataHeaderForPointerArray(int expectedLength) { in readDataHeaderForPointerArray()
230 public DataHeader readDataHeaderForUnionArray(int expectedLength) { in readDataHeaderForUnionArray()
328 public boolean[] readBooleans(int offset, int arrayNullability, int expectedLength) { in readBooleans()
352 public byte[] readBytes(int offset, int arrayNullability, int expectedLength) { in readBytes()
367 public short[] readShorts(int offset, int arrayNullability, int expectedLength) { in readShorts()
382 public int[] readInts(int offset, int arrayNullability, int expectedLength) { in readInts()
397 public float[] readFloats(int offset, int arrayNullability, int expectedLength) { in readFloats()
412 public long[] readLongs(int offset, int arrayNullability, int expectedLength) { in readLongs()
427 public double[] readDoubles(int offset, int arrayNullability, int expectedLength) { in readDoubles()
548 public Handle[] readHandles(int offset, int arrayNullability, int expectedLength) { in readHandles()
[all …]
H A DEncoder.java321 public Encoder encodePointerArray(int length, int offset, int expectedLength) { in encodePointerArray()
328 public Encoder encodeUnionArray(int length, int offset, int expectedLength) { in encodeUnionArray()
335 public void encode(boolean[] v, int offset, int arrayNullability, int expectedLength) { in encode()
359 public void encode(byte[] v, int offset, int arrayNullability, int expectedLength) { in encode()
374 public void encode(short[] v, int offset, int arrayNullability, int expectedLength) { in encode()
385 public void encode(int[] v, int offset, int arrayNullability, int expectedLength) { in encode()
396 public void encode(float[] v, int offset, int arrayNullability, int expectedLength) { in encode()
407 public void encode(long[] v, int offset, int arrayNullability, int expectedLength) { in encode()
418 public void encode(double[] v, int offset, int arrayNullability, int expectedLength) { in encode()
429 public void encode(Handle[] v, int offset, int arrayNullability, int expectedLength) { in encode()
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DStringJoinerTest.java50 int expectedLength = 2 /* prefix and postfix */ in testAddString() local
63 int expectedLength = 2 /* prefix and postfix */ in testAddStringBuilder() local
/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DHttp2ClientLocalHostTest.java206 final int expectedLength = bodyLength; in testParallelRequestsStressWithBody() local
274 final long expectedLength = bodyLength; in testRequestsUploadStress() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/
H A DVarintReaderTest.java191 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarint()
201 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarintFlaky()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/
H A DVarintReaderTest.java191 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarint()
201 VarintReader reader, boolean removeMask, byte[] data, int expectedLength, long expectedValue) in testReadVarintFlaky()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
H A DStepCounterTestActivity.java218 final int expectedLength = 1; in verifyStepCounterMeasurements() local
297 final int expectedLength = 1; in verifyStepDetectorMeasurements() local
/aosp_15_r20/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
H A DStorage.java236 short expectedLength = apdu.setOutgoing(); in sendStorageState() local
474 short expectedLength = 0; in process() local
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpDevice.cpp679 uint32_t expectedLength, in readObject()
711 const uint32_t* expectedLength, in readObjectInternal()
726 const uint32_t* expectedLength, in readData()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java673 int expectedLength = 2 + ApplicationParameter.TRIPLET_LENGTH.DATABASEIDENTIFIER_LENGTH; in setDbCounters() local
685 int expectedLength = in setFolderVersionCounters() local
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DPathMotionTest.java33 float expectedLength = expectedMeasure.getLength(); in assertPathMatches() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnodechildnodesappendchild.java65 int expectedLength; in runTest() local
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/dexbacked/
H A DBaseDexReaderLeb128Test.java247 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
H A DBaseDexReaderSleb128Test.java254 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
/aosp_15_r20/libcore/ojluni/src/test/java/io/InputStream/
H A DReadAllBytes.java60 int expectedLength = expectedBytes.length; in test() local
/aosp_15_r20/art/test/690-hiddenapi-same-name-methods/src/
H A DMain.java55 private static void checkMethodList(Class<?> klass, int expectedLength) { in checkMethodList()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/
H A DFakeAdaptiveDataSetTest.java115 long expectedLength = in assertChunkData() local
H A DFakeDataSourceTest.java220 private static void assertBuffer(byte[] expected, int expectedStart, int expectedLength) { in assertBuffer()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/
H A DFakeAdaptiveDataSetTest.java115 long expectedLength = in assertChunkData() local
H A DFakeDataSourceTest.java220 private static void assertBuffer(byte[] expected, int expectedStart, int expectedLength) { in assertBuffer()
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
H A DFifoLengthVerification.java50 public FifoLengthVerification(int expectedLength, long expectedReportLatencyUs) { in FifoLengthVerification()
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
H A DIOUtils.java192 final int expectedLength = b.remaining(); in readFully() local
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/
H A DTestThreadingDomain.java117 void assertQueueLength(int expectedLength) { in assertQueueLength()
/aosp_15_r20/external/armnn/profiling/server/src/basePipeServer/
H A DBasePipeServer.cpp22 bool BasePipeServer::ReadFromSocket(uint8_t* packetData, uint32_t expectedLength) in ReadFromSocket()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DKeyAgreementSpi.java116 int expectedLength = (p.bitLength() + 7) / 8; in bigIntToBytes() local

1234567891011