Home
last modified time | relevance | path

Searched refs:saveXML (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_node_expected.txt19 Alert: PASS: typeof my_doc.saveXML = function
42 Alert: PASS: my_doc.saveXML().length > 9000 = true
43 Alert: PASS: my_doc.saveXML('pretty').length > 9000 = true
44 Alert: PASS: my_doc.saveXML('bogus') threw XFAObject.saveXML: Incorrect parameter value.
Dxfa_node.in40 expect("typeof my_doc.saveXML", "function");
63 expect("my_doc.saveXML().length > 9000", true); // Really long string.
64 expect("my_doc.saveXML('pretty').length > 9000", true); // Really long string.
65 expectError("my_doc.saveXML('bogus')");
/external/pdfium/fxjs/xfa/
Dcjx_node.h33 JSE_METHOD(saveXML);
Dcjx_node.cpp381 CJS_Result CJX_Node::saveXML(CFX_V8* runtime, in saveXML() function in CJX_Node
/external/fonttools/Tests/ttLib/tables/
DC_F_F_test.py37 font.saveXML(out)
DC_F_F__2_test.py45 font.saveXML(out)
Dtables_test.py259 font.saveXML(f, newlinestr='\n', tables=[tableTag])
D_c_m_a_p_test.py162 font.saveXML(f, tables=["cmap"])
D_g_l_y_f_test.py216 font.saveXML(out)
/external/fonttools/Lib/fontTools/ttLib/
DttCollection.py70 def saveXML(self, fileOrPath, newlinestr=None, writeVersion=True, **kwargs): member in TTCollection
DttFont.py218 def saveXML(self, fileOrPath, newlinestr=None, **kwargs): member in TTFont
/external/fonttools/Snippets/
Dchecksum.py34 … tt.saveXML(temp_ttx_path, newlinestr="\n", skipTables=exclude_tables, tables=include_tables)
/external/fonttools/Tests/varLib/
Dmutator_test.py74 font.saveXML(path, tables=tables)
DvarLib_test.py87 font.saveXML(path, tables=tables)
Dinterpolate_layout_test.py76 font.saveXML(path, tables=tables)
Dinstancer_test.py1093 ttFont2.saveXML(s, newlinestr="\n")
/external/python/cpython2/Lib/xml/dom/
Dxmlbuilder.py358 def saveXML(self, snode): member in DocumentLS
/external/python/cpython3/Lib/xml/dom/
Dxmlbuilder.py360 def saveXML(self, snode): member in DocumentLS
/external/fonttools/Lib/fontTools/
Dttx.py265 ttf.saveXML(output,
/external/fonttools/Tests/fontBuilder/
DfontBuilder_test.py94 f.saveXML(outPath + ".ttx", tables=tables)
/external/fonttools/Tests/feaLib/
Dbuilder_test.py118 font.saveXML(path, tables=['head', 'name', 'BASE', 'GDEF', 'GSUB',
/external/fonttools/Tests/subset/
Dsubset_test.py57 font.saveXML(path, tables=tables)
/external/fonttools/
DNEWS.rst583 and ``saveXML``, plus some list-like methods. The ``importXML`` method is
1115 ``TTFont.saveXML`` for overriding os-specific line endings (passed on
DPKG-INFO1000 and ``saveXML``, plus some list-like methods. The ``importXML`` method is
1532 ``TTFont.saveXML`` for overriding os-specific line endings (passed on
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO1000 and ``saveXML``, plus some list-like methods. The ``importXML`` method is
1532 ``TTFont.saveXML`` for overriding os-specific line endings (passed on

12