/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 | 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/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/testrunner/coverage/ |
D | coverage_targets.py | 64 doc = xml.dom.minidom.parse(file_path) 73 target_elements = doc.getElementsByTagName(self._TARGET_TAG_NAME)
|
/development/build/ |
D | Android.mk | 113 full_target := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/framework-doc-stubs_generated-api-versi… 118 full_target := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/framework-doc-stubs_annotations.zip
|
D | sdk.atree | 33 # doc redirect 65 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_generated-api-versions.xml platform-t… 66 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_annotations.zip platform-tools/api/ann… 211 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_generated-api-versions.xml platforms/${… 215 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_annotations.zip platforms/${PLATFORM_NAM… 220 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/activity_actions.… 221 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/broadcast_actions… 222 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/service_actions.t… 223 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/categories.txt … 224 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs-metadata_intermediates/widgets.txt … [all …]
|
/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/vndk/tools/definition-tool/assets/insight/ |
D | insight.js | 209 function init(doc, stringsData, modulesData) { argument 210 document = doc;
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 2255 …form/cts,fake_wEaC-W2gRuaKlcqxAiIzJA@fakeemail.com,(Disabled) test: Corrupted doc when as final doc 4792 …tform/external/harfbuzz_ng,fake_fqc_mlDLTZKH5q8vKOdMXw@fakeemail.com,Small doc fix: `make check` r… 5022 …f,platform/external/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,[doc] Optimize HarfBuzz.… 5023 …rm/external/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,Stub out doc comments for new sy… 9117 …ardware/libhardware,fake_6hHCG3J1RESbIMmbcnQ6eg@fakeemail.com,camera3: Add doc for combined stream… 9131 …6114f06a4d,platform/hardware/libhardware,fake_0Badg8rmRu2qWSu23UD7sg@fakeemail.com,Fix doc warnings 9141 …ardware,fake_6hHCG3J1RESbIMmbcnQ6eg@fakeemail.com,Camera: Update camera3.h doc for high speed vide… 9648 …opt/setupwizard,fake_fiKs614jT5m3IxVnYC9cUg@fakeemail.com,update setup wiz doc build to use new lo… 9805 …atform/external/sl4a,fake_Q1hU0mS0TDa2U10br-Yh-g@fakeemail.com,Rewrite API doc generator tool to h… 10098 …m/external/vixl,fake_l30KsRi6TU2WGfskQmepyA@fakeemail.com,Convert markdown to html with `scons doc` [all …]
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 12665 - Stylebook doc tool - see LICENSE.txt
|