Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/print/src/android/print/pdf/cts/
DPrintedPdfDocumentTest.java76 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/
DPdfDocumentTest.java56 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/
DGenericDocumentCtsTest.java434 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 …]
DAppSearchSchemaMigrationCtsTestBase.java152 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
DAppSearchSessionCtsTestBase.java2608 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/
DMyDocumentsProvider.java121 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/
Dpoc.c28 xmlDocPtr doc; in main() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-5131/
Dpoc.c28 xmlDocPtr doc; in main() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DNdkApiXmlReport.java292 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/
Dtools.py53 def WriteDescription(self, doc, parent): argument
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java407 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in testTree() local
826 Uri doc = DocumentsContract.buildDocumentUriUsingTree(uri, in testFindDocumentPathInScopedAccess() local
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java471 Document doc = db.parse(vendorManifestFile); in getVendorSepolicyVersionFromManifests() local