Searched refs:with (Results 76 - 100 of 231) sorted by relevance

12345678910

/openjdk10/langtools/src/jdk.jdeps/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
40 * or the {@linkplain java.util.ServiceLoader service loader} with the name
65 provides java.util.spi.ToolProvider with
/openjdk10/langtools/test/tools/javac/processing/model/util/printing/
H A Dmodule-info.java17 provides p.P with p.P.P1, p.P.P2;
/openjdk10/jdk/src/java.management.rmi/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
72 provides javax.management.remote.JMXConnectorProvider with
74 provides javax.management.remote.JMXConnectorServerProvider with
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
50 * Nashorn is 100% compliant with the
59 * <h1>Interoperability with the Java platform</h1>
62 * for interoperability of the ECMAScript programs with the Java platform.
77 * property accessors, with the difference being that dot operator gives
86 * with {@link java.lang.Number}, {@link java.lang.CharSequence}, and
118 * abstract class with a no-arg constructor. The type itself must be public,
123 * the same name</em>. This is done to be consistent with the fact that
159 provides javax.script.ScriptEngineFactory with
162 provides jdk.dynalink.linker.GuardingDynamicLinkerExporter with
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/time/
H A DOffsetDateTime.java18 * 2 along with this work; if not, write to the Free Software Foundation,
36 * Redistribution and use in source and binary forms, with or without
44 * and/or other materials provided with the distribution.
97 * A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system,
100 * {@code OffsetDateTime} is an immutable representation of a date-time with an offset.
254 * This creates an offset date-time with the specified local date, time and offset.
269 * This creates an offset date-time with the specified local date-time and offset.
283 * This creates an offset date-time with the seven specified fields.
314 * This creates an offset date-time with the same instant as that specified.
342 * The result will be the combination of {@code ZoneOffset} with eithe
423 private OffsetDateTime with(LocalDateTime dateTime, ZoneOffset offset) { method in class:OffsetDateTime
908 public OffsetDateTime with(TemporalAdjuster adjuster) { method in class:OffsetDateTime
967 public OffsetDateTime with(TemporalField field, long newValue) { method in class:OffsetDateTime
[all...]
H A DLocalDateTime.java18 * 2 along with this work; if not, write to the Free Software Foundation,
36 * Redistribution and use in source and binary forms, with or without
44 * and/or other materials provided with the distribution.
111 * Instead, it is a description of the date, as used for birthdays, combined with
221 * This returns a {@code LocalDateTime} with the specified year, month,
245 * This returns a {@code LocalDateTime} with the specified year, month,
270 * This returns a {@code LocalDateTime} with the specified year, month,
296 * This returns a {@code LocalDateTime} with the specified year, month,
320 * This returns a {@code LocalDateTime} with the specified year, month,
345 * This returns a {@code LocalDateTime} with th
515 private LocalDateTime with(LocalDate newDate, LocalTime newTime) { method in class:LocalDateTime
917 public LocalDateTime with(TemporalAdjuster adjuster) { method in class:LocalDateTime
964 public LocalDateTime with(TemporalField field, long newValue) { method in class:LocalDateTime
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/time/chrono/
H A DThaiBuddhistDate.java18 * 2 along with this work; if not, write to the Free Software Foundation,
31 * Redistribution and use in source and binary forms, with or without
39 * and/or other materials provided with the distribution.
171 * This returns a {@code ThaiBuddhistDate} with the specified fields.
311 public ThaiBuddhistDate with(TemporalField field, long newValue) { method in class:ThaiBuddhistDate
327 return with(isoDate.withYear((getProlepticYear() >= 1 ? nvalue : 1 - nvalue) - YEARS_DIFFERENCE));
329 return with(isoDate.withYear(nvalue - YEARS_DIFFERENCE));
331 return with(isoDate.withYear((1 - getProlepticYear()) - YEARS_DIFFERENCE));
335 return with(isoDate.with(fiel
346 public ThaiBuddhistDate with(TemporalAdjuster adjuster) { method in class:ThaiBuddhistDate
421 private ThaiBuddhistDate with(LocalDate newDate) { method in class:ThaiBuddhistDate
[all...]
H A DMinguoDate.java18 * 2 along with this work; if not, write to the Free Software Foundation,
31 * Redistribution and use in source and binary forms, with or without
39 * and/or other materials provided with the distribution.
171 * This returns a {@code MinguoDate} with the specified fields.
311 public MinguoDate with(TemporalField field, long newValue) { method in class:MinguoDate
327 return with(isoDate.withYear(getProlepticYear() >= 1 ? nvalue + YEARS_DIFFERENCE : (1 - nvalue) + YEARS_DIFFERENCE));
329 return with(isoDate.withYear(nvalue + YEARS_DIFFERENCE));
331 return with(isoDate.withYear((1 - getProlepticYear()) + YEARS_DIFFERENCE));
335 return with(isoDate.with(fiel
346 public MinguoDate with(TemporalAdjuster adjuster) { method in class:MinguoDate
421 private MinguoDate with(LocalDate newDate) { method in class:MinguoDate
[all...]
H A DChronoLocalDateTimeImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
36 * Redistribution and use in source and binary forms, with or without
44 * and/or other materials provided with the distribution.
210 * Returns a copy of this date-time with the new date and time, checking
217 private ChronoLocalDateTimeImpl<D> with(Temporal newDate, LocalTime newTime) { method in class:ChronoLocalDateTimeImpl
277 public ChronoLocalDateTimeImpl<D> with(TemporalAdjuster adjuster) { method in class:ChronoLocalDateTimeImpl
279 // The Chronology is checked in with(date,time)
280 return with((ChronoLocalDate) adjuster, time);
282 return with(date, (LocalTime) adjuster);
290 public ChronoLocalDateTimeImpl<D> with(TemporalFiel method in class:ChronoLocalDateTimeImpl
[all...]
H A DJapaneseDate.java18 * 2 along with this work; if not, write to the Free Software Foundation,
31 * Redistribution and use in source and binary forms, with or without
39 * and/or other materials provided with the distribution.
104 * Japan introduced the Gregorian calendar starting with Meiji 6.
204 * This returns a {@code JapaneseDate} with the specified fields.
241 * This returns a {@code JapaneseDate} with the specified fields.
262 * This returns a {@code JapaneseDate} with the specified fields.
341 * and {@code era} and {@code year} must agree with {@code isoDate}.
514 public JapaneseDate with(TemporalField field, long newValue) { method in class:JapaneseDate
529 return with(isoDat
548 public JapaneseDate with(TemporalAdjuster adjuster) { method in class:JapaneseDate
659 private JapaneseDate with(LocalDate newDate) { method in class:JapaneseDate
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
136 provides sun.datatransfer.DesktopDatatransferService with
139 provides java.net.ContentHandlerFactory with
142 provides javax.print.PrintServiceLookup with
145 provides javax.print.StreamPrintServiceFactory with
148 provides javax.sound.midi.spi.MidiDeviceProvider with
154 provides javax.sound.midi.spi.MidiFileReader with
157 provides javax.sound.midi.spi.MidiFileWriter with
160 provides javax.sound.midi.spi.SoundbankReader with
166 provides javax.sound.sampled.spi.AudioFileReader with
[all...]
/openjdk10/jdk/test/java/time/test/java/time/
H A DTestLocalDateTime.java16 * 2 along with this work; if not, write to the Free Software Foundation,
34 * Redistribution and use in source and binary forms, with or without
42 * and/or other materials provided with the distribution.
158 LocalDateTime t = TEST_2007_07_15_12_30_40_987654321.with(LocalTime.of(1, 0)).withHour(0);
164 LocalDateTime t = TEST_2007_07_15_12_30_40_987654321.with(LocalTime.of(1, 0)).withHour(12);
176 LocalDateTime t = TEST_2007_07_15_12_30_40_987654321.with(LocalTime.of(0, 1)).withMinute(0);
182 LocalDateTime t = TEST_2007_07_15_12_30_40_987654321.with(LocalTime.of(12, 1)).withMinute(0);
194 LocalDateTime t = TEST_2007_07_15_12_30_40_987654321.with(LocalTime.of(0, 0, 1)).withSecond(0);
200 LocalDateTime t = TEST_2007_07_15_12_30_40_987654321.with(LocalTime.of(12, 0, 1)).withSecond(0);
212 LocalDateTime t = TEST_2007_07_15_12_30_40_987654321.with(LocalTim
[all...]
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
411 Class C = new Class("C", I.with("String"), cm);
417 assertInvokeInterfaceEquals(99, C, I.with("String"), pm, "\"string\"");
420 assertInvokeInterfaceEquals(88, C, I.with("String"), pm, "\"string\"");
431 //workaround accessibility issue when loading C with DirectedClassLoader
515 I.with("String", "T", "V"), pm1);
517 J.with("String", "T"), pm2);
518 Class C = new Class("C", K.with("String"), cm);
522 assertInvokeInterfaceEquals(99, C, I.with("String", "String", "String"), pm0, args);
523 assertInvokeInterfaceThrows(AbstractMethodError.class, C, J.with("Strin
[all...]
/openjdk10/jdk/src/java.security.jgss/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
56 provides java.security.Provider with
58 provides sun.security.ssl.ClientKeyExchangeService with
/openjdk10/langtools/src/jdk.jshell/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
86 provides javax.tools.Tool with
88 provides jdk.jshell.spi.ExecutionControlProvider with
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
32 provides jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory with
/openjdk10/hotspot/make/
H A DHotspotCommon.gmk18 # 2 along with this work; if not, write to the Free Software Foundation,
27 $(error This makefile must be called with JVM_VARIANT set)
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
52 provides com.sun.tools.internal.ws.wscompile.Plugin with
/openjdk10/jdk/src/jdk.internal.jvmstat/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
46 provides sun.jvmstat.monitor.MonitoredHostService with
/openjdk10/jdk/src/java.xml.crypto/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
44 provides java.security.Provider with
/openjdk10/jdk/src/jdk.attach/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
45 provides com.sun.tools.attach.spi.AttachProvider with
/openjdk10/langtools/src/jdk.compiler/share/classes/
H A Dmodule-info.java18 * 2 along with this work; if not, write to the Free Software Foundation,
43 * or the {@linkplain java.util.ServiceLoader service loader} with the name
131 provides java.util.spi.ToolProvider with
134 provides com.sun.tools.javac.platform.PlatformProvider with
137 provides javax.tools.JavaCompiler with
140 provides javax.tools.Tool with
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/ast/
H A DConsAltNode.java91 public void swap(final Node with) { argument
93 cdr.parent = with;
94 if (with instanceof ConsAltNode) {
95 final ConsAltNode withCan = (ConsAltNode)with;
102 super.swap(with);
/openjdk10/jdk/test/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java18 * 2 along with this work; if not, write to the Free Software Foundation,
218 maxDate = maxDate.with(DAY_OF_MONTH, monthLen);
247 // HijrahDate.with(DAY_OF_YEAR, n)
263 HijrahDate hd2 = hd.with(DAY_OF_YEAR, i);
265 assertEquals(doy, i, "with(DAY_OF_YEAR) incorrect for " + i + " " + hd2);
272 HijrahDate hd2 = hd.with(DAY_OF_YEAR, 0);
278 HijrahDate hd2 = hd.with(DAY_OF_YEAR, hd.lengthOfYear() + 1);
281 // Test to verify the with() method with ChronoField is set to DAY_OF_WEEK
284 assertEquals(HijrahChronology.INSTANCE.date(1320, 1, 15).with(ChronoFiel
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/functional/catalog/
H A DPreferFeatureTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
80 CatalogFeatures.builder().with(PREFER, prefer).build(),

Completed in 311 milliseconds

12345678910