Searched refs:intersect (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsetfuncs.test64 Test setfuncs-2.1 {intersect command} {
65 intersect "" ""
68 Test setfuncs-2.2 {intersect command} {
69 intersect "a b c" ""
72 Test setfuncs-2.3 {intersect command} {
73 intersect "" "a b c"
76 Test setfuncs-2.4 {intersect command} {
77 intersect "d f b" "a b c"
80 Test setfuncs-2.5 {intersect command} {
81 intersect "
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dscriptset.h47 ScriptSet &intersect(const ScriptSet &other);
48 ScriptSet &intersect(UScriptCode script, UErrorCode &status);
H A Dscriptset.cpp112 ScriptSet &ScriptSet::intersect(const ScriptSet &other) { function in class:ScriptSet
119 ScriptSet &ScriptSet::intersect(UScriptCode script, UErrorCode &status) { function in class:ScriptSet
123 this->intersect(t);
139 t.intersect(other);
H A Duspoof_impl.cpp253 // Until then, grab the script from the char and intersect it with the set.
256 result->intersect(cpScript, status);
260 result->intersect(fSpoofData->fScriptSets[index]);
H A Didentifier_info.cpp182 fCommonAmongAlternates->intersect(*next);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dsetfuncs.tcl20 #@package: TclX-set_functions union intersect intersect3 lrmdups
78 # intersect - perform an intersection of two lists, returning a list
81 proc intersect {list1 list2} { procedure
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcrm.vim23 syn keyword crmStatement fail fault goto hash intersect isolate input learn
H A Desqlc.vim45 syntax keyword esqlcOperator intersect minus
H A Dampl.vim54 syn keyword amplOperators inter intersect intersection cross setof
H A Dsqlj.vim46 syn keyword sqljOperator union intersect minus
H A Dsqloracle.vim35 syn keyword sqlOperator union intersect minus
H A Dlifelines.vim42 syn keyword lifelinesIndi addtoset deletefromset union intersect
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedDrawingArea.cpp99 dirtyRect.intersect(m_webPage.bounds());
143 Region dirtyRegionInScrollRect = intersect(scrollRect, m_dirtyRegion);
150 Region movedDirtyRegionInScrollRect = intersect(translate(dirtyRegionInScrollRect, scrollDelta), scrollRect);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp99 dirtyRect.intersect(m_webPage.bounds());
143 Region dirtyRegionInScrollRect = intersect(scrollRect, m_dirtyRegion);
150 Region movedDirtyRegionInScrollRect = intersect(translate(dirtyRegionInScrollRect, scrollDelta), scrollRect);
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DEmbeddedWidget.cpp169 clipRect.intersect(parentView->windowClipRectForFrameOwner(m_element, true));
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_circle.tcl192 # intersect --
200 proc intersect {obj1 obj2} { procedure
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DPageViewportController.cpp268 visibleContentsRect.intersect(FloatRect(FloatPoint::zero(), m_contentsSize));
H A DWebView.cpp263 visibleContentsRect.intersect(FloatRect(FloatPoint(), contentsSize()));
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl32 proc intersect {fa fb {mapvar {}} {idstart 0}} {} procedure
48 optional union intersect difference \
265 set remove [struct::set intersect [$fa unreachable_states] [$fa unuseful_states]]
576 # intersect with the existing states.
605 proc ::grammar::fa::op::intersect {fa fb {mapvar {}} {idstart 0}} {
901 intersect $tmp $beta {} $id
1102 set dup [struct::set intersect [$fa states] [$fb states]]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DTiledCoreAnimationDrawingArea.mm285 visibleRect.intersect(m_scrolledExposedRect);
545 shadowLayerFrame.intersect(clipLayerFrame);
H A DRemoteLayerTreeDrawingArea.mm318 visibleRect.intersect(m_scrolledExposedRect);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcitygrid.tcl91 set allowed [struct::set intersect $allowed $neigh($grid($at),$dir)]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ditspoof.cpp639 s2.intersect(s1);
644 s2.intersect(s1);
649 s2.intersect(s1);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/test/
H A Dtest_unittest.py241 #intersect
242 i0 = self.p0.intersect(self.f0) # these 2 are the same
246 i1 = self.p0.intersect(self.f1) # strict subset
248 i2 = self.p0.intersect(self.m0)
/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.cpp230 dirtyRect.intersect(IntRect(IntPoint(), m_pluginSize));

Completed in 312 milliseconds

123