HomeSort by relevance Sort by last modified time
    Searched full:node2 (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /frameworks/base/libs/hwui/tests/unit/
DamageAccumulatorTests.cpp 91 RenderNode node2; local
92 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100);
93 node2.animatorProperties().updateMatrix();
94 da.pushTransform(&node2);
112 RenderNode node2; local
113 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100);
114 node2.animatorProperties().setClipToBounds(false);
115 node2.animatorProperties().setRotationX(1.0f);
116 node2.animatorProperties().setRotationY(1.0f);
117 node2.animatorProperties().setRotation(20.0f)
    [all...]
  /external/libxml2/include/libxml/
debugXML.h 128 * @node2: a second node
137 xmlNodePtr node2);
148 xmlNodePtr node2);
153 xmlNodePtr node2);
158 xmlNodePtr node2);
163 xmlNodePtr node2);
171 xmlNodePtr node2);
176 xmlNodePtr node2);
181 xmlNodePtr node2);
188 xmlNodePtr node2);
    [all...]
  /external/libweave/src/notification/
xml_node_unittest.cc 63 <node1 id="1"><node2 id="2"><node3 id="3"/></node2></node1>
64 <node2 id="4"><node3 id="5"/></node2>
66 <node2 id="7"><node4 id="8"><node3 id="9"/></node4></node2>
133 const XmlNode* node = node_->FindFirstChild("node2/node3", false);
138 node = node_->FindFirstChild("node2/node3", true);
143 node = node_->FindFirstChild("node1/node2/node3", false);
148 node = node_->FindFirstChild("node1/node2/node3", true)
    [all...]
xml_node.h 65 // <node1 id="1"><node2 id="2"><node3 id="3"/></node2></node1>
66 // <node2 id="4"><node3 id="5"/></node2>
68 // <node2 id="7"><node4 id="8"><node3 id="9"/></node4></node2>
72 // FindChildren("node2/node3", false) -> {"5"}.
73 // FindChildren("node2/node3", true) -> {"3", "5"}.
  /external/libxml2/doc/examples/
tree2.res 5 <node2/>
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMOrder.java 36 * -- that is, if node1.getUid()<node2.getUid(), node1 comes before
37 * node2, and if they're equal node1 and node2 are the same node. No
DOM2Helper.java 212 * Figure out whether node2 should be considered as being later
223 * @param node2 DOM Node to perform position comparison on .
225 * @return false if node2 comes before node1, otherwise return true.
227 * <code>(node1.documentOrderPosition &lt;= node2.documentOrderPosition)</code>.
229 public static boolean isNodeAfter(Node node1, Node node2)
234 if(node1 instanceof DOMOrder && node2 instanceof DOMOrder)
237 int index2 = ((DOMOrder) node2).getUid();
246 return DOMHelper.isNodeAfter(node1, node2);
  /external/libxml2/os400/libxmlrpg/
debugXML.rpgle 144 * @node2: a second node
166 d node2 value like(xmlNodePtr)
172 d node2 value like(xmlNodePtr)
178 d node2 value like(xmlNodePtr)
184 d node2 value like(xmlNodePtr)
195 d node2 value like(xmlNodePtr)
201 d node2 value like(xmlNodePtr)
207 d node2 value like(xmlNodePtr)
216 d node2 value like(xmlNodePtr)
223 d node2 value like(xmlNodePtr
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
animation-node.js 97 var node2 = webAnimations1.AnimationNode(timing2);
100 assert.closeTo(node2(100), 0.8, 0.005);
102 assert.closeTo(node2(600), 1, 0.005);
104 assert.closeTo(node2(700), 0.99, 0.005);
106 assert.closeTo(node2(1600), 0, 0.005);
108 assert.closeTo(node2(4000), 0.68, 0.005);
110 assert.closeTo(node2(4100), 0.8, 0.005);
112 assert.closeTo(node2(6000), 0.8, 0.005);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternParser.cs 145 object node2;
146 node2 = adaptor.Create(treeNodeType, text);
147 if (label != null && node2.GetType() == typeof(TreeWizard.TreePattern)) {
148 ((TreeWizard.TreePattern)node2).label = label;
150 if (arg != null && node2.GetType() == typeof(TreeWizard.TreePattern)) {
151 ((TreeWizard.TreePattern)node2).hasTextArg = true;
153 return node2;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternParser.cs 170 object node2;
171 node2 = adaptor.Create( treeNodeType, text );
172 if ( label != null && node2.GetType() == typeof( TreeWizard.TreePattern ) )
174 ( (TreeWizard.TreePattern)node2 ).label = label;
176 if ( arg != null && node2.GetType() == typeof( TreeWizard.TreePattern ) )
178 ( (TreeWizard.TreePattern)node2 ).hasTextArg = true;
180 return node2;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
contents.html 9 <link rel="next" href="node2.html" />
12 <link rel="next" href="node2.html" />
29 href="node2.html"><img src='next.png'
45 <a class="sectref" rel="next" href="node2.html">1. Reference</a>
56 <li><a href="node2.html">1. Reference</a>
80 href="node2.html"><img src='next.png'
96 <a class="sectref" rel="next" href="node2.html">1. Reference</a>
module-httplib2.html 9 <link rel="prev" href="node2.html" />
10 <link rel="parent" href="node2.html" />
22 href="node2.html"><img src='previous.png'
25 href="node2.html"><img src='up.png'
41 <a class="sectref" rel="prev" href="node2.html">1. Reference</a>
43 <a class="sectref" rel="parent" href="node2.html">1. Reference</a>
248 href="node2.html"><img src='previous.png'
251 href="node2.html"><img src='up.png'
267 <a class="sectref" rel="prev" href="node2.html">1. Reference</a>
269 <a class="sectref" rel="parent" href="node2.html">1. Reference</a
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/composer/
ComposerImplTest.java 36 Node node2 = yaml.compose(new StringReader(data2)); local
37 assertNotNull(node2);
38 assertFalse(node.equals(node2));
  /external/selinux/libsemanage/src/
node_internal.h 53 const semanage_node_t ** node2);
node_record.c 38 const semanage_node_t * node2)
41 return sepol_node_compare2(node, node2);
47 const semanage_node_t ** node2)
50 return sepol_node_compare2(*node, *node2);
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 201 xmlNodePtr node2 = node1->xmlChildrenNode; local
202 while (node2) //loop all elements in <Route Type="SecElemSelectedRoutes" ...
204 if (xmlStrcmp(node2->name, (const xmlChar*) "Proto")==0)
205 importProtocolRoute (node2, mSecElemRouteDatabase);
206 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0)
207 importTechnologyRoute (node2, mSecElemRouteDatabase);
208 node2 = node2->next;
214 xmlNodePtr node2 = node1->xmlChildrenNode; local
215 while (node2) //loop all elements in <Route Type="DefaultRoutes" ..
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 106 CvVoronoiNodeInt* node2; member in struct:CvVoronoiSiteInt
117 CvVoronoiNodeInt* node2; member in struct:CvVoronoiEdgeInt
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-debugXML.html 51 int <a href="#xmlShellSave">xmlShellSave</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * filename, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
53 int <a href="#xmlShellWrite">xmlShellWrite</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * filename, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
54 int <a href="#xmlShellDu">xmlShellDu</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * arg, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> tree, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
55 int <a href="#xmlShellValidate">xmlShellValidate</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * dtd, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
58 typedef int <a href="#xmlShellCmd">xmlShellCmd</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * arg, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
59 int <a href="#xmlShellLoad">xmlShellLoad</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * filename, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
61 int <a href="#xmlShellBase">xmlShellBase</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * arg, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
62 int <a href="#xmlShellCat">xmlShellCat</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * arg, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
67 int <a href="#xmlShellPwd">xmlShellPwd</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * buffer, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
73 int <a href="#xmlShellDir">xmlShellDir</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br/> char * arg, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
    [all...]
  /external/libxml2/doc/html/
