HomeSort by relevance Sort by last modified time
    Searched refs:nodes (Results 426 - 450 of 789) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 101 nodes = antlr3.tree.CommonTreeNodeStream(r.tree)
102 nodes.setTokenStream(tStream)
103 walker = walkerCls(nodes)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 612 nodes = ANTLR3::CommonTreeNodeStream.new( r.tree )
613 nodes.token_stream = tokens
614 tree_parser = tree_grammar_module::TreeParser.new( nodes )
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 40 * nextNode() is called, in order that nodes can be added
87 * @param nodelist List of Nodes to be made members of the new set.
101 * @param nodelist Set of Nodes to be made members of the new set.
115 * @param ni Iterator which yields Nodes to be made members of the new set.
179 * hardcoded to show all nodes except EntityReference nodes, which have
193 * The filter object used to screen nodes. Filters are applied to
203 * not going to return all nodes selected by whatToShow.
212 * reference nodes are visible to the iterator. If false, they will be
218 * a view of the document that has entity reference nodes but no entit
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc 721 void AutofillAgent::didAssociateFormControls(const WebVector<WebNode>& nodes) {
722 for (size_t i = 0; i < nodes.size(); ++i) {
723 WebLocalFrame* frame = nodes[i].document().frame();
  /external/clang/
clang-tblgen-rules.mk 171 $(call transform-host-clang-td-to-out,clang-comment-nodes)
202 $(call transform-host-clang-td-to-out,clang-decl-nodes)
209 $(call transform-host-clang-td-to-out,clang-stmt-nodes)
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 449 var nodes = $("#header-tabs").find("."+lang);
450 for (i=0; i < nodes.length; i++) { // for each node in this language
451 var node = $(nodes[i]);
463 var nodes = $("#side-nav").find("."+lang);
464 for (i=0; i < nodes.length; i++) { // for each node in this language
465 var node = $(nodes[i]);
  /frameworks/base/core/java/android/util/
PathParser.java 35 PathDataNode[] nodes = createNodesFromPathData(pathData); local
36 if (nodes != null) {
37 PathDataNode.nodesToPath(nodes, path);
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 571 NodeList nodes = element.getChildNodes(); local
572 for (int i = 0; i < nodes.getLength(); i++) {
573 Node node = nodes.item(i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 105 * Flag which records whether or not we have any exploded parent nodes in this
120 /** Map from nodes to canvas view infos */
123 /** Map from DOM nodes to canvas view infos */
146 * @param explodedNodes The set of individual nodes the layout computer was asked to
150 * nodes are padded during certain interactions.
221 // Update the data structures related to tracking invisible and exploded nodes.
302 * <li>Invisible parents. These are nodes that can hold children and have empty
304 * <li>Exploded nodes. These are nodes that were previously marked as invisible, and
666 * Returns the invisible nodes (the {@link UiElementNode} objects correspondin
680 Set<UiElementNode> nodes = new HashSet<UiElementNode>(mInvisibleParents.size()); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 16 * Checks if a node is in a given class of MathML nodes.
28 * Checks if a node is in a given class of MathJax nodes.
46 * of MathML or MathJax nodes.
group_util.js 105 * true for a node => true for all child nodes
nav_braille.js 32 * Text, annotated with DOM nodes.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 165 * Creates new nodes in the bookmark model to represent this Node and its
212 * Moves any misplaced child nodes into their expected positions.
359 // A new tree.store() is needed at the end because the regenerated nodes
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 285 if (data.nodes.length == 0)
288 for (var i = 0; i < data.nodes.length; i++) {
289 var nodeData = data.nodes[i];
  /external/chromium_org/v8/tools/
splaytree.js 194 * @return {Array<*>} An array containing all the values of tree's nodes paired
205 * @return {Array<*>} An array containing all the values of tree's nodes.
232 // and right will always be nodes and we avoid special cases.
  /external/chromium_org/third_party/libxml/src/
relaxng.c 287 xmlHashTablePtr triage; /* hash table used to direct nodes to the
    [all...]
  /external/libxml2/
relaxng.c 288 xmlHashTablePtr triage; /* hash table used to direct nodes to the
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 209 // perform api level toggling because new nodes are new to the DOM
254 var nodes = data;
256 for (var i in nodes) {
257 var d = nodes[i];
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 251 * It takes a string of text and returns the accessibility ids of the nodes that contain the
262 List<AccessibilityNodeInfo> nodes = AccessibilityInteractionClient.getInstance() local
269 for (AccessibilityNodeInfo node : nodes) {
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 292 base::ListValue* nodes) {
297 nodes->Append(dict.release());
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 12 // Traverse the bookmark tree, and print the folder and nodes.
  /external/chromium_org/components/query_parser/
query_parser.cc 350 QueryNodeStarVector* nodes) {
353 nodes->swap(*root.children());
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 118 SerializerMarkupAccumulator::SerializerMarkupAccumulator(PageSerializer* serializer, const Document& document, WillBeHeapVector<RawPtrWillBeMember<Node> >* nodes)
119 : MarkupAccumulator(nodes, ResolveAllURLs, nullptr)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasReplayStateView.js 383 * @param {!Array.<!WebInspector.DataGridNode>} nodes
385 _updateDataGridHighlights: function(nodes)
390 this._highlightedGridNodes = nodes;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ResizerWidget.js 110 // Only handle drags of the nodes specified.

Completed in 917 milliseconds

<<11121314151617181920>>