Searched refs:pNode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c212 RtreeNode *pNode; /* Node cursor is currently pointing at */ member in struct:RtreeCursor
213 int iCell; /* Index of current cell in pNode */
265 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
417 ** Add node pNode to the node hash table.
419 static void nodeHashInsert(Rtree *pRtree, RtreeNode *pNode){ argument
421 assert( pNode->pNext==0 );
422 iHash = nodeHash(pNode->iNode);
423 pNode->pNext = pRtree->aHash[iHash];
424 pRtree->aHash[iHash] = pNode;
430 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
447 RtreeNode *pNode; local
472 RtreeNode *pNode; local
552 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
570 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
586 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
611 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
637 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
664 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
676 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
690 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
1051 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
1072 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument
1103 RtreeNode *pNode = pCsr->pNode; local
1563 RtreeNode *pNode; local
1648 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
2143 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
2162 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
2340 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
2389 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
2416 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
2447 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
2550 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
2589 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c831 os2ShmNode *pNode, /* Apply locks to this open shared-memory segment */
841 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 );
854 rc = DosSetFileLocks(pNode->hLockFile,
859 rc = DosSetFileLocks(pNode->hLockFile,
865 pNode->hLockFile,
870 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName))
883 os2ShmNode *pNode; local
907 for( pNode = os2ShmNodeList;
908 pNode
830 os2ShmSystemLock( os2ShmNode *pNode, int lockType, int ofst, int nByte ) argument
987 os2ShmNode *pNode; local
1075 os2ShmNode *pNode; local
1168 os2ShmNode *pNode = pLink->pShmNode; local
[all...]
/external/opencv/cvaux/src/
H A Dcvlcm.cpp179 // pNode : in, given node
182 // pSite: in, original site (pNode must be the begin point of pEdge
189 CvVoronoiNode2D* pNode,
355 CvVoronoiNode2D* pNode, *pNode1; local
375 pNode = CV_VORONOIEDGE2D_BEGINNODE(pEdge,pSite);
376 if(pNode->radius > LCM->maxWidth)
385 if(_cvNodeMultyplicity(pSite, pEdge,pNode,LinkedEdges,LinkedSites) == 1)
490 CvVoronoiNode2D* pNode = CV_VORONOIEDGE2D_BEGINNODE(pEdge,pSite); local
494 int multyplicity = _cvNodeMultyplicity(pSite,pEdge,pNode,LinkedEdges,LinkedSites);
507 cvSeqPush((CvSeq*)pLCMNode->contour,&pNode
577 CvVoronoiNode2D* pNode = CV_VORONOIEDGE2D_BEGINNODE(pEdge,pSite); local
632 _cvNodeMultyplicity(CvVoronoiSite2D* pSite, CvVoronoiEdge2D* pEdge, CvVoronoiNode2D* pNode, CvVoronoiEdge2D** LinkedEdges, CvVoronoiSite2D** LinkedSites) argument
[all...]
H A Dcvlee.cpp568 pNode : in, point
575 pCvVoronoiNode pNode,
584 pNode : in, point
590 void _cvCalcEdge(pCvVoronoiNode pNode,
1012 pNode : out
1018 void _cvInitVoronoiNode(pCvVoronoiNode pNode,
1076 by point pNode on two parts
1079 pNode : in, given point
1085 pCvVoronoiNode pNode,
1091 by point pNode o
1673 pCvVoronoiNode pNode; local
3073 pCvVoronoiNode pNode = pHole->node; local
3128 pCvVoronoiNode pNode = pHole->node; local
3382 _cvCalcEdge(pCvVoronoiSite pSite, pCvVoronoiNode pNode, pCvVoronoiEdge pEdge, CvVoronoiDiagramInt* pVoronoiDiagram) argument
3395 _cvCalcEdge(pCvVoronoiNode pNode, pCvVoronoiSite pSite, pCvVoronoiEdge pEdge, CvVoronoiDiagramInt* pVoronoiDiagram) argument
4428 _cvInitVoronoiNode(pCvVoronoiNode pNode, T pPoint, float radius) argument
4517 _cvDivideRightEdge(pCvVoronoiEdge pEdge,pCvVoronoiNode pNode, CvSeq* EdgeSeq) argument
4541 _cvDivideLeftEdge(pCvVoronoiEdge pEdge,pCvVoronoiNode pNode, CvSeq* EdgeSeq) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22858 os2ShmNode *pNode, /* Apply locks to this open shared-memory segment */
22868 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 );
22881 rc = DosSetFileLocks(pNode->hLockFile,
22886 rc = DosSetFileLocks(pNode->hLockFile,
22892 pNode->hLockFile,
22897 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName))
22910 os2ShmNode *pNode; local
22934 for( pNode = os2ShmNodeList;
22935 pNode
22857 os2ShmSystemLock( os2ShmNode *pNode, int lockType, int ofst, int nByte ) argument
23014 os2ShmNode *pNode; local
23102 os2ShmNode *pNode; local
23195 os2ShmNode *pNode = pLink->pShmNode; local
124659 RtreeNode *pNode; /* Node cursor is currently pointing at */ member in struct:RtreeCursor
124866 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument
124877 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
124894 RtreeNode *pNode; local
124919 RtreeNode *pNode; local
124999 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
125017 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
125033 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
125058 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
125084 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
125111 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
125123 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
125137 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
125498 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
125519 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument
125550 RtreeNode *pNode = pCsr->pNode; local
126010 RtreeNode *pNode; local
126095 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
126590 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
126609 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
126787 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
126836 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
126863 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
126894 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
126997 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
127036 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c23712 os2ShmNode *pNode, /* Apply locks to this open shared-memory segment */
23722 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 );
23735 rc = DosSetFileLocks(pNode->hLockFile,
23740 rc = DosSetFileLocks(pNode->hLockFile,
23746 pNode->hLockFile,
23751 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName))
23764 os2ShmNode *pNode; local
23788 for( pNode = os2ShmNodeList;
23789 pNode
23711 os2ShmSystemLock( os2ShmNode *pNode, int lockType, int ofst, int nByte ) argument
23868 os2ShmNode *pNode; local
23956 os2ShmNode *pNode; local
24049 os2ShmNode *pNode = pLink->pShmNode; local
130325 RtreeNode *pNode; /* Node cursor is currently pointing at */ member in struct:RtreeCursor
130532 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument
130543 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
130560 RtreeNode *pNode; local
130585 RtreeNode *pNode; local
130665 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
130683 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
130699 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
130724 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
130750 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
130777 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
130789 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
130803 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
131164 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
131185 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument
131216 RtreeNode *pNode = pCsr->pNode; local
131677 RtreeNode *pNode; local
131766 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
132261 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
132280 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
132458 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
132507 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
132534 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
132565 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
132668 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
132707 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c23712 os2ShmNode *pNode, /* Apply locks to this open shared-memory segment */
23722 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 );
23735 rc = DosSetFileLocks(pNode->hLockFile,
23740 rc = DosSetFileLocks(pNode->hLockFile,
23746 pNode->hLockFile,
23751 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName))
23764 os2ShmNode *pNode; local
23788 for( pNode = os2ShmNodeList;
23789 pNode
23711 os2ShmSystemLock( os2ShmNode *pNode, int lockType, int ofst, int nByte ) argument
23868 os2ShmNode *pNode; local
23956 os2ShmNode *pNode; local
24049 os2ShmNode *pNode = pLink->pShmNode; local
130371 RtreeNode *pNode; /* Node cursor is currently pointing at */ member in struct:RtreeCursor
130578 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument
130589 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
130606 RtreeNode *pNode; local
130631 RtreeNode *pNode; local
130711 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
130729 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
130745 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
130770 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
130796 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
130823 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
130835 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
130849 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
131210 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
131231 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument
131262 RtreeNode *pNode = pCsr->pNode; local
131723 RtreeNode *pNode; local
131812 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
132307 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
132326 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
132504 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
132553 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
132580 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
132611 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
132714 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
132753 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 460 milliseconds