HomeSort by relevance Sort by last modified time
    Searched defs:node (Results 401 - 425 of 515) sorted by null

<<11121314151617181920>>

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 944 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
958 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
1032 PKIXPolicyNode node = (PKIXPolicyNode)nodes_i.next(); local
1433 PKIXPolicyNode node = (PKIXPolicyNode)nodes.get(k); local
1458 PKIXPolicyNode node = (PKIXPolicyNode)nodes.get(j); local
2514 PKIXPolicyNode node = (PKIXPolicyNode)nodes.get(k); local
2594 PKIXPolicyNode node = (PKIXPolicyNode)nodes.get(k); local
    [all...]
  /external/chromium/third_party/icu/source/common/
triedict.cpp 59 // Node structure for the ternary, uncompressed trie
72 kEndsWord = 0x0001 // This node marks the end of a valid word
93 // Start the trie off with something. Having the root node already present
265 TernaryNode *fRoot; // Root node
297 TernaryNode *node = (TernaryNode *) fNodeStack.peek(); local
305 if (node->low != NULL) {
307 node = (TernaryNode *) fNodeStack.push(node->low, status);
312 emit = node->flags > 0;
313 equal = (node->equal != NULL)
687 const CompactTrieNode *node = getCompactNode(fInfo, fInfo->root); local
823 const CompactTrieNode *node = getCompactNode(fInfo, fNodeStack.peeki()); local
1145 CompactTrieVerticalNode *node = (CompactTrieVerticalNode *)(bytes+offset); local
1382 BuildCompactTrieNode *node; local
1508 BuildCompactTrieNode *node; local
1629 const CompactTrieNode *node = getCompactNode(header, nodeIdx); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
zstrfmt.cpp 225 fNodes[0].clear(); // Init root node.
242 CharacterNode *node = fNodes; local
245 node = addChildNode(node, keyBuffer[index], status);
247 node->addValue(value, status);
253 return FALSE; // We use 16-bit node indexes.
300 // Insert a new child node with c in sorted order.
301 CharacterNode *node = fNodes + fNodesCount; local
302 node->clear();
303 node->fCharacter = c
    [all...]
  /external/clearsilver/cs/
csparse.c 78 static NEOERR *literal_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
80 static NEOERR *name_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
82 static NEOERR *var_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
85 static NEOERR *lvar_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
87 static NEOERR *if_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
92 static NEOERR *each_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
93 static NEOERR *with_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
97 static NEOERR *linclude_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
99 static NEOERR *skip_eval (CSPARSE *parse, CSTREE *node, CSTREE **next);
101 static NEOERR *call_eval (CSPARSE *parse, CSTREE *node, CSTREE **next)
373 CS_ERROR *node; local
1466 CSTREE *node; local
1494 CSTREE *node; local
1531 CSTREE *node; local
1606 CSTREE *node; local
1648 CSTREE *node; local
1675 CSTREE *node; local
1702 CSTREE *node; local
1729 CSTREE *node; local
1786 CSTREE *node; local
2618 CSTREE *node; local
2827 CSTREE *node; local
3002 CSTREE *node; local
3233 CSTREE *node; local
3334 CSTREE *node; local
3532 CSTREE *node; local
4324 CSTREE *node; local
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 366 dbus_bool_t (* construct) (TestTypeNode *node);
367 void (* destroy) (TestTypeNode *node);
369 dbus_bool_t (* write_value) (TestTypeNode *node,
373 dbus_bool_t (* read_value) (TestTypeNode *node,
376 dbus_bool_t (* set_value) (TestTypeNode *node,
380 dbus_bool_t (* build_signature) (TestTypeNode *node,
382 dbus_bool_t (* write_multi) (TestTypeNode *node,
387 dbus_bool_t (* read_multi) (TestTypeNode *node,
403 static dbus_bool_t int16_write_value (TestTypeNode *node,
407 static dbus_bool_t int16_read_value (TestTypeNode *node,
938 TestTypeNode *node; local
1557 TestTypeNode *node; local
1761 TestTypeNode *node; local
1774 TestTypeNode *node; local
1861 TestTypeNode *node; local
1889 TestTypeNode *node; local
1907 TestTypeNode *node; local
    [all...]
  /external/grub/netboot/
etherboot.h 256 unsigned char node[6]; member in struct:arptable_t
  /external/gtest/src/
gtest-internal-inl.h 215 // ListNode is a node in a singly-linked list. It consists of an
216 // element and a pointer to the next node. The last node in the list
230 // Creates a node with a given element value. The next pointer is
242 // Gets the element in this node.
246 // Gets the next node in the list.
266 // 1. Deletes every node.
267 ListNode<E> * node = head_; local
268 ListNode<E> * next = node->next();
270 delete node;
    [all...]
  /external/icu4c/i18n/
zstrfmt.cpp 239 // We defer actually building the TextTrieMap node structure until the first time a
266 fNodes[0].clear(); // Init root node.
283 CharacterNode *node = fNodes; local
286 node = addChildNode(node, keyBuffer[index], status);
288 node->addValue(value, status);
294 return FALSE; // We use 16-bit node indexes.
341 // Insert a new child node with c in sorted order.
342 CharacterNode *node = fNodes + fNodesCount; local
343 node->clear()
    [all...]
  /external/kernel-headers/original/linux/
pci.h 112 struct list_head global_list; /* node in list of all PCI devices */
113 struct list_head bus_list; /* node in per-bus list */
225 struct list_head node; /* node in list of buses */ member in struct:pci_bus
252 #define pci_bus_b(n) list_entry(n, struct pci_bus, node)
343 struct list_head node; member in struct:pci_driver
  /external/libxml2/
catalog.c 231 * @node: the context node
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error,
242 __xmlRaiseError(NULL, NULL, NULL, catal, node, XML_FROM_CATALOG,
530 * @cgroup: group node for group members
537 xmlNodePtr node; local
556 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
557 xmlSetProp(node, BAD_CAST "catalog", cur->value);
558 xmlAddChild(catalog, node);
563 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL)
    [all...]
valid.c 132 * @node: the node raising the error
142 xmlNodePtr node, xmlParserErrors error,
163 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
175 * @node: the node raising the error
185 xmlNodePtr node, xmlParserErrors error,
206 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
216 * @node: the node raising the erro
268 xmlNodePtr node; \/* pointer to the current node *\/ member in struct:_xmlValidState
353 xmlNodePtr node; \/* pointer to the current node in the list *\/ member in struct:_xmlValidState
    [all...]
xmllint.c 2348 xmlNodePtr node; local
    [all...]
  /external/openssl/apps/
apps.c 2427 X509_POLICY_NODE *node; local
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.h 556 const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node);
559 X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node); variable
561 X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
  /external/openssl/include/openssl/
x509_vfy.h 556 const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node);
559 X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node); variable
561 X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
  /external/qemu/android/
console.c 196 ControlClient node = *pnode; local
197 if ( node == NULL )
199 if ( node == client ) {
200 *pnode = node->next;
201 node->next = NULL;
204 pnode = &node->next;
    [all...]
  /external/tcpdump/
print-snmp.c 283 struct obj *node; /* pointer into object table */ member in struct:obj_abrev
689 for (; a->node; a++) {
692 objp = a->node->child;
    [all...]
  /external/tinyxml/
tinyxml.h 180 /** Return the position, in the original source file, of this node or attribute.
378 Nodes have siblings, a parent, and children. A node can be
400 a node to a stream is very well defined. You'll get a nice stream
413 /// Appends the XML node or attribute to a std::string.
459 /** Changes the value of the node. Defined as:
479 /// Delete all the children of this node. Does not affect 'this'.
486 const TiXmlNode* FirstChild() const { return firstChild; } ///< The first child of this node. Will be null if there are no children.
488 const TiXmlNode* FirstChild( const char * value ) const; ///< The first child of this node with the matching 'value'. Will be null if none found.
489 TiXmlNode* FirstChild( const char * value ); ///< The first child of this node with the matching 'value'. Will be null if none found.
491 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children
1503 TiXmlNode* node; member in class:TiXmlHandle
    [all...]
  /external/v8/src/
spaces.cc 1625 FreeListNode* node = FreeListNode::FromAddress(start); local
1661 FreeListNode* node = FreeListNode::FromAddress(free_[index].head_node_); local
1759 FreeListNode* node = FreeListNode::FromAddress(start); local
1773 FreeListNode* node = FreeListNode::FromAddress(head_); local
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 173 Node* node = renderObject->renderer()->node(); local
174 if (node && node->isHTMLElement()) {
176 String alt = static_cast<HTMLElement*>(node)->getAttribute(HTMLNames::altAttr);
188 Node* node = 0; local
190 node = static_cast<AccessibilityRenderObject*>(coreObject)->renderer()->node();
443 Node* node = static_cast<AccessibilityRenderObject*>(axObject)->renderer()->node(); local
1479 Node* node = static_cast<AccessibilityRenderObject*>(accTable)->renderer()->node(); local
1773 Node* node = static_cast<AccessibilityRenderObject*>(realObject)->renderer()->node(); local
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 104 Document* document = position.node() ? position.node()->document() : 0;
116 if (isTabSpanTextNode(position.node()) || isTabSpanNode((position.node())))
266 bool isStyleSpan(const Node *node)
268 if (!node || !node->isHTMLElement())
271 const HTMLElement* elem = static_cast<const HTMLElement*>(node);
275 static bool isUnstyledStyleSpan(const Node* node
1048 Node* node = start.node(); local
1461 Node* node = start.node(); local
1712 Node* node = startNode; local
    [all...]
TextIterator.cpp 152 static inline Node* parentCrossingShadowBoundaries(Node* node)
154 if (Node* parent = node->parentNode())
156 return node->shadowParentNode();
161 static unsigned depthCrossingShadowBoundaries(Node* node)
164 for (Node* parent = parentCrossingShadowBoundaries(node); parent; parent = parentCrossingShadowBoundaries(parent)
927 Node* TextIterator::node() const function in class:WebCore::TextIterator
    [all...]
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 150 bool HTMLMediaElement::checkDTD(const Node* newChild)
505 Node* node; local
506 for (node = firstChild(); node; node = node->nextSibling()) {
507 if (node->hasTagName(sourceTag))
511 if (!node) {
709 for (Node* node = firstChild(); node; node = node->nextSibling())
1373 Node* node; local
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp 227 // for now prevent crashes here by never targeting a node in such a frame.
228 static bool canPassNodeToJavaScript(Node* node)
230 if (!node)
232 Frame* frame = node->document()->frame();
236 void InspectorController::inspect(Node* node)
238 if (!canPassNodeToJavaScript(node) || !enabled())
243 if (node->nodeType() != Node::ELEMENT_NODE && node->nodeType() != Node::DOCUMENT_NODE
1832 Node* node = m_domAgent->nodeForId(id); local
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 115 static inline void scrollAndAcceptEvent(float delta, ScrollDirection positiveDirection, ScrollDirection negativeDirection, PlatformWheelEvent& e, Node* node, Node** stopNode)
121 RenderBox* enclosingBox = node->renderer()->enclosingBox();
231 Node* innerNode = result.targetNode();
258 Node* innerNode = result.targetNode();
264 if (pos.isNotNull() && pos.deepEquivalent().node()->isDescendantOf(URLElement))
300 Node* innerNode = event.targetNode();
323 Node* innerNode = event.targetNode();
418 Node* innerNode = event.targetNode()
631 Node *node = event.targetNode(); local
916 Node* node = m_frame->document()->focusedNode(); local
1756 Node* node = m_nodeUnderMouse.get(); local
1820 Node* node; local
2054 RefPtr<Node> node = eventTargetNodeForDocument(m_frame->document()); local
2275 Node* node = result.innerNode(); local
    [all...]

Completed in 1667 milliseconds

<<11121314151617181920>>