Home
last modified time | relevance | path

Searched refs:getTypeDescription (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/test/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java130 TypeDescription.getTypeDescription(Byte.class), in test()
144 TypeDescription.getTypeDescription(Long.class), in test()
148 TypeDescription.getTypeDescription(Any.class), in test()
149 TypeDescription.getTypeDescription(Any.class), in test()
157 TypeDescription.getTypeDescription( in test()
161 TypeDescription.getTypeDescription( in test()
167 TypeDescription.getTypeDescription(Type.class), in test()
168 TypeDescription.getTypeDescription(Type.class), in test()
169 TypeDescription.getTypeDescription(Type.class), in test()
170 TypeDescription.getTypeDescription(Type.class), in test()
[all …]
H A DProtocol_Test.java66 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCall()
80 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithInParameter()
97 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithOutParameter()
118 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithInOutParameter()
142 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithResult()
161 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichRaisesException()
181 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithIn_Out_InOut_Paramters_and_result()
213 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichReturnsAny()
223 ((TypeDescription.getTypeDescription(((Any) result).getType()). in testCallWhichReturnsAny()
229 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichReturnsAny()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jurt/test/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java130 TypeDescription.getTypeDescription(Byte.class), in test()
144 TypeDescription.getTypeDescription(Long.class), in test()
148 TypeDescription.getTypeDescription(Any.class), in test()
149 TypeDescription.getTypeDescription(Any.class), in test()
157 TypeDescription.getTypeDescription( in test()
161 TypeDescription.getTypeDescription( in test()
167 TypeDescription.getTypeDescription(Type.class), in test()
168 TypeDescription.getTypeDescription(Type.class), in test()
169 TypeDescription.getTypeDescription(Type.class), in test()
170 TypeDescription.getTypeDescription(Type.class), in test()
[all …]
H A DProtocol_Test.java66 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCall()
80 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithInParameter()
97 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithOutParameter()
118 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithInOutParameter()
142 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithResult()
161 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichRaisesException()
181 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithIn_Out_InOut_Paramters_and_result()
213 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichReturnsAny()
223 ((TypeDescription.getTypeDescription(((Any) result).getType()). in testCallWhichReturnsAny()
229 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichReturnsAny()
[all …]
/dports/biology/jalview/jalview/test/jalview/io/
H A DJalviewFileViewTest.java55 assertEquals(jfw.getTypeDescription(new File("uniref50.fa")), in testGetTypeDescription()
59 assertEquals(jfw.getTypeDescription(new File("uniref50.MFA")), in testGetTypeDescription()
63 assertEquals(jfw.getTypeDescription(new File("uniref50.pfam")), in testGetTypeDescription()
65 assertEquals(jfw.getTypeDescription(new File("uniref50.stk")), in testGetTypeDescription()
67 assertEquals(jfw.getTypeDescription(new File("uniref50.sto")), in testGetTypeDescription()
69 assertEquals(jfw.getTypeDescription(new File("uniref50.pir")), in testGetTypeDescription()
71 assertEquals(jfw.getTypeDescription(new File("uniref50.blc")), in testGetTypeDescription()
77 assertNull(jfw.getTypeDescription(new File("uniref50.htm"))); in testGetTypeDescription()
78 assertEquals(jfw.getTypeDescription(new File("uniref50.xml")), in testGetTypeDescription()
86 assertEquals(jfw.getTypeDescription(new File("uniref50.msf")), in testGetTypeDescription()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java33 TypeDescription voidTD = TypeDescription.getTypeDescription( in test()
35 TypeDescription stringTD = TypeDescription.getTypeDescription( in test()
37 TypeDescription typeTD = TypeDescription.getTypeDescription( in test()
40 TypeDescription interfaceTD = TypeDescription.getTypeDescription( in test()
105 TypeDescription.getTypeDescription("byte")); in test()
109 TypeDescription.getTypeDescription( in test()
113 TypeDescription.getTypeDescription( in test()
116 TypeDescription.getTypeDescription( in test()
120 TypeDescription.getTypeDescription( in test()
221 TypeDescription.getTypeDescription((String)data[0]), in test()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java33 TypeDescription voidTD = TypeDescription.getTypeDescription( in test()
35 TypeDescription stringTD = TypeDescription.getTypeDescription( in test()
37 TypeDescription typeTD = TypeDescription.getTypeDescription( in test()
40 TypeDescription interfaceTD = TypeDescription.getTypeDescription( in test()
105 TypeDescription.getTypeDescription("byte")); in test()
109 TypeDescription.getTypeDescription( in test()
113 TypeDescription.getTypeDescription( in test()
116 TypeDescription.getTypeDescription( in test()
120 TypeDescription.getTypeDescription( in test()
221 TypeDescription.getTypeDescription((String)data[0]), in test()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java42 public static TypeDescription getTypeDescription(String typeName) in getTypeDescription() method in TypeDescription
56 public static TypeDescription getTypeDescription(Class<?> zClass) { in getTypeDescription() method in TypeDescription
60 public static TypeDescription getTypeDescription(Type type) in getTypeDescription() method in TypeDescription
64 TypeDescription desc = type.getTypeDescription(); in getTypeDescription()
66 desc = getTypeDescription(type.getTypeName()); in getTypeDescription()
72 public static TypeDescription getTypeDescription(TypeClass typeClass) { in getTypeDescription() method in TypeDescription
125 return getTypeDescription(typeClass) != null; in isTypeClassSimple()
419 TypeDescription componentType = getTypeDescription( in create()
594 ? getTypeDescription(params[j], p) in initMethodDescriptions()
711 ? getTypeDescription(field.getType(), info) in calculateFieldDescriptions()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java42 public static TypeDescription getTypeDescription(String typeName) in getTypeDescription() method in TypeDescription
56 public static TypeDescription getTypeDescription(Class<?> zClass) { in getTypeDescription() method in TypeDescription
60 public static TypeDescription getTypeDescription(Type type) in getTypeDescription() method in TypeDescription
64 TypeDescription desc = type.getTypeDescription(); in getTypeDescription()
66 desc = getTypeDescription(type.getTypeName()); in getTypeDescription()
72 public static TypeDescription getTypeDescription(TypeClass typeClass) { in getTypeDescription() method in TypeDescription
125 return getTypeDescription(typeClass) != null; in isTypeClassSimple()
419 TypeDescription componentType = getTypeDescription( in create()
594 ? getTypeDescription(params[j], p) in initMethodDescriptions()
711 ? getTypeDescription(field.getType(), info) in calculateFieldDescriptions()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java352 return it.toString() + " (trying " + it.getTypeDescription() + ")"; in toTrialString()
362 String str = it.toString() + " --> " + it.getTypeDescription(); in toResultString()
413 public String getTypeDescription() { in getTypeDescription() method in TypeContext
415 return ((Type) element).getTypeDescription(); in getTypeDescription()
H A DInterfaceType.java65 writer.p("// " + getTypeDescription() + " (INNER)"); in print()
67 writer.p("// " + getTypeDescription() + ""); in print()
H A DArrayType.java157 public String getTypeDescription () { in getTypeDescription() method in ArrayType
158 return "Array of " + type.getTypeDescription(); in getTypeDescription()
H A DClassType.java78 writer.p("// " + getTypeDescription() + " (INNER)"); in print()
80 writer.p("// " + getTypeDescription()); in print()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java352 return it.toString() + " (trying " + it.getTypeDescription() + ")"; in toTrialString()
362 String str = it.toString() + " --> " + it.getTypeDescription(); in toResultString()
413 public String getTypeDescription() { in getTypeDescription() method in TypeContext
415 return ((Type) element).getTypeDescription(); in getTypeDescription()
H A DInterfaceType.java65 writer.p("// " + getTypeDescription() + " (INNER)"); in print()
67 writer.p("// " + getTypeDescription() + ""); in print()
H A DArrayType.java157 public String getTypeDescription () { in getTypeDescription() method in ArrayType
158 return "Array of " + type.getTypeDescription(); in getTypeDescription()
H A DClassType.java78 writer.p("// " + getTypeDescription() + " (INNER)"); in print()
80 writer.p("// " + getTypeDescription()); in print()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java257 TypeDescription.getTypeDescription( in writeTypeValue()
264 type = TypeDescription.getTypeDescription(XInterface.class); in writeAnyValue()
267 type = TypeDescription.getTypeDescription(any.getType()); in writeAnyValue()
274 type = TypeDescription.getTypeDescription(value.getClass()); in writeAnyValue()
316 fields[i].getTypeDescription(), in writeStructValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jurt/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java257 TypeDescription.getTypeDescription( in writeTypeValue()
264 type = TypeDescription.getTypeDescription(XInterface.class); in writeAnyValue()
267 type = TypeDescription.getTypeDescription(any.getType()); in writeAnyValue()
274 type = TypeDescription.getTypeDescription(value.getClass()); in writeAnyValue()
316 fields[i].getTypeDescription(), in writeStructValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DProxyProvider.java45 Type type= new Type(TypeDescription.getTypeDescription(iface)); in createProxy()
46 new Type(TypeDescription.getTypeDescription(com.sun.star.lang.XEventListener.class)); in createProxy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DProxyProvider.java45 Type type= new Type(TypeDescription.getTypeDescription(iface)); in createProxy()
46 new Type(TypeDescription.getTypeDescription(com.sun.star.lang.XEventListener.class)); in createProxy()
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dobject.cxx126 … libcmis::PropertyPtr property = libcmis::parseProperty( propertyNode, getTypeDescription( ) ); in initializeFromNode()
232 map< string, PropertyTypePtr >& propertyTypes = getTypeDescription( )-> in addSecondaryType()
259 map< string, PropertyTypePtr >& propertyTypes = getTypeDescription( )-> in removeSecondaryType()
292 libcmis::ObjectTypePtr Object::getTypeDescription( ) in getTypeDescription() function in libcmis::Object
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/colorwheel/
H A Dcwdialog.cpp38 …typeCombo->addItem(colorWheel->getTypeDescription(colorWheel->Monochromatic), colorWheel->Monochro… in CWDialog()
39 typeCombo->addItem(colorWheel->getTypeDescription(colorWheel->Analogous), colorWheel->Analogous); in CWDialog()
40 …typeCombo->addItem(colorWheel->getTypeDescription(colorWheel->Complementary), colorWheel->Compleme… in CWDialog()
41 typeCombo->addItem(colorWheel->getTypeDescription(colorWheel->Split), colorWheel->Split); in CWDialog()
42 typeCombo->addItem(colorWheel->getTypeDescription(colorWheel->Triadic), colorWheel->Triadic); in CWDialog()
43 typeCombo->addItem(colorWheel->getTypeDescription(colorWheel->Tetradic), colorWheel->Tetradic); in CWDialog()
/dports/cad/ldview/ldview-4.4/LDExporter/
H A DLDStlExporter.h14 virtual ucstring getTypeDescription(void) const;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/filechooser/
H A DFileView.java103 public String getTypeDescription(File f) { in getTypeDescription() method in FileView

123456789