Home
last modified time | relevance | path

Searched refs:SimpleType (Results 1 – 25 of 3479) sorted by relevance

12345678910>>...140

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/validation/datatype/
H A DTypeLibrary.java61 public static final SimpleType FLOAT = new FloatType();
65 public static final SimpleType TIME = new TimeType();
66 public static final SimpleType DATE = new DateType();
70 public static final SimpleType G_DAY = new GDayType();
83 public static final SimpleType NAME = new NameType();
85 public static final SimpleType ID = new IDType();
93 public static final SimpleType LONG = new LongType();
94 public static final SimpleType INT = new IntType();
96 public static final SimpleType BYTE = new ByteType();
158 SimpleType type = (SimpleType) byName.get(baseTypeLocalName); in createDatatypeBuilder()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/validation/datatype/
H A DTypeLibrary.java61 public static final SimpleType FLOAT = new FloatType();
65 public static final SimpleType TIME = new TimeType();
66 public static final SimpleType DATE = new DateType();
70 public static final SimpleType G_DAY = new GDayType();
83 public static final SimpleType NAME = new NameType();
85 public static final SimpleType ID = new IDType();
93 public static final SimpleType LONG = new LongType();
94 public static final SimpleType INT = new IntType();
96 public static final SimpleType BYTE = new ByteType();
158 SimpleType type = (SimpleType) byName.get(baseTypeLocalName); in createDatatypeBuilder()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/validation/datatype/
H A DTypeLibrary.java61 public static final SimpleType FLOAT = new FloatType();
65 public static final SimpleType TIME = new TimeType();
66 public static final SimpleType DATE = new DateType();
70 public static final SimpleType G_DAY = new GDayType();
83 public static final SimpleType NAME = new NameType();
85 public static final SimpleType ID = new IDType();
93 public static final SimpleType LONG = new LongType();
94 public static final SimpleType INT = new IntType();
96 public static final SimpleType BYTE = new ByteType();
158 SimpleType type = (SimpleType) byName.get(baseTypeLocalName); in createDatatypeBuilder()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/validation/datatype/
H A DTypeLibrary.java61 public static final SimpleType FLOAT = new FloatType();
65 public static final SimpleType TIME = new TimeType();
66 public static final SimpleType DATE = new DateType();
70 public static final SimpleType G_DAY = new GDayType();
83 public static final SimpleType NAME = new NameType();
85 public static final SimpleType ID = new IDType();
93 public static final SimpleType LONG = new LongType();
94 public static final SimpleType INT = new IntType();
96 public static final SimpleType BYTE = new ByteType();
158 SimpleType type = (SimpleType) byName.get(baseTypeLocalName); in createDatatypeBuilder()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/validation/datatype/
H A DTypeLibrary.java61 public static final SimpleType FLOAT = new FloatType();
65 public static final SimpleType TIME = new TimeType();
66 public static final SimpleType DATE = new DateType();
70 public static final SimpleType G_DAY = new GDayType();
83 public static final SimpleType NAME = new NameType();
85 public static final SimpleType ID = new IDType();
93 public static final SimpleType LONG = new LongType();
94 public static final SimpleType INT = new IntType();
96 public static final SimpleType BYTE = new ByteType();
158 SimpleType type = (SimpleType) byName.get(baseTypeLocalName); in createDatatypeBuilder()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/openmbean/
H A DSimpleType.java73 new SimpleType<Void>(Void.class);
94 new SimpleType<Byte>(Byte.class);
101 new SimpleType<Short>(Short.class);
115 new SimpleType<Long>(Long.class);
122 new SimpleType<Float>(Float.class);
129 new SimpleType<Double>(Double.class);
136 new SimpleType<String>(String.class);
157 new SimpleType<Date>(Date.class);
238 SimpleType<?> other = (SimpleType<?>) obj; in equals()
293 private static final Map<SimpleType<?>,SimpleType<?>> canonicalTypes =
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/xml/validation/datatype/
H A DTypeLibrary.h20 class SimpleType; variable
47 static ::gnu::xml::validation::datatype::SimpleType * STRING;
48 static ::gnu::xml::validation::datatype::SimpleType * BOOLEAN;
50 static ::gnu::xml::validation::datatype::SimpleType * FLOAT;
51 static ::gnu::xml::validation::datatype::SimpleType * DOUBLE;
54 static ::gnu::xml::validation::datatype::SimpleType * TIME;
55 static ::gnu::xml::validation::datatype::SimpleType * DATE;
59 static ::gnu::xml::validation::datatype::SimpleType * G_DAY;
71 static ::gnu::xml::validation::datatype::SimpleType * NAME;
73 static ::gnu::xml::validation::datatype::SimpleType * ID;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/xml/validation/datatype/
H A DTypeLibrary.h20 class SimpleType; variable
47 static ::gnu::xml::validation::datatype::SimpleType * STRING;
48 static ::gnu::xml::validation::datatype::SimpleType * BOOLEAN;
50 static ::gnu::xml::validation::datatype::SimpleType * FLOAT;
51 static ::gnu::xml::validation::datatype::SimpleType * DOUBLE;
54 static ::gnu::xml::validation::datatype::SimpleType * TIME;
55 static ::gnu::xml::validation::datatype::SimpleType * DATE;
59 static ::gnu::xml::validation::datatype::SimpleType * G_DAY;
71 static ::gnu::xml::validation::datatype::SimpleType * NAME;
73 static ::gnu::xml::validation::datatype::SimpleType * ID;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/xml/validation/datatype/
H A DTypeLibrary.h20 class SimpleType; variable
47 static ::gnu::xml::validation::datatype::SimpleType * STRING;
48 static ::gnu::xml::validation::datatype::SimpleType * BOOLEAN;
50 static ::gnu::xml::validation::datatype::SimpleType * FLOAT;
51 static ::gnu::xml::validation::datatype::SimpleType * DOUBLE;
54 static ::gnu::xml::validation::datatype::SimpleType * TIME;
55 static ::gnu::xml::validation::datatype::SimpleType * DATE;
59 static ::gnu::xml::validation::datatype::SimpleType * G_DAY;
71 static ::gnu::xml::validation::datatype::SimpleType * NAME;
73 static ::gnu::xml::validation::datatype::SimpleType * ID;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/xml/validation/datatype/
H A DTypeLibrary.h20 class SimpleType; variable
47 static ::gnu::xml::validation::datatype::SimpleType * STRING;
48 static ::gnu::xml::validation::datatype::SimpleType * BOOLEAN;
50 static ::gnu::xml::validation::datatype::SimpleType * FLOAT;
51 static ::gnu::xml::validation::datatype::SimpleType * DOUBLE;
54 static ::gnu::xml::validation::datatype::SimpleType * TIME;
55 static ::gnu::xml::validation::datatype::SimpleType * DATE;
59 static ::gnu::xml::validation::datatype::SimpleType * G_DAY;
71 static ::gnu::xml::validation::datatype::SimpleType * NAME;
73 static ::gnu::xml::validation::datatype::SimpleType * ID;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/xml/validation/datatype/
H A DTypeLibrary.h20 class SimpleType; variable
47 static ::gnu::xml::validation::datatype::SimpleType * STRING;
48 static ::gnu::xml::validation::datatype::SimpleType * BOOLEAN;
50 static ::gnu::xml::validation::datatype::SimpleType * FLOAT;
51 static ::gnu::xml::validation::datatype::SimpleType * DOUBLE;
54 static ::gnu::xml::validation::datatype::SimpleType * TIME;
55 static ::gnu::xml::validation::datatype::SimpleType * DATE;
59 static ::gnu::xml::validation::datatype::SimpleType * G_DAY;
71 static ::gnu::xml::validation::datatype::SimpleType * NAME;
73 static ::gnu::xml::validation::datatype::SimpleType * ID;
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/basic/
H A Dalphabet_simple_type.h131 class SimpleType
145 SimpleType() = default;
146 SimpleType(SimpleType const &) = default;
147 SimpleType(SimpleType &&) = default;
148 ~SimpleType() = default;
152 SimpleType(T const & other) in SimpleType() function
160 SimpleType & operator=(SimpleType const &) = default;
161 SimpleType & operator=(SimpleType &&) = default;
164 inline SimpleType &
372 const SimpleType<TValue, TSpec> MinValue<SimpleType<TValue, TSpec> >::VALUE = std::numeric_limits<S…
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/basic/
H A Dalphabet_simple_type.h131 class SimpleType
145 SimpleType() = default;
146 SimpleType(SimpleType const &) = default;
147 SimpleType(SimpleType &&) = default;
148 ~SimpleType() = default;
152 SimpleType(T const & other) in SimpleType() function
160 SimpleType & operator=(SimpleType const &) = default;
161 SimpleType & operator=(SimpleType &&) = default;
164 inline SimpleType &
372 const SimpleType<TValue, TSpec> MinValue<SimpleType<TValue, TSpec> >::VALUE = std::numeric_limits<S…
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/management/openmbean/
H A DSimpleType.java63 public final class SimpleType<T> class
89 public static final SimpleType<Byte> BYTE;
101 public static final SimpleType<Date> DATE;
107 public static final SimpleType<Double> DOUBLE;
113 public static final SimpleType<Float> FLOAT;
125 public static final SimpleType<Long> LONG;
138 public static final SimpleType<Short> SHORT;
150 public static final SimpleType<Void> VOID;
210 private SimpleType(String name) in SimpleType() method in SimpleType
233 if (!(obj instanceof SimpleType)) in equals()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/management/openmbean/
H A DSimpleType.java63 public final class SimpleType<T> class
89 public static final SimpleType<Byte> BYTE;
101 public static final SimpleType<Date> DATE;
107 public static final SimpleType<Double> DOUBLE;
113 public static final SimpleType<Float> FLOAT;
125 public static final SimpleType<Long> LONG;
138 public static final SimpleType<Short> SHORT;
150 public static final SimpleType<Void> VOID;
210 private SimpleType(String name) in SimpleType() method in SimpleType
233 if (!(obj instanceof SimpleType)) in equals()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/management/openmbean/
H A DSimpleType.java63 public final class SimpleType<T> class
89 public static final SimpleType<Byte> BYTE;
101 public static final SimpleType<Date> DATE;
107 public static final SimpleType<Double> DOUBLE;
113 public static final SimpleType<Float> FLOAT;
125 public static final SimpleType<Long> LONG;
138 public static final SimpleType<Short> SHORT;
150 public static final SimpleType<Void> VOID;
210 private SimpleType(String name) in SimpleType() method in SimpleType
233 if (!(obj instanceof SimpleType)) in equals()
[all …]

12345678910>>...140