HomeSort by relevance Sort by last modified time
    Searched refs:nodes (Results 626 - 650 of 1616) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 295 public void select(@NonNull Collection<INode> nodes) {
  /external/antlr/antlr-3.4/runtime/Python/tests/
t058rewriteAST.py 101 nodes = antlr3.tree.CommonTreeNodeStream(r.tree)
102 nodes.setTokenStream(tStream)
103 walker = walkerCls(nodes)
173 # Allow creation of new nodes w/o args.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 51 nodes = ANTLR3::CommonTreeNodeStream( r.tree )
52 nodes.token_stream = parser.input
53 walker = tree_grammar_module::TreeParser.new( nodes )
rewrites.rb 51 nodes = ANTLR3::CommonTreeNodeStream( r.tree )
52 nodes.token_stream = parser.input
53 walker = tree_grammar_module::TreeParser.new( nodes )
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 613 List nodes = policyNodes[k]; local
614 for (int l = 0; l < nodes.size(); l++)
616 PKIXPolicyNode node2 = (PKIXPolicyNode)nodes.get(l);
    [all...]
  /external/clang/
clang-tblgen-rules.mk 183 $(call transform-clang-td-to-out,clang-comment-nodes)
214 $(call transform-clang-td-to-out,clang-decl-nodes)
221 $(call transform-clang-td-to-out,clang-stmt-nodes)
  /external/opencv3/modules/objdetect/src/
cascadedetect.hpp 219 std::vector<DTreeNode> nodes; member in class:cv::CascadeClassifierImpl::Data
510 CascadeClassifierImpl::Data::DTreeNode* cascadeNodes = &cascade.data.nodes[0];
552 CascadeClassifierImpl::Data::DTreeNode* cascadeNodes = &cascade.data.nodes[0];
cascadedetect.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 528 CXFA_Object* pNode = resoveNodeRS.nodes[0];
781 int32_t iCount = rs.nodes.GetSize();
798 CXFA_Object* refObj = rs.nodes[i];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 351 List<INode> nodes = new ArrayList<INode>(selections.size()); local
353 nodes.add(item.getNode());
356 return nodes;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 400 public void select(final @NonNull Collection<INode> nodes) {
403 selectionManager.select(nodes);
404 // ALSO run an async select since immediately after nodes are created they
410 selectionManager.select(nodes);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp 217 int32_t CXFA_Node::GetNodeList(CXFA_NodeArray& nodes,
222 return nodes.GetSize();
228 nodes.Add(pChild);
230 GetNodeList(nodes, dwTypeFilter, eElementFilter, iLevel);
239 nodes.Add(pChild);
241 GetNodeList(nodes, dwTypeFilter, eElementFilter, iLevel);
256 nodes.Add(pChild);
259 nodes.Add(pChild);
263 nodes.Add(pChild);
267 nodes.Add(pChild);
    [all...]
  /external/v8/src/compiler/
scheduler.cc 90 // Control nodes that were not control-reachable from end may float.
125 // Control nodes force coupled uses to be placed.
158 // Make sure that control edges from coupled nodes are not counted.
161 // Tracking use counts for fixed nodes is useless.
164 // Use count for coupled nodes is summed up on their control.
181 // Make sure that control edges from coupled nodes are not counted.
184 // Tracking use counts for fixed nodes is useless.
187 // Use count for coupled nodes is summed up on their control.
230 // basic blocks for control nodes.
295 // Mark the connected control nodes as they are queued
1733 NodeVector* nodes = &(scheduled_nodes_[from->id().ToSize()]); local
    [all...]
  /external/libxml2/
xpath.c 82 * non-element nodes; actually it will speed up comparison only if
127 * with more than 10 millions nodes.
144 * Compare two nodes w.r.t document order.
145 * This one is optimized for handling of non-element nodes.
232 * TODO: why do we return 1 for namespace nodes?
288 * adjacent non-element nodes around.
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
esc.go 29 // Second, each function becomes two virtual nodes in the graph,
46 // visitBottomUp invokes analyze on the ODCLFUNC nodes listed in list.
167 // pointer-containing nodes and store them in dst->escflowsrc. For
406 dsts *NodeList // all dst nodes
411 noesc *NodeList // list of possible non-escaping nodes, for printing
413 opts []*Node // nodes with .Opt initialized
456 // visit the upstream of each dst, mark address nodes with
462 // for all top level functions, tag the typenodes corresponding to the param nodes
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 26 // Second, each function becomes two virtual nodes in the graph,
43 // visitBottomUp invokes analyze on the ODCLFUNC nodes listed in list.
164 // pointer-containing nodes and store them in dst->escflowsrc. For
403 dsts *NodeList // all dst nodes
408 noesc *NodeList // list of possible non-escaping nodes, for printing
410 opts []*Node // nodes with .Opt initialized
453 // visit the upstream of each dst, mark address nodes with
459 // for all top level functions, tag the typenodes corresponding to the param nodes
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
esc.go 29 // Second, each function becomes two virtual nodes in the graph,
46 // visitBottomUp invokes analyze on the ODCLFUNC nodes listed in list.
167 // pointer-containing nodes and store them in dst->escflowsrc. For
406 dsts *NodeList // all dst nodes
411 noesc *NodeList // list of possible non-escaping nodes, for printing
413 opts []*Node // nodes with .Opt initialized
456 // visit the upstream of each dst, mark address nodes with
462 // for all top level functions, tag the typenodes corresponding to the param nodes
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 26 // Second, each function becomes two virtual nodes in the graph,
43 // visitBottomUp invokes analyze on the ODCLFUNC nodes listed in list.
164 // pointer-containing nodes and store them in dst->escflowsrc. For
403 dsts *NodeList // all dst nodes
408 noesc *NodeList // list of possible non-escaping nodes, for printing
410 opts []*Node // nodes with .Opt initialized
453 // visit the upstream of each dst, mark address nodes with
459 // for all top level functions, tag the typenodes corresponding to the param nodes
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 
  /frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp 285 std::vector<sp<RenderNode>> nodes; local
290 nodes.push_back(TestUtils::createNode(100, 100, 700, 500, // 600x400
297 nodes.push_back(TestUtils::createNode(0, 0, 800, 600,
303 nodes.push_back(TestUtils::createNode(0, 0, 800, 600,
308 for (auto& node : nodes) {
314 frameBuilder.deferRenderNodeScene(nodes, contentDrawBounds);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_modulegraph.py 627 for node in graph.nodes():
758 self.assertEqual(list(graph.nodes()), [])
780 modules = [node.identifier for node in graph.nodes()]
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js     [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 464 // focus instead fetching all provider nodes to do the search here.
    [all...]
  /art/compiler/
Android.mk 63 optimizing/nodes.cc \

Completed in 1989 milliseconds

<<21222324252627282930>>