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

1 2 3 4 5 6 7 8 9

  /external/dtc/tests/
prop-after-subnode.dts 7 node2 {
dup-phandle.dts 7 node2 {
reuse-label1.dts 7 label: node2 {
reuse-label.dts 12 label: node2 {
path-references.dts 8 ref = &{/node2}; /* reference precedes target */
11 n2: node2 {
references.dts 9 ref = <&{/node2}>; /* reference precedes target */
12 n2: node2 {
multilabel_merge.dts 11 ref = <&{/node2}>; /* reference precedes target */
14 node2 {
51 ny: n2: node2 {
multilabel.dts 13 ref = <&{/node2}>; /* reference precedes target */
16 ny: n2: node2 {
path-references.c 77 n2 = fdt_path_offset(fdt, "/node2");
79 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2));
81 check_ref(fdt, n1, "/node2");
85 multilen = strlen("/node1") + strlen("/node2") + 2;
92 if ((!streq(p, "/node1") || !streq(p + strlen("/node1") + 1, "/node2")))
  /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/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
ast_unittest.py 51 node2 = ast.NodeBase()
52 self.assertEquals(node1, node2)
53 self.assertEquals(node2, node1)
56 self.assertFalse(node1 != node2)
57 self.assertFalse(node2 != node1)
63 self.assertIsNone(node2.filename)
64 self.assertIsNone(node2.lineno)
84 node2 = _TestNode(2, filename="foo.mojom", lineno=2)
99 nodelist3 = _TestNodeList([node2]) # Contains: 2.
100 self.assertEquals(nodelist3.items, [node2])
    [all...]
  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/widget/
DirectedAcyclicGraphTest.java 115 final TestNode node2 = new TestNode("2"); local
118 mGraph.addNode(node2);
122 mGraph.addEdge(node2, edge);
124 // Now assert the getOutgoingEdges returns a list which has 2 elements (node1 & node2)
129 assertTrue(outgoingEdges.contains(node2));
150 final TestNode node2 = new TestNode("2"); local
153 mGraph.addNode(node2);
162 assertFalse(mGraph.contains(node2));
169 final TestNode node2 = new TestNode("B"); local
175 mGraph.addNode(node2);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Rm.c 75 EFI_SHELL_FILE_INFO *Node2;
113 for (Node2 = (EFI_SHELL_FILE_INFO *)GetFirstNode(&List->Link)
114 ; !IsNull(&List->Link, &Node2->Link)
115 ; Node2 = (EFI_SHELL_FILE_INFO *)GetNextNode(&List->Link, &Node2->Link)
120 if (StrCmp(Node2->FileName, L".") == 0 || StrCmp(Node2->FileName, L"..") == 0) {
123 Node2->Status = gEfiShellProtocol->OpenFileByName (Node2->FullName, &Node2->Handle, EFI_FILE_MODE_READ|EFI_FILE_MODE_WRITE);
    [all...]
  /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
  /external/libxml2/os400/libxmlrpg/
debugXML.rpgle 147 * @node2: a second node
170 d node2 value like(xmlNodePtr)
177 d node2 value like(xmlNodePtr)
184 d node2 value like(xmlNodePtr)
191 d node2 value like(xmlNodePtr)
203 d node2 value like(xmlNodePtr)
210 d node2 value like(xmlNodePtr)
217 d node2 value like(xmlNodePtr)
227 d node2 value like(xmlNodePtr)
235 d node2 value like(xmlNodePtr
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/
compose1.dot 5 N2 [label="dest\n15 (15.00%)\nof 25 (25.00%)" id="node2" fontsize=24 shape=box tooltip="dest (25)" color="#b23c00" fillcolor="#edddd5"]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/
compose1.dot 5 N2 [label="dest\n15 (15.00%)\nof 25 (25.00%)" id="node2" fontsize=24 shape=box tooltip="dest (25)" color="#b23c00" fillcolor="#edddd5"]
  /frameworks/base/cmds/statsd/tests/
LogEvent_test.cpp 35 AttributionNodeInternal node2; local
36 node2.set_uid(2000);
37 node2.set_tag("tag2");
38 nodes.push_back(node2);
105 AttributionNodeInternal node2; local
106 node2.set_uid(2000);
107 node2.set_tag("tag2");
108 nodes.push_back(node2);
  /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/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));
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
CertUtilsTest.java 59 + " <node2>"
60 + " <node1> node2-node1-1</node1>"
61 + " <node1>node2-node1-2 </node1>"
63 + " <node1> node2-node1-3 </node1>"
64 + " </node2>"
158 assertThat(CertUtils.getXmlNodeContents(CertUtils.MUST_EXIST_UNENFORCED, root, "node2", "node1"))
159 .containsExactly("node2-node1-1", "node2-node1-2", "node2-node1-3");
167 CertUtils.MUST_EXIST_UNENFORCED, root, "node2", "node-not-exist")
    [all...]
  /external/selinux/libsemanage/src/
node_internal.h 53 const semanage_node_t ** node2);

Completed in 1061 milliseconds

1 2 3 4 5 6 7 8 9