Home
last modified time | relevance | path

Searched defs:doCall (Results 176 – 200 of 325) sorted by relevance

12345678910>>...13

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/golang.org/x/sync/sync-09787c993a3a/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/net/clash/clash-1.6.0/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/net/v2ray/v2ray-core-4.36.2/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/sysutils/helm/helm-3.5.2/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/sync/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/sync/sync-09787c993a3a/singleflight/
H A Dsingleflight.go139 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) { func
/dports/math/ogdf/OGDF/src/ogdf/planarlayout/
H A DPlanarStraightLayout.cpp54 void PlanarStraightLayout::doCall( in doCall() function in ogdf::PlanarStraightLayout
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/
H A DTestJNI.java152 static void doCall(Class<?> klass, String method) { in doCall() method in TestJNI
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/
H A DTestJNI.java152 static void doCall(Class<?> klass, String method) { in doCall() method in TestJNI
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/
H A DTestJNI.java152 static void doCall(Class<?> klass, String method) { in doCall() method in TestJNI
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/
H A DTestJNI.java152 static void doCall(Class<?> klass, String method) { in doCall() method in TestJNI
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/
H A DTestJNI.java152 static void doCall(Class<?> klass, String method) { in doCall() method in TestJNI
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/
H A DTestJNI.java152 static void doCall(Class<?> klass, String method) { in doCall() method in TestJNI
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/
H A DTestJNI.java152 static void doCall(Class<?> klass, String method) { in doCall() method in TestJNI
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/
H A DTestJNI.java152 static void doCall(Class<?> klass, String method) { in doCall() method in TestJNI
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestDowncall.java112 …Object doCall(MemoryAddress addr, SegmentAllocator allocator, MethodType type, FunctionDescriptor … in doCall() method in TestDowncall
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DStringConcat.java358 … private void doCall(Type type, JCDiagnostic.DiagnosticPosition pos, List<Type> dynamicArgTypes) { in doCall() method in StringConcat.IndyPlain
466 …private void doCall(Type type, JCDiagnostic.DiagnosticPosition pos, String recipe, List<Object> st… in doCall() method in StringConcat.IndyConstants

12345678910>>...13