Home
last modified time | relevance | path

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

123

/cts/hostsidetests/devicepolicy/app/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/util/src/android/util/cts/
DSparseArrayTest.java33 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
98 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
DLongSparseArrayTest.java37 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
102 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
DSparseLongArrayTest.java37 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
98 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
DSparseBooleanArrayTest.java38 int length = VALUES.length; in testSparseBooleanArrayWithDefaultCapacity() local
94 int length = VALUES.length; in testSparseBooleanArrayWithSpecifiedCapacity() local
DSparseIntArrayTest.java40 int length = VALUES.length; in testSparseIntArrayWithDefaultCapacity() local
89 int length = VALUES.length; in testSparseIntArrayWithSpecifiedCapacity() local
DXmlEncodingTest.java206 public void characters(char[] ch, int start, int length) throws SAXException { in characters()
227 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace()
DXmlTest.java123 public void characters(char[] ch, int start, int length) throws SAXException { in characters()
144 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace()
/cts/tests/tests/security/jni/
Dandroid_security_cts_CharDeviceTest.cpp36 int length = page_size * page_size; in android_security_cts_CharDeviceTest_doExynosWriteTest() local
74 int length = page_size * page_size; in android_security_cts_CharDeviceTest_doExynosReadTest() local
/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioGroupTest.java77 private void assertPacket(DatagramSocket socket, int length) throws Exception { in assertPacket()
81 assertEquals(packet.getLength(), length); in assertPacket() 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.java65 int length; in onClick() local
/cts/suite/audio_quality/test_description/
Dprocessing_main.py145 def readRaw(self, length): argument
172 def readI16Array(self, length): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java228 int length = w * bytesPerPixel; in getDataFromImage() local
254 int length = (w * ImageFormat.getBitsPerPixel(format)) / 8; in getDataFromImage() 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/media/src/android/media/cts/
DSoundPoolTest.java107 long length = afd.getLength(); in testLoad() local
127 int length = is.read(buffer); in createSoundFile() local
DYUVImage.java115 int length = (h - 1) * rowStride + (w - 1) * pixelStride + 1; in YUVPlane() local
DJetPlayerTest.java185 int length; in prepareFile() local
/cts/tests/tests/net/src/android/net/ipv6/cts/
DPingTest.java80 private void assertArrayBytesEqual(byte[] expected, byte[] actual, int length) { in assertArrayBytesEqual()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPasswordMinimumRestrictionsTest.java186 ComponentName componentName, int length) throws Exception { in invokeSetMethod()
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsMessageTest.java335 int length = array.length; in toHexString() local
358 int length = hexString.length(); in hexStringToByteArray() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java50 public static Complex[] padZeros(Complex[] data, int length) { in padZeros()
/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java162 public int length() { in length() method in AlteredCharSequenceTest.MockSpanned

123