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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/share/scan-build/
sorttable.js 30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind')
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/share/scan-build/
sorttable.js 30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind')
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
sorttable.js 30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind')
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
sorttable.js 30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind')
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 24 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
25 import org.w3c.dom.Document;
55 Document document = null; local
58 document = domModel.getDocument();
63 XmlFormatStyle style = AndroidXmlFormattingStrategy.guessStyle(model, document);
69 Node startNode = document;
70 Node endNode = document;
72 startNode = findNode(document.getDocumentElement(), startNodeName);
75 endNode = findNode(document.getDocumentElement(), endNodeName)
    [all...]
  /tools/metalava/src/test/java/com/android/tools/metalava/apilevels/
ApiGeneratorTest.kt 76 val document = XmlUtils.parseDocumentSilently(xml, false)
77 assertNotNull(document)
  /external/libvncserver/webclients/novnc/include/
util.js 10 /*global window, console, document, navigator, ActiveXObject, INCLUDE_URI */
373 // Dynamically load scripts without using document.write()
386 var head = document.getElementsByTagName('head')[0], script,
414 script = document.createElement('script');
452 var html = document.getElementsByTagName('html')[0];
455 if (html.scrollTop && document.documentElement.scrollTop) {
457 } else if (html.scrollTop || document.documentElement.scrollTop) {
458 myScrollTop = html.scrollTop + document.documentElement.scrollTop;
459 } else if (document.body.scrollTop) {
460 myScrollTop = document.body.scrollTop
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
pulldom.py 21 document = None variable in class:PullDOM
76 if self.document:
77 node = self.document.createElementNS(uri, tagName)
83 if self.document:
84 node = self.document.createElement(localname)
95 attr = self.document.createAttributeNS(a_uri, qname)
103 attr = self.document.createAttributeNS(a_uri, qname)
106 attr = self.document.createAttribute(a_localname)
119 if self.document:
120 node = self.document.createElement(name)
    [all...]
expatbuilder.py 134 """Document builder that uses Expat to build a ParsedXML.DOM document
168 self.document = theDOMImplementation.createDocument(
170 self.curNode = self.document
171 self._elem_info = self.document._elem_info
198 """Parse a document from a file object, returning the document
208 if first_buffer and self.document.documentElement:
214 doc = self.document
220 """Parse a document from a string, returning the document node."""
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
pulldom.py 21 document = None variable in class:PullDOM
76 if self.document:
77 node = self.document.createElementNS(uri, tagName)
83 if self.document:
84 node = self.document.createElement(localname)
95 attr = self.document.createAttributeNS(a_uri, qname)
103 attr = self.document.createAttributeNS(a_uri, qname)
106 attr = self.document.createAttribute(a_localname)
119 if self.document:
120 node = self.document.createElement(name)
    [all...]
expatbuilder.py 134 """Document builder that uses Expat to build a ParsedXML.DOM document
168 self.document = theDOMImplementation.createDocument(
170 self.curNode = self.document
171 self._elem_info = self.document._elem_info
198 """Parse a document from a file object, returning the document
208 if first_buffer and self.document.documentElement:
214 doc = self.document
220 """Parse a document from a string, returning the document node."""
    [all...]
  /external/python/cpython2/Lib/xml/dom/
pulldom.py 21 document = None variable in class:PullDOM
76 if self.document:
77 node = self.document.createElementNS(uri, tagName)
83 if self.document:
84 node = self.document.createElement(localname)
95 attr = self.document.createAttributeNS(a_uri, qname)
103 attr = self.document.createAttributeNS(a_uri, qname)
106 attr = self.document.createAttribute(a_localname)
119 if self.document:
120 node = self.document.createElement(name
    [all...]
expatbuilder.py 134 """Document builder that uses Expat to build a ParsedXML.DOM document
168 self.document = theDOMImplementation.createDocument(
170 self.curNode = self.document
171 self._elem_info = self.document._elem_info
198 """Parse a document from a file object, returning the document
208 if first_buffer and self.document.documentElement:
214 doc = self.document
220 """Parse a document from a string, returning the document node.""
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
pulldom.py 21 document = None variable in class:PullDOM
76 if self.document:
77 node = self.document.createElementNS(uri, tagName)
83 if self.document:
84 node = self.document.createElement(localname)
95 attr = self.document.createAttributeNS(a_uri, qname)
103 attr = self.document.createAttributeNS(a_uri, qname)
106 attr = self.document.createAttribute(a_localname)
119 if self.document:
120 node = self.document.createElement(name
    [all...]
expatbuilder.py 134 """Document builder that uses Expat to build a ParsedXML.DOM document
168 self.document = theDOMImplementation.createDocument(
170 self.curNode = self.document
171 self._elem_info = self.document._elem_info
198 """Parse a document from a file object, returning the document
208 if first_buffer and self.document.documentElement:
214 doc = self.document
220 """Parse a document from a string, returning the document node.""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
pulldom.py 21 document = None variable in class:PullDOM
76 if self.document:
77 node = self.document.createElementNS(uri, tagName)
83 if self.document:
84 node = self.document.createElement(localname)
95 attr = self.document.createAttributeNS(a_uri, qname)
103 attr = self.document.createAttributeNS(a_uri, qname)
106 attr = self.document.createAttribute(a_localname)
119 if self.document:
120 node = self.document.createElement(name
    [all...]
expatbuilder.py 134 """Document builder that uses Expat to build a ParsedXML.DOM document
168 self.document = theDOMImplementation.createDocument(
170 self.curNode = self.document
171 self._elem_info = self.document._elem_info
198 """Parse a document from a file object, returning the document
208 if first_buffer and self.document.documentElement:
214 doc = self.document
220 """Parse a document from a string, returning the document node.""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 21 document = None variable in class:PullDOM
76 if self.document:
77 node = self.document.createElementNS(uri, tagName)
83 if self.document:
84 node = self.document.createElement(localname)
95 attr = self.document.createAttributeNS(a_uri, qname)
103 attr = self.document.createAttributeNS(a_uri, qname)
106 attr = self.document.createAttribute(a_localname)
119 if self.document:
120 node = self.document.createElement(name
    [all...]
expatbuilder.py 134 """Document builder that uses Expat to build a ParsedXML.DOM document
168 self.document = theDOMImplementation.createDocument(
170 self.curNode = self.document
171 self._elem_info = self.document._elem_info
198 """Parse a document from a file object, returning the document
208 if first_buffer and self.document.documentElement:
214 doc = self.document
220 """Parse a document from a string, returning the document node.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 21 document = None variable in class:PullDOM
76 if self.document:
77 node = self.document.createElementNS(uri, tagName)
83 if self.document:
84 node = self.document.createElement(localname)
95 attr = self.document.createAttributeNS(a_uri, qname)
103 attr = self.document.createAttributeNS(a_uri, qname)
106 attr = self.document.createAttribute(a_localname)
119 if self.document:
120 node = self.document.createElement(name
    [all...]
expatbuilder.py 134 """Document builder that uses Expat to build a ParsedXML.DOM document
168 self.document = theDOMImplementation.createDocument(
170 self.curNode = self.document
171 self._elem_info = self.document._elem_info
198 """Parse a document from a file object, returning the document
208 if first_buffer and self.document.documentElement:
214 doc = self.document
220 """Parse a document from a string, returning the document node.""
    [all...]
  /packages/services/Car/tools/hidl_parser/
parser.py 212 def resolve(self, enum, document):
222 def resolve(self, enum, document):
235 def resolve(self, enum, document):
236 return self.value.resolve(enum, document) + 1
245 def resolve(self, enum, document):
247 if case.name == self.ref: return case.value.resolve(enum, document)
257 def resolve(self, enum, document):
258 base = self.base.resolve(enum, document)
259 offset = self.offset.resolve(enum, document)
270 def resolve(self, enum, document)
    [all...]
  /external/python/cpython3/Lib/xml/dom/
expatbuilder.py 134 """Document builder that uses Expat to build a ParsedXML.DOM document
168 self.document = theDOMImplementation.createDocument(
170 self.curNode = self.document
171 self._elem_info = self.document._elem_info
198 """Parse a document from a file object, returning the document
208 if first_buffer and self.document.documentElement:
214 doc = self.document
220 """Parse a document from a string, returning the document node.""
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 66 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
67 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
69 import org.w3c.dom.Document;
97 /** False if document is known not to be in an Android project, null until initialized */
130 IDocument document = mDocuments.poll(); local
133 if (document != null && partition != null && mRegion != null) {
135 if (document instanceof IStructuredDocument) {
136 IStructuredDocument structuredDocument = (IStructuredDocument) document;
146 edit.apply(document);
173 * @return a {@link TextEdit} which edits the model into a formatted document
179 IStructuredDocument document = model.getStructuredDocument(); local
639 IDocument document = (IDocument) context.getProperty(CONTEXT_MEDIUM); local
    [all...]
  /development/vndk/tools/definition-tool/assets/insight/
insight-data.js 23 insight.init(document, strs, mods);

Completed in 1310 milliseconds

1 2 3 4 5 67 8 91011>>