Home
last modified time | relevance | path

Searched refs:choice1 (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java42 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
54 choice1.setForeground(Color.red); in main()
55 choice1.setBackground(Color.red); in main()
59 choice1.add("item "+i); in main()
62 choice1.setLocation(50, 50); in main()
63 choice1.setSize(70, 20); in main()
67 frame.add(choice1, BorderLayout.SOUTH); in main()
75 pt = choice1.getLocationOnScreen(); in main()
76 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
90 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java42 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
54 choice1.setForeground(Color.red); in main()
55 choice1.setBackground(Color.red); in main()
59 choice1.add("item "+i); in main()
62 choice1.setLocation(50, 50); in main()
63 choice1.setSize(70, 20); in main()
67 frame.add(choice1, BorderLayout.SOUTH); in main()
75 pt = choice1.getLocationOnScreen(); in main()
76 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
90 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java42 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
54 choice1.setForeground(Color.red); in main()
55 choice1.setBackground(Color.red); in main()
59 choice1.add("item "+i); in main()
62 choice1.setLocation(50, 50); in main()
63 choice1.setSize(70, 20); in main()
67 frame.add(choice1, BorderLayout.SOUTH); in main()
75 pt = choice1.getLocationOnScreen(); in main()
76 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
90 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java42 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
54 choice1.setForeground(Color.red); in main()
55 choice1.setBackground(Color.red); in main()
59 choice1.add("item "+i); in main()
62 choice1.setLocation(50, 50); in main()
63 choice1.setSize(70, 20); in main()
67 frame.add(choice1, BorderLayout.SOUTH); in main()
75 pt = choice1.getLocationOnScreen(); in main()
76 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
90 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java42 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
54 choice1.setForeground(Color.red); in main()
55 choice1.setBackground(Color.red); in main()
59 choice1.add("item "+i); in main()
62 choice1.setLocation(50, 50); in main()
63 choice1.setSize(70, 20); in main()
67 frame.add(choice1, BorderLayout.SOUTH); in main()
75 pt = choice1.getLocationOnScreen(); in main()
76 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
90 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java42 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
54 choice1.setForeground(Color.red); in main()
55 choice1.setBackground(Color.red); in main()
59 choice1.add("item "+i); in main()
62 choice1.setLocation(50, 50); in main()
63 choice1.setSize(70, 20); in main()
67 frame.add(choice1, BorderLayout.SOUTH); in main()
75 pt = choice1.getLocationOnScreen(); in main()
76 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
90 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java42 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
54 choice1.setForeground(Color.red); in main()
55 choice1.setBackground(Color.red); in main()
59 choice1.add("item "+i); in main()
62 choice1.setLocation(50, 50); in main()
63 choice1.setSize(70, 20); in main()
67 frame.add(choice1, BorderLayout.SOUTH); in main()
75 pt = choice1.getLocationOnScreen(); in main()
76 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
90 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java42 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
54 choice1.setForeground(Color.red); in main()
55 choice1.setBackground(Color.red); in main()
59 choice1.add("item "+i); in main()
62 choice1.setLocation(50, 50); in main()
63 choice1.setSize(70, 20); in main()
67 frame.add(choice1, BorderLayout.SOUTH); in main()
75 pt = choice1.getLocationOnScreen(); in main()
76 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
90 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java41 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
53 choice1.setForeground(Color.red); in main()
54 choice1.setBackground(Color.red); in main()
58 choice1.add("item "+i); in main()
61 choice1.setLocation(50, 50); in main()
62 choice1.setSize(70, 20); in main()
66 frame.add(choice1, BorderLayout.SOUTH); in main()
74 pt = choice1.getLocationOnScreen(); in main()
75 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
89 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Choice/ResizeAutoClosesChoice/
H A DResizeAutoClosesChoice.java41 static Choice choice1 = new Choice(); field in ResizeAutoClosesChoice
53 choice1.setForeground(Color.red); in main()
54 choice1.setBackground(Color.red); in main()
58 choice1.add("item "+i); in main()
61 choice1.setLocation(50, 50); in main()
62 choice1.setSize(70, 20); in main()
66 frame.add(choice1, BorderLayout.SOUTH); in main()
74 pt = choice1.getLocationOnScreen(); in main()
75 robot.mouseMove(pt.x + choice1.getWidth()/10*9, pt.y + choice1.getHeight()/2); in main()
89 Rectangle oldBounds = choice1.getBounds(); in main()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/ipvs/
H A Dip_vs_twos.c48 struct ip_vs_dest *dest, *choice1 = NULL, *choice2 = NULL; in ip_vs_twos_schedule() local
60 choice1 = dest; in ip_vs_twos_schedule()
65 if (!choice1) { in ip_vs_twos_schedule()
90 choice1 = dest; in ip_vs_twos_schedule()
107 choice1 = choice2; in ip_vs_twos_schedule()
110 IP_VS_DBG_ADDR(choice1->af, &choice1->addr), in ip_vs_twos_schedule()
111 ntohs(choice1->port), atomic_read(&choice1->activeconns), in ip_vs_twos_schedule()
112 refcount_read(&choice1->refcnt), in ip_vs_twos_schedule()
113 atomic_read(&choice1->weight)); in ip_vs_twos_schedule()
115 return choice1; in ip_vs_twos_schedule()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/ipvs/
H A Dip_vs_twos.c48 struct ip_vs_dest *dest, *choice1 = NULL, *choice2 = NULL; in ip_vs_twos_schedule() local
60 choice1 = dest; in ip_vs_twos_schedule()
65 if (!choice1) { in ip_vs_twos_schedule()
90 choice1 = dest; in ip_vs_twos_schedule()
107 choice1 = choice2; in ip_vs_twos_schedule()
110 IP_VS_DBG_ADDR(choice1->af, &choice1->addr), in ip_vs_twos_schedule()
111 ntohs(choice1->port), atomic_read(&choice1->activeconns), in ip_vs_twos_schedule()
112 refcount_read(&choice1->refcnt), in ip_vs_twos_schedule()
113 atomic_read(&choice1->weight)); in ip_vs_twos_schedule()
115 return choice1; in ip_vs_twos_schedule()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/ipvs/
H A Dip_vs_twos.c48 struct ip_vs_dest *dest, *choice1 = NULL, *choice2 = NULL; in ip_vs_twos_schedule() local
60 choice1 = dest; in ip_vs_twos_schedule()
65 if (!choice1) { in ip_vs_twos_schedule()
90 choice1 = dest; in ip_vs_twos_schedule()
107 choice1 = choice2; in ip_vs_twos_schedule()
110 IP_VS_DBG_ADDR(choice1->af, &choice1->addr), in ip_vs_twos_schedule()
111 ntohs(choice1->port), atomic_read(&choice1->activeconns), in ip_vs_twos_schedule()
112 refcount_read(&choice1->refcnt), in ip_vs_twos_schedule()
113 atomic_read(&choice1->weight)); in ip_vs_twos_schedule()
115 return choice1; in ip_vs_twos_schedule()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/client/
H A Dcledgeloop.cpp57 Material *choice1 = nullptr, *choice2 = nullptr; in DENG2_PIMPL() local
85 if (choice1 && choice1->isSkyMasked()) in DENG2_PIMPL()
87 return choice1; in DENG2_PIMPL()
120 choice1 = otherSide.top().materialPtr(); in DENG2_PIMPL()
122 choice1 = otherSide.bottom().materialPtr(); in DENG2_PIMPL()
124 choice1 = otherSide.top().materialPtr(); in DENG2_PIMPL()
137 if (choice1 && !choice1->hasAnimatedTextureLayers() && !choice1->isSkyMasked()) in DENG2_PIMPL()
138 return choice1; in DENG2_PIMPL()
143 if (choice1 && !choice1->isSkyMasked()) in DENG2_PIMPL()
144 return choice1; in DENG2_PIMPL()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java42 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
48 choice1.add("item-0" + i); in init()
50 choice1.setForeground(Color.RED); in init()
51 choice1.setBackground(Color.RED); in init()
53 choice1.addMouseMotionListener(mmh); in init()
57 add(choice1); in init()
92 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
93 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
99 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
100 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java41 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
53 choice1.add("item-0" + i); in init()
55 choice1.setForeground(Color.RED); in init()
56 choice1.setBackground(Color.RED); in init()
58 choice1.addMouseMotionListener(mmh); in init()
62 add(choice1); in init()
98 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
99 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
105 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
106 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java42 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
48 choice1.add("item-0" + i); in init()
50 choice1.setForeground(Color.RED); in init()
51 choice1.setBackground(Color.RED); in init()
53 choice1.addMouseMotionListener(mmh); in init()
57 add(choice1); in init()
92 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
93 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
99 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
100 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java41 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
53 choice1.add("item-0" + i); in init()
55 choice1.setForeground(Color.RED); in init()
56 choice1.setBackground(Color.RED); in init()
58 choice1.addMouseMotionListener(mmh); in init()
62 add(choice1); in init()
98 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
99 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
105 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
106 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java41 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
53 choice1.add("item-0" + i); in init()
55 choice1.setForeground(Color.RED); in init()
56 choice1.setBackground(Color.RED); in init()
58 choice1.addMouseMotionListener(mmh); in init()
62 add(choice1); in init()
98 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
99 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
105 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
106 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java41 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
53 choice1.add("item-0" + i); in init()
55 choice1.setForeground(Color.RED); in init()
56 choice1.setBackground(Color.RED); in init()
58 choice1.addMouseMotionListener(mmh); in init()
62 add(choice1); in init()
98 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
99 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
105 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
106 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java42 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
48 choice1.add("item-0" + i); in init()
50 choice1.setForeground(Color.RED); in init()
51 choice1.setBackground(Color.RED); in init()
53 choice1.addMouseMotionListener(mmh); in init()
57 add(choice1); in init()
92 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
93 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
99 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
100 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java41 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
53 choice1.add("item-0" + i); in init()
55 choice1.setForeground(Color.RED); in init()
56 choice1.setBackground(Color.RED); in init()
58 choice1.addMouseMotionListener(mmh); in init()
62 add(choice1); in init()
98 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
99 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
105 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
106 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java42 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
48 choice1.add("item-0" + i); in init()
50 choice1.setForeground(Color.RED); in init()
51 choice1.setBackground(Color.RED); in init()
53 choice1.addMouseMotionListener(mmh); in init()
57 add(choice1); in init()
92 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
93 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
99 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
100 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/Choice/PopdownGeneratesMouseEvents/
H A DPopdownGeneratesMouseEvents.java42 private final Choice choice1 = new Choice(); field in PopdownGeneratesMouseEvents
48 choice1.add("item-0" + i); in init()
50 choice1.setForeground(Color.RED); in init()
51 choice1.setBackground(Color.RED); in init()
53 choice1.addMouseMotionListener(mmh); in init()
57 add(choice1); in init()
92 Point pt = choice1.getLocationOnScreen(); in testMouseMoveOutside()
93 robot.mouseMove(pt.x + choice1.getWidth() / 2, pt.y + choice1.getHeight() / 2); in testMouseMoveOutside()
99 Color color = robot.getPixelColor(pt.x + choice1.getWidth() / 2, in testMouseMoveOutside()
100 pt.y + 3 * choice1.getHeight()); in testMouseMoveOutside()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Choice/UnfocusableCB_ERR/
H A DUnfocusableCB_ERR.java39 static Choice choice1 = new Choice(); field in UnfocusableCB_ERR
61 choice1.add("item "+i); in init()
64 frame.add(choice1); in init()
66 choice1.setFocusable(false); in init()
89 pt = choice1.getLocationOnScreen(); in testSpacePress()
90 robot.mouseMove(pt.x + choice1.getWidth()/2, pt.y + choice1.getHeight()/2); in testSpacePress()
100 robot.mouseMove(pt.x + choice1.getWidth()/2, pt.y + 2 * choice1.getHeight()); in testSpacePress()
104 robot.mouseMove(pt.x + choice1.getWidth()/2, pt.y - choice1.getHeight()); in testSpacePress()

12345678910>>...17