Home
last modified time | relevance | path

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

12

/cts/tests/tests/security/jni/
Dandroid_security_cts_CharDeviceTest.cpp35 int length = page_size * page_size; in android_security_cts_CharDeviceTest_doExynosWriteTest() local
73 int length = page_size * page_size; in android_security_cts_CharDeviceTest_doExynosReadTest() local
Dandroid_security_cts_NetlinkSocket.cpp46 uint32_t length = (uint32_t)e->GetArrayLength(packet); in android_security_cts_NetlinkSocket_sendmsg() local
/cts/tests/tests/util/src/android/util/cts/
DSparseLongArrayTest.java37 int length = VALUES.length; in testSparseArrayWithDefaultCapacity() local
98 int length = VALUES.length; in testSparseArrayWithSpecifiedCapacity() local
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
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/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/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCANotifyOnBootActivity.java65 int length; in onClick() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java166 int length = w * bytesPerPixel; in getDataFromImage() local
192 int length = (w * ImageFormat.getBitsPerPixel(format)) / 8; in getDataFromImage() local
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java104 long length = afd.getLength(); in testLoad() local
124 int length = is.read(buffer); in createSoundFile() local
DJetPlayerTest.java176 int length; in prepareFile() local
/cts/suite/audio_quality/test_description/
Dprocessing_main.py145 def readRaw(self, length): argument
172 def readI16Array(self, length): argument
/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/ipv6/cts/
DPingTest.java80 private void assertArrayBytesEqual(byte[] expected, byte[] actual, int length) { in assertArrayBytesEqual()
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsMessageTest.java293 int length = array.length; in toHexString() local
316 int length = hexString.length(); in hexStringToByteArray() local
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
DCtsHostJankTest.java93 public void addOutput(byte[] data, int offset, int length) { in runUiAutomatorTest()
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DFileUtil.java50 public static byte[] generateRandomData(int length) { in generateRandomData()
140 public static File createNewFilledFile(Context context, String dirName, long length) in createNewFilledFile()
/cts/tests/tests/text/src/android/text/cts/
DAlteredCharSequenceTest.java162 public int length() { in length() method in AlteredCharSequenceTest.MockSpanned
/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java399 private void fillCursorTestContents(CursorWindow cursorWindow, int length) { in fillCursorTestContents()
/cts/suite/cts/deviceTests/opengl/jni/graphics/
DGLUtils.cpp47 off_t length = AAsset_getLength(asset); in openTextFile() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java55 System.arraycopy(TRIANGLE_POINTS, 0, LINES, 0, TRIANGLE_POINTS.length); in System.arraycopy() argument

12