Searched defs:to (Results 1 - 25 of 169) sorted by relevance

1234567

/openjdk7/hotspot/test/compiler/7174363/
H A DTest7174363.java16 * 2 along with this work; if not, write to the Free Software Foundation,
28 * @summary crash with Arrays.copyOfRange(original, from, to) when from > original.length
37 static Object[] m(Object[] original, int from, int to) { argument
38 return Arrays.copyOfRange(original, from, to, Object[].class);
/openjdk7/langtools/test/tools/javac/generics/
H A DUnsoundInference.java16 * 2 along with this work; if not, write to the Free Software Foundation,
45 public static <Var> void transferBug(Var[] from, Collection<Var> to) { argument
46 to.add(from[0]);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DRequestFocusController.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
31 public boolean acceptRequestFocus(Component from, Component to, argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1OopClosures.inline.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
35 * This really ought to be an inline function, but apparently the C++
36 * compiler sometimes sees fit to ignore inline declarations. Sigh.
59 // This closure is applied to the fields of the objects that have just been copied.
67 // We're not going to even bother checking whether the object is
69 // stall. We'll try to prefetch the object (for write, given that
70 // we might need to install the forwarding reference) and we'll
71 // get back to it when pop it from the queue
75 // slightly paranoid test; I'm trying to catch potential
76 // problems before we go into push_on_queue to kno
175 HeapRegion* to = _g1->heap_region_containing(obj); local
[all...]
H A Dg1RemSet.inline.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
66 HeapRegion* to = _g1->heap_region_containing(obj); local
67 if (to != NULL && from != to) {
68 assert(to->rem_set() != NULL, "Need per-region 'into' remsets.");
69 to->rem_set()->add_reference(p, tid);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
31 void Copy::conjoint_memory_atomic(void* from, void* to, size_t size) { argument
33 address dst = (address) to;
38 // There are plenty of other ways to make this faster also,
42 // which may or may not want to include such optimizations.)
51 // Not aligned, so no need to be atomic.
58 void Copy::fill_to_memory_atomic(void* to, size_t size, jubyte value) { argument
59 address dst = (address) to;
60 uintptr_t bits = (uintptr_t) to | (uintptr_t) size;
90 // Not aligned, so no need to b
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPConnection.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
30 * A point-to-point connection that a client can use for sending messages
31 * directly to a remote party (represented by a URL, for instance).
34 * not implement this interface in which case the call to
44 * A <code>SOAPConnection</code> object can be used to send messages
45 * directly to a URL following the request/response paradigm. That is,
52 * Sends the given message to the specified endpoint and blocks until
55 * @param request the <code>SOAPMessage</code> object to be sent
56 * @param to a
67 call(SOAPMessage request, Object to) argument
83 get(Object to) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DLocalVariable.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
31 * This class is used to assemble the local variables in the local
36 * they are subject to change or removal without notice.
45 int to; field in class:LocalVariable
53 to = -1;
56 LocalVariable(MemberDefinition field, int slot, int from, int to) { argument
60 this.to = to;
H A DLocalVariableTable.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
33 * This class is used to assemble the local variable table.
37 * they are subject to change or removal without notice.
49 void define(MemberDefinition field, int slot, int from, int to) { argument
50 if (from >= to) {
55 (from <= locals[i].to) && (to >= locals[i].from)) {
57 locals[i].to = Math.max(locals[i].to, t
[all...]
/openjdk7/jdk/test/java/util/Collections/
H A DAddAll.java16 * 2 along with this work; if not, write to the Free Software Foundation,
62 private static Integer[] range(int from, int to) { argument
63 Integer[] result = new Integer[to - from];
64 for (int i = from, j=0; i < to; i++, j++)
/openjdk7/langtools/test/tools/javac/
H A DT6759996.java16 * 2 along with this work; if not, write to the Free Software Foundation,
61 void write(File to, String body) throws IOException { argument
62 System.err.println("write " + to);
63 File toDir = to.getParentFile();
70 Writer out = new FileWriter(to);
/openjdk7/jdk/test/sun/security/krb5/
H A DParseCAPaths.java16 * 2 along with this work; if not, write to the Free Software Foundation,
74 static void check(String from, String to, String... paths) { argument
76 check2(from, to, paths);
82 static void check2(String from, String to, String... paths) argument
84 System.out.println(from + " -> " + to);
86 String[] result = Realm.getRealmsList(from, to);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DOutputBuffer.java14 * Unless required by applicable law or agreed to in writing, software
34 public OutputBuffer append(char[] s, int from, int to); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrs.java16 * 2 along with this work; if not, write to the Free Software Foundation,
39 public void put(LivenessPathElement from, Oop to) { argument
40 if (to == null) return;
41 ArrayList al = (ArrayList) rp.get((Object) to);
43 // Inserting at the beginning is a hack to change the reported
44 // paths from LivenessAnalysis to look more like they used to;
45 // otherwise paths through the Finalizer queue to popular objects
46 // seem to be preferred
48 rp.put((Object) to, (Objec
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DTableColumnModelEvent.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
32 * <B>TableColumnModelEvent</B> is used to notify listeners that a table
42 * has been added to the <code>java.beans</code> package.
57 /** The index of the column to where it was moved or added */
70 * @param to an int specifying the index to where the column was
75 public TableColumnModelEvent(TableColumnModel source, int from, int to) { argument
78 toIndex = to;
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRenderedImage.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
30 *** As an unpublished work pursuant to Title 17 of the United
46 * WritableRenderedImage provides notification to other interested
49 * tile relinquishes its access (via a call to releaseWritableTile).
50 * Additionally, it allows any caller to determine whether any tiles
51 * are currently checked out (via hasTileWriters), and to obtain a
55 * Objects wishing to be notified of changes in tile writability must
57 * call to addTileObserver. Multiple calls to
77 addTileObserver(TileObserver to) argument
85 removeTileObserver(TileObserver to) argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
47 julong* to = (julong*) tohw; local
50 *to++ = v;
53 juint* to = (juint*)tohw;
56 *to++ = value;
65 static void pd_fill_to_bytes(void* to, size_t count, jubyte value) { argument
66 (void)memset(to, value, count);
73 static void pd_zero_to_bytes(void* to, size_t count) { argument
74 (void)memset(to, 0, count);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputBlockEdge.java16 * 2 along with this work; if not, write to the Free Software Foundation,
33 private InputBlock to; field in class:InputBlockEdge
35 public InputBlockEdge(InputBlock from, InputBlock to) { argument
37 assert to != null;
39 this.to = to;
47 return to;
54 return e.from.equals(from) && e.to.equals(to);
62 hash = 59 * hash + to
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterEdge.java16 * 2 along with this work; if not, write to the Free Software Foundation,
38 private ClusterNode to; field in class:ClusterEdge
41 public ClusterEdge(ClusterNode from, ClusterNode to) { argument
43 assert to != null;
45 this.to = to;
49 return to.getInputSlot();
/openjdk7/jdk/test/java/io/charStreams/
H A DLineLengthsSource.java16 * 2 along with this work; if not, write to the Free Software Foundation,
32 BufferedWriter to; field in class:LineLengthsSource
40 to = ts;
47 to.flush();
78 to.write(s.toString());
90 to.close();
H A DRandomLineSource.java16 * 2 along with this work; if not, write to the Free Software Foundation,
33 BufferedWriter to; field in class:RandomLineSource
42 to = ts;
61 to.flush();
75 to.write(s + lg.lineTerminator);
84 to.close();
/openjdk7/jdk/test/java/nio/file/attribute/FileTime/
H A DBasic.java16 * 2 along with this work; if not, write to the Free Software Foundation,
64 // to(TimeUnit)
65 to(MILLISECONDS.convert(1, DAYS) - 1, MILLISECONDS);
66 to(MILLISECONDS.convert(1, DAYS) + 0, MILLISECONDS);
67 to(MILLISECONDS.convert(1, DAYS) + 1, MILLISECONDS);
68 to(1, MILLISECONDS);
69 to(0, MILLISECONDS);
70 to(1, MILLISECONDS);
71 to(MILLISECONDS.convert(-1, DAYS) - 1, MILLISECONDS);
72 to(MILLISECOND
147 static void to(long v, TimeUnit unit) { method in class:Basic
[all...]
/openjdk7/jdk/test/tools/jar/index/
H A DMetaInf.java16 * 2 along with this work; if not, write to the Free Software Foundation,
49 static void copy(File from, File to) throws IOException { argument
51 FileOutputStream out = new FileOutputStream(to);
77 throw new Error(String.format("expected jar %s to contain %s",
86 // Create a jar to be indexed.
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpFileSystemHandler.java16 * 2 along with this work; if not, write to the Free Software Foundation,
30 * Change current directory to.
33 * @param path the path of the directory to change to, in either relative
39 * Change current directory to parent.
56 * Get the content of a file. Returns an InputStream pointing to the
71 * pointing to the content (in text form) of the current directory.
77 * pointing to it.
91 * @param name the path of the directory to create, which can be
100 * @param from the name of the file to renam
105 rename(String from, String to) argument
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dsecitem.c3 * Use is subject to license terms.
16 * along with this library; if not, write to the Free Software Foundation,
128 * item->len to 0.
135 SECITEM_CopyItem(PRArenaPool *arena, SECItem *to, const SECItem *from, argument
138 to->type = from->type;
141 to->data = (unsigned char*) PORT_ArenaAlloc(arena, from->len,
144 to->data = (unsigned char*) PORT_Alloc(from->len, kmflag);
147 if (!to->data) {
150 PORT_Memcpy(to->data, from->data, from->len);
151 to
[all...]

Completed in 168 milliseconds

1234567