Searched refs:destination (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/debug/libdebugtest/ |
D | android_debug_cts.cpp | 77 long destination; in processVmReadv() local 78 iovec local = { &destination, sizeof destination }; in processVmReadv() 85 assert_or_exit(process_vm_readv(parent, &local, 1, &remote, 1, 0) == sizeof destination); in processVmReadv() 88 assert_or_exit(destination == *address); in processVmReadv() 109 long destination; in TEST() local 110 iovec local = {&destination, sizeof destination}; in TEST()
|
/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 Log.d(MainActivity.TAG, "onRestoreFile " + destination); in onRestoreFile() 57 super.onRestoreFile(data, size, destination, type, mode, mtime); in onRestoreFile()
|
D | KeyValueBackupAgent.java | 69 File destination, int type, long mode, long mtime) throws IOException { in onRestoreFile() argument
|
/cts/hostsidetests/security/securityPatch/CVE-2017-13253/ |
D | poc.cpp | 71 ICrypto::DestinationBuffer destination = { in main() local 77 destination, NULL); in main()
|
/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/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/ |
D | DownloadManagerTest.java | 104 Uri destination = Uri.parse(host + ":" + serverSocket.getLocalPort()); in runDownloadManagerTest() local 105 long id = dm.enqueue(new DownloadManager.Request(destination)); in runDownloadManagerTest()
|
/cts/tests/libcore/javautilcollections/libs/ |
D | guava-testlib-20.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |