Searched refs:from (Results 176 - 200 of 627) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/share/classes/java/time/
H A DMonth.java47 * may be used to endorse or promote products derived from this software
91 * from 1 (January) to 12 (December). It is recommended that applications use the enum
175 * Obtains an instance of {@code Month} from an {@code int} value.
178 * This factory allows the enum to be obtained from the {@code int} value.
179 * The {@code int} value follows the ISO-8601 standard, from 1 (January) to 12 (December).
181 * @param month the month-of-year to represent, from 1 (January) to 12 (December)
194 * Obtains an instance of {@code Month} from a temporal object.
205 * allowing it to be used as a query via method reference, {@code Month::from}.
211 public static Month from(TemporalAccessor temporal) { method in class:Month
216 if (IsoChronology.INSTANCE.equals(Chronology.from(tempora
[all...]
/openjdk10/jdk/make/gensrc/
H A DGensrc-jdk.jdi.gmk43 $(call LogInfo, Creating JDWP.java and JDWPCommands.h from jdwp.spec)
52 $(call LogInfo, Creating $(@F) from jdwp.spec)
/openjdk10/jdk/src/java.management/share/classes/java/lang/management/
H A DLockInfo.java47 * as specified in the {@link #from from} method.
95 * returned from the {@link System#identityHashCode} method.
138 public static LockInfo from(CompositeData cd) { method in class:LockInfo
H A DMemoryNotificationInfo.java60 * The {@link #from from} method is provided to convert from
75 * MemoryNotificationInfo info = MemoryNotificationInfo.from(cd);
248 public static MemoryNotificationInfo from(CompositeData cd) { method in class:MemoryNotificationInfo
H A DMonitorInfo.java38 * the {@link #from from} method.
121 * attribute defined in the {@link ThreadInfo#from
122 * ThreadInfo.from} method.
142 public static MonitorInfo from(CompositeData cd) { method in class:MonitorInfo
/openjdk10/jdk/test/javax/rmi/PortableRemoteObject/
H A DHelloInterface.java8 public String sayHello( String from ) throws java.rmi.RemoteException;
/openjdk10/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DClassString.java68 contributors may be used to endorse or promote products derived from
208 // Starting from 1 as we ignore the receiver type
225 private static boolean canConvert(final LinkerServices ls, final Class<?> from, final Class<?> to) { argument
226 if(from == NULL_CLASS) {
229 return ls == null ? TypeUtilities.isMethodInvocationConvertible(from, to) : ls.canConvert(from, to);
H A DLinkerServicesWithMissingMemberHandlerFactory.java64 public boolean canConvert(final Class<?> from, final Class<?> to) { argument
65 return linkerServices.canConvert(from, to);
/openjdk10/hotspot/test/compiler/intrinsics/string/
H A DTestStringUTF16IntrinsicRangeChecks.java285 static void indexOf(byte[] v1, int l1, byte[] v2, int l2, int from) { argument
287 if (Helper.indexOf(v1, l1, v2, l2, from) != -1) {
294 static void lastIndexOf(byte[] v1, byte[] v2, int l2, int from) { argument
296 if (Helper.lastIndexOf(v1, v2, l2, from) != -1) {
303 static void indexOfLatin1(byte[] v1, int l1, byte[] v2, int l2, int from) { argument
305 if (Helper.indexOfLatin1(v1, l1, v2, l2, from) != -1) {
312 static void lastIndexOfLatin1(byte[] v1, byte[] v2, int l2, int from) { argument
314 if (Helper.lastIndexOfLatin1(v1, v2, l2, from) != -1) {
/openjdk10/jdk/src/jdk.net/share/classes/jdk/net/
H A DSocketFlow.java64 * Enumeration of the return values from the SO_FLOW_SLA
109 static Status from(int value) { method in class:SocketFlow.Status
188 this.status = Status.from(status);
/openjdk10/jdk/test/java/text/Format/NumberFormat/
H A DBug4944439.java71 private static void test(long from, long to) throws Exception { argument
72 for (long l = from; l <= to; l++) {
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/
H A DKrbTgsReq.java41 * This class encapsulates a Kerberos TGS-REQ that is sent from the
66 null, // KerberosTime from
120 KerberosTime from,
129 from, till, rtime, eTypes, addresses,
138 KerberosTime from,
184 if (from != null) from = null;
211 from,
277 KerberosTime from,
302 * sub-session key from th
116 KrbTgsReq( KDCOptions options, Credentials asCreds, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, AuthorizationData authorizationData, Ticket[] additionalTickets, EncryptionKey subKey) argument
133 KrbTgsReq( KDCOptions options, Credentials asCreds, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, AuthorizationData authorizationData, Ticket[] additionalTickets, EncryptionKey subKey, PAData extraPA) argument
270 createRequest( KDCOptions kdc_options, Ticket ticket, EncryptionKey key, KerberosTime ctime, PrincipalName cname, PrincipalName sname, KerberosTime from, KerberosTime till, KerberosTime rtime, int[] eTypes, HostAddresses addresses, AuthorizationData authorizationData, Ticket[] additionalTickets, EncryptionKey subKey, PAData extraPA) argument
[all...]
/openjdk10/langtools/test/tools/javadoc/T4994049/
H A DT4994049.java66 throw new Error("Unexpected return code from javadoc: " + rc);
70 static void initTabs(File from, File to) throws IOException { argument
71 for (File f: from.listFiles()) {
/openjdk10/make/
H A DInstall.gmk37 echo and creating $(words $(BINARIES)) links from $(INSTALL_PREFIX)/bin into the jdk.
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/undo/
H A DUndoManager.java53 * <code>undo</code> is invoked all edits from the index of the next
104 * removing all edits from the index of the next edit to the end of
106 * <i>e</i>, is added the edit <b>D</b> is removed from the list
240 * will have <code>die</code> invoked on them and are removed from
242 * <code>from</code> &gt; <code>to</code>.
244 * @param from the minimum index to remove
247 protected void trimEdits(int from, int to) { argument
248 if (from <= to) {
249 // System.out.println("Trimming " + from + " " + to + " with index " +
251 for (int i = to; from <
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DEnumSet.java32 * the elements in an enum set must come from a single enum type that is
137 * Adds all of the elements from the appropriate enum type to this enum
147 * @param s the enum set from which to initialize this enum set
156 * Creates an enum set initialized from the specified collection. If
163 * @param c the collection from which to initialize this enum set
164 * @return An enum set initialized from the given collection.
190 * @param s the enum set from whose complement to initialize this enum set
352 * @param from the first element in the range
354 * @throws NullPointerException if {@code from} or {@code to} are null
355 * @throws IllegalArgumentException if {@code from
359 range(E from, E to) argument
371 addRange(E from, E to) argument
[all...]
H A DJumboEnumSet.java54 void addRange(E from, E to) { argument
55 int fromIndex = from.ordinal() >>> 6;
59 elements[fromIndex] = (-1L >>> (from.ordinal() - to.ordinal() - 1))
60 << from.ordinal();
62 elements[fromIndex] = (-1L << from.ordinal());
67 size = to.ordinal() - from.ordinal() + 1;
216 * Removes the specified element from this set if it is present.
218 * @param e element to be removed from this set, if present
290 * Removes from this set all of its elements that are contained in
293 * @param c elements to be removed from thi
[all...]
/openjdk10/jdk/test/java/time/test/java/time/format/
H A DTestDateTimeParsing.java45 * may be used to endorse or promote products derived from this software
139 assertEquals(ZonedDateTime.from(actual), expected);
145 assertEquals(LocalDateTime.from(actual), expected.toLocalDateTime());
151 assertEquals(Instant.from(actual), expected.toInstant());
178 ZonedDateTime.from(actual);
184 LocalDateTime.from(actual);
190 assertEquals(Instant.from(actual), expected);
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_64.s27 # from server-compiler-generated code via CallLeafNoFP,
60 # Support for void Copy::conjoint_bytes(void* from,
66 # Support for void Copy::arrayof_conjoint_bytes(void* from,
73 # Support for void Copy::disjoint_words(void* from,
150 # Exactly 16 instructions from p2align, so dw_loop starts from cache line boundary
174 # 13 instructions from dw_loop, so the loop body hits into one cache line
191 # Support for void Copy::conjoint_words(void* from,
196 # hi condition is met <=> from < to
198 # hi condition is met <=> (from < t
[all...]
/openjdk10/jdk/test/java/time/tck/java/time/format/
H A DTCKDateTimeFormatter.java45 * may be used to endorse or promote products derived from this software
180 base.parse("2012-6-30-321", LocalDate::from); // wrong day-of-year
185 LocalDate parsed = f.parse("2012-6-30-321", LocalDate::from); // ignored day-of-year
199 base.parse("2012-6-30-321", LocalDate::from); // wrong month/day-of-month
204 LocalDate parsed = f.parse("2012-6-30-321", LocalDate::from); // ignored month/day-of-month
215 base.parse("2012-321-1", LocalDate::from); // wrong day-of-week
220 LocalDate parsed = f.parse("2012-321-1", LocalDate::from); // ignored wrong day-of-week
472 assertEquals(result.query(LocalDate::from), LocalDate.of(2012, 6, 30));
510 assertEquals(result.query(LocalDate::from), LocalDate.of(2012, 6, 30));
549 LocalDate result = DATE_FORMATTER.parse("ONE2012 07 27", LocalDate::from);
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp91 noOptimization // the interval has more then one definition (e.g. resulting from phi moves), so stores to memory are not optimized
138 IntervalList _intervals; // mapping from register number to interval
140 IntervalArray* _sorted_intervals; // intervals sorted by Interval::from()
141 bool _needs_full_resort; // set to true if an Interval::from() is changed and _sorted_intervals must be resorted
143 LIR_OpArray _lir_ops; // mapping from LIR_Op id to LIR_Op node
144 BlockBeginArray _block_of_op; // mapping from LIR_Op id to the BlockBegin containing this instruction
232 void copy_register_flags(Interval* from, Interval* to);
240 // spill move optimization: eliminate moves from register to stack if
267 void add_use (Value value, int from, int to, IntervalUseKind use_kind);
270 void add_use (LIR_Opr opr, int from, in
476 int from() const { return _from; } function in class:Range
479 set_from(int from) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanWalker.java72 * they can grow quite long. The maximum length observed was 45 (all numbers taken from a
212 if (kind == RegisterBinding.Fixed && current.to() <= interval.from()) {
213 setUsePos(interval, interval.from(), true);
362 // Intervals resulting from Phi-Functions have more than one definition (marked
398 debug.log("interval is used in loop that ends in block B%d, so trying to move maxBlock back from B%d to B%d", loopBlock.getId(), maxBlock.getId(), loopBlock.getId());
440 assert interval.from() < minSplitPos : "cannot split at start of interval";
449 assert optimalSplitPos > interval.from() : "cannot split at start of interval";
480 assert splitPart.from() >= currentPosition : "cannot append new interval before current walk position";
508 int minSplitPos = Math.max(previousUsage + 1, interval.from());
513 assert interval.from() <
954 isMove(LIRInstruction op, Interval from, Interval to) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java114 * remove all white space from string. Meta characters such as +, * are
185 * @param from
194 final InstructionHandle from, final CodeConstraint constraint ) {
198 if (handles[i] == from) {
199 start = i; // Where to start search from (index)
204 throw new ClassGenException("Instruction handle " + from
225 * Start search beginning from the start of the given instruction list.
238 * Start search beginning from `from'.
242 * @param from
193 search( final String pattern, final InstructionHandle from, final CodeConstraint constraint ) argument
374 precompile( final short from, final short to, final short extra ) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/table/
H A DDefaultTableModel.java122 * object values. Each column's name will be taken from
140 * object values. Each column's name will be taken from
270 private void justifyRows(int from, int to) { argument
277 for (int i = from; i < to; i++) {
410 for(int from = (to + r) % size; from != i; from = (to + r) % size) {
411 v.setElementAt(v.elementAt(a + from), a + to);
412 to = from;
419 * Moves one or more rows from th
[all...]
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java109 public LayoutNode from; field in class:HierarchicalLayoutManager.LayoutEdge
218 e.from.succs.remove(e);
275 LayoutNode cur = e.from;
289 cur = curEdge.from;
293 if (curEdge.from.outOffsets.containsKey(curEdge.relativeFrom)) {
294 points.add(new Point(p.x, p.y + curEdge.from.outOffsets.get(curEdge.relativeFrom) + (curEdge.link == null ? 0 : curEdge.link.getFrom().getRelativePosition().y)));
351 Point p = new Point(e.from.x + e.relativeFrom, e.from.y + e.from.height - e.from
[all...]

Completed in 184 milliseconds

1234567891011>>