Home
last modified time | relevance | path

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

12345

/cts/tests/tests/util/src/android/util/cts/
DLongSparseArrayTest.java49 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
115 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
DSparseLongArrayTest.java47 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
109 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.java213 public void characters(char[] ch, int start, int length) throws SAXException { in characters()
234 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/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/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCACertWriter.java57 int length; in extractCertToDownloads() local
/cts/hostsidetests/media/app/MediaExtractorTest/jni/
DMediaExtractorDeviceSideTestNative.cpp31 off_t length; in Java_android_media_cts_MediaExtractorDeviceSideTest_extractUsingNdkMediaExtractor() local
/cts/apps/CtsVerifier/jni/megaaudio/player/
DWaveTableSource.h41 void setWaveTable(float* waveTable, int length) { in setWaveTable()
/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/suite/audio_quality/test_description/
Dprocessing_main.py145 def readRaw(self, length): argument
172 def readI16Array(self, length): argument
/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/tests/tests/graphics/src/android/graphics/cts/
DUtils.java121 final int length = a.length * b.length; in crossProduct() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/
Dpoc.cpp30 const UINT length = 200; variable
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyUtils.java179 int length = array.length; in toHexString() local
200 int length = hexString.length(); in hexStringToByteArray() local
/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptor_AutoCloseInputStreamTest.java155 private void openInput(long startOffset, long length) in openInput()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DPassthroughTestHelper.java111 int length = result.length(); in readAsciiLine() local

12345