Searched refs:doc (Results 1 – 10 of 10) 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 79 doc.readMetadata(); in testEmptyFile() 86 doc.readContent(pipe[1]); in testEmptyFile() 105 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testMetadataAndContents() local 125 doc.writeMetadataAndContent(before, beforePipe[0]); in testMetadataAndContents() 128 final JSONObject after = doc.readMetadata(); in testMetadataAndContents() 152 doc.readContent(afterPipe[1]); in testMetadataAndContents() 159 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testNormalMetadataOnly() local 164 doc.writeMetadataAndContent(before, null); in testNormalMetadataOnly() 167 final JSONObject after = doc.readMetadata(); in testNormalMetadataOnly() [all …]
|
D | VaultProviderTest.java | 97 for (String doc : docs) { in assertContains() 98 assertTrue(doc, set.contains(doc)); in assertContains()
|
/development/testrunner/test_defs/ |
D | test_defs.py | 55 doc = xml.dom.minidom.parse(file_path) 56 self._ParseDoc(doc) 69 doc = xml.dom.minidom.parseString(xml_string) 71 return self._ParseDoc(doc) 73 def _ParseDoc(self, doc): argument 74 root_element = self._GetRootElement(doc) 83 def _GetRootElement(self, doc): argument 84 root_elements = doc.getElementsByTagName("test-definitions")
|
/development/samples/Vault/src/com/example/android/vault/ |
D | VaultProvider.java | 232 final EncryptedDocument doc = getDocument(docId); in includeDocument() local 233 if (!doc.getFile().exists()) { in includeDocument() 237 final JSONObject meta = doc.readMetadata(); in includeDocument() 334 final EncryptedDocument doc = getDocument(docId); in initDocument() local 335 if (doc.getFile().exists()) return; in initDocument() 346 doc.writeMetadataAndContent(meta, null); in initDocument() 358 final EncryptedDocument doc = getDocument(docId); in renameDocument() local 359 final JSONObject meta = doc.readMetadata(); in renameDocument() 362 doc.writeMetadataAndContent(meta, null); in renameDocument() 396 final EncryptedDocument doc = getDocument(docId); in deleteDocumentTree() local [all …]
|
/development/testrunner/coverage/ |
D | coverage_targets.py | 64 doc = xml.dom.minidom.parse(file_path) 73 target_elements = doc.getElementsByTagName(self._TARGET_TAG_NAME)
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | DocumentsSample.java | 289 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in onActivityResult() local 304 Uri pic = DocumentsContract.createDocument(cr, doc, "image/png", "pic.png"); in onActivityResult() 305 Uri dir = DocumentsContract.createDocument(cr, doc, Document.MIME_TYPE_DIR, "my dir"); in onActivityResult()
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 940 # http://doc.trolltech.com/qthelpproject.html#namespace 946 # http://doc.trolltech.com/qthelpproject.html#virtual-folders 948 QHP_VIRTUAL_FOLDER = doc 952 # http://doc.trolltech.com/qthelpproject.html#custom-filters 957 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Fil… 963 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter …
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 940 # http://doc.trolltech.com/qthelpproject.html#namespace 946 # http://doc.trolltech.com/qthelpproject.html#virtual-folders 948 QHP_VIRTUAL_FOLDER = doc 952 # http://doc.trolltech.com/qthelpproject.html#custom-filters 957 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Fil… 963 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter …
|
/development/build/ |
D | sdk.atree | 33 # doc redirect
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 12665 - Stylebook doc tool - see LICENSE.txt
|