/development/samples/Vault/tests/src/com/example/android/vault/ |
D | EncryptedDocumentTest.java | 77 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testEmptyFile() local 80 doc.readMetadata(); in testEmptyFile() 87 doc.readContent(pipe[1]); in testEmptyFile() 106 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testMetadataAndContents() local 126 doc.writeMetadataAndContent(before, beforePipe[0]); in testMetadataAndContents() 129 final JSONObject after = doc.readMetadata(); in testMetadataAndContents() 153 doc.readContent(afterPipe[1]); in testMetadataAndContents() 160 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey); in testNormalMetadataOnly() local 165 doc.writeMetadataAndContent(before, null); in testNormalMetadataOnly() 168 final JSONObject after = doc.readMetadata(); in testNormalMetadataOnly() [all …]
|
D | VaultProviderTest.java | 98 for (String doc : docs) { in assertContains() 99 assertTrue(doc, set.contains(doc)); in assertContains()
|
/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/tools/cargo_embargo/testdata/either/ |
D | cargo.metadata | 87 "doc": true, 164 "doc": true, 178 "doc": false, 192 "doc": false, 345 "doc": true, 359 "doc": false, 373 "doc": false, 387 "doc": false, 401 "doc": false, 415 "doc": false, [all …]
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 152 "doc": true, 166 "doc": false, 180 "doc": false, 194 "doc": false, 243 "doc": true, 257 "doc": false, 271 "doc": false, 285 "doc": false, 299 "doc": false, 313 "doc": false, [all …]
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 124 "doc": true, 138 "doc": false, 187 "name": "doc-comment", 251 "doc": true, 313 "doc": true, 384 "doc": true, 398 "doc": false, 498 "doc": true, 512 "doc": false, 526 "doc": false, [all …]
|
/development/tools/external_crates/crate_health/ |
D | Cargo.toml | 6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/ |
D | cargo.metadata | 83 "doc": true, 139 "doc": true,
|
/development/build/ |
D | sdk.atree | 28 # doc redirect 102 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/activity_actions.… 103 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/broadcast_actions… 104 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/service_actions.t… 105 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/categories.txt … 106 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/widgets.txt … 107 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/features.txt …
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | DocumentsSample.java | 330 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in onActivityResult() local 345 Uri pic = createDocument(cr, doc, "image/png", "pic.png"); in onActivityResult() 346 Uri dir = createDocument(cr, doc, Document.MIME_TYPE_DIR, "my dir"); in onActivityResult()
|
/development/tools/cargo_embargo/testdata/aho-corasick/ |
D | cargo.metadata | 62 "doc": true, 194 "doc": true,
|
/development/tools/cargo_embargo/src/cargo/ |
D | metadata.rs | 83 pub doc: bool, field
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 12664 - Stylebook doc tool - see LICENSE.txt
|