Searched refs:X (Results 1 – 14 of 14) sorted by relevance
26 X x = new X(); in main()27 X[] xar = new X[1]; in main()28 X[][] xarar = new X[1][1]; in main()29 X[][][] xararar = new X[1][1][1]; in main()39 System.out.println("x instanceof X (true): " + (test instanceof X)); in main()42 System.out.println("y instanceof X (true): " + (test instanceof X)); in main()49 + (test instanceof X)); in main()51 + (test instanceof X[])); in main()57 + (test instanceof X[][])); in main()60 + (test instanceof X[])); in main()[all …]
1 class X { class2 public X() { in X() method in X
1 class Y extends X {
2 x instanceof X (true): true4 y instanceof X (true): true7 xar instanceof X (false): false8 xar instanceof X[] (true): true11 xar instanceof X[][] (false): false12 yar instanceof X[] (true): true15 xararar instanceof X (false): false16 xararar instanceof X[] (false): false17 xararar instanceof X[][] (false): false18 xararar instanceof X[][][] (true): true[all …]
17 class X {} class
17 class Y extends X {}
21 public final static int X = 1; field
21 public final static int Y = Iface.X + 1;
26 System.out.println(Iface.X); in main()
1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
524 Class* X = class_linker_->FindClass(soa.Self(), "LX;", class_loader); in TEST_F() local526 ASSERT_TRUE(X != NULL); in TEST_F()529 Handle<Object> x(hs.NewHandle(X->AllocObject(soa.Self()))); in TEST_F()534 EXPECT_TRUE(x->InstanceOf(X)); in TEST_F()536 EXPECT_TRUE(y->InstanceOf(X)); in TEST_F()558 Class* X = class_linker_->FindClass(soa.Self(), "LX;", class_loader); in TEST_F() local561 EXPECT_TRUE(X->IsAssignableFrom(X)); in TEST_F()562 EXPECT_TRUE(X->IsAssignableFrom(Y)); in TEST_F()563 EXPECT_FALSE(Y->IsAssignableFrom(X)); in TEST_F()596 Class* X = class_linker_->FindClass(soa.Self(), "LX;", class_loader); in TEST_F() local[all …]
205 #define DECODE_ALIAS_INFO_REG(X) (X & 0xffff) argument207 #define DECODE_ALIAS_INFO_WIDE(X) ((X & DECODE_ALIAS_INFO_WIDE_FLAG) ? 1 : 0) argument
22 #define DEBUG_OPT(X) argument
186 #define DUMP_RESOURCE_MASK(X) argument