Searched defs:root (Results 1 - 25 of 138) sorted by relevance

123456

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dserialize.py11 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
14 <root><foo>hello</foo></root>
20 <root><foo>hello</foo></root>
26 <root>
28 </root>
34 <root>
36 </root>
44 root = doc.getRootElement() variable
112 root = doc.getRootElement() variable
[all...]
H A DcompareNodes.py11 doc = libxml2.parseDoc("""<root><foo/></root>""")
12 root = doc.getRootElement() variable
15 foonode1 = root.children
16 foonode2 = root.children
22 if not ( foonode1 != root ):
25 if not ( foonode1 != root ):
34 if not (hash(foonode1) != hash(root)):
37 if hash(foonode1) == hash(root):
H A Dtst.py12 root = doc.children variable
13 if root.name != "doc":
14 print "root.name failed"
16 child = root.children
H A Dpush.py15 root = doc.children variable
16 if root.name != "foo":
17 print "root element name error"
H A Dresolver.py15 root = doc.children variable
16 if root.name != "foo":
17 print "root element name error"
24 root = doc.children
25 if root.name != "foo":
26 print "root element name error"
H A Dbuild.py13 root = doc.newChild(None, "doc", None) variable
14 ns = root.newNs("http://example.com/doc", "my")
15 root.setNs(ns)
16 elem = root.newChild(None, "foo", "bar")
32 root = pi.next variable
33 if root.name != "doc":
34 print "error rereading root"
36 ns = root.ns()
40 elem = root.children
H A Dnsdel.py47 root = doc.newChild(None, "root", None) variable
48 namespace = root.newNs("http://example.com/sample", "s")
49 child = root.newChild(namespace, "child", None)
50 root.removeNsDef("http://example.com/sample")
51 doc.reconciliateNs(root)
H A Dvalidate.py17 root = doc.children variable
18 if root.name != "doc":
19 print "root.name failed"
53 root = doc.children variable
54 if root.name != "doc":
55 print "root.name failed"
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dscrnsaver.h42 Window root; /* root window of event screen */ member in struct:__anon2862
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DpanoramiX.h60 char root; member in struct:__anon9452::__anon9453::__anon9454
66 Bool root; member in struct:__anon9452::__anon9453::__anon9456
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DpanoramiX.h60 char root; member in struct:__anon4978::__anon4979::__anon4980
66 Bool root; member in struct:__anon4978::__anon4979::__anon4982
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DpanoramiX.h59 char root; member in struct:__anon6828::__anon6829::__anon6830
65 Bool root; member in struct:__anon6828::__anon6829::__anon6832
78 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DpanoramiX.h59 char root; member in struct:__anon7146::__anon7147::__anon7148
65 Bool root; member in struct:__anon7146::__anon7147::__anon7150
78 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DpanoramiX.h60 char root; member in struct:__anon5290::__anon5291::__anon5292
66 Bool root; member in struct:__anon5290::__anon5291::__anon5294
79 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DpanoramiX.h60 char root; member in struct:__anon5602::__anon5603::__anon5604
66 Bool root; member in struct:__anon5602::__anon5603::__anon5606
79 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DpanoramiX.h59 char root; member in struct:__anon5912::__anon5913::__anon5914
65 Bool root; member in struct:__anon5912::__anon5913::__anon5916
78 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DpanoramiX.h59 char root; member in struct:__anon6215::__anon6216::__anon6217
65 Bool root; member in struct:__anon6215::__anon6216::__anon6219
78 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DpanoramiX.h59 char root; member in struct:__anon6513::__anon6514::__anon6515
65 Bool root; member in struct:__anon6513::__anon6514::__anon6517
78 #define IS_ROOT_DRAWABLE(d) (((d)->type == XRT_WINDOW) && (d)->u.win.root)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dast.c98 * node the root for the current sibling list. If a root node already
99 * exists, make the newly-created node the root of the current root.
125 /* Apply function to root then each sibling
146 void (*before)(AST *), /* apply this to root of subtree before preordering it */
147 void (*after)(AST *)) /* apply this to root of subtree after preordering it */
152 (*before)(), /* apply this to root of subtree before preordering it */
153 (*after)(); /* apply this to root of subtree after preordering it */
239 /* build a tree (root child
259 AST *root; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DregExport.cpp51 static void display( nsIRegistry *reg, nsRegistryKey root, const char *name );
52 static void displayValues( nsIRegistry *reg, nsRegistryKey root );
159 void display( nsIRegistry *reg, nsRegistryKey root, const char *rootName ) { argument
163 // Make sure it isn't a "root" key.
164 if ( root != nsIRegistry::Common
166 root != nsIRegistry::Users
168 root != nsIRegistry::CurrentUser ) {
170 displayValues( reg, root );
175 nsresult rv = reg->EnumerateSubtrees( root, &keys );
205 rv = reg->GetSubtreeRaw( root, nam
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
114 /* bound code lengths, force root to be within code lengths */
115 root = *bits;
118 if (root > max) root
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DpanoramiX.h66 char root; member in struct:__anon7453::__anon7454::__anon7455
73 Bool root; member in struct:__anon7453::__anon7454::__anon7457
90 if ((a).root == WindowTable[_j]->drawable.id) \
94 (a).root = WindowTable[0]->drawable.id; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DpanoramiX.h65 char root; member in struct:__anon7828::__anon7829::__anon7830
72 Bool root; member in struct:__anon7828::__anon7829::__anon7832
89 if ((a).root == WindowTable[_j]->drawable.id) \
93 (a).root = WindowTable[0]->drawable.id; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DpanoramiX.h65 char root; member in struct:__anon8182::__anon8183::__anon8184
72 Bool root; member in struct:__anon8182::__anon8183::__anon8186
89 if ((a).root == WindowTable[_j]->drawable.id) \
93 (a).root = WindowTable[0]->drawable.id; \

Completed in 74 milliseconds

123456