Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/main/java/java/util/
DIllegalFormatWidthException.java38 private int w; field in IllegalFormatWidthException
46 public IllegalFormatWidthException(int w) { in IllegalFormatWidthException()
DArraysParallelSortHelpers.java115 final T[] a, w; field in ArraysParallelSortHelpers.FJObject.Sorter
118 Sorter(CountedCompleter<?> par, T[] a, T[] w, int base, int size, in Sorter()
129 T[] a = this.a, w = this.w; // localize all params in compute() local
152 final T[] a, w; // main and workspace arrays field in ArraysParallelSortHelpers.FJObject.Merger
155 Merger(CountedCompleter<?> par, T[] a, T[] w, in Merger()
169 T[] a = this.a, w = this.w; // localize all params in compute() local
237 final byte[] a, w; field in ArraysParallelSortHelpers.FJByte.Sorter
239 Sorter(CountedCompleter<?> par, byte[] a, byte[] w, int base, in Sorter()
270 final byte[] a, w; // main and workspace arrays field in ArraysParallelSortHelpers.FJByte.Merger
272 Merger(CountedCompleter<?> par, byte[] a, byte[] w, in Merger()
[all …]
/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/main/java/java/util/concurrent/
DForkJoinPool.java1591 WorkQueue w = new WorkQueue(this, wt); in registerWorker() local
1635 WorkQueue w = null; in deregisterWorker() local
1753 private void tryReactivate(WorkQueue w, WorkQueue[] ws, int r) { in tryReactivate()
1776 private void inactivate(WorkQueue w, int ss) { in inactivate()
1797 private int awaitWork(WorkQueue w) { in awaitWork()
1829 private int timedAwaitWork(WorkQueue w, long c) { in timedAwaitWork()
1876 private boolean tryDropSpare(WorkQueue w) { in tryDropSpare()
1927 final void runWorker(WorkQueue w) { in runWorker()
1961 private int scan(WorkQueue w, int bound, int step, int r) { in scan()
2032 final int helpComplete(WorkQueue w, CountedCompleter<?> task, in helpComplete()
[all …]
DExchanger.java367 Thread w = q.parked; in arenaExchange() local
462 Thread w = q.parked; in slotExchange() local
DThreadPoolExecutor.java948 Worker w = null; in addWorker() local
993 private void addWorkerFailed(Worker w) { in addWorkerFailed()
1019 private void processWorkerExit(Worker w, boolean completedAbruptly) { in processWorkerExit()
1145 final void runWorker(Worker w) { in runWorker()
DSynchronousQueue.java264 Thread w = waiter; in tryMatch() local
437 Thread w = Thread.currentThread(); in awaitFulfill() local
738 Thread w = Thread.currentThread(); in awaitFulfill() local
/libcore/luni/src/test/java/tests/security/spec/
DECPublicKeySpecTest.java29 ECPoint w; field in ECPublicKeySpecTest
/libcore/ojluni/src/main/java/sun/invoke/util/
DWrapper.java239 Wrapper w = findPrimitiveType(type); in forPrimitiveType() local
247 Wrapper w = FROM_PRIM[hashPrim(type)]; in findPrimitiveType() local
261 Wrapper w = findWrapperType(type); in forWrapperType() local
270 Wrapper w = FROM_WRAP[hashWrap(type)]; in findWrapperType() local
282 Wrapper w = FROM_CHAR[hashChar(type)]; in forBasicType() local
381 Wrapper w = findWrapperType(type); in asPrimitiveType() local
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java122 Wrapper w = Wrapper.forPrimitiveType(pt); in MethodTypeForm() local
136 Wrapper w = Wrapper.forPrimitiveType(rt); in MethodTypeForm() local
170 Wrapper w = Wrapper.forBasicType(pt); in MethodTypeForm() local
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DStampedLock.java1012 WNode q; Thread w; in release() local
1088 WNode c; Thread w; in acquireWrite() local
1191 WNode pp, c; Thread w; in acquireRead() local
1253 WNode c; Thread w; in acquireRead() local
1272 WNode c; Thread w; in acquireRead() local
1335 Thread w; in cancelWaiter() local
DReentrantReadWriteLock.java396 int w = exclusiveCount(c); in tryAcquire() local
561 int w = exclusiveCount(c); in tryWriteLock() local
1486 int w = Sync.exclusiveCount(c); in toString() 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/jsr166-tests/src/test/java/jsr166/
DAtomicReferenceFieldUpdaterTest.java21 Integer w; field in AtomicReferenceFieldUpdaterTest
DAtomicIntegerFieldUpdaterTest.java20 int w; field in AtomicIntegerFieldUpdaterTest
DAtomicLongFieldUpdaterTest.java20 long w; field in AtomicLongFieldUpdaterTest
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKIsoChronology.java625 …public void test_resolve_ymaa_lenient(int y, int m, int w, int d, LocalDate expected, boolean smar… in test_resolve_ymaa_lenient()
637 …public void test_resolve_ymaa_smart(int y, int m, int w, int d, LocalDate expected, boolean smart,… in test_resolve_ymaa_smart()
658 …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()
DTCKMinguoChronology.java900 …public void test_resolve_ymaa_lenient(int y, int m, int w, int d, MinguoDate expected, boolean sma… in test_resolve_ymaa_lenient()
912 …public void test_resolve_ymaa_smart(int y, int m, int w, int d, MinguoDate expected, boolean smart… in test_resolve_ymaa_smart()
933 …public void test_resolve_ymaa_strict(int y, int m, int w, int d, MinguoDate expected, boolean smar… in test_resolve_ymaa_strict()
/libcore/luni/src/main/java/java/math/
DNativeBN.java82 public static native void BN_add_word(long a, int w); in BN_add_word()
86 public static native void BN_mul_word(long a, int w); in BN_mul_word()
90 public static native int BN_mod_word(long a, int w); in BN_mod_word()
DBigInt.java240 void addPositiveInt(int w) { in addPositiveInt()
244 void multiplyByPositiveInt(int w) { in multiplyByPositiveInt()
248 static int remainderByPositiveInt(BigInt a, int w) { in remainderByPositiveInt()
/libcore/benchmarks/src/benchmarks/
DXmlSerializeBenchmark.java51 CharArrayWriter w = new CharArrayWriter(); in serializeRandomXml() local
/libcore/ojluni/src/main/java/java/sql/
DSQLWarning.java212 public void setNextWarning(SQLWarning w) { in setNextWarning()
/libcore/ojluni/src/main/java/java/io/
DBufferedWriter.java264 try (Writer w = out) { in close()
/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java204 WeakReference<CoderResult> w; in get() local

12