Searched refs:node (Results 326 - 350 of 1676) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp108 node; typedef in struct:pb_ds::detail::trie_traits
137 node,
148 node,
159 node,
170 node,
180 node,
192 node,
269 node; typedef in struct:pb_ds::detail::trie_traits
298 node,
311 node,
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DRegistry.h61 class node;
73 friend class node;
74 static node *Head, *Tail;
82 class node { class in class:llvm::Registry
85 node *Next;
89 node(const entry& V) : Next(0), Val(V) { function in class:llvm::Registry::node
104 const node *Cur;
107 explicit iterator(const node *N) : Cur(N) {}
194 node Node;
211 typename Registry<T,U>::node *Registr
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dparameter.c46 int f = pm->node.flags;
49 if (pm->node.flags & PM_AUTOLOAD)
101 pm->node.nam = dupstring(name);
102 pm->node.flags = PM_SCALAR | PM_READONLY;
105 !(rpm->node.flags & PM_UNSET))
109 pm->node.flags |= PM_UNSET;
111 return &pm->node;
123 pm.node.flags = PM_SCALAR | PM_READONLY;
128 if (((Param)hn)->node.flags & PM_UNSET)
130 pm.node
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGVariableEventStream.cpp83 bool VariableEventStream::tryToSetConstantRecovery(ValueRecovery& recovery, CodeBlock* codeBlock, MinifiedNode* node) const
85 if (!node)
88 if (node->hasConstantNumber()) {
91 FirstConstantRegisterIndex + node->constantNumber()).get());
95 if (node->hasWeakConstant()) {
96 recovery = ValueRecovery::constant(node->weakConstant());
100 if (node->op() == PhantomArguments) {
188 MinifiedNode* node = graph.at(source.id()); local
189 if (tryToSetConstantRecovery(valueRecoveries[i], codeBlock, node))
194 // Try to see if there is an alternate node tha
[all...]
H A DDFGPredictionInjectionPhase.cpp74 Node* node = block->variablesAtHead.operand( local
76 if (!node)
78 ASSERT(node->hasLocal());
79 node->variableAccessData()->predict(
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestdomnode.c130 WebKitDOMNode* node; local
149 node = webkit_dom_node_list_item(list, 0);
150 g_assert(node);
151 g_assert(webkit_dom_node_is_same_node(WEBKIT_DOM_NODE(p), node));
160 node = webkit_dom_node_list_item(list, 0);
161 g_assert(node);
162 g_assert(webkit_dom_node_is_same_node(WEBKIT_DOM_NODE(div), node));
166 webkit_dom_node_remove_child(WEBKIT_DOM_NODE(body), node, NULL); local
179 node = webkit_dom_node_list_item(list, 0);
180 g_assert(node);
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsplay.c28 * This macro compares two node keys i and j and returns:
102 struct Curl_tree *node)
106 if(node == NULL)
112 /* There already exists a node in the tree with the very same key. Build
113 a linked list of nodes. We make the new 'node' struct the new master
114 node and make the previous node the first one in the 'same' list. */
116 node->same = t;
117 node->key = i;
118 node
100 Curl_splayinsert(struct timeval i, struct Curl_tree *t, struct Curl_tree *node) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMBreakpointsSidebarPane.js44 NodeRemoved: "node-removed"
69 populateNodeContextMenu: function(node, contextMenu)
74 if (element._node === node)
81 this._setBreakpoint(node, type, true);
83 this._removeBreakpoint(node, type);
126 message = "Paused on a \"%s\" breakpoint set on %s, because a new child was added to that node.";
154 var node = event.data.node;
155 this._removeBreakpointsForNode(event.data.node);
156 if (!node
[all...]
/macosx-10.9.5/swig-10/Source/CParse/
H A Dparser.c391 /* Copies a node. Does not copy tree links or symbol table data (except for
448 if (strcmp(ckey,"node") == 0) {
573 /* Return if the node is a friend declaration */
829 /* add symbols a parse tree node copy */
955 /* Remove node from its symbol table */
1206 /* Check if the node scope is the current scope */
1217 /* we will try to create a new node using the namespaces we
1258 /* and return the node name, including the inner class prefix */
1815 Node *node; member in union:YYSTYPE
4515 Setattr((yyvsp[(1) - (1)].node),"classe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPODRedBlackTree.h64 // add additional and summary information to each node to efficiently
66 // the IntervalTree, which extends each node with a summary statistic
177 Node* node = m_arena->template allocateObject<T>(data); local
178 insertNode(node);
185 Node* node = treeSearch(data); local
186 if (node) {
187 deleteNode(node);
275 // Copies all user-level fields from the source node, but not
284 void setLeft(Node* node) { m_left = node; } argument
287 setRight(Node* node) argument
290 setParent(Node* node) argument
706 visitInorderImpl(Node* node, Visitor* visitor) const argument
715 markFree(Node *node) argument
750 checkInvariantsFromNode(Node* node, int* blackCount) const argument
795 dumpFromNode(Node* node, int indentation) const argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c61 that we get a full node when we call GetNode.
67 and we have to move to another node, see if we need to release
68 the node about to be "shifted out" (opposite sibling of the
80 <HFS7> 2/19/97 djb Enable variable sized index keys for HFS+ volumes. Added node
110 the next record. In such a case, if the node's forrward link is
117 <23> 1/31/95 prp GetBlockProc interface uses a 64 bit node number.
119 <21> 11/16/94 prp Add IsItAHint routine and use it whenever hint's node number was
133 <12> 8/16/93 prp In BTSearchRecord, if the input hint found the node and record,
139 <9> 5/24/93 gs Fix bug in BTInsert/Set/ReplaceRecord which didn't set node hint
257 Panic("BTOpen: getNodeProc returned error getting header node
467 BlockDescriptor node; local
664 BlockDescriptor left, node, right; local
980 BlockDescriptor left, node, right; local
1860 BlockDescriptor node; local
2028 BlockDescriptor node; local
2065 BlockDescriptor node; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Decdb.c211 dns_ecdbnode_t *node = (dns_ecdbnode_t *)source; local
214 REQUIRE(VALID_ECDBNODE(node));
217 LOCK(&node->lock);
218 INSIST(node->references > 0);
219 node->references++;
220 INSIST(node->references != 0); /* Catch overflow. */
221 UNLOCK(&node->lock);
223 *targetp = node;
227 destroynode(dns_ecdbnode_t *node) { argument
229 dns_ecdb_t *ecdb = node
265 dns_ecdbnode_t *node; local
338 dns_ecdbnode_t *node; local
390 bind_rdataset(dns_ecdb_t *ecdb, dns_ecdbnode_t *node, rdatasetheader_t *header, dns_rdataset_t *rdataset) argument
427 addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *addedrdataset) argument
487 deleterdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers) argument
511 allrdatasets(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdatasetiter_t **iteratorp) argument
644 dns_dbnode_t *node = rdataset->private2; local
729 dns_dbnode_t *node = source->private2; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dhierarchy.itk108 method collapse {node}
111 method expand {node}
112 method expanded {node}
115 method prune {node}
116 method refresh {node}
118 method toggle {node}
141 method _drawLevel {node indent}
148 method _iconSelect {node icon}
149 method _iconDblSelect {node icon}
150 method _imageSelect {node}
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DMarkupAccumulator.cpp180 void MarkupAccumulator::appendStartTag(Node* node, Namespaces* namespaces) argument
182 appendStartMarkup(m_markup, node, namespaces);
184 m_nodes->append(node);
187 void MarkupAccumulator::appendEndTag(Node* node) argument
189 appendEndMarkup(m_markup, node);
241 void MarkupAccumulator::appendNodeValue(StringBuilder& result, const Node* node, const Range* range, EntityMask entityMask) argument
243 const String str = node->nodeValue();
248 if (node == range->endContainer())
250 if (node == range->startContainer()) {
491 void MarkupAccumulator::appendStartMarkup(StringBuilder& result, const Node* node, Namespace argument
535 shouldSelfClose(const Node* node) argument
546 elementCannotHaveEndTag(const Node* node) argument
558 appendEndMarkup(StringBuilder& result, const Node* node) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathStep.cpp57 // Evaluate predicates as part of node test if possible to avoid building unnecessary NodeSets.
59 // This optimization can be applied to predicates that are not context node list sensitive, or to first predicate that is only context position sensitive, e.g. foo[position() mod 2 = 0].
83 // Optimize the common case of "//" AKA /descendant-or-self::node()/child::NodeTest to /descendant::NodeTest.
119 // Check predicates that couldn't be merged into node test.
128 Node* node = nodes[j]; local
130 evaluationContext.node = node;
134 newNodes.append(node);
154 static inline bool nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
158 return node
210 nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFocusController.cpp90 FocusNavigationScope FocusNavigationScope::focusNavigationScopeOf(Node* node) argument
92 ASSERT(node);
93 Node* root = node;
94 for (Node* n = node; n; n = NodeRenderingTraversal::parentInScope(n))
97 // a starting node is in an orphaned tree in composed shadow tree.
101 FocusNavigationScope FocusNavigationScope::focusNavigationScopeOwnedByShadowHost(Node* node) argument
103 ASSERT(isShadowHost(node));
104 return FocusNavigationScope(toElement(node)->shadow()->shadowRoot());
115 // If we have a focused node we should dispatch blur on it before we blur the window.
116 // If we have a focused node w
132 hasCustomFocusLogic(Node* node) argument
143 isFocusableShadowHost(Node* node, KeyboardEvent* event) argument
149 adjustedTabIndex(Node* node, KeyboardEvent* event) argument
409 findFocusableElement(FocusDirection direction, FocusNavigationScope scope, Node* node, KeyboardEvent* event) argument
545 relinquishesEditingFocus(Node *node) argument
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtree.c85 xmlTreeErr(int code, xmlNodePtr node, const char *extra) argument
105 __xmlSimpleError(XML_FROM_TREE, code, node, msg, extra);
713 * @node: the element carrying the namespace
719 * node.
725 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
728 if ((node != NULL) && (node->type != XML_ELEMENT_NODE))
765 if (node != NULL) {
766 if (node->nsDef == NULL) {
767 node
798 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) argument
1266 xmlNodePtr node; local
1474 xmlNodePtr node; local
1662 xmlNodePtr node = list; local
1752 xmlNodePtr node = list; local
1821 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, const xmlChar * name, const xmlChar * value, int eatname) argument
1923 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) argument
1948 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
1973 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, const xmlChar *value) argument
3551 xmlPreviousElementSibling(xmlNodePtr node) argument
3590 xmlNextElementSibling(xmlNodePtr node) argument
4131 xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, int extended) argument
4284 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) argument
4334 xmlCopyNode(const xmlNodePtr node, int extended) argument
4354 xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) argument
4370 xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) argument
4384 xmlCopyNodeList(const xmlNodePtr node) argument
4550 xmlGetLineNoInternal(xmlNodePtr node, int depth) argument
4600 xmlGetLineNo(xmlNodePtr node) argument
4616 xmlGetNodePath(xmlNodePtr node) argument
5856 xmlGetNsList(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node) argument
5960 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) argument
6048 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
6089 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
6257 xmlNodePtr node = tree; local
6432 xmlGetPropNodeInternal(xmlNodePtr node, const xmlChar *name, const xmlChar *nsName, int useDTD) argument
6592 xmlHasProp(xmlNodePtr node, const xmlChar *name) argument
6647 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6669 xmlGetProp(xmlNodePtr node, const xmlChar *name) argument
6694 xmlGetNoNsProp(xmlNodePtr node, const xmlChar *name) argument
6719 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6739 xmlUnsetProp(xmlNodePtr node, const xmlChar *name) argument
6760 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) argument
6788 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) argument
6824 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value) argument
6884 xmlNodeIsText(xmlNodePtr node) argument
6901 xmlIsBlankNode(xmlNodePtr node) argument
6930 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) argument
8033 xmlDOMWrapNSNormGatherInScopeNs(xmlNsMapPtr *map, xmlNodePtr node) argument
8170 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options ATTRIBUTE_UNUSED) argument
8303 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
8405 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
8954 xmlDOMWrapAdoptBranch(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options ATTRIBUTE_UNUSED) argument
9322 xmlDOMWrapCloneNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlNodePtr *resNode, xmlDocPtr destDoc, xmlNodePtr destParent, int deep, int options ATTRIBUTE_UNUSED) argument
9981 xmlDOMWrapAdoptNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dregcomp.c188 unset_addr_list_add(UnsetAddrList* uslist, int offset, struct _Node* node) argument
202 uslist->us[uslist->num].target = node;
315 static int compile_length_tree(Node* node, regex_t* reg);
316 static int compile_tree(Node* node, regex_t* reg);
369 compile_tree_empty_check(Node* node, regex_t* reg, int empty_info) argument
382 r = compile_tree(node, reg);
401 compile_call(CallNode* node, regex_t* reg) argument
407 r = unset_addr_list_add(node->unset_addr_list, BBUF_GET_OFFSET_POS(reg),
408 node->target);
416 compile_tree_n_times(Node* node, in argument
467 compile_length_string_node(Node* node, regex_t* reg) argument
515 compile_string_node(Node* node, regex_t* reg) argument
1168 compile_length_option_node(EncloseNode* node, regex_t* reg) argument
1188 compile_option_node(EncloseNode* node, regex_t* reg) argument
1214 compile_length_enclose_node(EncloseNode* node, regex_t* reg) argument
1300 compile_enclose_node(EncloseNode* node, regex_t* reg) argument
1434 compile_length_anchor_node(AnchorNode* node, regex_t* reg) argument
1467 compile_anchor_node(AnchorNode* node, regex_t* reg) argument
1567 compile_length_tree(Node* node, regex_t* reg) argument
1660 compile_tree(Node* node, regex_t* reg) argument
1838 Node* node = *plink; local
1903 renumber_node_backref(Node* node, GroupNumRemap* map) argument
1931 renumber_by_map(Node* node, GroupNumRemap* map) argument
1980 numbered_ref_check(Node* node) argument
2073 quantifiers_memory_node_info(Node* node) argument
2142 get_min_match_length(Node* node, OnigDistance *min, ScanEnv* env) argument
2266 get_max_match_length(Node* node, OnigDistance *max, ScanEnv* env) argument
2388 get_char_length_tree1(Node* node, regex_t* reg, int* len, int level) argument
2512 get_char_length_tree(Node* node, regex_t* reg, int* len) argument
2713 get_head_value_node(Node* node, int exact, regex_t* reg) argument
2801 check_type_tree(Node* node, int type_mask, int enclose_mask, int anchor_mask) argument
2855 subexp_inf_recursive_check(Node* node, ScanEnv* env, int head) argument
2939 subexp_inf_recursive_check_trav(Node* node, ScanEnv* env) argument
2994 subexp_recursive_check(Node* node) argument
3050 subexp_recursive_check_trav(Node* node, ScanEnv* env) argument
3119 setup_subexp_call(Node* node, ScanEnv* env) argument
3238 divide_look_behind_alternatives(Node* node) argument
3268 setup_look_behind(Node* node, regex_t* reg, ScanEnv* env) argument
3289 next_setup(Node* node, Node* next_node, int in_root, regex_t* reg) argument
3359 update_string_node_case_fold(regex_t* reg, Node *node) argument
3409 Node *node; local
3545 expand_case_fold_string(Node* node, regex_t* reg) argument
3704 setup_comb_exp_check(Node* node, int state, ScanEnv* env) argument
3849 setup_tree(Node* node, regex_t* reg, int state, ScanEnv* env) argument
4907 optimize_node_left(Node* node, NodeOptInfo* opt, OptEnv* env) argument
5340 set_optimize_info_from_tree(Node* node, regex_t* reg, ScanEnv* scan_env) argument
6516 print_indent_tree(FILE* f, Node* node, int indent) argument
6690 print_tree(FILE* f, Node* node) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.cpp127 RefPtr<ProgramNode> node = new ProgramNode(vm, startLocation, endLocation, startColumn, children, varStack, funcStack, capturedVariables, source, features, numConstants); local
129 ASSERT(node->m_arena.last() == node);
130 node->m_arena.removeLast();
131 ASSERT(!node->m_arena.contains(node.get()));
133 return node.release();
145 RefPtr<EvalNode> node = new EvalNode(vm, startLocation, endLocation, children, varStack, funcStack, capturedVariables, source, features, numConstants); local
147 ASSERT(node->m_arena.last() == node);
214 RefPtr<FunctionBodyNode> node = new FunctionBodyNode(vm, startLocation, endLocation, startColumn, children, varStack, funcStack, capturedVariables, sourceCode, features, numConstants); local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Ddomtree.tcl172 dom::node addEventListener $docel DOMActivate [namespace code [list _node_selected $path]] -usecapture 1
175 dom::node addEventListener $docel DOMSubtreeModified [namespace code [list _node_tree_modified $path]] -usecapture 1
176 dom::node addEventListener $docel DOMNodeInserted [namespace code [list _node_inserted $path]] -usecapture 1
177 dom::node addEventListener $docel DOMNodeRemoved [namespace code [list _node_removed $path]] -usecapture 1
178 dom::node addEventListener $docel DOMCharacterDataModified [namespace code [list _node_data_modified $path]] -usecapture 1
179 dom::node addEventListener $docel DOMAttrModified [namespace code [list _node_attr_modified $path]] -usecapture 1
180 dom::node addEventListener $docel DOMAttrRemoved [namespace code [list _node_attr_removed $path]] -usecapture 1
194 # Updates the Tree display with the value of a node
198 # node DOM node
[all...]
/macosx-10.9.5/CPANInternal-140/XML-XPath/examples/
H A Dxpath49 foreach my $node ($nodes->get_nodelist) {
51 print $node->toString;
72 foreach my $node ($nodes->get_nodelist) {
73 my $new = $xpath->find($find, $node);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducharstrieiterator.cpp64 // Pending linear-match node, append remaining UChars to str_.
109 // the branch node.
126 // We only get here if we started in a pending linear-match node
131 int32_t node=*pos++; local
132 if(node>=kMinValueLead) {
134 pos=skipNodeValue(pos, node);
135 node&=kNodeTypeMask;
139 UBool isFinal=(UBool)(node>>15);
141 value_=readValue(pos, node&0x7fff);
143 value_=readNodeValue(pos, node);
197 int32_t node=*pos++; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A DJSNode.h33 extern JSObjectRef JSNode_new(JSContextRef context, Node* node);
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dbackends.rb118 | node |
119 node.lower(name)
125 | node |
126 node.lower(name)
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventPathWalker.h39 Node* node() const { return const_cast<Node*>(m_node); } function in class:WebCore::EventPathWalker

Completed in 377 milliseconds

<<11121314151617181920>>