Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 18 of 18) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHtmlTree.java102 private final List<HtmlDocument.Node> nodes = new ArrayList<HtmlDocument.Node>(); field in HtmlTree
150 return Collections.unmodifiableList(nodes); in getNodesList()
157 return nodes.size(); in getNumNodes()
165 X.assertTrue(endTagNodeNum >= 0 && endTagNodeNum < nodes.size()); in findOpenTag()
174 X.assertTrue(openTagNodeNum >= 0 && openTagNodeNum < nodes.size()); in findEndTag()
183 X.assertTrue(tagNodeNum >= 0 && tagNodeNum < nodes.size()); in findPairedTag()
202 html = getHtml(0, nodes.size(), wrapSize); in getHtml()
217 X.assertTrue(fromNode >= 0 && toNode <= nodes.size()); in getHtml()
223 HtmlDocument.Node node = nodes.get(n); in getHtml()
259 X.assertTrue(fromNode >= 0 && toNode <= nodes.size()); in getHtmlChunks()
[all …]
DHtmlParser.java61 private List<HtmlDocument.Node> nodes; field in HtmlParser
191 nodes = Lists.newLinkedList(); in parse()
235 nodes = coalesceTextNodes(nodes); in parse()
237 HtmlDocument doc = new HtmlDocument(nodes); in parse()
238 nodes = null; in parse()
252 List<HtmlDocument.Node> nodes) { in coalesceTextNodes() argument
254 new ArrayList<HtmlDocument.Node>(nodes.size()); in coalesceTextNodes()
257 for (HtmlDocument.Node node : nodes) { in coalesceTextNodes()
377 nodes.add(textnode); in scanText()
673 nodes.add(text); in scanTag()
[all …]
DHtmlDocument.java42 private final List<Node> nodes; field in HtmlDocument
48 public HtmlDocument(List<Node> nodes) { in HtmlDocument() argument
49 this.nodes = nodes; in HtmlDocument()
54 return nodes; in getNodes()
59 StringBuilder sb = new StringBuilder(nodes.size() * 10); in toHTML()
60 for (Node n : nodes) { in toHTML()
68 StringBuilder sb = new StringBuilder(nodes.size() * 10); in toXHTML()
69 for (Node n : nodes) { in toXHTML()
81 StringBuilder sb = new StringBuilder(nodes.size() * 10); in toOriginalHTML()
82 for (Node n : nodes) { in toOriginalHTML()
[all …]
/packages/apps/UnifiedEmail/assets/
Dscript.js213 var nodes;
245 nodes = ENABLE_MUNGE_TABLES ? el.querySelectorAll("div[style], textarea[style]") : [];
246 touched = transformBlockElements(nodes, docWidth, actionLog);
261 nodes = ENABLE_MUNGE_IMAGES ? el.querySelectorAll("img") : [];
262 touched = transformImages(nodes, docWidth, actionLog);
280 nodes = ENABLE_MUNGE_TABLES ? el.querySelectorAll("table") : [];
281 touched = addClassToElements(nodes, shouldMungeTable, "munged",
299 nodes = ENABLE_MUNGE_TABLES ? el.querySelectorAll("td") : [];
300 touched = addClassToElements(nodes, null /* mungeAll */, "munged",
374 function addClassToElements(nodes, conditionFn, classToAdd, actionLog) { argument
[all …]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
DJJTAddressListParserState.java6 private java.util.Stack<Node> nodes; field in JJTAddressListParserState
14 nodes = new java.util.Stack<Node>(); in JJTAddressListParserState()
30 nodes.removeAllElements(); in reset()
39 return nodes.elementAt(0); in rootNode()
44 nodes.push(n); in pushNode()
54 return nodes.pop(); in popNode()
59 return nodes.peek(); in peekNode()
/packages/apps/Mms/src/com/android/mms/dom/smil/
DElementSequentialTimeContainerImpl.java47 ArrayList<Node> nodes = new ArrayList<Node>(); in getActiveChildrenAt() local
51 nodes.add(allChildren.item(i)); in getActiveChildrenAt()
52 return new NodeListImpl(nodes); in getActiveChildrenAt()
55 return new NodeListImpl(nodes); in getActiveChildrenAt()
/packages/apps/Mms/src/com/android/mms/dom/
DNodeListImpl.java55 public NodeListImpl(ArrayList<Node> nodes) { in NodeListImpl() argument
56 mStaticNodes = nodes; in NodeListImpl()
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1513 # nodes that will be shown in the graph. If the number of nodes in a graph
1523 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1513 # nodes that will be shown in the graph. If the number of nodes in a graph
1523 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1513 # nodes that will be shown in the graph. If the number of nodes in a graph
1523 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1513 # nodes that will be shown in the graph. If the number of nodes in a graph
1523 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...