Searched refs:nType (Results 1 – 6 of 6) sorted by relevance
90 EResult Process (int32_t nType, SPixMap* src, SPixMap* ref);91 EResult Set (int32_t nType, void* pParam);92 EResult Get (int32_t nType, void* pParam);
309 EResult CComplexityAnalysisScreen::Process (int32_t nType, SPixMap* pSrc, SPixMap* pRef) { in Process() argument332 EResult CComplexityAnalysisScreen::Set (int32_t nType, void* pParam) { in Set() argument341 EResult CComplexityAnalysisScreen::Get (int32_t nType, void* pParam) { in Get() argument
7354 nType = elem.nodeType;7357 if ( nType === 3 || nType === 8 || nType === 2 ) {7368 if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {7483 nType = elem.nodeType;7486 if ( nType === 3 || nType === 8 || nType === 2 ) {7490 if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
145738 int nType;145740 nType = sqlite3Strlen30(zType);145741 for(i=0; i<nType; i++){145749 if( i<nType ){145752 for(j=i; (j+nDel)<=nType; j++){