| /openjdk7/jdk/test/sun/management/jmxremote/bootstrap/ |
| H A D | LocalManagementTest.sh | 52 attempts=0 62 attempts=`expr $attempts + 1` 63 echo "Waiting $attempts second(s) ..."
|
| H A D | CustomLauncherTest.sh | 138 attempts=0 148 attempts=`expr $attempts + 1` 149 echo "Waiting $attempts second(s) ..."
|
| /openjdk7/jdk/test/com/sun/tools/attach/ |
| H A D | ApplicationSetup.sh | 62 attempts=0 72 attempts=`expr $attempts + 1` 73 echo "Waiting $attempts second(s) ..."
|
| /openjdk7/jdk/test/com/sun/jdi/ |
| H A D | ProcessAttachTest.sh | 94 attempts=0 101 attempts=`expr $attempts + 1` 102 echo "Waiting $attempts second(s) ..."
|
| /openjdk7/jdk/src/share/classes/sun/net/dns/ |
| H A D | ResolverConfiguration.java | 90 * Returns the maximum number of attempts the resolver 94 * @return the resolver attempts value or -1 is unknown 96 public int attempts() { method in class:ResolverConfiguration.Options
|
| /openjdk7/jdk/test/java/beans/Performance/ |
| H A D | TestPropertyChangeSupport.java | 49 private static void test(int step, int listeners, int attempts) { argument 60 for (int i = 0; i < attempts; i++) { 69 + "; Attempts: " + attempts
|
| H A D | TestVetoableChangeSupport.java | 50 private static void test(int step, int listeners, int attempts) throws PropertyVetoException { argument 61 for (int i = 0; i < attempts; i++) { 70 + "; Attempts: " + attempts
|
| /openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/ |
| H A D | Compilation.java | 43 private int attempts; field in class:Compilation 196 return attempts; 199 public void setAttempts(int attempts) { argument 200 this.attempts = attempts;
|
| H A D | LogCompilation.java | 112 int[] attempts = new int[32]; 125 attempts[c.getAttempts()]++; 177 out.printf("%2d %8d\n", i, attempts[i]);
|
| /openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/ |
| H A D | Unbounded.java | 64 int attempts = 0; 72 if (++attempts >= 3)
|
| /openjdk7/jdk/test/java/nio/channels/SocketChannel/ |
| H A D | FinishConnect.java | 61 int attempts = 0; 93 if (attempts++ > 30)
|
| /openjdk7/hotspot/src/os/windows/vm/ |
| H A D | os_windows.inline.hpp | 59 inline void os::loop_breaker(int attempts) {} argument
|
| /openjdk7/jdk/src/share/classes/sun/swing/ |
| H A D | CachedPainter.java | 122 int attempts = 0; 157 ((VolatileImage)image).contentsLost() && ++attempts < 3);
|
| /openjdk7/hotspot/src/share/vm/runtime/ |
| H A D | vm_operations.cpp | 421 int attempts = 0; local 437 } else if (attempts > max_wait) { 439 } else if (num_active_compiler_thread == 0 && attempts > max_wait_user_thread) { 443 attempts++;
|
| H A D | os.hpp | 432 static void yield_all(int attempts = 0); // Yields to all other threads including lower priority 433 static void loop_breaker(int attempts); // called from within tight loops to possibly influence time-sharing
|
| H A D | sharedRuntime.hpp | 250 static void yield_all(JavaThread* thread, int attempts = 0);
|
| H A D | sharedRuntime.cpp | 921 JRT_ENTRY(void, SharedRuntime::yield_all(JavaThread* thread, int attempts)) 922 os::yield_all(attempts);
|
| /openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
| H A D | g1GCPhaseTimes.hpp | 190 void record_termination(uint worker_i, double ms, size_t attempts) { 192 _last_termination_attempts.set(worker_i, attempts);
|
| /openjdk7/jdk/test/tools/launcher/ |
| H A D | TestHelper.java | 338 * attempts fail, give up and throw an exception. 342 for (int attempts = 0; attempts < 10; attempts++) { 348 * report attempts and errors that were encountered 352 aFile + " in " + (attempts + 1) + 353 " attempts");
|
| /openjdk7/jdk/src/share/classes/sun/java2d/pipe/ |
| H A D | DrawImage.java | 559 int attempts = 0; 593 ++attempts; 597 SurfaceData.isNull(srcData) || (attempts > 1)) 622 int attempts = 0; 655 ++attempts; 659 SurfaceData.isNull(srcData) || (attempts > 1))
|
| /openjdk7/jdk/src/share/classes/java/net/ |
| H A D | SocksSocketImpl.java | 121 for (int attempts = 0; received < len && attempts < 3; attempts++) {
|
| /openjdk7/jdk/src/share/transport/shmem/ |
| H A D | shmemBase.c | 382 int attempts = 10; local 383 while (!EMPTY(stream) && attempts>0) { 387 attempts--;
|
| /openjdk7/jdk/src/share/native/sun/awt/libpng/ |
| H A D | CHANGES | 1106 Added a check for attempts to read or write PLTE in grayscale PNG datastreams. 1120 if user attempts to run it on an 8-bit display. 3435 Corrects the code for palette image tests and disables attempts to
|
| /openjdk7/hotspot/src/os/solaris/vm/ |
| H A D | os_solaris.cpp | 1287 // The following code is palliative -- it attempts to ensure that our 3201 // Since snv_84, Solaris attempts to honor the address hint - see 5003415. 3770 // time after 8 attempts. If this fails too we increase the concurrency level 3773 void os::yield_all(int attempts) { argument 3775 if (attempts == 0) { 3778 int iterations = attempts % 30; 3794 void os::loop_breaker(int attempts) { argument 3795 os::yield_all(attempts);
|
| /openjdk7/hotspot/src/os/bsd/vm/ |
| H A D | os_bsd.cpp | 3697 void os::yield_all(int attempts) { argument 3705 void os::loop_breaker(int attempts) { argument 3706 os::yield_all(attempts);
|