Home
last modified time | relevance | path

Searched refs:getConnections (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java131 conns = getConnections(id); in getPooledConnection()
154 private Connections getConnections(Object id) { in getConnections() method in Pool
156 return (ref != null) ? ref.getConnections() : null; in getConnections()
177 conns = ref.getConnections(); in expire()
200 Connections conns = releaseRef.getConnections(); in expungeStaleConnections()
229 conns = entry.getValue().getConnections(); in showStats()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/evidence/
H A DFermiLiteAssemblyHandler.java218 tig.getConnections().forEach(conn -> in removeShadowedContigs()
224 tig.getConnections().stream() in removeShadowedContigs()
272 … final int capacity = firstContig.getConnections().size() + lastContig.getConnections().size() - 2; in joinContigsWithConnections()
274 for ( final Connection conn : firstContig.getConnections() ) { in joinContigsWithConnections()
284 for ( final Connection conn : lastContig.getConnections() ) { in joinContigsWithConnections()
301 final List<Connection> oldConnections = contig.getConnections(); in replaceConnection()
366 if ( tig.getConnections().isEmpty() ) { in expandAssemblyGraph()
371 final int nSuccessors = tig.getConnections().size() - nPredecessors; in expandAssemblyGraph()
407 for ( Connection connection : contig.getConnections() ) { in tracePaths()
432 final int nSuccessors = target.getConnections().size() - nPredecessors; in extendPath()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java72 for (Connection c : s.getConnections()) { in apply()
92 for (Connection c : s.getConnections()) { in apply()
110 for (Connection c : s.getConnections()) { in apply()
139 for (Connection c : nextSlot.getConnections()) { in apply()
148 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java72 for (Connection c : s.getConnections()) { in apply()
92 for (Connection c : s.getConnections()) { in apply()
110 for (Connection c : s.getConnections()) { in apply()
139 for (Connection c : nextSlot.getConnections()) { in apply()
148 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java70 for (Connection c : s.getConnections()) { in apply()
99 for (Connection c : s.getConnections()) { in apply()
117 for (Connection c : s.getConnections()) { in apply()
156 for (Connection c : nextSlot.getConnections()) { in apply()
165 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java70 for (Connection c : s.getConnections()) { in apply()
99 for (Connection c : s.getConnections()) { in apply()
117 for (Connection c : s.getConnections()) { in apply()
156 for (Connection c : nextSlot.getConnections()) { in apply()
165 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java70 for (Connection c : s.getConnections()) { in apply()
99 for (Connection c : s.getConnections()) { in apply()
117 for (Connection c : s.getConnections()) { in apply()
156 for (Connection c : nextSlot.getConnections()) { in apply()
165 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java70 for (Connection c : s.getConnections()) { in apply()
99 for (Connection c : s.getConnections()) { in apply()
117 for (Connection c : s.getConnections()) { in apply()
156 for (Connection c : nextSlot.getConnections()) { in apply()
165 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/Filter/src/main/java/com/sun/hotspot/igv/filter/
H A DCombineFilter.java70 for (Connection c : s.getConnections()) { in apply()
100 for (Connection c : s.getConnections()) { in apply()
118 for (Connection c : s.getConnections()) { in apply()
158 for (Connection c : nextSlot.getConnections()) { in apply()
167 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java70 for (Connection c : s.getConnections()) { in apply()
99 for (Connection c : s.getConnections()) { in apply()
117 for (Connection c : s.getConnections()) { in apply()
156 for (Connection c : nextSlot.getConnections()) { in apply()
165 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java70 for (Connection c : s.getConnections()) { in apply()
99 for (Connection c : s.getConnections()) { in apply()
117 for (Connection c : s.getConnections()) { in apply()
156 for (Connection c : nextSlot.getConnections()) { in apply()
165 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java70 for (Connection c : s.getConnections()) { in apply()
99 for (Connection c : s.getConnections()) { in apply()
117 for (Connection c : s.getConnections()) { in apply()
156 for (Connection c : nextSlot.getConnections()) { in apply()
165 if (oldSlot.getConnections().size() == 0) { in apply()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dconnectionsfragment.cxx118 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateContext()
135 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateRecordContext()
156 getConnections().finalizeImport(); in finalizeImport()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/filters/
H A DGraalCFGFilter.java60 for (Connection c : is.getConnections()) { in apply()
76 if (!is.getConnections().isEmpty()) { in apply()
81 if (!os.getConnections().isEmpty()) { in apply()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/filters/
H A DGraalCFGFilter.java60 for (Connection c : is.getConnections()) { in apply()
76 if (!is.getConnections().isEmpty()) { in apply()
81 if (!os.getConnections().isEmpty()) { in apply()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dconnectionsfragment.cxx119 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateContext()
136 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateRecordContext()
157 getConnections().finalizeImport(); in finalizeImport()

12345678910>>...17