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; 105 assure(Enum2.VALUE0.getValue() == 0); in testEnum2() 106 assure(Enum2.VALUE1.getValue() == 1); in testEnum2() 107 assure(Enum2.VALUE2.getValue() == 2); in testEnum2() 108 assure(Enum2.VALUE4.getValue() == 4); in testEnum2() 109 assure(Enum2.VALUE0_value == 0); in testEnum2() 110 assure(Enum2.VALUE1_value == 1); in testEnum2() 111 assure(Enum2.VALUE2_value == 2); in testEnum2() 112 assure(Enum2.VALUE4_value == 4); in testEnum2() 113 assure(Enum2.getDefault() == Enum2.VALUE0); in testEnum2() [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 | 220 l.assure( ((int) Enum2.VALUE0) == 0); in testEnum2() 221 l.assure( ((int) Enum2.VALUE1) == 1); in testEnum2() 222 l.assure( ((int) Enum2.VALUE2) == 2); in testEnum2() 223 l.assure( ((int) Enum2.VALUE4) == 4); in testEnum2() 253 l.assure(s.p15 == Enum2.VALUE0); in testEmptyStruct2() 271 l.assure(s.t15 == Enum2.VALUE0); in testEmptyStruct2() 335 "BCD", typeof(ulong), new Any(22), Enum2.VALUE4, in testFullStruct2() 338 Enum2.VALUE0, new Struct1(), null, null, in testFullStruct2() 342 new String[0], new Type[0], new Any[0], new Enum2[0], in testFullStruct2() 348 new Enum2[0][], new Struct1[0][], new Object[0][], in testFullStruct2() [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 }; 84 [in] type aType, [in] any aAny, [in] Enum2 aEnum, [in] Struct1 aStruct, 93 [out] type aType, [out] any aAny, [out] Enum2 aEnum, [out] Struct1 aStruct, 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; [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() 1644 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() [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 };
|