Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DPhaser.java380 private int doArrive(int adjust) { in doArrive() argument
391 if (U.compareAndSwapLong(this, STATE, s, s-=adjust)) { in doArrive()
427 long adjust = ((long)registrations << PARTIES_SHIFT) | registrations; in doRegister() local
444 else if (U.compareAndSwapLong(this, STATE, s, s + adjust)) in doRegister()
449 long next = ((long)phase << PHASE_SHIFT) | adjust; in doRegister()
464 ((long)phase << PHASE_SHIFT) | adjust)) { in doRegister()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimePrintContext.java119 this.temporal = adjust(temporal, formatter); in DateTimePrintContext()
123 …private static TemporalAccessor adjust(final TemporalAccessor temporal, DateTimeFormatter formatte… in adjust() method in DateTimePrintContext
/libcore/ojluni/src/main/java/java/time/
DClock.java628 long adjust = Math.floorMod(nanos, tickNanos); in instant() local
629 return instant.minusNanos(adjust); in instant()
DLocalDate.java311 long adjust = 0; in ofEpochDay() local
315 adjust = adjustCycles * 400; in ofEpochDay()
325 yearEst += adjust; // reset any negative year in ofEpochDay()
/libcore/tools/testmapping/
DREADME26 adjust. (These could be converted to command-line options if convenient.)