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

12345678910

/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_32.s16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dmlib_v_ImageConstLogic.h18 * 2 along with this work; if not, write to the Free Software Foundation,
32 #error This include file can be used with VIS 1.0 only
/openjdk10/make/
H A DMain.gmk18 # 2 along with this work; if not, write to the Free Software Foundation,
28 # to be called with a SPEC file defined.
250 $$(call LogInfo, Building JVM variant '$1' with features '$(JVM_FEATURES_$1)')
591 # Targets with recipes above
755 # To avoid races with the optimize target, that also needs to happen first.
958 # and in line with this, our targets for creating these are named *-image[s].
/openjdk10/jdk/test/java/time/tck/java/time/zone/
H A DTCKZoneRules.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.
469 odt = odt.withDayOfYear(1).plusYears(1).with(LocalTime.MIDNIGHT);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java18 * 2 along with this work; if not, write to the Free Software Foundation,
57 * tree. It operates by recursive descent, with code derived
208 /** Switch: should we recognize try-with-resources?
212 /** Switch: should we allow (effectively) final variables as resources in try-with-resources?
552 * @param dc The doc comment to associate with the tree, or null.
2126 reportSyntaxError(lastTypeargsPos, "cannot.create.array.with.diamond");
2139 reportSyntaxError(err, "cannot.create.array.with.type.arguments");
2881 /* A modifiers tree with no modifier tokens or annotations
3300 if (token.kind == IDENTIFIER && token.name() == names.with) {
3306 error(token.pos, "expected", "'" + names.with
[all...]

Completed in 130 milliseconds

12345678910