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

1 2

  /external/chromium_org/third_party/bintrees/bintrees/
walker.py 13 __slots__ = ['_node', '_stack', '_tree']
17 self._node = tree.root
22 self._node = self._tree.root
26 return self._node.key
30 return self._node.value
34 return (self._node.key, self._node.value)
38 return self._node is not None
41 self._node = self._tree.root
42 while self._node is not None
    [all...]
  /external/chromium_org/third_party/freetype/src/cache/
ftccache.h 212 FTC_Node *_bucket, *_pnode, _node; \
229 _node = *_pnode; \
230 if ( _node == NULL ) \
233 if ( _node->hash == _hash && \
234 _nodcomp( _node, query, _cache, &_list_changed ) ) \
237 _pnode = &_node->link; \
246 while ( *_pnode != _node ) \
259 if ( _node != *_bucket ) \
261 *_pnode = _node->link; \
262 _node->link = *_bucket;
    [all...]
  /external/freetype/src/cache/
ftccache.h 212 FTC_Node *_bucket, *_pnode, _node; \
229 _node = *_pnode; \
230 if ( _node == NULL ) \
233 if ( _node->hash == _hash && \
234 _nodcomp( _node, query, _cache, &_list_changed ) ) \
237 _pnode = &_node->link; \
246 while ( *_pnode != _node ) \
259 if ( _node != *_bucket ) \
261 *_pnode = _node->link; \
262 _node->link = *_bucket;
    [all...]
  /external/bison/src/
system.h 231 Type *_node, *_next; \
232 for (_node = List; _node; _node = _next) \
234 _next = _node->next; \
235 free (_node); \
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
PlatformFontsSidebarPane.js 60 delete this._node;
63 this._node = node;
92 if (!this._node)
94 this._target.cssModel.getPlatformFontsForNode(this._node.id, this._refreshUI.bind(this, this._node));
104 if (this._node !== node)
PropertiesSidebarPane.js 54 this._node = node;
68 var node = this._node;
167 if (!this._node)
171 if (this._node !== node)
173 this.update(this._node);
ElementsTreeOutline.js 424 var selectedNode = this.selectedTreeElement ? this.selectedTreeElement._node : null;
604 if (element && element._node)
605 this._domModel.highlightDOMNodeWithConfig(element._node.id, { mode: "all", showInfo: !WebInspector.KeyboardShortcut.eventHasCtrlOrMeta(event) });
638 if (treeElement._node.nodeName() === "BODY" || treeElement._node.nodeName() === "HEAD")
659 var node = treeElement._node;
661 if (node === this._treeElementBeingDragged._node)
721 parentNode = treeElement._node;
723 var dragTargetNode = treeElement._node;
729 this._treeElementBeingDragged._node.moveTo(parentNode, anchorNode, this._selectNodeAfterEdit.bind(this, wasExpanded))
    [all...]
