/cts/tests/uwb/src/android/uwb/cts/ |
D | UwbAddressTest.java | 47 private void runFromBytes(int len) { in runFromBytes() 50 assertEquals(address.size(), len); in runFromBytes() local 54 private byte[] getByteArray(int len) { in getByteArray()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
D | BufferDebug.java | 51 int len = max; in debugString() local 63 private static String toHex(byte[] buf, int len, int max) { in toHex() 87 private static void writeRow(StringBuilder str, byte[] buf, int start, int len, int max) { in writeRow() 132 private static boolean isPrintable(byte[] buf, int len) { in isPrintable()
|
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
D | AudioProtocol.java | 143 private void read(InputStream in, ByteBuffer buffer, int len) throws IOException, ExitRequest { in read() 221 private void handleDownload(int len) throws IOException, ExitRequest { in handleDownload() 232 private void handleStartPlayback(int len) throws ProtocolError, IOException, ExitRequest { in handleStartPlayback() 313 private void handleStopPlayback(int len) throws ProtocolError, IOException { in handleStopPlayback() 330 private void handleStartRecording(int len) throws ProtocolError, IOException, ExitRequest { in handleStartRecording() 400 private void handleStopRecording(int len) throws ProtocolError, IOException { in handleStopRecording() 421 private void handleGetDeviceInfo(int len) throws ProtocolError, IOException{ in handleGetDeviceInfo() 454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData() 533 int len = mHeaderBuffer.getInt(); in run() local
|
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/ |
D | AoapInterface.java | 92 int len = conn.controlTransfer( in getProtocol() local 103 int len = conn.controlTransfer( in sendString() local 115 int len = conn.controlTransfer( in sendAoapStart() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/ |
D | AoapInterface.java | 97 int len = conn.controlTransfer( in getProtocol() local 108 int len = conn.controlTransfer( in sendString() local 120 int len = conn.controlTransfer( in sendAoapStart() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2134/ |
D | poc.cpp | 30 uint32_t len = 1; in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2133/ |
D | poc.cpp | 30 uint32_t len = 0; in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0313/ |
D | poc.cpp | 28 size_t len = sizeof(testCase) / sizeof(uint16_t); in main() local
|
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
D | PingReflector.java | 46 int len = readPacket(mBuf); in run() local 63 private void processPacket(byte[] buf, int version, int len, int hdrLen) throws IOException { in processPacket()
|
D | IcmpMessage.java | 39 int len = stream.read(data, 0, dataLength); in IcmpMessage() local
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | AssetFileDescriptor_AutoCloseInputStreamTest.java | 80 long len = 6; in testReadPartial() local 109 long len = 8; in testReadBufferPartial() local
|
/cts/suite/audio_quality/lib/src/ |
D | ClientSocket.cpp | 76 bool ClientSocket::readData(char* data, int len, int timeoutInMs) in readData() 139 bool ClientSocket::sendData(const char* data, int len) in sendData()
|
D | SignalProcessingImpl.cpp | 241 bool SignalProcessingImpl::send(const char* data, int len) in send() 247 bool SignalProcessingImpl::read(char* data, int len) in read()
|
/cts/suite/audio_quality/test/ |
D | RemoteAudioFakeTcpTest.cpp | 39 void assertData(const char* data1, const char* data2, int len) { in assertData() 71 virtual bool readData(char* data, int len, int timeoutInMs = 0) { in readData() 75 virtual bool sendData(const char* data, int len) { in sendData() 87 void setSendExpectation(const char* data, int len) { in setSendExpectation() 92 void setReadExpectation(char* data, int len) { in setReadExpectation()
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioProtocol.cpp | 158 int len = ntohl(data[2]); in handleReply() local 184 int len = ntohl(data[2]); in handleReply() local
|
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/ |
D | NativeMidiMessage.java | 26 public int len; field in NativeMidiMessage
|
/cts/tests/tests/os/src/android/os/cts/ |
D | CustomClassLoaderTest.java | 51 int len = is.read(buffer); in setUp() local
|
/cts/tests/tests/security/native/ |
D | utils.cpp | 31 size_t len = 0; in deviceSupportsFeature() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | VLoadTest.java | 176 private byte[] randomByteArray(int len) { in randomByteArray() 183 private short[] randomShortArray(int len) { in randomShortArray() 192 private int[] randomIntArray(int len) { in randomIntArray() 201 private long[] randomLongArray(int len) { in randomLongArray()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/ |
D | poc.cpp | 65 int len = reply.dataAvail(); in main() local
|
/cts/suite/audio_quality/lib/include/audio/ |
D | AudioProtocol.h | 86 bool sendData(const char* data, int len) { in sendData() 91 bool readData(char* data, int len) { in readData()
|
/cts/tests/sample/src/android/sample/cts/ |
D | SampleDeviceResultTest.java | 111 int len = array.length; in isSorted() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9515/ |
D | poc.c | 38 int len = readlink(cwd_path, symlink_target, sizeof(symlink_target)-1); in uaf_worker() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
D | ListsHelper.java | 25 int len = a.length; in isMatch() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-3145/ |
D | poc.c | 63 static int send_receive_packet(int s[2], const void* pkt, int len) in send_receive_packet()
|