libxml-debugXML.html 30 <pre class="programlisting">int <a href="#xmlShellBase">xmlShellBase</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * arg, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre>
31 <pre class="programlisting">int <a href="#xmlShellCat">xmlShellCat</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * arg, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre>
33 int <a href="#xmlShellCmd">xmlShellCmd</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * arg, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)
35 <pre class="programlisting">int <a href="#xmlShellDir">xmlShellDir</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * arg, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre>
36 <pre class="programlisting">int <a href="#xmlShellDu">xmlShellDu</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * arg, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> tree, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre>
37 <pre class="programlisting">int <a href="#xmlShellList">xmlShellList</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * arg, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre>
38 <pre class="programlisting">int <a href="#xmlShellLoad">xmlShellLoad</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * filename, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre>
42 <pre class="programlisting">int <a href="#xmlShellPwd">xmlShellPwd</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * buffer, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre>
46 <pre class="programlisting">int <a href="#xmlShellSave">xmlShellSave</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * filename, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre>
47 <pre class="programlisting">int <a href="#xmlShellValidate">xmlShellValidate</a> (<a href="libxml-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br /> char * dtd, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2)</pre
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
YamlComposeTest.java 45 ScalarNode node2 = (ScalarNode) node.getValue().get(0).getValueNode(); local
46 assertEquals("56", node2.getValue());
  /external/v8/test/cctest/
test-profile-generator.cc 144 ProfileNode* node2 = helper.Walk(&entry1, &entry2); local
145 CHECK(node2);
146 CHECK_NE(node1, node2);
147 CHECK_EQ(0u, node2->self_ticks());
153 CHECK_NE(node2, node3);
158 CHECK_EQ(node2, helper.Walk(&entry1, &entry2));
161 CHECK_EQ(0u, node2->self_ticks());
172 CHECK_EQ(node2, helper.Walk(&entry1, &entry2));
222 ProfileNode* node2 = flat_helper.Walk(&entry1, &entry2); local
223 CHECK(node2);
394 ProfileNode* node2 = top_down_test_helper.Walk(entry1, entry1); local
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 175 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(Ra); local
180 &G.getNodeMetadata(node2).getAllowedRegs();
182 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2);
203 G.addEdge(node1, node2, std::move(costs));
207 if (G.getEdgeNode1Id(edge) == node2) {
208 std::swap(node1, node2);
274 PBQPRAGraph::NodeId node2 = G.getMetadata().getNodeIdForVReg(r); local
276 &G.getNodeMetadata(node2).getAllowedRegs();
278 PBQPRAGraph::EdgeId edge = G.findEdge(node1, node2);
284 if (G.getEdgeNode1Id(edge) == node2) {
    [all...]
  /external/selinux/libsemanage/include/semanage/
node_record.h 26 const semanage_node_t * node2);
  /external/selinux/libsepol/src/
node_record.c 345 int sepol_node_compare2(const sepol_node_t * node, const sepol_node_t * node2)
350 if ((node->addr_sz < node2->addr_sz) ||
351 (node->mask_sz < node2->mask_sz))
354 else if ((node->addr_sz > node2->addr_sz) ||
355 (node->mask_sz > node2->mask_sz))
358 rc1 = memcmp(node->addr, node2->addr, node->addr_sz);
359 rc2 = memcmp(node->mask, node2->mask, node->mask_sz);

Completed in 403 milliseconds

1 2 3 4 5 6