Home
last modified time | relevance | path

Searched refs:otherContext (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/src/org/eclipse/e4/core/internal/tests/contexts/inject/
H A DExtraDependenciesTest.java52 IEclipseContext otherContext = (IEclipseContext) context.get("otherContext"); in injectedMethod() local
53 if (otherContext == null) { in injectedMethod()
56 other = (String) otherContext.get("arg3"); in injectedMethod()
72 IEclipseContext otherContext = EclipseContextFactory.create(); in testExtraDependencies() local
73 otherContext.set("arg3", "other"); in testExtraDependencies()
75 context.set("otherContext", otherContext); in testExtraDependencies()
88 otherContext.set("arg3", "wrong"); in testExtraDependencies()
92 otherContext.dispose(); in testExtraDependencies()
/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A DglContext.cpp110 GlfGLContext::IsSharing(GlfGLContextSharedPtr const & otherContext) in IsSharing() argument
112 return otherContext && IsValid() && in IsSharing()
113 otherContext->IsValid() && _IsSharing(otherContext); in IsSharing()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/
H A DBeanExpressionContext.java75 BeanExpressionContext otherContext = (BeanExpressionContext) other; in equals() local
76 return (this.beanFactory == otherContext.beanFactory && this.scope == otherContext.scope); in equals()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/
H A DInstructionPointerContext.java58 InstructionPointerContext otherContext = (InstructionPointerContext) other; in equals() local
59 if (getAnnotation().equals(otherContext.getAnnotation())){ in equals()
60 return getEditor().equals(otherContext.getEditor()); in equals()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go23 type otherContext struct { struct
64 o := otherContext{c1}
256 o := otherContext{c}
260 o = otherContext{c}
275 o := otherContext{c}
279 o = otherContext{c}
288 o := otherContext{c}
341 o0 := otherContext{Background()}
344 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
350 o3 := otherContext{c4}
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go23 type otherContext struct { struct
64 o := otherContext{c1}
256 o := otherContext{c}
260 o = otherContext{c}
275 o := otherContext{c}
279 o = otherContext{c}
288 o := otherContext{c}
341 o0 := otherContext{Background()}
344 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
350 o3 := otherContext{c4}
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go23 type otherContext struct { struct
64 o := otherContext{c1}
256 o := otherContext{c}
260 o = otherContext{c}
275 o := otherContext{c}
279 o = otherContext{c}
288 o := otherContext{c}
341 o0 := otherContext{Background()}
344 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
350 o3 := otherContext{c4}
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/net/context/
H A Dcontext_test.go23 type otherContext struct { struct
64 o := otherContext{c1}
256 o := otherContext{c}
260 o = otherContext{c}
275 o := otherContext{c}
279 o = otherContext{c}
288 o := otherContext{c}
341 o0 := otherContext{Background()}
344 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
350 o3 := otherContext{c4}
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/github.com/miekg/dns/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/net/context/
H A Dcontext_test.go23 type otherContext struct { struct
64 o := otherContext{c1}
256 o := otherContext{c}
260 o = otherContext{c}
275 o := otherContext{c}
279 o = otherContext{c}
288 o := otherContext{c}
341 o0 := otherContext{Background()}
344 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
350 o3 := otherContext{c4}
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/net/context/
H A Dcontext_test.go23 type otherContext struct { struct
64 o := otherContext{c1}
256 o := otherContext{c}
260 o = otherContext{c}
275 o := otherContext{c}
279 o = otherContext{c}
288 o := otherContext{c}
341 o0 := otherContext{Background()}
344 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
350 o3 := otherContext{c4}
/dports/dns/cli53/cli53-0.8.18/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/devel/lazygit/lazygit-0.31.4/vendor/golang.org/x/net/net-0a1ea396d57c/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/devel/lab/lab-0.17.2/vendor/golang.org/x/net/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/net/net-da137c7871d7/context/
H A Dcontext_test.go22 type otherContext struct { struct
63 o := otherContext{c1}
255 o := otherContext{c}
259 o = otherContext{c}
274 o := otherContext{c}
278 o = otherContext{c}
287 o := otherContext{c}
340 o0 := otherContext{Background()}
343 o1 := otherContext{WithValue(Background(), k1, "c1k1")}
349 o3 := otherContext{c4}

12345678