Home
last modified time | relevance | path

Searched refs:_edge (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
DJSHeapSnapshot.js844 return this._edge().isHidden();
852 return this._edge().isInternal();
860 return this._edge().isInvisible();
868 return this._edge().isShortcut();
876 return this._edge().isWeak();
DHeapSnapshot.js206 this._edge = snapshot.createEdge(0);
216 this._edge.edgeIndex = index;
217 return this._edge;
305 return this._edge().hasStringName();
313 return this._edge().name();
369 _edge: function() method in WebInspector.HeapSnapshotRetainerEdge
381 return this._edge().toString();
407 return this._edge().type();
/external/opencv/cv/src/
Dcvsubdivision2d.cpp252 CvSubdiv2DEdge * _edge, CvSubdiv2DPoint ** _point ) in cvSubdiv2DLocate() argument
386 if( _edge ) in cvSubdiv2DLocate()
387 *_edge = edge; in cvSubdiv2DLocate()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3104 const CvGraphEdge* _edge, in cvGraphAddEdgeByPtr() argument
3147 if( _edge ) in cvGraphAddEdgeByPtr()
3150 CV_MEMCPY_INT( edge + 1, _edge + 1, delta ); in cvGraphAddEdgeByPtr()
3151 edge->weight = _edge->weight; in cvGraphAddEdgeByPtr()
3177 const CvGraphEdge* _edge, in cvGraphAddEdge() argument
3194 result = cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge ); in cvGraphAddEdge()