Home
last modified time | relevance | path

Searched refs:hasnew (Results 1 – 17 of 17) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_2d.cxx112 Standard_Boolean hasnew = FC2D_HasNewCurveOnSurface(E,F,C2D); in FC2D_HasCurveOnSurface() local
113 Standard_Boolean b = hasold || hasnew; in FC2D_HasCurveOnSurface()
151 Standard_Boolean hasnew = (pc2df != NULL); in FC2D_HasNewCurveOnSurface() local
152 if (hasnew) C2D = pc2df->PC(f2d,l2d,tol); in FC2D_HasNewCurveOnSurface()
153 return hasnew; in FC2D_HasNewCurveOnSurface()
247 Standard_Boolean hasnew = FC2D_HasNewCurveOnSurface(E,F,C2D,f,l,tol); in Handle() local
248 if (hasnew) { in Handle()
267 Standard_Boolean hasnew = Standard_False; in Handle() local
270 hasnew = FC2D_HasNewCurveOnSurface(E,F,newC2D,f,l,tol); in Handle()
271 if (hasnew) { in Handle()
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dts_tables_epg.c768 int hasnew=false; in EPG_ATSC_decode_EIT() local
826 hasnew |= EPG_add_event(ctx, pmt_map, &event); in EPG_ATSC_decode_EIT()
829 if((ccx_options.xmltv==1 || ccx_options.xmltv==3) && ccx_options.xmltvoutputinterval==0 && hasnew) in EPG_ATSC_decode_EIT()
879 int hasnew = false; in EPG_DVB_decode_EIT() local
974 hasnew |= EPG_add_event(ctx, pmt_map, &event); in EPG_DVB_decode_EIT()
976 if(hasnew && section_number==0 && table_id==0x4e) in EPG_DVB_decode_EIT()
980 if((ccx_options.xmltv==1 || ccx_options.xmltv==3) && ccx_options.xmltvoutputinterval==0 && hasnew) in EPG_DVB_decode_EIT()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DLCD.cpp304 bool hasnew = false; in updateUserView() local
329 hasnew = true; in updateUserView()
340 if (! qmOld.isEmpty() || hasnew || ! qmSpeaking.isEmpty()) in updateUserView()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DLCD.cpp304 bool hasnew = false; in updateUserView() local
329 hasnew = true; in updateUserView()
340 if (! qmOld.isEmpty() || hasnew || ! qmSpeaking.isEmpty()) in updateUserView()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/_pytest/
H A Dpython.py498 elif hasnew(self.obj):
639 def hasnew(obj): function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/
H A Dpython.py569 elif hasnew(self.obj):
724 def hasnew(obj): function
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/
H A Dpython.py569 elif hasnew(self.obj):
724 def hasnew(obj): function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/
H A Dpython.py569 elif hasnew(self.obj):
724 def hasnew(obj): function
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpython.py569 elif hasnew(self.obj):
724 def hasnew(obj): function
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pytest/_pytest/
H A Dpython.py501 elif hasnew(self.obj):
640 def hasnew(obj): function
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dpython.py727 elif hasnew(self.obj):
855 def hasnew(obj): function
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpython.py767 elif hasnew(self.obj):
861 def hasnew(obj: object) -> bool: function
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpython.py767 elif hasnew(self.obj):
861 def hasnew(obj: object) -> bool: function
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpython.py767 elif hasnew(self.obj):
861 def hasnew(obj: object) -> bool: function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/msgdb/src/
H A DnsMsgDatabase.cpp2531 bool hasnew; in GetFirstNew() local
2532 nsresult rv = HasNew(&hasnew); in GetFirstNew()
2534 *result = (hasnew) ? m_newSet.ElementAt(0) : nsMsgKey_None; in GetFirstNew()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_EXPORT.cxx1706 Standard_Boolean hasnew = Standard_False; in FUN_ds_completeforSE8() local
1742 if (!hasnew) continue; in FUN_ds_completeforSE8()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgDBFolder.cpp614 bool hasnew; in ReadDBFolderInfo() local
616 rv = db->HasNew(&hasnew); in ReadDBFolderInfo()