Home
last modified time | relevance | path

Searched refs:anInterface (Results 1 – 25 of 69) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetImplementorTest.java104 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.anInterface), in runTest()
123 "Unexpected implementer for " + tcase.anInterface.getName()); in runTest()
127 public final Class<?> anInterface; field in GetImplementorTest.TestCase
131 this.anInterface = iface; in TestCase()
138 anInterface.getName(), in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetImplementorTest.java104 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.anInterface), in runTest()
123 "Unexpected implementer for " + tcase.anInterface.getName()); in runTest()
127 public final Class<?> anInterface; field in GetImplementorTest.TestCase
131 this.anInterface = iface; in TestCase()
138 anInterface.getName(), in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetImplementorTest.java104 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.anInterface), in runTest()
123 "Unexpected implementer for " + tcase.anInterface.getName()); in runTest()
127 public final Class<?> anInterface; field in GetImplementorTest.TestCase
131 this.anInterface = iface; in TestCase()
138 anInterface.getName(), in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetImplementorTest.java104 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.anInterface), in runTest()
123 "Unexpected implementer for " + tcase.anInterface.getName()); in runTest()
127 public final Class<?> anInterface; field in GetImplementorTest.TestCase
131 this.anInterface = iface; in TestCase()
138 anInterface.getName(), in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetImplementorTest.java104 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.anInterface), in runTest()
123 "Unexpected implementer for " + tcase.anInterface.getName()); in runTest()
127 public final Class<?> anInterface; field in GetImplementorTest.TestCase
131 this.anInterface = iface; in TestCase()
138 anInterface.getName(), in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetImplementorTest.java104 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.anInterface), in runTest()
123 "Unexpected implementer for " + tcase.anInterface.getName()); in runTest()
127 public final Class<?> anInterface; field in GetImplementorTest.TestCase
131 this.anInterface = iface; in TestCase()
138 anInterface.getName(), in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetImplementorTest.java104 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.anInterface), in runTest()
123 "Unexpected implementer for " + tcase.anInterface.getName()); in runTest()
127 public final Class<?> anInterface; field in GetImplementorTest.TestCase
131 this.anInterface = iface; in TestCase()
138 anInterface.getName(), in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DGetImplementorTest.java104 .lookupTypeHelper(Utils.toJVMTypeSignature(tcase.anInterface), in runTest()
123 "Unexpected implementer for " + tcase.anInterface.getName()); in runTest()
127 public final Class<?> anInterface; field in GetImplementorTest.TestCase
131 this.anInterface = iface; in TestCase()
138 anInterface.getName(), in toString()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/06_Ocaf/src/
H A DOCAFSample_CommonDriver.cxx62 OCAFSample_ICommon anInterface(aNode); in Execute() local
63 aMaster = anInterface.GetContext(); in Execute()
64 aTool = anInterface.GetTool(); in Execute()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/audiovideobridging/
H A DAVB17221ACMPInterface.inc20 …function ACMPDidReceiveCommand_onInterface (message_: AVB17221ACMPMessage; anInterface: AVB17221AC…
21 …function ACMPDidReceiveResponse_onInterface (message_: AVB17221ACMPMessage; anInterface: AVB17221A…
39 …class function ACMPInterfaceWithInterface (anInterface: AVBInterface): AVB17221ACMPInterface; mess…
H A DAVB17221AECPInterface.inc15 …function AECPDidReceiveCommand_onInterface (message_: AVB17221AECPMessage; anInterface: AVB17221AE…
16 …function AECPDidReceiveResponse_onInterface (message_: AVB17221AECPMessage; anInterface: AVB17221A…
41 …class function AECPInterfaceWithInterface (anInterface: AVBInterface): AVB17221AECPInterface; mess…
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimImageStatisticsSource.cpp31 ossimImageSource* anInterface = PTR_CAST(ossimImageSource, in computeStatistics() local
34 if(anInterface&&isSourceEnabled()) in computeStatistics()
37 ossimScalarType outputScalarType = anInterface->getOutputScalarType(); in computeStatistics()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/
H A DClassScope.java584 ReferenceBinding anInterface = interfaces[j]; in checkForInheritedMemberTypes() local
585 if ((anInterface.tagBits & InterfaceVisited) == 0) { // if in checkForInheritedMemberTypes()
592 anInterface.tagBits |= InterfaceVisited; in checkForInheritedMemberTypes()
593 if ((anInterface.tagBits & HasNoMemberTypes) != 0) in checkForInheritedMemberTypes()
596 if (anInterface.memberTypes() != NoMemberTypes) { in checkForInheritedMemberTypes()
601 ReferenceBinding[] itsInterfaces = anInterface in checkForInheritedMemberTypes()
843 ReferenceBinding anInterface = itsInterfaces[i]; in detectCycle() local
844 if (sourceType == anInterface) { in detectCycle()
851 hasCycle |= detectCycle(sourceType, anInterface, reference); in detectCycle()
852 if ((anInterface.tagBits & HierarchyHasProblems) != 0) { in detectCycle()
H A DScope.java277 ReferenceBinding anInterface = interfaces[j]; in findField() local
278 if ((anInterface.tagBits & InterfaceVisited) == 0) { in findField()
280 anInterface.tagBits |= InterfaceVisited; in findField()
281 if ((field = anInterface.getField(fieldName)) != null) { in findField()
291 ReferenceBinding[] itsInterfaces = anInterface in findField()
400 ReferenceBinding anInterface = interfaces[j]; in findMemberType() local
401 if ((anInterface.tagBits & InterfaceVisited) == 0) { in findMemberType()
403 anInterface.tagBits |= InterfaceVisited; in findMemberType()
405 anInterface.compoundName, typeName); in findMemberType()
406 if ((memberType = anInterface.getMemberType(typeName)) != null) { in findMemberType()
[all …]
H A DReferenceBinding.java457 public boolean implementsInterface(ReferenceBinding anInterface, in implementsInterface() argument
459 if (this == anInterface) in implementsInterface()
483 if ((currentType = interfaces[j]) == anInterface) in implementsInterface()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/release/
H A DCheckForNewRelease.java35 static private void startIfNewRelease(Interface anInterface) { in startIfNewRelease() argument
60 SwingUtilities.invokeLater(() -> anInterface.showMessage(latestRev)); in startIfNewRelease()
/dports/science/cdk/cdk-cdk-2.3/storage/smiles/src/main/java/org/openscience/cdk/io/
H A DSMILESReader.java118 for (Class<?> anInterface : interfaces) { in accepts()
119 if (IChemFile.class.equals(anInterface)) return true; in accepts()
120 if (IAtomContainerSet.class.equals(anInterface)) return true; in accepts()
/dports/science/cdk/cdk-cdk-2.3/misc/extra/src/main/java/org/openscience/cdk/io/
H A DCrystClustWriter.java104 for (Class<?> anInterface : interfaces) { in accepts()
105 if (ICrystal.class.equals(anInterface)) return true; in accepts()
106 if (IChemSequence.class.equals(anInterface)) return true; in accepts()
/dports/science/cdk/cdk-cdk-2.3/storage/io/src/main/java/org/openscience/cdk/io/
H A DHINWriter.java109 for (Class<?> anInterface : interfaces) { in accepts()
110 if (IAtomContainer.class.equals(anInterface)) return true; in accepts()
111 if (IAtomContainerSet.class.equals(anInterface)) return true; in accepts()
H A DMol2Reader.java135 for (Class<?> anInterface : interfaces) { in accepts()
136 if (IChemModel.class.equals(anInterface)) return true; in accepts()
137 if (IChemFile.class.equals(anInterface)) return true; in accepts()
138 if (IAtomContainer.class.equals(anInterface)) return true; in accepts()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DClassScope.java571 ReferenceBinding anInterface = interfaces[j]; in checkForInheritedMemberTypes() local
572 …if ((anInterface.tagBits & HasNoMemberTypes) == 0) { // skip interface if it already knows it has … in checkForInheritedMemberTypes()
573 if (anInterface.hasMemberTypes()) // avoid resolving member types eagerly in checkForInheritedMemberTypes()
577 ReferenceBinding[] itsInterfaces = anInterface.superInterfaces(); in checkForInheritedMemberTypes()
883 ReferenceBinding anInterface = itsInterfaces[i]; in detectCycle() local
884 if (sourceType == anInterface) { in detectCycle()
890 if (anInterface.isParameterizedType()) in detectCycle()
891 anInterface = ((ParameterizedTypeBinding) anInterface).type; in detectCycle()
892 hasCycle |= detectCycle(sourceType, anInterface, reference); in detectCycle()
893 if ((anInterface.tagBits & HierarchyHasProblems) != 0) { in detectCycle()
/dports/science/cdk/cdk-cdk-2.3/storage/ctab/src/main/java/org/openscience/cdk/io/
H A DMDLRXNWriter.java153 for (Class<?> anInterface : interfaces) { in accepts()
154 if (IReaction.class.equals(anInterface)) return true; in accepts()
155 if (IReactionSet.class.equals(anInterface)) return true; in accepts()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DClassScope.java850 ReferenceBinding anInterface = interfacesToVisit[i]; in checkForInheritedMemberTypes() local
851 …if ((anInterface.tagBits & TagBits.HasNoMemberTypes) == 0) { // skip interface if it already knows… in checkForInheritedMemberTypes()
852 if (anInterface.hasMemberTypes()) // avoid resolving member types eagerly in checkForInheritedMemberTypes()
856 ReferenceBinding[] itsInterfaces = anInterface.superInterfaces(); in checkForInheritedMemberTypes()
1232 ReferenceBinding anInterface = itsInterfaces[i]; in detectHierarchyCycle() local
1233 if (TypeBinding.equalsEquals(sourceType, anInterface)) { in detectHierarchyCycle()
1239 if (anInterface.isParameterizedType()) in detectHierarchyCycle()
1240 anInterface = ((ParameterizedTypeBinding) anInterface).genericType(); in detectHierarchyCycle()
1241 hasCycle |= detectHierarchyCycle(sourceType, anInterface, reference); in detectHierarchyCycle()
1242 if ((anInterface.tagBits & TagBits.HierarchyHasProblems) != 0) { in detectHierarchyCycle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetScope.java347 ReferenceBinding anInterface = interfaces[j]; in findFieldForCodeSnippet() local
348 if (interfacesSeen.addIfNotIncluded(anInterface) == anInterface) { in findFieldForCodeSnippet()
350 if ((field = anInterface.getField(fieldName, true /*resolve*/)) != null) { in findFieldForCodeSnippet()
358 ReferenceBinding[] itsInterfaces = anInterface.superInterfaces(); in findFieldForCodeSnippet()
/dports/multimedia/vlc/vlc-3.0.16/modules/services_discovery/
H A Dupnp.cpp1624 inline bool necessaryFlagsSetOnInterface(struct ifaddrs *anInterface) in necessaryFlagsSetOnInterface() argument
1626 unsigned int flags = anInterface->ifa_flags; in necessaryFlagsSetOnInterface()
1636 struct ifaddrs *anInterface; in getPreferedAdapter() local
1644 anInterface = listOfInterfaces; in getPreferedAdapter()
1645 while (anInterface != NULL) { in getPreferedAdapter()
1646 bool ret = necessaryFlagsSetOnInterface(anInterface); in getPreferedAdapter()
1648 adapterName = strdup(anInterface->ifa_name); in getPreferedAdapter()
1652 anInterface = anInterface->ifa_next; in getPreferedAdapter()

123