Searched refs:with (Results 151 - 175 of 231) sorted by relevance

12345678910

/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DStringDecoderUTF8.java18 * 2 along with this work; if not, write to the Free Software Foundation,
129 // we have to go with the utf16
136 return ret.with(dst, LATIN1);
233 return ret.with(dst, UTF16);
/openjdk10/make/common/
H A DIdlCompilation.gmk18 # 2 along with this work; if not, write to the Free Software Foundation,
48 # param 7 = idls that match these patterns should be compiled with -oldImplBase
56 $4_OLDIMPLBASE_MSG:=with -oldImplBase
H A DTextFileProcessing.gmk18 # 2 along with this work; if not, write to the Free Software Foundation,
35 # param 4 = the target file name (possibly with a partial path)
50 # markers are replaced with a given text, or with the contents of a given file.
64 # INCLUDE_FILES only include files matching these patterns (used only with
66 # EXCLUDE_FILES exclude files matching these patterns (used only with
68 # INCLUDES replace the occurances of a pattern with the contents of a file;
91 $$(error Cannot INCLUDE/EXCLUDE_FILES with SOURCE_FILES (in $1))
142 # If we have a trailing "=>" (i.e. last rule replaces with empty, and is not
156 # line (-e "s/A/B/" -e "s/C/D/" ...), basically by replacing '=>' with '/'
[all...]
/openjdk10/jdk/test/java/time/tck/java/time/chrono/
H A DTCKJapaneseChronology.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.
396 jdate = jdate.with(ChronoField.YEAR, expectedProlepticYear).with(ChronoField.MONTH_OF_YEAR, 2);
470 // with(TemporalField, long)
475 JapaneseDate test = base.with(YEAR, 1987);
478 test = test.with(YEAR_OF_ERA, 2);
481 test = test.with(ERA, JapaneseEra.HEISEI.getValue());
484 test = test.with(MONTH_OF_YEA
[all...]
H A DTCKChronoZonedDateTime.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.
125 czdt.with(adjuster);
132 ChronoZonedDateTime<?> result = czdt.with(adjuster);
244 czdt.with(adjuster, 1);
252 ChronoZonedDateTime<?> result = czdt.with(adjuster, 1);
296 // Now compare the sequence of original dates with the sequence of converted dates
357 * Construct an adjuster with the Temporal that should be returned from adjust.
395 * Construct an FixedTemporalUnit with th
[all...]
H A DTCKMinguoChronology.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.
309 minguo = minguo.with(ChronoField.YEAR, expectedProlepticYear).with(ChronoField.MONTH_OF_YEAR, 2);
358 // with(DateTimeAdjuster)
363 MinguoDate test = base.with(TemporalAdjusters.lastDayOfMonth());
370 MinguoDate test = base.with(TemporalAdjusters.lastDayOfMonth());
375 // MinguoDate.with(Local*)
380 MinguoDate test = minguo.with(LocalDat
[all...]
/openjdk10/langtools/test/tools/javac/classfiles/attributes/Module/
H A DModuleTestBase.java16 * 2 along with this work; if not, write to the Free Software Foundation,
164 String with = constantPool.getClassInfo(provide.with_index[i]).getBaseName();
165 impls.add(with);
411 public ModuleDescriptor provides(String provides, String... with) { argument
412 List<String> impls = Arrays.stream(with)
418 .append(" with ")
419 .append(String.join(",", with))
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRemoteClass.java18 * 2 along with this work; if not, write to the Free Software Foundation,
522 * If the table already contains an entry with the same
524 * replace the old entry with a Method object that
681 * For methods with the same name and type signature inherited
731 * with the same name and type signature. Therefore, this member
788 other.getNameAndDescriptor() + "\" with \"" +
814 * that are subclasses of an exception in the "with" array.
817 ClassDeclaration[] with,
824 for (int j = 0; j < with.length; j++) {
825 if (exceptionDef.subClassOf(env, with[
816 collectCompatibleExceptions(ClassDeclaration[] from, ClassDeclaration[] with, Vector<ClassDeclaration> list) argument
[all...]
/openjdk10/jdk/test/java/time/test/java/time/
H A DTestLocalDate.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.
105 return date.with(date.getMonth().plus(1));
113 date = date.with(date.getMonth().minus(1));
122 LocalDate t = TEST_2007_07_15.with(YEAR, 2007);
/openjdk10/jdk/test/java/time/tck/java/time/
H A DTCKZonedDateTime.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.
1133 // with(TemporalAdjuster)
1138 ZonedDateTime test = base.with(LocalDateTime.of(2012, 7, 15, 14, 30));
1145 ZonedDateTime test = base.with(LocalDateTime.of(2012, 1, 15, 14, 30));
1152 ZonedDateTime test = base.with(LocalDate.of(2012, 7, 28));
1159 ZonedDateTime test = base.with(LocalTime.of(2, 29));
1167 ZonedDateTime test = base.with(Year.of(2007));
1174 ZonedDateTime test = base.with(Mont
[all...]
/openjdk10/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s16 !! 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/catalog/
H A DCatalogFeatures.java18 * 2 along with this work; if not, write to the Free Software Foundation,
169 * system properties, and {@code jaxp.properties}, with a preference in the same order.
198 .with(Feature.FILES, "file:///etc/xml/catalog")
199 .with(Feature.PREFER, "public")
200 .with(Feature.DEFER, "true")
201 .with(Feature.RESOLVE, "ignore")
242 * null however, the processors will continue resolving with the CatalogResolver.
249 * <h3><a id="ProcessesWithCatalogSupport">Processes with Catalog Support</a></h3>
252 * <caption>Processes with Catalog Support</caption>
438 * with
668 public Builder with(Feature feature, String value) { method in class:CatalogFeatures.Builder
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djfdctfst.c30 * The primary disadvantage of this method is that with fixed-point math,
33 * precise the scaled value, so this implementation does worse with high-
34 * quality-setting files than with low-quality ones.
50 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
95 /* We can gain a little more speed, with a further compromise in accuracy,
H A Djfdctflt.c35 * The primary disadvantage of this method is that with a fixed-point
54 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
/openjdk10/jdk/src/java.base/share/classes/java/time/
H A DMonth.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.
109 * The singleton instance for the month of January with 31 days.
114 * The singleton instance for the month of February with 28 days, or 29 in a leap year.
119 * The singleton instance for the month of March with 31 days.
124 * The singleton instance for the month of April with 30 days.
129 * The singleton instance for the month of May with 31 days.
134 * The singleton instance for the month of June with 30 days.
139 * The singleton instance for the month of July with 3
[all...]
/openjdk10/jdk/test/java/time/test/java/time/format/
H A DTestDateTimeTextProvider.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.
139 assertEquals(fmt.format(ZonedDateTime.now().with(field, value.longValue())), expected);
H A DTestDateTimeTextProviderWithLocale.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.
143 assertEquals(fmt.format(ZonedDateTime.now().with(field, value.longValue())), expected);
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DKDCOptions.java17 * 2 along with this work; if not, write to the Free Software Foundation,
173 public static KDCOptions with(int... flags) { method in class:KDCOptions
/openjdk10/hotspot/src/jdk.hotspot.agent/scripts/
H A Dstart-debug-server.bat18 REM 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/jdk/src/java.base/share/classes/java/time/zone/
H A DZoneOffsetTransitionRule.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.
417 * Gets the local time of day of the transition which must be checked with
492 date = date.with(previousOrSame(dow));
497 date = date.with(nextOrSame(dow));
609 * The result is intended for use with the wall-offset.
/openjdk10/jdk/test/java/time/test/java/util/
H A DTestFormatter.java16 * 2 along with this work; if not, write to the Free Software Foundation,
106 zdt = zdt.with(ChronoField.DAY_OF_YEAR, (r.nextInt(365) + 1))
107 .with(ChronoField.SECOND_OF_DAY, r.nextInt(86400));
159 // precision. So we're going to replace it's N:[nanos] stamp with
188 // if expected contains the truncated value, replace it with
248 // get a new cal with fixed tz
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/
H A DKrbTgsReq.java18 * 2 along with this work; if not, write to the Free Software Foundation,
81 this(KDCOptions.with(KDCOptions.CNAME_IN_ADDL_TKT,
100 this(KDCOptions.with(KDCOptions.FORWARDABLE),
153 // should be consistent with settings in KDCOptions.
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java18 * 2 along with this work; if not, write to the Free Software Foundation,
75 public final Name with; field in class:Names
236 with = fromString("with");
/openjdk10/langtools/test/lib/combo/tools/javac/combo/
H A DJavacTemplateTestBase.java16 * 2 along with this work; if not, write to the Free Software Foundation,
87 /** Add a template with a specified name */
92 /** Add a template with a specified name */
198 /** Assert that a previous call to compile() failed with a specific error key */
204 /** Assert that a previous call to compile() failed with all of the specified error keys */
296 public StringTemplate with(final String key, final String value) { method in class:JavacTemplateTestBase.StringTemplate
325 public StringTemplate with(String key, String value) { method in class:JavacTemplateTestBase.StringTemplateWithResolver

Completed in 396 milliseconds

12345678910