/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/ |
D | CtsVideoQualityFloorHostTest.java | 139 File destination = new File(tmpDir); in testEncoding() local 141 if (!destination.isDirectory()) { in testEncoding() 142 destination.mkdirs(); in testEncoding() 145 LogUtil.CLog.d("Unable to establish temp directory " + destination.getPath()); in testEncoding() 147 Assert.assertTrue(destination.isDirectory()); in testEncoding() 159 downloadFile(clip, destination); in testEncoding() 163 downloadFile("tests.tar.gz", destination); in testEncoding() 169 runCmd("tar xzf tests.tar.gz", destination); in testEncoding() 172 runCmd("./set_up.sh", destination); in testEncoding() 181 String testOutput = runCmd("./testit.sh -serial " + targetSerial + clipArgs, destination); in testEncoding() [all …]
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | HdmiCecClientWrapper.java | 203 public void sendCecMessage(LogicalAddress source, LogicalAddress destination, in sendCecMessage() argument 205 sendCecMessage(source, destination, message, ""); in sendCecMessage() 272 public void sendCecMessage(LogicalAddress source, LogicalAddress destination, in sendCecMessage() argument 275 String sendMessageString = "tx " + source + destination + ":" + message + params; in sendCecMessage() 295 public void sendUserControlPressAndRelease(LogicalAddress source, LogicalAddress destination, in sendUserControlPressAndRelease() argument 297 sendUserControlPress(source, destination, keycode, holdKey); in sendUserControlPressAndRelease() 300 mOutputConsole.write("tx " + source + destination + ":" + in sendUserControlPressAndRelease() 310 public void sendUserControlPress(LogicalAddress source, LogicalAddress destination, in sendUserControlPress() argument 313 String command = "tx " + source + destination + ":" + in sendUserControlPress() 339 LogicalAddress source, LogicalAddress destination, in sendUserControlInterruptedPressAndHold() argument [all …]
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/ |
D | poc.cpp | 55 void* memcpy(void* destination, const void* source, size_t num) { in memcpy() argument 60 char *tmp_destination = (char*) destination; in memcpy() 68 return real_memcpy(destination, source, num); in memcpy()
|
/cts/tests/backup/app/src/android/backup/app/ |
D | FullBackupBackupAgent.java | 55 File destination, int type, long mode, long mtime) throws IOException { in onRestoreFile() argument 56 super.onRestoreFile(data, size, destination, type, mode, mtime); in onRestoreFile() 57 Log.d(MainActivity.TAG, "onRestoreFile " + destination); in onRestoreFile()
|
D | KeyValueBackupAgent.java | 69 File destination, int type, long mode, long mtime) throws IOException { in onRestoreFile() argument
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | DataSharingService.java | 73 public void onWrite(ParcelFileDescriptor destination) { in shareData() 78 new ParcelFileDescriptor.AutoCloseOutputStream(destination)) { in shareData() 115 public void onWrite(ParcelFileDescriptor destination) {} in attemptConcurrentRequest()
|
D | DataSharingActivity.java | 62 public void onWrite(ParcelFileDescriptor destination) { in onStart() 66 new ParcelFileDescriptor.AutoCloseOutputStream(destination)) { in onStart()
|
D | OutOfProcessDataSharingService.java | 83 public void onWrite(ParcelFileDescriptor destination) { in shareData() 85 new ParcelFileDescriptor.AutoCloseOutputStream(destination)) { in shareData()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | ScriptGraph.java | 203 byte[] destination = new byte[outputAllocation.getBytesSize()]; in getOutputData() 204 outputAllocation.copyTo(destination); in getOutputData() 206 return destination; in getOutputData() 224 byte[] destination = new byte[inputAllocation.getBytesSize()]; in getInputData() 225 inputAllocation.copyTo(destination); in getInputData() 227 return destination; in getInputData()
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | NativeAudioAnalyzer.cpp | 20 float *destination, in convertPcm16ToFloat() argument 24 destination[i] = source[i] * scaler; in convertPcm16ToFloat()
|
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 432 final String destination = destinations[i]; in testSetDestinationInExternalPublicDownloadDir() local 441 requestPublic.setDestinationInExternalPublicDir(destination, subPath); in testSetDestinationInExternalPublicDownloadDir() 449 Environment.getExternalStoragePublicDirectory(destination), subPath)); in testSetDestinationInExternalPublicDownloadDir() 681 final String destination = destinations[i]; in testDownload_mediaScanned() local 692 requestPublic.setDestinationInExternalPublicDir(destination, subPath); in testDownload_mediaScanned() 701 Environment.getExternalStoragePublicDirectory(destination), subPath)); in testDownload_mediaScanned()
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 171 tx <source id><destination id>:<command id>:<param value> 176 to the Android TV, so we will place its ID in `<destination id>`. The scan
|