Home
last modified time | relevance | path

Searched defs:document (Results 1 – 25 of 119) sorted by relevance

12345

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DChapter2_3Test.java33 YamlDocument document = new YamlDocument("example2_13.yaml"); in testExample_2_13() local
39 YamlDocument document = new YamlDocument("example2_14.yaml"); in testExample_2_14() local
61 YamlDocument document = new YamlDocument("example2_16.yaml"); in testExample_2_16() local
73 YamlDocument document = new YamlDocument("example2_17.yaml", false); in testExample_2_17() local
86 YamlDocument document = new YamlDocument("example2_17_unicode.yaml"); in testExample_2_17_unicode() local
93 YamlDocument document = new YamlDocument("example2_17_control.yaml", false); in testExample_2_17_control() local
100 YamlDocument document = new YamlDocument("example2_17_hexesc.yaml"); in testExample_2_17_hexesc() local
107 YamlDocument document = new YamlDocument("example2_17_single.yaml"); in testExample_2_17_single() local
114 YamlDocument document = new YamlDocument("example2_17_quoted.yaml"); in testExample_2_17_quoted() local
121 YamlDocument document = new YamlDocument("example2_17_tie_fighter.yaml"); in testExample_2_17_tie_fighter() local
[all …]
DChapter2_4Test.java44 YamlDocument document = new YamlDocument("example2_19.yaml"); in testExample_2_19() local
58 YamlDocument document = new YamlDocument("example2_20.yaml"); in testExample_2_20() local
73 YamlDocument document = new YamlDocument("example2_21.yaml"); in testExample_2_21() local
84 YamlDocument document = new YamlDocument("example2_22.yaml"); in testExample_2_22() local
110 YamlDocument document = new YamlDocument("example2_23_non_date.yaml"); in testExample_2_23_non_date() local
121 YamlDocument document = new YamlDocument("example2_23_picture.yaml", false); in testExample_2_23_picture() local
146 YamlDocument document = new YamlDocument("example2_23.yaml", false, in testExample_2_23() local
157 YamlDocument document = new YamlDocument("example2_25.yaml"); in testExample_2_25() local
167 YamlDocument document = new YamlDocument("example2_26.yaml"); in testExample_2_26() local
DChapter2_1Test.java32 YamlDocument document = new YamlDocument("example2_1.yaml"); in testExample_2_1() local
43 YamlDocument document = new YamlDocument("example2_2.yaml"); in testExample_2_2() local
57 YamlDocument document = new YamlDocument("example2_3.yaml"); in testExample_2_3() local
74 YamlDocument document = new YamlDocument("example2_4.yaml"); in testExample_2_4() local
84 YamlDocument document = new YamlDocument("example2_5.yaml"); in testExample_2_5() local
98 YamlDocument document = new YamlDocument("example2_6.yaml"); in testExample_2_6() local
DChapter2_2Test.java65 YamlDocument document = new YamlDocument("example2_9.yaml"); in testExample_2_9() local
80 YamlDocument document = new YamlDocument("example2_10.yaml"); in testExample_2_10() local
88 YamlDocument document = new YamlDocument("example2_11.yaml"); in testExample_2_11() local
98 YamlDocument document = new YamlDocument("example2_12.yaml"); in testExample_2_12() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DBeanConstructorTest.java31 String document = Util.getLocalResource("constructor/test-primitives1.yaml"); in testPrimitivesConstructor() local
96 String document = "charClass: id"; in testCharacter() local
120 String document = "text: qwerty"; in testNoEmptyConstructor() local
150 String document = "text: qwerty"; in testPrivateMethod() local
161 String document = "[1, 2]: qwerty"; in testKeyNotScalar() local
172 String document = "something: qwerty"; in testInvalidKey() local
184 String document = "staticInteger: 123"; in testStaticField() local
196 String document = "id: 123\nchild: 25"; in testScalarContructor() local
205 String document = "id: 123\nchild: 25"; in testScalarContructorException() local
/external/clang/test/SemaObjC/
Dprotocol-lookup-2.m38 -document; method
45 -document; method in cat
49 -document; method
56 - document { return 0; } method
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/builder/
DXmlBlock.java21 private final Document document; field in XmlBlock
50 Document document = parse(fsFile); in create() local
57 private XmlBlock(Document document, String filename, String packageName) { in XmlBlock()
/external/tinyxml/
Dtinyxmlparser.cpp895 TiXmlDocument* document = GetDocument(); in StreamIn() local
956 TiXmlDocument* document = GetDocument(); in StreamIn() local
985 TiXmlDocument* document = GetDocument(); in StreamIn() local
1017 TiXmlDocument* document = GetDocument(); in Parse() local
1136 TiXmlDocument* document = GetDocument(); in ReadValue() local
1214 TiXmlDocument* document = GetDocument(); in StreamIn() local
1233 TiXmlDocument* document = GetDocument(); in Parse() local
1272 TiXmlDocument* document = GetDocument(); in StreamIn() local
1294 TiXmlDocument* document = GetDocument(); in Parse() local
1394 TiXmlDocument* document = GetDocument(); in StreamIn() local
[all …]
/external/snakeyaml/src/test/java/examples/
DCollectionStyleTest.java26 String document = " a: 1\n b:\n c: 3\n d: 4\n"; in testNestedStyle() local
34 String document = " a: 1\n b:\n c: 3\n d: 4\n"; in testNestedStyle2() local
DLoadExampleTest.java34 String document = "\n- Hesperiidae\n- Papilionidae\n- Apatelodidae\n- Epiplemidae"; in testLoad() local
41 String document = "hello: 25"; in testLoadFromString() local
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp912 TiXmlDocument* document = GetDocument(); in StreamIn() local
974 TiXmlDocument* document = GetDocument(); in StreamIn() local
1014 TiXmlDocument* document = GetDocument(); in StreamIn() local
1046 TiXmlDocument* document = GetDocument(); in Parse() local
1181 TiXmlDocument* document = GetDocument(); in ReadValue() local
1258 TiXmlDocument* document = GetDocument(); in StreamIn() local
1277 TiXmlDocument* document = GetDocument(); in Parse() local
1317 TiXmlDocument* document = GetDocument(); in StreamIn() local
1339 TiXmlDocument* document = GetDocument(); in Parse() local
1477 TiXmlDocument* document = GetDocument(); in StreamIn() local
[all …]
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp66 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK pDict) { in FPDFBookmark_GetFirstChild()
77 FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK pDict) { in FPDFBookmark_GetNextSibling()
99 FPDFBookmark_Find(FPDF_DOCUMENT document, FPDF_WIDESTRING title) { in FPDFBookmark_Find()
112 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFBookmark_GetDest(FPDF_DOCUMENT document, in FPDFBookmark_GetDest()
159 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFAction_GetDest(FPDF_DOCUMENT document, in FPDFAction_GetDest()
185 FPDFAction_GetURIPath(FPDF_DOCUMENT document, in FPDFAction_GetURIPath()
203 FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST pDict) { in FPDFDest_GetPageIndex()
293 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFLink_GetDest(FPDF_DOCUMENT document, in FPDFLink_GetDest()
394 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDF_GetMetaText(FPDF_DOCUMENT document, in FPDF_GetMetaText()
412 FPDF_GetPageLabel(FPDF_DOCUMENT document, in FPDF_GetPageLabel()
Dfpdfattachment.cpp50 FPDFDoc_GetAttachmentCount(FPDF_DOCUMENT document) { in FPDFDoc_GetAttachmentCount()
59 FPDFDoc_AddAttachment(FPDF_DOCUMENT document, FPDF_WIDESTRING name) { in FPDFDoc_AddAttachment()
103 FPDFDoc_GetAttachment(FPDF_DOCUMENT document, int index) { in FPDFDoc_GetAttachment()
117 FPDFDoc_DeleteAttachment(FPDF_DOCUMENT document, int index) { in FPDFDoc_DeleteAttachment()
211 FPDF_DOCUMENT document, in FPDFAttachment_SetFile()
Dfpdfcatalog.cpp11 FPDFCatalog_IsTagged(FPDF_DOCUMENT document) { in FPDFCatalog_IsTagged()
Dfpdfview.cpp576 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetFormType(FPDF_DOCUMENT document) { in FPDF_GetFormType()
601 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) { in FPDF_LoadXFA()
668 FPDF_GetDocPermissions(FPDF_DOCUMENT document) { in FPDF_GetDocPermissions()
683 FPDF_GetSecurityHandlerRevision(FPDF_DOCUMENT document) { in FPDF_GetSecurityHandlerRevision()
692 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageCount(FPDF_DOCUMENT document) { in FPDF_GetPageCount()
697 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDF_LoadPage(FPDF_DOCUMENT document, in FPDF_LoadPage()
1104 FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseDocument(FPDF_DOCUMENT document) { in FPDF_CloseDocument()
1286 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document, in FPDF_GetPageSizeByIndex()
1317 FPDF_VIEWERREF_GetPrintScaling(FPDF_DOCUMENT document) { in FPDF_VIEWERREF_GetPrintScaling()
1326 FPDF_VIEWERREF_GetNumCopies(FPDF_DOCUMENT document) { in FPDF_VIEWERREF_GetNumCopies()
[all …]
Dfpdfsave.cpp241 bool FPDF_Doc_Save(FPDF_DOCUMENT document, in FPDF_Doc_Save()
277 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveAsCopy(FPDF_DOCUMENT document, in FPDF_SaveAsCopy()
284 FPDF_SaveWithVersion(FPDF_DOCUMENT document, in FPDF_SaveWithVersion()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DMapTagTest.java29 YamlDocument document = new YamlDocument("types/map.yaml"); in testMap() local
51 YamlDocument document = new YamlDocument("types/map_mixed_tags.yaml"); in testMapYaml11() local
DSetTagTest.java30 YamlDocument document = new YamlDocument("types/set.yaml"); in testSet() local
DOmapTagTest.java29 YamlDocument document = new YamlDocument("types/omap.yaml"); in testOmap() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document_unittest.cpp164 std::unique_ptr<CPDF_TestDocumentForPages> document = in TEST_F() local
177 auto document = pdfium::MakeUnique<CPDF_TestDocumentWithPageWithoutPageNum>(); in TEST_F() local
188 std::unique_ptr<CPDF_TestDocumentForPages> document = in TEST_F() local
201 std::unique_ptr<CPDF_TestDocumentForPages> document = in TEST_F() local
227 CPDF_Document document(pdfium::MakeUnique<CPDF_Parser>()); in TEST_F() local
248 std::unique_ptr<CPDF_TestDocumentForPages> document = in TEST_F() local
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DXMLSupport.java74 public Document parse(String document) throws SAXException, IOException, in parse()
79 public Document parse(byte[] document) throws SAXException, IOException, in parse()
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DAbstractSimpleNode.java38 void document(PrintWriter writer) { in document() method in AbstractSimpleNode
DAbstractCommandNode.java32 void document(PrintWriter writer) { in document() method in AbstractCommandNode
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
DContext.java30 Document document(); in document() method
/external/libxml2/doc/examples/
Dparse3.c16 static const char *document = "<doc/>"; variable

12345