| /libcore/ojluni/src/main/java/java/util/ | 
| D | IllegalFormatWidthException.java | 41     private int w;  field in IllegalFormatWidthException49     public IllegalFormatWidthException(int w) {  in IllegalFormatWidthException()
 
 | 
| D | ArraysParallelSortHelpers.java | 116             final T[] w;  field in ArraysParallelSortHelpers.FJObject.Sorter120             Sorter(CountedCompleter<?> par, T[] a, T[] w, int base, int size,  in Sorter()
 131                 T[] a = this.a, w = this.w; // localize all params  in compute()  local
 159             final T[] w;  field in ArraysParallelSortHelpers.FJObject.Merger
 163             Merger(CountedCompleter<?> par, T[] a, T[] w,  in Merger()
 177                 T[] a = this.a, w = this.w; // localize all params  in compute()  local
 
 | 
| /libcore/ojluni/src/main/java/java/security/spec/ | 
| D | ECPublicKeySpec.java | 41     private ECPoint w;  field in ECPublicKeySpec55     public ECPublicKeySpec(ECPoint w, ECParameterSpec params) {  in ECPublicKeySpec()
 
 | 
| /libcore/ojluni/src/test/java/math/BigInteger/ | 
| D | ModPow.java | 51             BigInteger w = base.pow(exp.intValue()).mod(m);  in testModPow()  local
 | 
| D | BigIntegerTest.java | 411             BigInteger w = u.shiftLeft(a);  in multiplyLarge()  local454             BigInteger w = u.shiftLeft(a);  in squareLarge()  local
 467             BigInteger w = u.shiftLeft(a);  in squareLarge()  local
 508             BigInteger w = u.multiply(BigInteger.ONE.shiftLeft(a));  in divideLarge()  local
 601             BigInteger w = x.or(y).andNot(x.and(y));  in bitwise()  local
 610             BigInteger w = x.not().or(y).not();  in bitwise()  local
 729             BigInteger w = base.pow(exp.intValue()).mod(m);  in modExp()  local
 
 | 
| /libcore/luni/src/test/java/tests/security/spec/ | 
| D | ECPublicKeySpecTest.java | 29     ECPoint w;  field in ECPublicKeySpecTest
 | 
| /libcore/ojluni/src/main/java/sun/invoke/util/ | 
| D | Wrapper.java | 271         Wrapper w = findPrimitiveType(type);  in forPrimitiveType()  local298         Wrapper w = FROM_PRIM[hashPrim(type)];  in findPrimitiveType()  local
 312         Wrapper w = findWrapperType(type);  in forWrapperType()  local
 321         Wrapper w = FROM_WRAP[hashWrap(type)];  in findWrapperType()  local
 333         Wrapper w = FROM_CHAR[hashChar(type)];  in forBasicType()  local
 432         Wrapper w = findWrapperType(type);  in asPrimitiveType()  local
 
 | 
| /libcore/ojluni/src/test/java/lang/invoke/ | 
| D | PermuteArgsTest.java | 68     static Object list4I(int w, int x, int y, int z) {  in list4I()77     static Object list4J(long w, long x, long y, long z) {  in list4J()
 80     static Object list2I2J(int w, int x, long y, long z) {  in list2I2J()
 83     static Object list2J2I(long w, long x, int y, int z) {  in list2J2I()
 104     static Object listJLLJ(long w, Object x, Object y, long z) {  in listJLLJ()
 107     static Object listLJJL(Object w, long x, long y, Object z) {  in listLJJL()
 
 | 
| /libcore/ojluni/src/main/java/java/lang/invoke/ | 
| D | MethodTypeForm.java | 182                 Wrapper w = Wrapper.forPrimitiveType(pt);  in MethodTypeForm()  local196             Wrapper w = Wrapper.forPrimitiveType(rt);  in MethodTypeForm()  local
 229                 Wrapper w = Wrapper.forBasicType(pt);  in MethodTypeForm()  local
 
 | 
| /libcore/ojluni/src/main/java/java/util/concurrent/ | 
| D | Exchanger.java | 367                 Thread w = q.parked;  in arenaExchange()  local464                     Thread w = q.parked;  in slotExchange()  local
 
 | 
| D | ForkJoinWorkerThread.java | 160         ForkJoinPool.WorkQueue w = workQueue;  in run()  local
 | 
| D | ThreadPoolExecutor.java | 927         Worker w = null;  in addWorker()  local972     private void addWorkerFailed(Worker w) {  in addWorkerFailed()
 998     private void processWorkerExit(Worker w, boolean completedAbruptly) {  in processWorkerExit()
 1124     final void runWorker(Worker w) {  in runWorker()
 
 | 
| D | SynchronousQueue.java | 259                 SNode m; Thread w;  in tryMatch()  local373                         Thread w = Thread.currentThread();  in transfer()  local
 672                         Thread w = Thread.currentThread();  in transfer()  local
 
 | 
| /libcore/ojluni/src/main/java/java/nio/file/attribute/ | 
| D | PosixFilePermissions.java | 42     private static void writeBits(StringBuilder sb, boolean r, boolean w, boolean x) {  in writeBits()
 | 
| /libcore/ojluni/src/test/java/lang/StrictMath/ | 
| D | FdlibmTranslit.java | 94             double r, s, t = 0.0, w;  in compute()  local165             double t1, t2, y1, y2, w;  in compute()  local
 
 | 
| /libcore/ojluni/src/main/java/java/sql/ | 
| D | SQLWarning.java | 212     public void setNextWarning(SQLWarning w) {  in setNextWarning()
 | 
| /libcore/benchmarks/src/benchmarks/ | 
| D | XmlSerializeBenchmark.java | 51         CharArrayWriter w = new CharArrayWriter();  in serializeRandomXml()  local
 | 
| /libcore/ojluni/src/main/java/java/util/concurrent/locks/ | 
| D | ReentrantReadWriteLock.java | 396             int w = exclusiveCount(c);  in tryAcquire()  local568                 int w = exclusiveCount(c);  in tryWriteLock()  local
 1495         int w = Sync.exclusiveCount(c);  in toString()  local
 
 | 
| /libcore/ojluni/src/test/java/time/tck/java/time/chrono/ | 
| D | TCKIsoChronology.java | 633 …public void test_resolve_ymaa_lenient(int y, int m, int w, int d, LocalDate expected, boolean smar…  in test_resolve_ymaa_lenient()645 …public void test_resolve_ymaa_smart(int y, int m, int w, int d, LocalDate expected, boolean smart,…  in test_resolve_ymaa_smart()
 666 …public void test_resolve_ymaa_strict(int y, int m, int w, int d, LocalDate expected, boolean smart…  in test_resolve_ymaa_strict()
 
 | 
| D | TCKThaiBuddhistChronology.java | 876 …public void test_resolve_ymaa_lenient(int y, int m, int w, int d, ThaiBuddhistDate expected, boole…  in test_resolve_ymaa_lenient()888 …public void test_resolve_ymaa_smart(int y, int m, int w, int d, ThaiBuddhistDate expected, boolean…  in test_resolve_ymaa_smart()
 909 …public void test_resolve_ymaa_strict(int y, int m, int w, int d, ThaiBuddhistDate expected, boolea…  in test_resolve_ymaa_strict()
 
 | 
| /libcore/ojluni/src/main/java/java/io/ | 
| D | BufferedWriter.java | 267             try (Writer w = out) {  in close()
 | 
| /libcore/jsr166-tests/src/test/java/jsr166/ | 
| D | AtomicReferenceFieldUpdaterTest.java | 21     Integer w;  field in AtomicReferenceFieldUpdaterTest
 | 
| D | AtomicLongFieldUpdaterTest.java | 20     long w;  field in AtomicLongFieldUpdaterTest
 | 
| /libcore/ojluni/src/test/java/util/concurrent/tck/ | 
| D | AtomicReferenceFieldUpdaterTest.java | 47     Integer w;  field in AtomicReferenceFieldUpdaterTest
 | 
| /libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ | 
| D | ThreadPoolExecutor.java | 163     private void addWorkerFailed(java.util.concurrent.ThreadPoolExecutor.Worker w) {  in addWorkerFailed()168             java.util.concurrent.ThreadPoolExecutor.Worker w, boolean completedAbruptly) {  in processWorkerExit()
 176     final void runWorker(java.util.concurrent.ThreadPoolExecutor.Worker w) {  in runWorker()
 
 |