Searched refs:loop (Results 1 - 25 of 176) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/java/applet/
H A DAudioClip.java45 * Starts playing this audio clip in a loop.
47 void loop(); method in interface:AudioClip
/openjdk7/jdk/make/common/
H A DSubdirs.gmk67 define subdirs-group-loop
78 # Given a OTHERSUBDIRS list, cd into them and make them (extra loop define)
80 define OTHERSUBDIRS-loop
96 define subdirs-desktop-loop
97 @$(call subdirs-group-loop,SUBDIRS_desktop)
100 define subdirs-desktop-loop
105 define subdirs-enterprise-loop
106 @$(call subdirs-group-loop,SUBDIRS_enterprise)
109 define subdirs-enterprise-loop
114 define subdirs-management-loop
[all...]
/openjdk7/corba/make/javax/
H A DMakefile36 $(SUBDIRS-loop)
/openjdk7/jdk/make/javax/
H A DMakefile53 $(SUBDIRS-loop)
55 $(SUBDIRS-loop)
/openjdk7/jdk/test/javax/security/auth/login/Configuration/
H A DSynchronize.java36 private static final int loop = 500; field in class:Synchronize
54 Synchronize[] threads = new Synchronize[loop];
55 for (int i = 0; i < loop; i++) {
59 for (int i = 0; i < loop; i++) {
63 for (int i = 0; i < loop; i++) {
/openjdk7/corba/make/com/
H A DMakefile36 $(SUBDIRS-loop)
/openjdk7/corba/make/com/sun/
H A DMakefile37 $(SUBDIRS-loop)
/openjdk7/corba/make/com/sun/corba/
H A DMakefile36 $(SUBDIRS-loop)
/openjdk7/corba/make/com/sun/corba/se/impl/naming/
H A DMakefile33 $(SUBDIRS-loop)
/openjdk7/corba/make/com/sun/corba/se/impl/oa/
H A DMakefile35 $(SUBDIRS-loop)
/openjdk7/corba/make/com/sun/corba/se/spi/legacy/
H A DMakefile37 $(SUBDIRS-loop)
/openjdk7/corba/make/sun/
H A DMakefile40 $(SUBDIRS-loop)
/openjdk7/corba/make/sun/corba/
H A DMakefile35 $(SUBDIRS-loop)
/openjdk7/corba/make/sun/corba/org/
H A DMakefile36 $(SUBDIRS-loop)
/openjdk7/jdk/make/com/sun/org/apache/
H A DMakefile37 $(SUBDIRS-loop)
/openjdk7/jdk/make/javax/rmi/
H A DMakefile37 $(SUBDIRS-loop)
/openjdk7/jdk/make/org/ietf/
H A DMakefile37 $(SUBDIRS-loop)
/openjdk7/jdk/make/sun/net/spi/
H A DMakefile33 $(SUBDIRS-loop)
/openjdk7/jdk/make/sun/net/spi/nameservice/
H A DMakefile33 $(SUBDIRS-loop)
/openjdk7/jdk/make/com/sun/tools/
H A DMakefile41 $(SUBDIRS-loop)
43 $(SUBDIRS-loop)
/openjdk7/jdk/make/com/sun/tracing/
H A DMakefile39 $(SUBDIRS-loop)
41 $(SUBDIRS-loop)
/openjdk7/jdk/make/sun/tracing/
H A DMakefile39 $(SUBDIRS-loop)
41 $(SUBDIRS-loop)
/openjdk7/hotspot/test/compiler/6431242/
H A DTest.java109 for (int loop=0; loop<up_limit; loop++) {
112 throw new Exception("Interger.reverseBytes failed " + _j + " iter " + loop);
116 throw new Exception("Long.reverseBytes failed " + _l + " iter " + loop);
121 for (int loop=0; loop<up_limit; loop++) {
126 throw new Exception("Interger.reverseBytes failed test_copy_ints iter " + loop);
133 throw new Exception("Interger.reverseBytes failed test_copy_ints_reversed iter " + loop);
[all...]
/openjdk7/jdk/test/java/awt/EventQueue/SecondaryLoopTest/
H A DSecondaryLoopTest.java59 final SecondaryLoop loop = eq.createSecondaryLoop();
65 // Let the loop enter
67 if (loop.enter()) {
77 // Let the loop enter and eventRun finish
80 // Hopefully, we get here if the loop is entered twice
81 loop.exit();
83 loop.exit();
91 if (!loop.enter()) {
108 throw new RuntimeException("Test FAILED: the secondary loop is not started");
111 throw new RuntimeException("Test FAILED: the secondary loop i
[all...]
/openjdk7/jdk/make/bridge/
H A DMakefile53 $(SUBDIRS-loop)
54 $(OTHERSUBDIRS-loop)
57 $(SUBDIRS-loop)

Completed in 84 milliseconds

12345678