Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/pdf/cts/
DPrintedPdfDocumentTest.java78 PrintedPdfDocument doc = new PrintedPdfDocument(null, attr); in createWithNullContext() local
87 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in startPage() local
98 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in oneMilPageSize() local
124 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getPageWidth() local
134 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getPageHeight() local
144 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getContentRect() local
156 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getContentRectBigMargins() local
169 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getPageHeightAfterClose() local
179 PrintedPdfDocument doc = new PrintedPdfDocument(sContext, attr); in getPageWidthAfterClose() local
189 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/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/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGenericDocumentCtsTest.java438 GenericDocument doc = in testDocumentInvalid_setNullDocValues() local
548 GenericDocument doc = in testRetrieveTopLevelProperties() local
592 GenericDocument doc = in testRetrieveNestedProperties() local
653 GenericDocument doc = in testRetrieveNestedPropertiesMultipleNestedDocuments() local
716 GenericDocument doc = in testRetrieveTopLevelPropertiesIndex() local
746 GenericDocument doc = in testRetrieveTopLevelPropertiesIndexOutOfRange() local
789 GenericDocument doc = in testNestedProperties_invalidPaths() local
813 GenericDocument doc = new GenericDocument.Builder<>("namespace", "id1", "schema1").build(); in testNestedProperties_arrayTypesInvalidPath() local
848 GenericDocument doc = in testRetrieveNestedPropertiesIntermediateIndex() local
928 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.java2677 GenericDocument doc = in testQueryIndexableLongProperty_numericSearchNotEnabled() local
8706 GenericDocument doc = in testQuery_hasPropertyFunctionWithoutEnablingFeatureFails() local
8866 GenericDocument doc = in testQuery_matchScoreExpressionFunctionWithoutEnablingFeatureFails() local
10416 GenericDocument doc = in testSearchSuggestion_replacementDocument() local
12620 GenericDocument doc = in testEmbeddingQuantization() local
12679 GenericDocument doc = in testEmbeddingQuantization_changeSchema() local
12986 GenericDocument doc = in testRankingFunction_filterByRange() local
13440 GenericDocument doc = in testRankWithScorableProperty_updateSchemaByFlippingScorableType() local
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/output/
DApiXmlGenerator.java31 ApiXmlGenerator(Document doc) { in ApiXmlGenerator()
DXtsXmlGenerator.java31 XtsXmlGenerator(Document doc) { in XtsXmlGenerator()
DXmlGenerator.java33 XmlGenerator(Document doc) { in XmlGenerator()
DXtsAnnotationXmlGenerator.java54 XtsAnnotationXmlGenerator(Document doc) { in XtsAnnotationXmlGenerator()
DXtsApiInheritGenerator.java54 XtsApiInheritGenerator(Document doc) { in XtsApiInheritGenerator()
DApiMapXmlGenerator.java63 ApiMapXmlGenerator(Document doc) { in ApiMapXmlGenerator()
/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/test-api-map/instrumenttool/src/com/android/xts/apimapper/config/
DConfiguration.kt41 private var doc: Document variable
/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/searchtest/
DAbstractSyntaxTreeSearchCtsTestBase.java188 GenericDocument doc = in testTextNode_toString_VerbatimFlagSet() local
233 GenericDocument doc = in testTextNode_toString_AllFlagsSet() local
838 GenericDocument doc = in testSearchNode_toString_handlesStringLiterals() local
884 GenericDocument doc = in testSearchNode_toString_handlesPrefixedStringLiterals() local
/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