Home
last modified time | relevance | path

Searched refs:foundType (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/Serialization/
H A DSerializationInfo.cs343 Type foundType; in GetValue()
360 Type foundType; in GetValueNoThrow()
376 Type foundType; in GetBoolean()
383 Type foundType; in GetChar()
391 Type foundType; in GetSByte()
398 Type foundType; in GetByte()
405 Type foundType; in GetInt16()
413 Type foundType; in GetUInt16()
420 Type foundType; in GetInt32()
428 Type foundType; in GetUInt32()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/serialization/
H A Dserializationinfo.cs531 Type foundType; in GetValue()
559 Type foundType; in GetValueNoThrow()
589 Type foundType; in GetBoolean()
602 Type foundType; in GetChar()
616 Type foundType; in GetSByte()
629 Type foundType; in GetByte()
642 Type foundType; in GetInt16()
656 Type foundType; in GetUInt16()
669 Type foundType; in GetInt32()
683 Type foundType; in GetUInt32()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java54 private final String foundType; field in AnnotationTypeMismatchException
67 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
69 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
71 this.foundType = foundType; in AnnotationTypeMismatchException()
94 public String foundType() { in foundType() method in AnnotationTypeMismatchException
95 return this.foundType; in foundType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java54 private final String foundType; field in AnnotationTypeMismatchException
65 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
67 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
69 this.foundType = foundType; in AnnotationTypeMismatchException()
88 public String foundType() { in foundType() method in AnnotationTypeMismatchException
89 return this.foundType; in foundType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java54 private final String foundType; field in AnnotationTypeMismatchException
67 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
69 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
71 this.foundType = foundType; in AnnotationTypeMismatchException()
94 public String foundType() { in foundType() method in AnnotationTypeMismatchException
95 return this.foundType; in foundType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java54 private final String foundType; field in AnnotationTypeMismatchException
67 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
69 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
71 this.foundType = foundType; in AnnotationTypeMismatchException()
94 public String foundType() { in foundType() method in AnnotationTypeMismatchException
95 return this.foundType; in foundType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java54 private final String foundType; field in AnnotationTypeMismatchException
67 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
69 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
71 this.foundType = foundType; in AnnotationTypeMismatchException()
94 public String foundType() { in foundType() method in AnnotationTypeMismatchException
95 return this.foundType; in foundType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java54 private final String foundType; field in AnnotationTypeMismatchException
65 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
67 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
69 this.foundType = foundType; in AnnotationTypeMismatchException()
88 public String foundType() { in foundType() method in AnnotationTypeMismatchException
89 return this.foundType; in foundType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java55 private final String foundType; field in AnnotationTypeMismatchException
68 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
70 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
72 this.foundType = foundType; in AnnotationTypeMismatchException()
95 public String foundType() { in foundType() method in AnnotationTypeMismatchException
96 return this.foundType; in foundType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java55 private final String foundType; field in AnnotationTypeMismatchException
68 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
70 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
72 this.foundType = foundType; in AnnotationTypeMismatchException()
95 public String foundType() { in foundType() method in AnnotationTypeMismatchException
96 return this.foundType; in foundType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java55 private final String foundType; field in AnnotationTypeMismatchException
68 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
70 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
72 this.foundType = foundType; in AnnotationTypeMismatchException()
95 public String foundType() { in foundType() method in AnnotationTypeMismatchException
96 return this.foundType; in foundType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java55 private final String foundType; field in AnnotationTypeMismatchException
68 public AnnotationTypeMismatchException(Method element, String foundType) { in AnnotationTypeMismatchException() argument
70 + " (Found data of type " + foundType + ")"); in AnnotationTypeMismatchException()
72 this.foundType = foundType; in AnnotationTypeMismatchException()
95 public String foundType() { in foundType() method in AnnotationTypeMismatchException
96 return this.foundType; in foundType()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/log/
H A DLogEntryTest.java28 LogEntryType foundType = LogEntryType.findType(testTypeNum); in testEquality() local
29 assertEquals(foundType, LogEntryType.LOG_IN); in testEquality()
30 assertTrue(foundType.getSharedLogEntry() instanceof in testEquality()
34 foundType = LogEntryType.findType(testTypeNum); in testEquality()
35 assertEquals(foundType, LogEntryType.LOG_IN); in testEquality()
36 assertTrue(foundType.getSharedLogEntry() instanceof in testEquality()
40 LogEntry sharedEntry = foundType.getSharedLogEntry(); in testEquality()
41 LogEntry newEntry = foundType.getNewLogEntry(); in testEquality()
/dports/dns/ironsides/ironsides_authoritative-2015_04_15/
H A Dzone_file_parser.adb36 foundType : rr_type.rrItemType; variable
337 foundType : rr_type.rrItemType; variable
390 foundType : rr_type.rrItemType; variable
602 foundType : rr_type.rrItemType; variable
608 if (foundType /= rr_type.DomainNameOrTimeSpec and foundType /= rr_type.Number) then
698 foundType : rr_type.rrItemType; variable
737 foundType : rr_type.rrItemType; variable
820 foundType : rr_type.rrItemType; variable
952 foundType : rr_type.rrItemType; variable
983 foundType : rr_type.rrItemType; variable
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java39 private final String foundType; field in AnnotationTypeMismatchExceptionProxy
47 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
48 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
57 return new AnnotationTypeMismatchException(member, foundType); in generateException()
62 return "/* Warning type mismatch! \"" + foundType + "\" */" ; in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java39 private final String foundType; field in AnnotationTypeMismatchExceptionProxy
47 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
48 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
57 return new AnnotationTypeMismatchException(member, foundType); in generateException()
62 return "/* Warning type mismatch! \"" + foundType + "\" */" ; in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java39 private final String foundType; field in AnnotationTypeMismatchExceptionProxy
47 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
48 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
57 return new AnnotationTypeMismatchException(member, foundType); in generateException()
62 return "/* Warning type mismatch! \"" + foundType + "\" */" ; in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java39 private final String foundType; field in AnnotationTypeMismatchExceptionProxy
47 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
48 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
57 return new AnnotationTypeMismatchException(member, foundType); in generateException()
62 return "/* Warning type mismatch! \"" + foundType + "\" */" ; in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java41 private final String foundType; field in AnnotationTypeMismatchExceptionProxy
49 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
50 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
59 return new AnnotationTypeMismatchException(member, foundType); in generateException()
64 return "/* Warning type mismatch! \"" + foundType + "\" */" ; in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java41 private final String foundType; field in AnnotationTypeMismatchExceptionProxy
49 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
50 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
59 return new AnnotationTypeMismatchException(member, foundType); in generateException()
64 return "/* Warning type mismatch! \"" + foundType + "\" */" ; in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java41 private final String foundType; field in AnnotationTypeMismatchExceptionProxy
49 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
50 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
59 return new AnnotationTypeMismatchException(member, foundType); in generateException()
64 return "/* Warning type mismatch! \"" + foundType + "\" */" ; in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java41 private final String foundType; field in AnnotationTypeMismatchExceptionProxy
49 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
50 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
59 return new AnnotationTypeMismatchException(member, foundType); in generateException()
64 return "/* Warning type mismatch! \"" + foundType + "\" */" ; in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java39 private String foundType; field in AnnotationTypeMismatchExceptionProxy
47 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
48 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
57 return new AnnotationTypeMismatchException(member, foundType); in generateException()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java39 private String foundType; field in AnnotationTypeMismatchExceptionProxy
47 AnnotationTypeMismatchExceptionProxy(String foundType) { in AnnotationTypeMismatchExceptionProxy() argument
48 this.foundType = foundType; in AnnotationTypeMismatchExceptionProxy()
57 return new AnnotationTypeMismatchException(member, foundType); in generateException()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/lang/annotation/
H A DAnnotationTypeMismatchException.java74 this.foundType = type; in AnnotationTypeMismatchException()
96 public String foundType() in foundType() method in AnnotationTypeMismatchException
98 return foundType; in foundType()
114 private String foundType; field in AnnotationTypeMismatchException

1234567891011