Home
last modified time | relevance | path

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

1234

/cts/hostsidetests/statsd/src/android/cts/statsd/subscriber/
DShellSubscriberTest.java120 int length = config.toByteArray().length; in startSubscription() local
124 System.arraycopy(config.toByteArray(), 0, combined, sizetBytes, length); in startSubscription() local
140 byte[] IntToByteArrayLittleEndian(int length) { in IntToByteArrayLittleEndian()
/cts/tests/tests/util/src/android/util/cts/
DSparseArrayTest.java46 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
112 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
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/net/src/android/net/rtp/cts/
DAudioGroupTest.java78 private void assertPacket(DatagramSocket socket, int length) throws Exception { in assertPacket()
82 assertEquals(packet.getLength(), length); in assertPacket() local
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DFcpTemplate.java99 int length = data[index++] & 0xFF; // assumes that length is < 128 bytes. in parseFcpTemplate() local
115 private final int length; field in FcpTemplate.Tlv
118 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/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/
DCANotifyOnBootActivity.java69 int length; in onClick() local
DCAInstallNotificationVerifierActivity.java104 int length; in performTest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DPath.java61 float length = 0.0f; in getLengthOfCurrentPath() local
/cts/suite/audio_quality/test_description/
Dprocessing_main.py145 def readRaw(self, length): argument
172 def readI16Array(self, length): argument
/cts/tests/tests/location/src/android/location/cts/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/content/src/android/content/res/cts/
DAssetFileDescriptor_AutoCloseInputStreamTest.java155 private void openInput(long startOffset, long length) in openInput()
/cts/tests/tests/net/src/android/net/cts/
DPacketUtils.java66 short length(); in length() method
223 public short length() { in length() method in PacketUtils.BytePayload
244 public short length() { in length() method in PacketUtils.UdpHeader
335 public short length() { in length() method in PacketUtils.EspHeader
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java114 long length = afd.getLength(); in testLoad() local
134 int length = is.read(buffer); in createSoundFile() local
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java114 public static File useFallocate(File file, long length, long time) throws Exception { in useFallocate()
120 public static File useFallocate(File file, long length) throws Exception { in useFallocate()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2412/
Dpoc.cpp72 int length = endPos - startPos; in writeBundle() local

1234