Home
last modified time | relevance | path

Searched refs:clsName (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/dports/lang/spidermonkey60/firefox-60.9.0/build/annotationProcessors/
H A DCodeGenerator.java29 private final String clsName; field in CodeGenerator
38 this.clsName = annotatedClass.generatedName; in CodeGenerator()
63 "class " + clsName + "::Natives : " + in CodeGenerator()
81 String clsName = this.clsName; in getMatchingClassType() local
85 return clsName; in getMatchingClassType()
88 clsName = clsName.substring(0, Math.max(0, clsName.lastIndexOf("::"))); in getMatchingClassType()
95 if (clsName != null) { in getNativeParameterType()
103 if (clsName != null) { in getNativeReturnType()
188 proto.append(clsName).append("::"); in generatePrototype()
283 .append(Utils.getUnqualifiedName(clsName) + in generateDefinition()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DCodeGenerator.java29 private final String clsName; field in CodeGenerator
38 this.clsName = annotatedClass.generatedName; in CodeGenerator()
63 "class " + clsName + "::Natives : " + in CodeGenerator()
81 String clsName = this.clsName; in getMatchingClassType() local
85 return clsName; in getMatchingClassType()
88 clsName = clsName.substring(0, Math.max(0, clsName.lastIndexOf("::"))); in getMatchingClassType()
95 if (clsName != null) { in getNativeParameterType()
103 if (clsName != null) { in getNativeReturnType()
188 proto.append(clsName).append("::"); in generatePrototype()
283 .append(Utils.getUnqualifiedName(clsName) + in generateDefinition()
[all …]
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A DadjacencyListGraph.cxx80 const std::string clsName = "AdjacencyListGraph"; in defineAdjacencyListGraph() local
81 python::class_<Graph>(clsName.c_str(),"undirected adjacency list graph", in defineAdjacencyListGraph()
84 .def(LemonUndirectedGraphCoreVisitor<Graph>(clsName)) in defineAdjacencyListGraph()
85 .def(LemonUndirectedGraphAddItemsVisitor<Graph>(clsName)) in defineAdjacencyListGraph()
86 .def(LemonGraphAlgorithmVisitor<Graph>(clsName)) in defineAdjacencyListGraph()
87 .def(LemonGraphShortestPathVisitor<Graph>(clsName)) in defineAdjacencyListGraph()
88 .def(LemonGraphRagVisitor<Graph>(clsName)) in defineAdjacencyListGraph()
89 .def(LemonGraphHierachicalClusteringVisitor<Graph>(clsName)) in defineAdjacencyListGraph()
H A DgridGraphNd.hxx87 void defineGridGraphT3d(const std::string & clsName){ in defineGridGraphT3d() argument
93 python::class_<Graph>(clsName.c_str(),python::init< ShapeType >()) in defineGridGraphT3d()
95 .def(LemonUndirectedGraphCoreVisitor<Graph>(clsName)) in defineGridGraphT3d()
96 .def(LemonGraphAlgorithmVisitor<Graph>(clsName)) in defineGridGraphT3d()
97 .def(LemonGridGraphAlgorithmAddonVisitor<Graph>(clsName)) in defineGridGraphT3d()
98 .def(LemonGraphShortestPathVisitor<Graph>(clsName)) in defineGridGraphT3d()
99 .def(LemonGraphRagVisitor<Graph>(clsName)) in defineGridGraphT3d()
100 .def(LemonGraphHierachicalClusteringVisitor<Graph>(clsName)) in defineGridGraphT3d()
H A DgridGraph2d.cxx90 void defineGridGraphT2d(const std::string & clsName){ in defineGridGraphT2d() argument
96 python::class_<Graph>(clsName.c_str(),python::init< ShapeType >()) in defineGridGraphT2d()
98 .def(LemonUndirectedGraphCoreVisitor<Graph>(clsName)) in defineGridGraphT2d()
99 .def(LemonGraphAlgorithmVisitor<Graph>(clsName)) in defineGridGraphT2d()
100 .def(LemonGridGraphAlgorithmAddonVisitor<Graph>(clsName)) in defineGridGraphT2d()
101 .def(LemonGraphShortestPathVisitor<Graph>(clsName)) in defineGridGraphT2d()
102 .def(LemonGraphRagVisitor<Graph>(clsName)) in defineGridGraphT2d()
103 .def(LemonGraphHierachicalClusteringVisitor<Graph>(clsName)) in defineGridGraphT2d()
H A DgridGraph3d.cxx88 void defineGridGraphT3d(const std::string & clsName){ in defineGridGraphT3d() argument
94 python::class_<Graph>(clsName.c_str(),python::init< ShapeType >()) in defineGridGraphT3d()
96 .def(LemonUndirectedGraphCoreVisitor<Graph>(clsName)) in defineGridGraphT3d()
97 .def(LemonGraphAlgorithmVisitor<Graph>(clsName)) in defineGridGraphT3d()
98 .def(LemonGridGraphAlgorithmAddonVisitor<Graph>(clsName)) in defineGridGraphT3d()
99 .def(LemonGraphShortestPathVisitor<Graph>(clsName)) in defineGridGraphT3d()
100 .def(LemonGraphRagVisitor<Graph>(clsName)) in defineGridGraphT3d()
101 .def(LemonGraphHierachicalClusteringVisitor<Graph>(clsName)) in defineGridGraphT3d()
/dports/www/firefox-legacy/firefox-52.8.0esr/build/annotationProcessors/
H A DCodeGenerator.java29 private final String clsName; field in CodeGenerator
37 this.clsName = annotatedClass.generatedName; in CodeGenerator()
58 "class " + clsName + "::Natives : " + in CodeGenerator()
76 String clsName = this.clsName; in getMatchingClassType() local
80 return clsName; in getMatchingClassType()
83 clsName = clsName.substring(0, Math.max(0, clsName.lastIndexOf("::"))); in getMatchingClassType()
90 if (clsName != null) { in getNativeParameterType()
98 if (clsName != null) { in getNativeReturnType()
176 proto.append(clsName).append("::"); in generatePrototype()
271 .append(Utils.getUnqualifiedName(clsName) + in generateDefinition()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DCodeGenerator.java30 private final String clsName; field in CodeGenerator
39 this.clsName = annotatedClass.generatedName; in CodeGenerator()
64 "class " + clsName + "::Natives : " + in CodeGenerator()
82 String clsName = this.clsName; in getMatchingClassType() local
86 return clsName; in getMatchingClassType()
89 clsName = clsName.substring(0, Math.max(0, clsName.lastIndexOf("::"))); in getMatchingClassType()
96 if (clsName != null) { in getNativeParameterType()
104 if (clsName != null) { in getNativeReturnType()
189 proto.append(clsName).append("::"); in generatePrototype()
284 .append(Utils.getUnqualifiedName(clsName) + in generateDefinition()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DCodeGenerator.java43 + clsName in CodeGenerator()
61 + clsName in CodeGenerator()
72 + clsName in CodeGenerator()
93 String clsName = this.clsName; in getMatchingClassType() local
97 return clsName; in getMatchingClassType()
100 clsName = clsName.substring(0, Math.max(0, clsName.lastIndexOf("::"))); in getMatchingClassType()
447 + clsName in generateMethod()
498 + clsName in generateNative()
505 + clsName in generateNative()
612 + clsName in generateField()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DCodeGenerator.java30 private final String clsName; field in CodeGenerator
39 this.clsName = annotatedClass.generatedName; in CodeGenerator()
64 "class " + clsName + "::Natives : " + in CodeGenerator()
82 String clsName = this.clsName; in getMatchingClassType() local
86 return clsName; in getMatchingClassType()
89 clsName = clsName.substring(0, Math.max(0, clsName.lastIndexOf("::"))); in getMatchingClassType()
96 if (clsName != null) { in getNativeParameterType()
104 if (clsName != null) { in getNativeReturnType()
189 proto.append(clsName).append("::"); in generatePrototype()
284 .append(Utils.getUnqualifiedName(clsName) + in generateDefinition()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/java/
H A DHtSpk.java45 String clsName = cls.getNodeValue(); in setFracLevel() local
46 if ( clsName.equals("begin-end")) { in setFracLevel()
56 String clsName = cls.getNodeValue(); in setFracLevel() local
57 if ( clsName.equals("begin-end")) { in setFracLevel()
74 String clsName = cls.getNodeValue(); in setFracLevel() local
75 if ( clsName.equals("begin-end")) { in setFracLevel()
87 if (clsName.equals("begin-end")) { in setFracLevel()
131 clsName.equals("mid-script") in setScriptLevel()
192 if( clsName.equals("begin-root") in setRootLevel()
193 || clsName.equals("mid-root") in setRootLevel()
[all …]
H A DHtJsml.java204 String clsName = cls.getNodeValue(); in setFracLevel() local
205 if ( clsName.equals("begin-end")) { in setFracLevel()
214 String clsName = cls.getNodeValue(); in setFracLevel() local
215 if ( clsName.equals("begin-end")) { in setFracLevel()
225 String clsName = cls.getNodeValue(); in setFracLevel() local
226 if ( clsName.equals("begin-end")) { in setFracLevel()
273 if ( clsName.equals("begin-script") in setScriptLevel()
275 clsName.equals("mid-script") in setScriptLevel()
338 if( clsName.equals("begin-root") in setRootLevel()
339 || clsName.equals("mid-root") in setRootLevel()
[all …]
/dports/games/spring/spring_98.0/AI/Wrappers/CUtils/bin/
H A DcommonOOCallback.awk652 clsName = myClass;
666 last_clsName = clsName;
672 clsId = ancestorsP "-" clsName;
673 store_class(ancestorsP, clsName);
690 last_clsName = clsName;
693 clsId = ancestorsP "-" clsName;
753 for (clsName in class_ancestors) {
758 interfaces[clsName] = 1;
764 interfaceOwnerOfFunc[clsName "*"] = 0;
767 interfaceOwnerOfFunc[clsName "#" interfaceOwnerOfFunc[clsName "*"]] = fullName;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/sanity/pluggability/
H A DCheckSSLContextExport.java70 String clsName = null; in test() local
75 clsName = sf.getClass().getName(); in test()
80 clsName = ssf.getClass().getName(); in test()
84 clsName = se.getClass().getName(); in test()
88 clsName = se2.getClass().getName(); in test()
93 if (!clsName.startsWith("MySSL")) { in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/javax/net/ssl/
H A DSSLServerSocketFactory.java85 String clsName = SSLSocketFactory.getSecurityProperty in getDefault() local
87 if (clsName != null) { in getDefault()
92 cls = Class.forName(clsName); in getDefault()
96 cls = cl.loadClass(clsName); in getDefault()
99 log("class " + clsName + " is loaded"); in getDefault()
102 log("instantiated an instance of class " + clsName); in getDefault()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/javax/net/ssl/
H A DSSLServerSocketFactory.java128 String clsName = SSLSocketFactory.getSecurityProperty(
130 if (clsName != null) {
135 cls = Class.forName(clsName);
139 cls = cl.loadClass(clsName);
142 log("class " + clsName + " is loaded");
146 log("instantiated an instance of class " + clsName);

12345678910>>...18