Home
last modified time | relevance | path

Searched refs:stubName (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubFactoryFactoryStaticImpl.java52 String stubName = null ; in createStubFactory() local
55 stubName = Utility.idlStubName( className ) ; in createStubFactory()
57 stubName = Utility.stubNameForCompiler( className ) ; in createStubFactory()
70 String firstStubName = stubName ; in createStubFactory()
71 String secondStubName = stubName ; in createStubFactory()
73 if (PackagePrefixChecker.hasOffendingPrefix(stubName)) in createStubFactory()
74 firstStubName = PackagePrefixChecker.packagePrefix() + stubName ; in createStubFactory()
76 secondStubName = PackagePrefixChecker.packagePrefix() + stubName ; in createStubFactory()
111 "Could not load class " + stubName ) ; in createStubFactory()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubFactoryFactoryStaticImpl.java52 String stubName = null ; in createStubFactory() local
55 stubName = Utility.idlStubName( className ) ; in createStubFactory()
57 stubName = Utility.stubNameForCompiler( className ) ; in createStubFactory()
70 String firstStubName = stubName ; in createStubFactory()
71 String secondStubName = stubName ; in createStubFactory()
73 if (PackagePrefixChecker.hasOffendingPrefix(stubName)) in createStubFactory()
74 firstStubName = PackagePrefixChecker.packagePrefix() + stubName ; in createStubFactory()
76 secondStubName = PackagePrefixChecker.packagePrefix() + stubName ; in createStubFactory()
111 "Could not load class " + stubName ) ; in createStubFactory()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DTelemetry.java32 @WrapForJNI(stubName = "AddHistogram", dispatchTo = "gecko")
34 @WrapForJNI(stubName = "AddKeyedHistogram", dispatchTo = "gecko")
36 @WrapForJNI(stubName = "StartUISession", dispatchTo = "gecko")
38 @WrapForJNI(stubName = "StopUISession", dispatchTo = "gecko")
40 @WrapForJNI(stubName = "AddUIEvent", dispatchTo = "gecko")
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DTelemetryUtils.java32 @WrapForJNI(stubName = "AddHistogram", dispatchTo = "gecko")
34 @WrapForJNI(stubName = "AddKeyedHistogram", dispatchTo = "gecko")
133 @WrapForJNI(stubName = "StartUISession", dispatchTo = "gecko")
135 @WrapForJNI(stubName = "StopUISession", dispatchTo = "gecko")
137 @WrapForJNI(stubName = "AddUIEvent", dispatchTo = "gecko")
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/plugin/
H A Dqpluginloader.cpp303 QString stubName = fileName; in setFileName() local
304 stubName.chop(3); in setFileName()
305 stubName += QLatin1String("qtplugin"); in setFileName()
306 fi = QFileInfo(stubName); in setFileName()
/dports/lang/spidermonkey60/firefox-60.9.0/build/annotationProcessors/utils/
H A DGeneratableElementIterator.java133 String stubName = null; in buildAnnotationInfo() local
150 stubName = (String) stubNameMethod.invoke(annotation); in buildAnnotationInfo()
189 if (stubName.isEmpty()) { in buildAnnotationInfo()
190 stubName = Utils.getNativeName(element); in buildAnnotationInfo()
193 return new AnnotationInfo(stubName, exceptionMode, callingThread, dispatchTarget, in buildAnnotationInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/utils/
H A DGeneratableElementIterator.java133 String stubName = null; in buildAnnotationInfo() local
150 stubName = (String) stubNameMethod.invoke(annotation); in buildAnnotationInfo()
189 if (stubName.isEmpty()) { in buildAnnotationInfo()
190 stubName = Utils.getNativeName(element); in buildAnnotationInfo()
193 return new AnnotationInfo(stubName, exceptionMode, callingThread, dispatchTarget, in buildAnnotationInfo()
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dinterface.go11 func (i iface) stubName() *ast.Ident { func
16 return structDecl(i.stubName(), &ast.FieldList{})
49 return field(i.receiverName(), i.stubName())
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dinterface.go11 func (i iface) stubName() *ast.Ident { func
16 return structDecl(i.stubName(), &ast.FieldList{})
49 return field(i.receiverName(), i.stubName())
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dinterface.go11 func (i iface) stubName() *ast.Ident { func
16 return structDecl(i.stubName(), &ast.FieldList{})
49 return field(i.receiverName(), i.stubName())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dinterface.go11 func (i iface) stubName() *ast.Ident { func
16 return structDecl(i.stubName(), &ast.FieldList{})
49 return field(i.receiverName(), i.stubName())
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dinterface.go11 func (i iface) stubName() *ast.Ident { func
16 return structDecl(i.stubName(), &ast.FieldList{})
49 return field(i.receiverName(), i.stubName())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dinterface.go11 func (i iface) stubName() *ast.Ident { func
16 return structDecl(i.stubName(), &ast.FieldList{})
49 return field(i.receiverName(), i.stubName())
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dinterface.go11 func (i iface) stubName() *ast.Ident { func
16 return structDecl(i.stubName(), &ast.FieldList{})
49 return field(i.receiverName(), i.stubName())
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/utils/
H A DGeneratableElementIterator.java141 String stubName = null; in buildAnnotationInfo() local
158 stubName = (String) stubNameMethod.invoke(annotation); in buildAnnotationInfo()
197 if (stubName.isEmpty()) { in buildAnnotationInfo()
198 stubName = Utils.getNativeName(element); in buildAnnotationInfo()
201 return new AnnotationInfo(stubName, exceptionMode, callingThread, dispatchTarget, in buildAnnotationInfo()
/dports/www/firefox/firefox-99.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/utils/
H A DGeneratableElementIterator.java141 String stubName = null; in buildAnnotationInfo() local
158 stubName = (String) stubNameMethod.invoke(annotation); in buildAnnotationInfo()
200 if (stubName.isEmpty()) { in buildAnnotationInfo()
201 stubName = Utils.getNativeName(element); in buildAnnotationInfo()
204 return new AnnotationInfo(stubName, exceptionMode, callingThread, dispatchTarget, noLiteral); in buildAnnotationInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/build/annotationProcessors/utils/
H A DGeneratableElementIterator.java157 String stubName = null; in buildAnnotationInfo() local
173 stubName = (String) stubNameMethod.invoke(annotation); in buildAnnotationInfo()
208 if (stubName.isEmpty()) { in buildAnnotationInfo()
209 stubName = Utils.getNativeName(element); in buildAnnotationInfo()
212 return new AnnotationInfo(stubName, exceptionMode, callingThread, dispatchTarget); in buildAnnotationInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/utils/
H A DGeneratableElementIterator.java141 String stubName = null; in buildAnnotationInfo() local
158 stubName = (String) stubNameMethod.invoke(annotation); in buildAnnotationInfo()
197 if (stubName.isEmpty()) { in buildAnnotationInfo()
198 stubName = Utils.getNativeName(element); in buildAnnotationInfo()
201 return new AnnotationInfo(stubName, exceptionMode, callingThread, dispatchTarget, in buildAnnotationInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/
H A DTelemetry.java40 @WrapForJNI(stubName = "AddHistogram", dispatchTo = "gecko")
42 @WrapForJNI(stubName = "AddKeyedHistogram", dispatchTo = "gecko")
44 @WrapForJNI(stubName = "StartUISession", dispatchTo = "gecko")
46 @WrapForJNI(stubName = "StopUISession", dispatchTo = "gecko")
48 @WrapForJNI(stubName = "AddUIEvent", dispatchTo = "gecko")
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/Test/
H A DLibV09.hs8 , stubFilePath, stubMain, stubName, stubWriteLog
60 let cmd = LBI.buildDir lbi </> stubName suite
61 </> stubName suite <.> exeExtension (LBI.hostPlatform lbi)
193 stubName :: PD.TestSuite -> FilePath
194 stubName t = unUnqualComponentName (PD.testName t) ++ "Stub" function
199 stubFilePath t = stubName t <.> "hs"
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/Test/
H A DLibV09.hs8 , stubFilePath, stubMain, stubName, stubWriteLog
60 let cmd = LBI.buildDir lbi </> stubName suite
61 </> stubName suite <.> exeExtension (LBI.hostPlatform lbi)
202 stubName :: PD.TestSuite -> FilePath
203 stubName t = unUnqualComponentName (PD.testName t) ++ "Stub" function
208 stubFilePath t = stubName t <.> "hs"
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/Test/
H A DLibV09.hs8 , stubFilePath, stubMain, stubName, stubWriteLog
60 let cmd = LBI.buildDir lbi </> stubName suite
61 </> stubName suite <.> exeExtension (LBI.hostPlatform lbi)
197 stubName :: PD.TestSuite -> FilePath
198 stubName t = unUnqualComponentName (PD.testName t) ++ "Stub" function
203 stubFilePath t = stubName t <.> "hs"
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/Test/
H A DLibV09.hs8 , stubFilePath, stubMain, stubName, stubWriteLog
60 let cmd = LBI.buildDir lbi </> stubName suite
61 </> stubName suite <.> exeExtension (LBI.hostPlatform lbi)
193 stubName :: PD.TestSuite -> FilePath
194 stubName t = unUnqualComponentName (PD.testName t) ++ "Stub" function
199 stubFilePath t = stubName t <.> "hs"
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/Test/
H A DLibV09.hs8 , stubFilePath, stubMain, stubName, stubWriteLog
60 let cmd = LBI.buildDir lbi </> stubName suite
61 </> stubName suite <.> exeExtension (LBI.hostPlatform lbi)
197 stubName :: PD.TestSuite -> FilePath
198 stubName t = unUnqualComponentName (PD.testName t) ++ "Stub" function
203 stubFilePath t = stubName t <.> "hs"
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DPrefsHelper.java51 @WrapForJNI(stubName = "GetPrefs", dispatchTo = "gecko")
53 @WrapForJNI(stubName = "SetPref", dispatchTo = "gecko")
56 @WrapForJNI(stubName = "AddObserver", dispatchTo = "gecko")
59 @WrapForJNI(stubName = "RemoveObserver", dispatchTo = "gecko")

12345678