Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 138) sorted by relevance

123456

/cts/tests/tests/util/src/android/util/cts/
DSparseLongArrayTest.java47 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
109 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
DLongSparseArrayTest.java49 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
115 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
DSparseBooleanArrayTest.java44 int length = VALUES.length; in testSparseBooleanArrayWithDefaultCapacity() local
101 int length = VALUES.length; in testSparseBooleanArrayWithSpecifiedCapacity() local
DSparseIntArrayTest.java43 int length = VALUES.length; in testSparseIntArrayWithDefaultCapacity() local
93 int length = VALUES.length; in testSparseIntArrayWithSpecifiedCapacity() local
DXmlEncodingTest.java219 public void characters(char[] ch, int start, int length) throws SAXException { in characters()
240 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace()
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DRfc1071.java20 static int checksum(byte[] data, int length) { in checksum()
DIcmpMessage.java31 IcmpMessage(DataInputStream stream, int length) throws IOException { in IcmpMessage()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DFcpTemplate.java99 int length = data[index++] & 0xFF; // assumes that length is < 128 bytes. in parseFcpTemplate() local
113 private final int length; field in FcpTemplate.Tlv
116 public Tlv(int tag, int length, @Nonnull String value) { in Tlv()
/cts/tests/tests/view/src/android/view/cts/util/
DScrollBarUtils.java26 int length = Math.round((float) size * extent / range); in getThumbLength() local
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
Dmockspellchecker.proto30 optional int32 length = 5; field
/cts/tools/cfassembler/src/dxconvext/util/
DFileUtils.java67 int length = (int) longLength; in readFile() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java139 public int length; field in XmpDepthDecode.Section
247 int length = lh << 8 | ll; in parse() local
294 private static Section readSection(InputStream is, int length, in readSection()
430 int length = endOffset - startOffset; in parseExtendedXMPSections() local
/cts/tests/tests/virtualdevice/audio/src/android/virtualdevice/cts/audio/
DSignalObserver.java183 int read(short[] buffer, int offsetInShorts, int length, int readMode); in read()
211 public int read(short[] buffer, int offsetInShorts, int length, int readMode) { in read()
240 public int read(short[] buffer, int offsetInShorts, int length, int readMode) { in read()
250 short[] samples, int offset, int length, int stride) { in goertzel()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCACertWriter.java57 int length; in extractCertToDownloads() local
/cts/apps/CtsVerifier/jni/megaaudio/player/
DWaveTableSource.h41 void setWaveTable(float* waveTable, int length) { in setWaveTable()
/cts/hostsidetests/media/app/MediaExtractorTest/jni/
DMediaExtractorDeviceSideTestNative.cpp32 off_t length; in Java_android_media_cts_MediaExtractorDeviceSideTest_extractUsingNdkMediaExtractor() local
/cts/hostsidetests/adb/src/android/adb/cts/
DAdbHostTest.java36 int length; in copyResourceToTempFile() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DPath.java61 float length = 0.0f; in getLengthOfCurrentPath() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/
Dpoc.cpp47 uint32_t *length __attribute__((unused))) {} in GetPasswordKey()
92 uint32_t length = sizeof(uint32_t); in main() local
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java150 int length = eqGetParam(media, command, invalidBand, reply); in testParamPresetName() local
396 int length = GET_PARAM_FAILED; in eqGetParam() local
423 int length = GET_PARAM_FAILED; in eqGetParam() local
451 final int length = eqGetParam(media, command, invalidBand, reply); in testGetParam() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/os/
DSharedMemoryHelperTest.java89 private void populateBufferSequentially(ByteBuffer buf, int length) { in populateBufferSequentially()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DPerUnalignedUtils.java149 int length = decodeConstrainedWholeNumber( in decodeConstrainedLengthOfBytes() local
184 int length = decodeSemiConstrainedLength(reader); in decodeSemiConstrainedLengthOfBytes() local
DPerAlignedUtils.java190 int length = decodeSmallConstrainedWholeNumber( in decodeConstrainedLengthOfBytes() local
237 int length = decodeSemiConstrainedLength(reader); in decodeSemiConstrainedLengthOfBytes() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/
Dpoc.cpp30 const UINT length = 200; variable
/cts/tests/tests/graphics/src/android/graphics/cts/
DUtils.java121 final int length = a.length * b.length; in crossProduct() local

123456