/cts/tests/tests/print/src/android/print/pdf/cts/ |
D | PrintedPdfDocumentTest.java | 76 PrintedPdfDocument doc = new PrintedPdfDocument(null, attr); in createWithNullContext() local 85 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in startPage() local 96 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in oneMilPageSize() local 122 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getPageWidth() local 132 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getPageHeight() local 142 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getContentRect() local 154 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getContentRectBigMargins() local 167 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getPageHeightAfterClose() local 177 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getPageWidthAfterClose() local 187 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getContentRectAfterClose() local
|
/cts/tests/pdf/src/android/graphics/pdf/cts/ |
D | PdfDocumentTest.java | 56 PdfDocument doc = new PdfDocument(); in getPagesEmptyDocAfterClose() local 63 PdfDocument doc = new PdfDocument(); in closeClosedDoc() local 72 PdfDocument doc = new PdfDocument(); in writeClosedDoc() local 82 PdfDocument doc = new PdfDocument(); in startPageClosedDoc() local 91 PdfDocument doc = new PdfDocument(); in finishPageTwiceDoc() local 103 PdfDocument doc = new PdfDocument(); in closeWithOpenPage() local 114 PdfDocument doc = new PdfDocument(); in writeEmptyDoc() local 126 PdfDocument doc = new PdfDocument(); in writeWithOpenPage() local 142 PdfDocument doc = new PdfDocument(); in openTwoPages() local 174 PdfDocument doc = new PdfDocument(); in writeTwoPageDocWithSameIndex() local [all …]
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | GenericDocumentCtsTest.java | 434 GenericDocument doc = in testDocumentInvalid_setNullDocValues() local 544 GenericDocument doc = in testRetrieveTopLevelProperties() local 588 GenericDocument doc = in testRetrieveNestedProperties() local 649 GenericDocument doc = in testRetrieveNestedPropertiesMultipleNestedDocuments() local 712 GenericDocument doc = in testRetrieveTopLevelPropertiesIndex() local 742 GenericDocument doc = in testRetrieveTopLevelPropertiesIndexOutOfRange() local 785 GenericDocument doc = in testNestedProperties_invalidPaths() local 809 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1").build(); in testNestedProperties_arrayTypesInvalidPath() local 844 GenericDocument doc = in testRetrieveNestedPropertiesIntermediateIndex() local 924 GenericDocument doc = in testRetrieveNestedPropertiesLeafIndex() local [all …]
|
D | AppSearchSchemaMigrationCtsTestBase.java | 152 GenericDocument doc = in setUp() local 946 GenericDocument doc = in testSchemaMigration_sourceToNowhere() local 1175 GenericDocument doc = in testSchemaMigration_toAnotherType() local 1689 GenericDocument doc = in testSchemaMigration_multiStep1To4() local 1760 GenericDocument doc = in testSchemaMigration_multiStep2To4() local 1827 GenericDocument doc = in testSchemaMigration_multiStep3To4() local
|
D | AppSearchSessionCtsTestBase.java | 2608 GenericDocument doc = in testQueryIndexableLongProperty_numericSearchNotEnabled() local 7002 GenericDocument doc = in testQuery_hasPropertyFunctionWithoutEnablingFeatureFails() local 8418 GenericDocument doc = in testSearchSuggestion_replacementDocument() local 10240 GenericDocument doc = in testEmbeddingSearchWithoutEnablingFeatureFails() local
|
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/ |
D | MyDocumentsProvider.java | 121 final Doc doc = new Doc(); in buildDoc() local 245 final Doc doc = buildDoc(docId, displayName, mimeType, null); in createDocument() local 260 final Doc doc = mDocs.get(documentId); in deleteDocument() local 272 final Doc doc = mDocs.get(documentId); in removeDocument() local 280 final Doc doc = mDocs.get(sourceDocumentId); in copyDocument() local 295 final Doc doc = mDocs.get(sourceDocumentId); in moveDocument() local 373 final Doc doc = mDocs.get(documentId); in openDocument() local 383 private ParcelFileDescriptor openDocumentUnchecked(final Doc doc, String mode, in openDocumentUnchecked() 446 final Doc doc = mDocs.get(documentId); in getStreamTypes() local 458 final Doc doc = mDocs.get(documentId); in openTypedDocument() local [all …]
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-4658/ |
D | poc.c | 28 xmlDocPtr doc; in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-5131/ |
D | poc.c | 28 xmlDocPtr doc; in main() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | NdkApiXmlReport.java | 292 protected static void setAttribute(Document doc, Node elem, String name, String value) { in setAttribute() 298 protected static Element createClassEle(Document doc, String name) { in createClassEle() 309 protected static Element createMethodEle(Document doc, String name) { in createMethodEle() 323 protected static Element createFieldEle(Document doc, String name) { in createFieldEle()
|
/cts/tools/utils/cts/ |
D | tools.py | 53 def WriteDescription(self, doc, parent): argument
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTest.java | 407 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in testTree() local 826 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in testFindDocumentPathInScopedAccess() local
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | SELinuxHostTest.java | 471 Document doc = db.parse(vendorManifestFile); in getVendorSepolicyVersionFromManifests() local
|