/external/freetype/src/cache/ |
D | ftccache.h | 219 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/ |
D | RecognitionException.cs | 95 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/ |
D | RecognitionException.cs | 97 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/ |
D | system.h | 208 Type *_node, *_next; \ 209 for (_node = List; _node; _node = _next) \ 211 _next = _node->next; \ 212 free (_node); \
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXPolicyNode.java | 150 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()
|
D | CertPathValidatorUtilities.java | 415 PKIXPolicyNode _node) in removePolicyNode() argument 417 PKIXPolicyNode _parent = (PKIXPolicyNode)_node.getParent(); in removePolicyNode() 435 _parent.removeChild(_node); in removePolicyNode() 436 removePolicyNodeRecurse(policyNodes, _node); in removePolicyNode() 444 PKIXPolicyNode _node) in removePolicyNodeRecurse() argument 446 policyNodes[_node.getDepth()].remove(_node); in removePolicyNodeRecurse() 448 if (_node.hasChildren()) in removePolicyNodeRecurse() 450 Iterator _iter = _node.getChildren(); in removePolicyNodeRecurse() 505 PKIXPolicyNode _node = (PKIXPolicyNode)policyNodeVec.get(j); in processCertD1ii() local 507 if (ANY_POLICY.equals(_node.getValidPolicy())) in processCertD1ii() [all …]
|
D | RFC3280CertPathUtilities.java | 1354 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() 2440 PKIXPolicyNode _node = (PKIXPolicyNode)_nodeDepth.get(k); in wrapupCertG() local 2442 if (RFC3280CertPathUtilities.ANY_POLICY.equals(_node.getValidPolicy())) in wrapupCertG() 2444 Iterator _iter = _node.getChildren(); in wrapupCertG() 2456 PKIXPolicyNode _node = (PKIXPolicyNode)_vpnsIter.next(); in wrapupCertG() local 2457 String _validPolicy = _node.getValidPolicy(); in wrapupCertG() [all …]
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DOMBreakpointsSidebarPane.js | 66 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…
|
D | HeapSnapshot.js | 250 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/ |
D | loupe.js | 35 this._node = $('loupe'); 72 this._node.style.display = 'none'; 81 this._node.style.display = '';
|
/external/tinyxml2/ |
D | tinyxml2.h | 1262 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/opencv/cv/src/ |
D | _cvkdtree.hpp | 316 bbf_node(int _node, accum_type _dist) in bbf_node() 317 : node(_node), dist(_dist) { in bbf_node()
|
/external/opencv/ml/src/ |
D | mlrtrees.cpp | 173 void CvForestTree::read( CvFileStorage* _fs, CvFileNode* _node, in read() argument 176 CvDTree::read( _fs, _node, _data ); in read()
|
D | mlboost.cpp | 785 void CvBoostTree::read( CvFileStorage* _fs, CvFileNode* _node, in read() argument 788 CvDTree::read( _fs, _node, _data ); in read()
|
/external/tinyxml/ |
D | tinyxml.h | 1452 TiXmlHandle( TiXmlNode* _node ) { this->node = _node; } in TiXmlHandle() argument
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 3825 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/ |
D | DOMCoreClasses.cpp | 426 if (![self _node]->isEventTargetNode()) in dispatchEvent()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 22565 and moved the refCount into a derived struct, ScopeChainHeapNode. Made _node
|