Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 58) sorted by relevance

123

/libcore/ojluni/src/main/java/java/util/
DIllegalFormatWidthException.java41 private int w; field in IllegalFormatWidthException
49 public IllegalFormatWidthException(int w) { in IllegalFormatWidthException()
DArraysParallelSortHelpers.java116 final T[] w; field in ArraysParallelSortHelpers.FJObject.Sorter
120 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/
DECPublicKeySpec.java41 private ECPoint w; field in ECPublicKeySpec
55 public ECPublicKeySpec(ECPoint w, ECParameterSpec params) { in ECPublicKeySpec()
/libcore/ojluni/src/test/java/math/BigInteger/
DModPow.java58 BigInteger w = base.pow(exp.intValue()).mod(m); in testModPow() local
DBigIntegerTest.java413 BigInteger w = u.shiftLeft(a); in multiplyLarge() local
456 BigInteger w = u.shiftLeft(a); in squareLarge() local
469 BigInteger w = u.shiftLeft(a); in squareLarge() local
510 BigInteger w = u.multiply(BigInteger.ONE.shiftLeft(a)); in divideLarge() local
603 BigInteger w = x.or(y).andNot(x.and(y)); in bitwise() local
612 BigInteger w = x.not().or(y).not(); in bitwise() local
743 BigInteger w = base.pow(exp.intValue()).mod(m); in modExp() local
/libcore/luni/src/test/java/tests/security/spec/
DECPublicKeySpecTest.java29 ECPoint w; field in ECPublicKeySpecTest
/libcore/ojluni/src/test/java/lang/invoke/
DPermuteArgsTest.java68 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/sun/invoke/util/
DWrapper.java271 Wrapper w = findPrimitiveType(type); in forPrimitiveType() local
298 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/main/java/java/lang/invoke/
DMethodTypeForm.java182 Wrapper w = Wrapper.forPrimitiveType(pt); in MethodTypeForm() local
196 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/
DExchanger.java367 Thread w = q.parked; in arenaExchange() local
464 Thread w = q.parked; in slotExchange() local
DForkJoinWorkerThread.java160 ForkJoinPool.WorkQueue w = workQueue; in run() local
DThreadPoolExecutor.java927 Worker w = null; in addWorker() local
972 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()
DSynchronousQueue.java259 SNode m; Thread w; in tryMatch() local
373 Thread w = Thread.currentThread(); in transfer() local
672 Thread w = Thread.currentThread(); in transfer() local
/libcore/ojluni/src/main/java/java/nio/file/attribute/
DPosixFilePermissions.java42 private static void writeBits(StringBuilder sb, boolean r, boolean w, boolean x) { in writeBits()
/libcore/ojluni/src/test/java/lang/StrictMath/
DFdlibmTranslit.java94 double r, s, t = 0.0, w; in compute() local
165 double t1, t2, y1, y2, w; in compute() local
/libcore/ojluni/src/main/java/java/sql/
DSQLWarning.java212 public void setNextWarning(SQLWarning w) { in setNextWarning()
/libcore/benchmarks/src/benchmarks/
DXmlSerializeBenchmark.java51 CharArrayWriter w = new CharArrayWriter(); in serializeRandomXml() local
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DReentrantReadWriteLock.java396 int w = exclusiveCount(c); in tryAcquire() local
568 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/
DTCKIsoChronology.java633 …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()
DTCKThaiBuddhistChronology.java876 …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/
DBufferedWriter.java267 try (Writer w = out) { in close()
/libcore/jsr166-tests/src/test/java/jsr166/
DAtomicReferenceFieldUpdaterTest.java21 Integer w; field in AtomicReferenceFieldUpdaterTest
DAtomicIntegerFieldUpdaterTest.java20 int w; field in AtomicIntegerFieldUpdaterTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DAtomicReferenceFieldUpdaterTest.java47 Integer w; field in AtomicReferenceFieldUpdaterTest
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java163 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()

123