Home
last modified time | relevance | path

Searched refs:_node (Results 1 – 20 of 20) sorted by relevance

/external/freetype/src/cache/
Dftccache.h219 FTC_Node *_bucket, *_pnode, _node; \
236 _node = *_pnode; \
237 if ( _node == NULL ) \
240 if ( _node->hash == _hash && \
241 _nodcomp( _node, query, _cache, &_list_changed ) ) \
244 _pnode = &_node->link; \
253 while ( *_pnode != _node ) \
266 if ( _node != *_bucket ) \
268 *_pnode = _node->link; \
269 _node->link = *_bucket; \
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs95 private object _node; field in Antlr.Runtime.RecognitionException
187 return adaptor.GetType(_node);
223 return _node;
226 _node = value;
291 this._node = nodes.LT(1); in ExtractInformationFromTreeNodeStream()
293 IToken payload = adaptor.GetToken(_node); in ExtractInformationFromTreeNodeStream()
316 } else if (this._node is Tree.ITree) { in ExtractInformationFromTreeNodeStream()
317 this._line = ((Tree.ITree)this._node).Line; in ExtractInformationFromTreeNodeStream()
318 this._charPositionInLine = ((Tree.ITree)this._node).CharPositionInLine; in ExtractInformationFromTreeNodeStream()
319 if (this._node is CommonTree) { in ExtractInformationFromTreeNodeStream()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs97 private object _node; field in Antlr.Runtime.RecognitionException
213 return adaptor.GetType( _node );
260 return _node;
264 _node = value;
331 this._node = input.LT(1); in ExtractInformationFromTreeNodeStream()
348 IToken payload = adaptor.GetToken(_node); in ExtractInformationFromTreeNodeStream()
386 else if (this._node is Tree.ITree) in ExtractInformationFromTreeNodeStream()
388 this._line = ((Tree.ITree)this._node).Line; in ExtractInformationFromTreeNodeStream()
389 this._charPositionInLine = ((Tree.ITree)this._node).CharPositionInLine; in ExtractInformationFromTreeNodeStream()
390 if (this._node is CommonTree) in ExtractInformationFromTreeNodeStream()
[all …]
/external/bison/src/
Dsystem.h231 Type *_node, *_next; \
232 for (_node = List; _node; _node = _next) \
234 _next = _node->next; \
235 free (_node); \
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java150 PKIXPolicyNode _node = new PKIXPolicyNode(new ArrayList(), in copy() local
162 _child.setParent(_node); in copy()
163 _node.addChild(_child); in copy()
166 return _node; in copy()
DCertPathValidatorUtilities.java414 PKIXPolicyNode _node) in removePolicyNode() argument
416 PKIXPolicyNode _parent = (PKIXPolicyNode)_node.getParent(); in removePolicyNode()
434 _parent.removeChild(_node); in removePolicyNode()
435 removePolicyNodeRecurse(policyNodes, _node); in removePolicyNode()
443 PKIXPolicyNode _node) in removePolicyNodeRecurse() argument
445 policyNodes[_node.getDepth()].remove(_node); in removePolicyNodeRecurse()
447 if (_node.hasChildren()) in removePolicyNodeRecurse()
449 Iterator _iter = _node.getChildren(); in removePolicyNodeRecurse()
504 PKIXPolicyNode _node = (PKIXPolicyNode)policyNodeVec.get(j); in processCertD1ii() local
506 if (ANY_POLICY.equals(_node.getValidPolicy())) in processCertD1ii()
[all …]
DRFC3280CertPathUtilities.java1354 PKIXPolicyNode _node = (PKIXPolicyNode)_nodes.get(k); in processCertD() local
1356 Iterator _policySetIter = _node.getExpectedPolicies().iterator(); in processCertD()
1376 Iterator _childrenIter = _node.getChildren(); in processCertD()
1394 _newChildExpectedPolicies, _node, _apq, _policy, false); in processCertD()
1395 _node.addChild(_newChild); in processCertD()
2436 PKIXPolicyNode _node = (PKIXPolicyNode)_nodeDepth.get(k); in wrapupCertG() local
2438 if (RFC3280CertPathUtilities.ANY_POLICY.equals(_node.getValidPolicy())) in wrapupCertG()
2440 Iterator _iter = _node.getChildren(); in wrapupCertG()
2452 PKIXPolicyNode _node = (PKIXPolicyNode)_vpnsIter.next(); in wrapupCertG() local
2453 String _validPolicy = _node.getValidPolicy(); in wrapupCertG()
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
DDOMBreakpointsSidebarPane.js66 if (element._node === node)
156 if (element._node === node)
157 this._removeBreakpoint(element._node, element._type);
168 element._node = node;
273 …breakpoints.push({ url: this._inspectedURL, path: element._node.path(), type: element._type, enabl…
DHeapSnapshot.js250 return this._node;
275 this._node = new WebInspector.HeapSnapshotNode(this._snapshot, this._nodeIndex);
277 … this._edge = new WebInspector.HeapSnapshotEdge(this._snapshot, this._node.rawEdges, edgeIndex);
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
Dloupe.js35 this._node = $('loupe');
72 this._node.style.display = 'none';
81 this._node.style.display = '';
/external/tinyxml2/
Dtinyxml2.h1262 XMLHandle( XMLNode* _node ) { node = _node; } in XMLHandle() argument
1264 XMLHandle( XMLNode& _node ) { node = &_node; } in XMLHandle() argument
1310 …XMLConstHandle( const XMLNode* _node ) { node = _node; } in XMLConstHandle() argument
1311 …XMLConstHandle( const XMLNode& _node ) { node = &_node;… in XMLConstHandle() argument
/external/llvm/include/llvm/Support/
DYAMLTraits.h721 HNode(Node *n) : _node(n) { }
725 Node *_node;
733 return NullNode::classof(n->_node);
746 return ScalarNode::classof(n->_node);
759 return MappingNode::classof(n->_node);
785 return SequenceNode::classof(n->_node);
/external/opencv/cv/src/
D_cvkdtree.hpp316 bbf_node(int _node, accum_type _dist) in bbf_node()
317 : node(_node), dist(_dist) { in bbf_node()
/external/opencv/ml/src/
Dmlrtrees.cpp173 void CvForestTree::read( CvFileStorage* _fs, CvFileNode* _node, in read() argument
176 CvDTree::read( _fs, _node, _data ); in read()
Dmlboost.cpp785 void CvBoostTree::read( CvFileStorage* _fs, CvFileNode* _node, in read() argument
788 CvDTree::read( _fs, _node, _data ); in read()
/external/tinyxml/
Dtinyxml.h1452 TiXmlHandle( TiXmlNode* _node ) { this->node = _node; } in TiXmlHandle() argument
/external/llvm/lib/Support/
DYAMLTraits.cpp266 this->setError(hnode->_node, message); in setError()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3825 cvInsertNodeIntoTree( void* _node, void* _parent, void* _frame ) in cvInsertNodeIntoTree() argument
3831 CvTreeNode* node = (CvTreeNode*)_node; in cvInsertNodeIntoTree()
3852 cvRemoveNodeFromTree( void* _node, void* _frame ) in cvRemoveNodeFromTree() argument
3858 CvTreeNode* node = (CvTreeNode*)_node; in cvRemoveNodeFromTree()
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.cpp426 if (![self _node]->isEventTargetNode()) in dispatchEvent()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1022565 and moved the refCount into a derived struct, ScopeChainHeapNode. Made _node