Searched refs:Enum2 (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/codemaker/test/javamaker/ |
H A D | Test.java | 36 import test.codemaker.javamaker.Enum2; 109 assure(Enum2.VALUE0_value == 0); in testEnum2() 113 assure(Enum2.getDefault() == Enum2.VALUE0); in testEnum2() 115 assure(Enum2.fromInt(0) == Enum2.VALUE0); in testEnum2() 116 assure(Enum2.fromInt(1) == Enum2.VALUE1); in testEnum2() 117 assure(Enum2.fromInt(2) == Enum2.VALUE2); in testEnum2() 119 assure(Enum2.fromInt(4) == Enum2.VALUE4); in testEnum2() 148 assure(s.p15 == Enum2.VALUE0); in testEmptyStruct2() 166 assure(s.t15 == Enum2.VALUE0); in testEmptyStruct2() 264 assure(s.p15 == Enum2.VALUE4); in testFullStruct2() [all …]
|
H A D | types.idl | 36 enum Enum2 { VALUE0 = 0, VALUE1 = 1, VALUE2 = 2, VALUE4 = 4 }; 75 typedef Enum2 Enum; 114 Enum2 p15; 150 sequence< Enum2 > a15; 168 sequence< sequence< Enum2 > > aa15; 225 [in] Enum2 p15, 261 [in] sequence< Enum2 > a15, 279 [in] sequence< sequence< Enum2 > > aa15,
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 253 l.assure(s.p15 == Enum2.VALUE0); in testEmptyStruct2() 271 l.assure(s.t15 == Enum2.VALUE0); in testEmptyStruct2() 369 l.assure(s.p15 == Enum2.VALUE4); in testFullStruct2() 609 Enum2 b15 = Enum2.VALUE4; in testS1() 629 Enum2 b35 = b15; in testS1() 647 Enum2[] b53 = new Enum2[] {Enum2.VALUE2}; in testS1() 666 Enum2[][] b71 = new Enum2[][] {new Enum2[]{Enum2.VALUE2}}; in testS1() 684 Enum2[][] b89 = b71; in testS1() 1227 Enum2 aEnum2 = Enum2.VALUE2; in testInterface() 1253 Enum2 outEnum2; in testInterface() [all …]
|
H A D | testobjects.cs | 116 Enum2 aEnum, Struct1 aStruct, in inParameters() 150 out Enum2 aEnum, out Struct1 aStruct, in outParameters() 186 ref Enum2 aEnum, ref Struct1 aStruct, in inoutParameters() 247 Enum2 _enum2 = aEnum; in inoutParameters() 338 public Enum2 retEnum() in retEnum() 502 public Enum2 attrEnum2 576 Enum2 m_Enum2;
|
H A D | types.idl | 36 enum Enum2 { VALUE0 = 0, VALUE1 = 1, VALUE2 = 2, VALUE4 = 4 }; 104 [inout] type aType, [inout] any aAny, [inout] Enum2 aEnum, 123 Enum2 retEnum(); 143 [attribute] Enum2 attrEnum2; 164 typedef Enum2 Enum; 205 Enum2 p15; 241 sequence< Enum2 > a15; 259 sequence< sequence< Enum2 > > aa15; 342 [in] Enum2 p15, 380 [in] sequence< Enum2 > a15, [all …]
|
/aoo41x/main/bridges/test/java_uno/any/ |
H A D | TestAny.java | 1152 new Enum2() }, in test() 1163 new Enum2() }), in test() 1169 new Enum2[] {}), in test() 1173 new Enum2[] { new Enum2() }), in test() 1631 new Enum2() } }, in test() 1651 new Enum2[][] { new Enum2[] {} }), in test() 1656 new Enum2[][] { in test() 1657 new Enum2[] { new Enum2() } }), in test() 1882 new Enum2()), in test() 2193 public static class Enum2 extends Enum1 { class in TestAny [all …]
|
/aoo41x/main/cppu/qa/ |
H A D | types.idl | 29 enum Enum2 { M0, M1, M2 };
|
H A D | test_any.cxx | 1748 CPPUNIT_ASSERT(a.getValueType() == getCppuType< Enum2 >()); in testEnum() 1828 Enum2 b = Enum2_M2; in testEnum()
|
/aoo41x/main/stoc/test/registry_tdprovider/ |
H A D | types.idl | 33 enum Enum2 { E1 };
|
Completed in 64 milliseconds