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

<<11121314151617181920>>

  /ndk/build/core/
definitions-graph.mk 117 # specific graph nodes. The following helper functions help implement
124 # _ndk_mod_tree_visitors lists all visited nodes, used to clean all
146 # dependencies / children nodes. Here are a few helper functions that
152 # _ndk_mod_list current result (list of nodes).
198 # we use the -ndk-mod-tree-xxx functions to flag 'visited' nodes
295 # $1: list of nodes
307 # Return the topologically ordered closure of all nodes from a top-level
315 # nodes for <name>.
316 # Return: list of nodes, include $1, which will always be the first.
329 # Given a closure list of nodes, count their incoming edges
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 135 // Returns the number of nodes of node type |node_type| in |model| whose
141 // Walk through the model tree looking for bookmark nodes of node type
726 std::vector<const BookmarkNode*> nodes; local
727 GetBookmarkModel(profile)->GetNodesByURL(node->url(), &nodes);
728 EXPECT_TRUE(nodes.size() >= 1);
729 for (std::vector<const BookmarkNode*>::const_iterator it = nodes.begin();
730 it != nodes.end(); ++it) {
742 std::vector<const BookmarkNode*> nodes; local
743 GetBookmarkModel(profile)->GetNodesByURL(url, &nodes);
744 return !nodes.empty()
748 std::vector<const BookmarkNode*> nodes; local
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view_manager_client_impl.cc 62 const Array<NodeDataPtr>& nodes) {
66 for (size_t i = 0; i < nodes.size(); ++i) {
67 if (last_node && nodes[i]->parent_id == last_node->id()) {
70 while (parents.back()->id() != nodes[i]->parent_id)
76 nodes[i]->node_id,
77 nodes[i]->view_id,
78 nodes[i]->bounds.To<gfx::Rect>());
674 Array<NodeDataPtr> nodes) {
681 AddRoot(BuildNodeTree(this, nodes));
684 void ViewManagerClientImpl::OnRootsAdded(Array<NodeDataPtr> nodes) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 102 var nodes = DefineNodes( tree, adaptor );
106 foreach ( var s in nodes )
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 99 var nodes = DefineNodes(tree, adaptor);
103 foreach (var s in nodes)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 102 var nodes = DefineNodes( tree, adaptor );
106 foreach ( var s in nodes )
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
object_walker.js 6 * @fileoverview A JavaScript class for walking the leaf nodes of the dom.
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 92 // Some types, such as 'Top level folder', appear in the list of nodes
129 * @param {!Array.<{type: string, nodes: !Array<!Object>}>} nodesMap
145 // Serialize the remaining nodes and add them to the output.
148 output.push(typeNodes.nodes.map(serializeNode).join('\n'));
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-tests.js 5 // Create any shadow DOM nodes requested by the test.
  /external/chromium_org/third_party/openssl/openssl/apps/
CA.sh 58 echo "usage: $0 -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify" >&2
96 -newreq-nodes)
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
  /external/libsepol/
Android.mk 27 src/nodes.c \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 5 (* expr - Base type for all expression nodes. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 5 (* expr - Base type for all expression nodes. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 5 (* expr - Base type for all expression nodes. *)
  /external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java 36 import org.jsoup.nodes.Document;
37 import org.jsoup.nodes.Element;
  /external/openssl/apps/
CA.sh 58 echo "usage: $0 -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify" >&2
96 -newreq-nodes)
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 35 * This class can sort vectors of DOM nodes according to a select pattern.
65 * Given a vector of nodes, sort each node according to
67 * @param v an vector of Nodes.
87 // based on the input vector of nodes
88 Vector nodes = new Vector(); local
94 nodes.addElement(elem);
99 mergesort(nodes, scratchVector, 0, n - 1, support);
101 // return sorted vector of nodes
104 v.setItem(((NodeCompareElem) nodes.elementAt(i)).m_node, i);
114 * Return the results of a compare of two nodes
    [all...]
  /external/chromium_org/cc/resources/
task_graph_runner_perftest.cc 234 DCHECK(graph->nodes.empty());
240 graph->nodes.push_back(TaskGraph::Node(it->get(), 0u, 0u));
246 graph->nodes.push_back(TaskGraph::Node(it->get(), 0u, leaf_tasks.size()));
265 graph->nodes.push_back(TaskGraph::Node(it->get(), 0u, tasks.size()));
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.h 54 const NodeSet& nodes,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
find_util.js 6 * @fileoverview Utilities for finding DOM nodes and CursorSelection's.
25 * sel. Undefined if the nodes in sel are not attached to the document.
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
automation_manager_ash.cc 106 content::AXEventNotificationDetails detail(update.nodes,
  /external/chromium_org/content/common/
accessibility_messages.h 51 IPC_STRUCT_TRAITS_MEMBER(nodes)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 204 RefPtrWillBePersistent<WebCore::StaticNodeList> nodes = root->querySelectorAll("[expected-action]", es); local
207 for (unsigned index = 0; index < nodes->length(); index++) {
208 WebCore::Element* element = toElement(nodes->item(index));
210 ASSERT_TRUE(nodes->item(index)->isElementNode());
  /external/chromium_org/third_party/jinja2/
visitor.py 6 This module implements a visitor for the nodes.
11 from jinja2.nodes import Node
19 Per default the visitor functions for the nodes are ``'visit_'`` +
48 """Walks the abstract syntax tree and allows modifications of nodes.
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
pcy_int.h 132 /* This structure represents the relationship between nodes */
140 /* Number of child nodes */
148 /* nodes at this level */
149 STACK_OF(X509_POLICY_NODE) *nodes; member in struct:X509_POLICY_LEVEL_st
162 /* Extra policy data when additional nodes (not from the certificate)

Completed in 787 milliseconds

<<11121314151617181920>>