MetricsSidebarPane.js 44 if (!node || this._node === node) {
49 this._node = node;
85 var node = this._node;
98 if (!style || this._node !== node)
110 if (!style || this._node !== node)
141 if (this._node !== event.data.node)
170 if (showHighlight && this._node) {
174 this._node.highlight(mode);
182 if (!this._node || mode === "all" || element._name === mode)
469 self._node.highlight(self._highlightMode)
    [all...]
StylesSidebarPane.js 329 return this._node ? (this._node.getUserProperty(WebInspector.CSSStyleModel.PseudoStatePropertyName) || undefined) : undefined;
334 if (!this._node)
337 var hasPseudoType = !!this._node.pseudoType();
362 delete this._node;
364 if (!forceUpdate && (node === this._node))
375 this._node = node;
377 node = this._node;
429 this._lastNodeForInnerRefresh = this._node;
451 if (this._node === node && computedStyle
    [all...]
  /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 416 PKIXPolicyNode _node)
418 PKIXPolicyNode _parent = (PKIXPolicyNode)_node.getParent();
436 _parent.removeChild(_node);
437 removePolicyNodeRecurse(policyNodes, _node);
445 PKIXPolicyNode _node)
447 policyNodes[_node.getDepth()].remove(_node);
449 if (_node.hasChildren())
451 Iterator _iter = _node.getChildren();
506 PKIXPolicyNode _node = (PKIXPolicyNode)policyNodeVec.get(j) local
    [all...]
RFC3280CertPathUtilities.java 1354 PKIXPolicyNode _node = (PKIXPolicyNode)_nodes.get(k); local
2436 PKIXPolicyNode _node = (PKIXPolicyNode)_nodeDepth.get(k); local
2452 PKIXPolicyNode _node = (PKIXPolicyNode)_vpnsIter.next(); local
2507 PKIXPolicyNode _node = (PKIXPolicyNode)_nodeDepth.get(k); local
2530 PKIXPolicyNode _node = (PKIXPolicyNode)_vpnsIter.next(); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
node.py 175 _node = node.__class__( *items )
176 _node.__dict__.update( node.__dict__ )
182 #for node1 in _node.nodes():
184 #assert _node == self
185 return _node # Done !!
188 items.append(_node) # set
193 _node = node[ idxs[-1] ]
195 if isinstance(_node,Node):
197 nodes.append( _node )
202 items.append(_node)
    [all...]
cparse.py 439 _node = None
441 _node = symbols.get_tag( node.tag )
442 if _node is not None:
443 if not isinstance( _node, Struct ):
446 if len(_node)>1:
447 self.parse_error(lexer,"tag already defined as %s"%_node)
451 ##node = _node
452 #node = _node.clone()
456 _node = symbols.deep_get_tag( node.tag )
457 if _node is not None
    [all...]
genpyx.py 223 _node = names.get(self.tag.name,None)
224 if ( _node is not None and _node.has_members() ) or \
225 ( _node is not None and not self.has_members() ):
273 _node = names.get(self.tag.name,None)
274 if ( _node is not None and _node.has_members() ) or \
275 ( _node is not None and not self.has_members() ):
335 _node = names.get(node.tag.name,None)
338 #if ((_node is None and (not isinstance(other,Compound) or not other.has_members())
    [all...]
ir.py 140 shape = tuple( [ type(_node).__name__ for _node in node ] )
872 _node = cls()
878 _node.append( child )
879 _node.__dict__.update( node.__dict__ )
880 return _node
912 _node = self.tag_lookup[ node.tag.name ] # look-up the def'n
913 if verbose and node.marked and not _node.marked:
914 print '4:', _node.cstr(), '<--', self[i].cstr()
915 # _node.marked = _node.marked or self[i].marke
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
loupe.js 35 this._node = $('loupe');
72 this._node.style.display = 'none';
81 this._node.style.display = '';
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
LayerTreeModel.js 627 this._node = node;
635 return this._node;
644 if (layer._node)
645 return layer._node;
786 this._node = null;
875 this._node = null;
946 this._node = node;
954 return this._node;
963 if (layer._node)
964 return layer._node;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOMBreakpointsSidebarPane.js 81 if (element._node === node)
197 if (element._node === node)
198 this._removeBreakpoint(element._node, element._type);
209 element._node = node;
249 this._removeBreakpoint(element._node, element._type);
328 breakpoints.push({ url: this._inspectedURL, path: element._node.path(), type: element._type, enabled: element._checkboxElement.checked });
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/screencast/
ScreencastView.js 397 this._node = null;
403 this._node = node;
576 if (!this._node)
582 var lowerCaseName = this._node.localName() || this._node.nodeName().toLowerCase();
584 this._nodeIdElement.textContent = this._node.getAttribute("id") ? "#" + this._node.getAttribute("id") : "";
585 this._nodeIdElement.textContent = this._node.getAttribute("id") ? "#" + this._node.getAttribute("id") : "";
586 var className = this._node.getAttribute("class")
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 913 HNode(Node *n) : _node(n) { }
917 Node *_node; member in class:llvm::yaml::Input::HNode
925 return NullNode::classof(n->_node);
938 return ScalarNode::classof(n->_node);
951 return MappingNode::classof(n->_node);
969 return SequenceNode::classof(n->_node);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 776 this._node.populate();
791 this._node = node;
806 if (!this._node)
809 this._navigatorView.handleFolderContextMenu(event, this._node);
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 97 std::string foundTag = CurrentNode->_node->getVerbatimTag();
297 this->setError(hnode->_node, message);

Completed in 629 milliseconds

1 2