/cts/hostsidetests/statsd/src/android/cts/statsd/subscriber/ |
D | ShellSubscriberTest.java | 120 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/ |
D | SparseArrayTest.java | 46 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local 112 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
|
D | LongSparseArrayTest.java | 49 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local 115 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
|
D | SparseLongArrayTest.java | 47 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local 109 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
|
D | SparseBooleanArrayTest.java | 44 int length = VALUES.length; in testSparseBooleanArrayWithDefaultCapacity() local 101 int length = VALUES.length; in testSparseBooleanArrayWithSpecifiedCapacity() local
|
D | SparseIntArrayTest.java | 43 int length = VALUES.length; in testSparseIntArrayWithDefaultCapacity() local 93 int length = VALUES.length; in testSparseIntArrayWithSpecifiedCapacity() local
|
D | XmlEncodingTest.java | 213 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/ |
D | Rfc1071.java | 20 static int checksum(byte[] data, int length) { in checksum()
|
D | IcmpMessage.java | 31 IcmpMessage(DataInputStream stream, int length) throws IOException { in IcmpMessage()
|
/cts/tests/tests/net/src/android/net/rtp/cts/ |
D | AudioGroupTest.java | 78 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/ |
D | FcpTemplate.java | 99 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/ |
D | ScrollBarUtils.java | 26 int length = Math.round((float) size * extent / range); in getThumbLength() local
|
/cts/tools/cfassembler/src/dxconvext/util/ |
D | FileUtils.java | 67 int length = (int) longLength; in readFile() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | XmpDepthDecode.java | 139 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/ |
D | CANotifyOnBootActivity.java | 69 int length; in onClick() local
|
D | CAInstallNotificationVerifierActivity.java | 104 int length; in performTest() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
D | Path.java | 61 float length = 0.0f; in getLengthOfCurrentPath() local
|
/cts/suite/audio_quality/test_description/ |
D | processing_main.py | 145 def readRaw(self, length): argument 172 def readI16Array(self, length): argument
|
/cts/tests/tests/location/src/android/location/cts/asn1/base/ |
D | PerUnalignedUtils.java | 149 int length = decodeConstrainedWholeNumber( in decodeConstrainedLengthOfBytes() local 184 int length = decodeSemiConstrainedLength(reader); in decodeSemiConstrainedLengthOfBytes() local
|
D | PerAlignedUtils.java | 190 int length = decodeSmallConstrainedWholeNumber( in decodeConstrainedLengthOfBytes() local 237 int length = decodeSemiConstrainedLength(reader); in decodeSemiConstrainedLengthOfBytes() local
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | AssetFileDescriptor_AutoCloseInputStreamTest.java | 155 private void openInput(long startOffset, long length) in openInput()
|
/cts/tests/tests/net/src/android/net/cts/ |
D | PacketUtils.java | 66 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/ |
D | SoundPoolTest.java | 114 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/ |
D | Utils.java | 114 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/ |
D | poc.cpp | 72 int length = endPos - startPos; in writeBundle() local
|