HomeSort by relevance Sort by last modified time
    Searched refs:document (Results 176 - 200 of 1882) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 28 document:
42 parser.document
53 parser.document
66 parser.document
93 document:
119 parser.document
134 parser.document
144 parser.document
  /external/curl/docs/cmdline-opts/
include.d 7 include things like server name, cookies, date of the document, HTTP version
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
AbstractNamedNode.java 64 void document(PrintWriter writer) { method in class:AbstractNamedNode
68 node.document(writer);
CommandSetNode.java 40 void document(PrintWriter writer) { method in class:CommandSetNode
46 node.document(writer);
ConstantSetNode.java 56 void document(PrintWriter writer) { method in class:ConstantSetNode
66 n.document(writer);
  /external/pdfium/fpdfsdk/
fpdfeditpath_embeddertest.cpp 15 FPDF_PAGE page = FPDFPage_New(document(), 0, 612, 792);
30 EXPECT_TRUE(FPDF_SaveAsCopy(document(), this, 0));
  /external/python/cpython2/Doc/includes/
minidom-example.py 3 document = """\
19 dom = xml.dom.minidom.parseString(document)
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
__init__.py 54 getbaseclasses(document)
72 'docu' : document,
  /external/python/cpython3/Doc/includes/
minidom-example.py 3 document = """\
19 dom = xml.dom.minidom.parseString(document)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
XTagXmlResourceLoader.java 8 import org.w3c.dom.Document;
38 protected void processResourceXml( File xmlFile, Document document, boolean isSystem ) throws Exception {
44 NodeList items = document.getElementsByTagName( tag );
XpathResourceXmlLoader.java 3 import org.w3c.dom.Document;
21 @Override protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception {
23 NodeList nodes = (NodeList) stringsXPath.evaluate(document, XPathConstants.NODESET);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
PairsTagTest.java 30 YamlDocument document = new YamlDocument("types/pairs.yaml", false); local
31 Map<String, List<String[]>> map = (Map<String, List<String[]>>) document.getNativeData();
  /frameworks/data-binding/compilerCommon/
XMLParser.g4 34 document : prolog? misc* element misc*;
50 * the document.''
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 37 CharacterDataImpl(DocumentImpl document, String data) {
38 super(document);
DocumentTypeImpl.java 42 public DocumentTypeImpl(DocumentImpl document, String qualifiedName,
44 super(document);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 54 getbaseclasses(document)
72 'docu' : document,
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/scripts/
insertfile.js 43 * contents of the selected file into current document (at the
63 var doc = application.editor.document;
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/scripts/
insertfile.js 43 * contents of the selected file into current document (at the
63 var doc = application.editor.document;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 54 getbaseclasses(document)
72 'docu' : document,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 33 import org.w3c.dom.Document;
105 //Document document = DomUtilities.createEmptyPlainDocument();
106 Document document = DomUtilities.createEmptyDocument(); local
107 if (document != null) {
109 description.toXml(document);
111 String xml = EclipseXmlPrettyPrinter.prettyPrint(document, true);
120 Document document = DomUtilities.parseDocument(xml, true) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiDocumentNode.java 22 import org.w3c.dom.Document;
29 * Represents an XML document node that can be modified by the user interface in the XML editor.
54 return "Document"; //$NON-NLS-1$
66 return "Document"; //$NON-NLS-1$
97 setXmlDocument((Document) xml_node);
106 * This method throws an exception if there is no underlying XML document.
116 // By design, a document node cannot be created, it is owned by the XML parser.
118 // document container, even for an empty file.
125 * This method throws an exception and does not even try to delete the XML document.
139 * Returns all elements in this document
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddPrefixFix.java 49 protected void apply(IDocument document, IStructuredModel model, Node node, int start,
53 document.replace(start, 0, prefix + ':');
TypoFix.java 59 protected void apply(IDocument document, IStructuredModel model, Node node,
72 String current = document.get(start, end-start);
74 document.replace(start, end - start, replacements.get(0));
77 FindReplaceDocumentAdapter finder = new FindReplaceDocumentAdapter(document);
97 document.replace(start, end - start, replacements.get(0));
  /system/tools/aidl/
generate_java.cpp 62 Document* document = new Document( local
69 document->Write(code_writer.get());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 65 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
233 IStructuredDocument document = model.getStructuredDocument(); local
240 addManifestReplacements(edits, root, document);
242 addLayoutReplacements(edits, root, document);
275 @NonNull IStructuredDocument document) {
278 int start = RefactoringUtil.getTagNameRangeStart(element, document);
286 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document);
298 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document);
307 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document);
319 addLayoutReplacements(edits, (Element) child, document);
    [all...]

Completed in 566 milliseconds

1 2 3 4 5 6 78 91011>>