HomeSort by relevance Sort by last modified time
    Searched refs:_node (Results 1 - 19 of 19) sorted by null

  /external/freetype/src/cache/
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/bison/src/
system.h 208 Type *_node, *_next; \
209 for (_node = List; _node; _node = _next) \
211 _next = _node->next; \
212 free (_node); \
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 95 private object _node; field in class:Antlr.Runtime.RecognitionException
187 return adaptor.GetType(_node);
223 return _node;
226 _node = value;
291 this._node = nodes.LT(1);
293 IToken payload = adaptor.GetToken(_node);
316 } else if (this._node is Tree.ITree) {
317 this._line = ((Tree.ITree)this._node).Line;
318 this._charPositionInLine = ((Tree.ITree)this._node).CharPositionInLine;
319 if (this._node is CommonTree)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 97 private object _node; field in class:Antlr.Runtime.RecognitionException
213 return adaptor.GetType( _node );
260 return _node;
264 _node = value;
331 this._node = input.LT(1);
348 IToken payload = adaptor.GetToken(_node);
386 else if (this._node is Tree.ITree)
388 this._line = ((Tree.ITree)this._node).Line;
389 this._charPositionInLine = ((Tree.ITree)this._node).CharPositionInLine;
390 if (this._node is CommonTree
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 150 PKIXPolicyNode _node = new PKIXPolicyNode(new ArrayList(), local
162 _child.setParent(_node);
163 _node.addChild(_child);
166 return _node;
CertPathValidatorUtilities.java 415 PKIXPolicyNode _node)
417 PKIXPolicyNode _parent = (PKIXPolicyNode)_node.getParent();
435 _parent.removeChild(_node);
436 removePolicyNodeRecurse(policyNodes, _node);
444 PKIXPolicyNode _node)
446 policyNodes[_node.getDepth()].remove(_node);
448 if (_node.hasChildren())
450 Iterator _iter = _node.getChildren();
505 PKIXPolicyNode _node = (PKIXPolicyNode)policyNodeVec.get(j) local
    [all...]
RFC3280CertPathUtilities.java 1354 PKIXPolicyNode _node = (PKIXPolicyNode)_nodes.get(k); local
2440 PKIXPolicyNode _node = (PKIXPolicyNode)_nodeDepth.get(k); local
2456 PKIXPolicyNode _node = (PKIXPolicyNode)_vpnsIter.next(); local
2511 PKIXPolicyNode _node = (PKIXPolicyNode)_nodeDepth.get(k); local
2534 PKIXPolicyNode _node = (PKIXPolicyNode)_vpnsIter.next(); local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
loupe.js 35 this._node = $('loupe');
72 this._node.style.display = 'none';
81 this._node.style.display = '';
  /external/webkit/Source/WebCore/inspector/front-end/
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, enabled: element._checkboxElement.checked });
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);
    [all...]
  /external/tinyxml2/
tinyxml2.h     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 199 #define FOR_EACH_NODE_IN(_metadata, _node) \
201 if (((_node) = (_metadata)->getOperand(i)) != NULL)
  /external/opencv/cv/src/
_cvkdtree.hpp 316 bbf_node(int _node, accum_type _dist)
317 : node(_node), dist(_dist) {
  /external/opencv/ml/src/
mlrtrees.cpp 173 void CvForestTree::read( CvFileStorage* _fs, CvFileNode* _node,
176 CvDTree::read( _fs, _node, _data );
mlboost.cpp 785 void CvBoostTree::read( CvFileStorage* _fs, CvFileNode* _node,
788 CvDTree::read( _fs, _node, _data );
    [all...]
  /external/tinyxml/
tinyxml.h     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp 426 if (![self _node]->isEventTargetNode())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1615 milliseconds