/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
TCsOpen.java | 3 package com.google.clearsilver.jsilver.syntax.node;
|
TData.java | 3 package com.google.clearsilver.jsilver.syntax.node;
|
TDecNumber.java | 3 package com.google.clearsilver.jsilver.syntax.node;
|
TElseIf.java | 3 package com.google.clearsilver.jsilver.syntax.node;
|
THardDelimiter.java | 3 package com.google.clearsilver.jsilver.syntax.node;
|
THexNumber.java | 3 package com.google.clearsilver.jsilver.syntax.node;
|
TString.java | 3 package com.google.clearsilver.jsilver.syntax.node;
|
TWord.java | 3 package com.google.clearsilver.jsilver.syntax.node;
|
/external/libxml2/doc/examples/ |
tree2.c | 29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ local 37 * Creates a new document, a node and set it as a root node 49 * xmlNewChild() creates a new node, which is "attached" as child node 50 * of root_node node. 53 BAD_CAST "content of node 1"); 55 * The same as above, but the new child node doesn't have a content 60 * xmlNewProp() creates attributes, which is "attached" to an node [all...] |
/external/libxml2/python/tests/ |
nsdel.py | 12 def namespaceDefs(node): 13 n = node.nsDefs() 18 def checkNamespaceDefs(node, count): 19 nsList = list(namespaceDefs(node)) 29 node = doc.getRootElement() variable 30 checkNamespaceDefs(node, 3) 31 ns = node.removeNsDef('urn:bar') 32 checkNamespaceDefs(node, 2) 38 node = doc.getRootElement() variable 39 checkNamespaceDefs(node, 3 [all...] |
xpathret.py | 17 # test returning a node set works as expected 21 node = mydoc.newDocText(str) 22 parent.addChild(node) 35 node = res[0] variable 36 if node.name != 'p': 39 node = node.children variable 40 if node.type != 'text': 43 if node.content != 'hello':
|
/external/selinux/libsepol/cil/src/ |
cil_parser.c | 49 struct cil_tree_node *node = NULL; local 66 cil_tree_node_init(&node); 67 node->parent = current; 68 node->flavor = CIL_NODE; 69 node->line = tok.line; 70 node->path = path; 72 current->cl_head = node; 74 current->cl_tail->next = node; 76 current->cl_tail = node; 77 current = node; [all...] |
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/ |
SmaliUsageTargetProvider.java | 63 ASTNode node = element.getNode(); local 64 if (node == null) { 68 if (node.getElementType() == SmaliTokens.PARAM_LIST_OR_ID_PRIMITIVE_TYPE) {
|
/external/webrtc/webrtc/libjingle/xmpp/ |
discoitemsquerytask.h | 18 // node='blah '/> 28 // node='blah'> 46 std::string node; member in struct:buzz::DiscoItem 53 const Jid& to, const std::string& node); 58 static XmlElement* MakeRequest(const std::string& node);
|
/frameworks/base/core/java/android/content/ |
UriMatcher.java | 125 * Creates the root node of the URI tree. 177 UriMatcher node = this; local 180 ArrayList<UriMatcher> children = node.mChildren; 187 node = child; 202 node.mChildren.add(child); 203 node = child; 206 node.mCode = code; 214 * @return The code for the matched node (added using addURI), 215 * or -1 if there is no matched node. 222 UriMatcher node = this [all...] |
/frameworks/base/libs/hwui/tests/unit/ |
LayerUpdateQueueTests.cpp | 32 // sync node properties, so properties() reflects correct width and height 34 sp<RenderNode> node = TestUtils::createNode(0, 0, width, height, nullptr); local 35 TestUtils::syncHierarchyPropertiesAndDisplayList(node); 36 return node;
|
RenderNodeTests.cpp | 39 EXPECT_TRUE(child->hasParents()) << "Child node has no parent"; 40 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents"; 47 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents"; 52 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents"; 70 auto node = TestUtils::createNode(0, 0, 200, 400, local 75 TestUtils::syncHierarchyPropertiesAndDisplayList(node); 78 TestUtils::recordNode(*node, [&](TestCanvas& canvas) { 84 TestUtils::syncHierarchyPropertiesAndDisplayList(node); 87 TestUtils::recordNode(*node, [](TestCanvas& canvas) {}); 89 TestUtils::syncHierarchyPropertiesAndDisplayList(node); [all...] |
/frameworks/compile/mclinker/lib/Core/ |
InputTree.cpp | 26 pMover.connect(pRoot, pTree.m_Root.node.right); 29 pTree.m_Root.node.left = pTree.m_Root.node.right = &pTree.m_Root.node; 36 NodeBase* node = createNode(); local 37 pMover.connect(pRoot, node); 44 BinaryTree<Input>::node_type* node = createNode(); local 45 node->data = &pInput; 46 pMover.connect(pRoot, node);
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
attribute_container.h | 21 struct list_head node; member in struct:attribute_container
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
attribute_container.h | 21 struct list_head node; member in struct:attribute_container
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
attribute_container.h | 21 struct list_head node; member in struct:attribute_container
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
attribute_container.h | 21 struct list_head node; member in struct:attribute_container
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
attribute_container.h | 21 struct list_head node; member in struct:attribute_container
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
attribute_container.h | 21 struct list_head node; member in struct:attribute_container
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
attribute_container.h | 21 struct list_head node; member in struct:attribute_container
|