Searched defs:doc (Results 1 – 5 of 5) sorted by relevance
/development/samples/Vault/tests/src/com/example/android/vault/ |
D | EncryptedDocumentTest.java | 76 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testEmptyFile() local 105 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testMetadataAndContents() local 159 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testNormalMetadataOnly() local 196 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testBitTwiddle() local 216 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testErrorAbortsWrite() local
|
/development/samples/Vault/src/com/example/android/vault/ |
D | VaultProvider.java | 232 final EncryptedDocument doc = getDocument(docId); in includeDocument() local 334 final EncryptedDocument doc = getDocument(docId); in initDocument() local 358 final EncryptedDocument doc = getDocument(docId); in renameDocument() local 396 final EncryptedDocument doc = getDocument(docId); in deleteDocumentTree() local 478 final EncryptedDocument doc = getDocument(Long.parseLong(parentDocumentId)); in queryChildDocuments() local 504 final EncryptedDocument doc = getDocument(docId); in openDocument() local 524 private ParcelFileDescriptor startRead(final EncryptedDocument doc) throws IOException { in startRead() 554 private ParcelFileDescriptor startWrite(final EncryptedDocument doc) throws IOException { in startWrite()
|
/development/testrunner/test_defs/ |
D | test_defs.py | 73 def _ParseDoc(self, doc): argument 83 def _GetRootElement(self, doc): argument
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | DocumentsSample.java | 330 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in onActivityResult() local
|
/development/vndk/tools/definition-tool/assets/insight/ |
D | insight.js | 209 function init(doc, stringsData, modulesData) { argument
|