Home
last modified time | relevance | path

Searched refs:origPort (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/quicktime/
H A DQuicktimeLiveImageStream.cpp127 CGrafPtr origPort; in createGWorld() local
141 GetGWorld (&origPort, &origDevice); in createGWorld()
152 SetGWorld(origPort, origDevice); in createGWorld()
248 CGrafPtr origPort; in createSequenceGrabber() local
276 CGrafPtr origPort; in createSequenceGrabberVideoChannel() local
278 GetGWorld (&origPort, &origDevice); in createSequenceGrabberVideoChannel()
335 SetGWorld(origPort, origDevice); in createSequenceGrabberVideoChannel()
379 CGrafPtr origPort; in createSequenceGrabberAudioChannel() local
381 GetGWorld (&origPort, &origDevice); in createSequenceGrabberAudioChannel()
421 SetGWorld(origPort, origDevice); in createSequenceGrabberAudioChannel()
[all …]
H A DMovieData.cpp183 CGrafPtr origPort; in _initGWorldStuff() local
197 GetGWorld (&origPort, &origDevice); in _initGWorldStuff()
218 SetGWorld(origPort, origDevice); in _initGWorldStuff()
H A DQTImportExport.cpp282 CGrafPtr origPort = 0; in doImport() local
332 GetGWorld (&origPort, &origDevice); in doImport()
357 SetGWorld(origPort, origDevice); // set graphics port to offscreen (we don't need it now) in doImport()
369 … SetGWorld(origPort, origDevice); // set graphics port to offscreen (we don't need it now) in doImport()
H A DQTLiveUtils.cpp421 CGrafPtr origPort; in probe_sequence_grabber_components() local
438 GetGWorld (&origPort, &origDevice); in probe_sequence_grabber_components()
524 SetGWorld(origPort, origDevice); in probe_sequence_grabber_components()
581 CGrafPtr origPort; in get_video_device_bounds_idstr() local
596 GetGWorld (&origPort, &origDevice); in get_video_device_bounds_idstr()
667 SetGWorld(origPort, origDevice); in get_video_device_bounds_idstr()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/quicktime/
H A DQuicktimeLiveImageStream.cpp127 CGrafPtr origPort; in createGWorld() local
141 GetGWorld (&origPort, &origDevice); in createGWorld()
152 SetGWorld(origPort, origDevice); in createGWorld()
248 CGrafPtr origPort; in createSequenceGrabber() local
276 CGrafPtr origPort; in createSequenceGrabberVideoChannel() local
278 GetGWorld (&origPort, &origDevice); in createSequenceGrabberVideoChannel()
335 SetGWorld(origPort, origDevice); in createSequenceGrabberVideoChannel()
379 CGrafPtr origPort; in createSequenceGrabberAudioChannel() local
381 GetGWorld (&origPort, &origDevice); in createSequenceGrabberAudioChannel()
421 SetGWorld(origPort, origDevice); in createSequenceGrabberAudioChannel()
[all …]
H A DMovieData.cpp183 CGrafPtr origPort; in _initGWorldStuff() local
197 GetGWorld (&origPort, &origDevice); in _initGWorldStuff()
218 SetGWorld(origPort, origDevice); in _initGWorldStuff()
H A DQTImportExport.cpp282 CGrafPtr origPort = 0;
332 GetGWorld (&origPort, &origDevice);
357 SetGWorld(origPort, origDevice); // set graphics port to offscreen (we don't need it now)
369 … SetGWorld(origPort, origDevice); // set graphics port to offscreen (we don't need it now)
H A DQTLiveUtils.cpp421 CGrafPtr origPort; in probe_sequence_grabber_components() local
438 GetGWorld (&origPort, &origDevice); in probe_sequence_grabber_components()
524 SetGWorld(origPort, origDevice); in probe_sequence_grabber_components()
581 CGrafPtr origPort; in get_video_device_bounds_idstr() local
596 GetGWorld (&origPort, &origDevice); in get_video_device_bounds_idstr()
667 SetGWorld(origPort, origDevice); in get_video_device_bounds_idstr()
/dports/x11-toolkits/plib/plib-1.8.5/src/pw/
H A DpwMacOSX.cxx465 GrafPtr origPort; in handleKeyEvent() local
472 GetPort(&origPort); in handleKeyEvent()
476 SetPort(origPort); in handleKeyEvent()
484 GrafPtr origPort; in handleDrag() local
512 GrafPtr origPort; in handleGoAwayBox() local
514 GetPort(&origPort); in handleGoAwayBox()
522 SetPort(origPort); in handleGoAwayBox()
530 GrafPtr origPort; in handleMouseMoveEvt() local
543 SetPort(origPort); in handleMouseMoveEvt()
918 GrafPtr origPort; in pwSetSize() local
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/unit/main/
H A Dsession-launcher.test.ts65 const origPort = appState().port; constant
68 assert.equal(origPort, newPort);
72 const origPort = appState().port; constant
75 assert.notEqual(origPort, newPort);
H A Dapplication.test.ts60 const origPort = app.port; constant
62 assert.notStrictEqual(origPort, app.port);
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dforwarding.py133 def packOpen_direct_tcpip((connHost, connPort), (origHost, origPort)): argument
137 orig = common.NS(origHost) + struct.pack('>L', origPort)
148 origPort = int(struct.unpack('>L', rest[:4])[0])
149 return (connHost, connPort), (origHost, origPort)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dforwarding.py206 (origHost, origPort) = source
212 orig = common.NS(origHost) + struct.pack(">L", origPort)
228 origPort = int(struct.unpack(">L", rest[:4])[0])
229 return (connHost, connPort), (origHost, origPort)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/module/apmlambda/
H A Dlambda.go153 origPort := os.Getenv("_LAMBDA_SERVER_PORT")
154 lis, err := net.Listen("tcp", "localhost:"+origPort)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/proxy/userspace/
H A Dproxier_test.go667 origPort := int32(99)
668 …("testnamespace", "echo", "1.2.3.4", []v1.ServicePort{{Name: "p", Port: origPort, Protocol: "TCP"}…
695 if err := waitForClosedPortTCP(p, int(origPort)); err != nil {
705 origPort := int32(99)
706 …("testnamespace", "echo", "1.2.3.4", []v1.ServicePort{{Name: "p", Port: origPort, Protocol: "UDP"}…
733 if err := waitForClosedPortUDP(p, int(origPort)); err != nil {
743 origPort := int32(9997)
744 …("testnamespace", "echo", "1.2.3.4", []v1.ServicePort{{Name: "p", Port: origPort, Protocol: "TCP"}…
772 if err := waitForClosedPortTCP(p, int(origPort)); err != nil {
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestCheckpoint.java1924 int origPort = cluster.getNameNodePort();
1950 .nameNodePort(origPort)
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.cc7904 int origPort = 80; in redirect_request() local
7909 origPort = t_state.hdr_info.server_request.port_get(); in redirect_request()
8065 bool defaultPort = (((redirectSchemeIdx == URL_WKSIDX_HTTP) && (origPort == 80)) || in redirect_request()
8066 ((redirectSchemeIdx == URL_WKSIDX_HTTPS) && (origPort == 443))); in redirect_request()
8076 host_len = snprintf(buf, host_len + 7, "%s:%d", origHostNoPort, origPort); in redirect_request()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api8218 twisted.conch.ssh.forwarding.packOpen_direct_tcpip?4((connHost, connPort), (origHost, origPort))