Searched refs:to (Results 76 - 100 of 331) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/mailto/
H A DMailToURLConnection.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,
40 * call <code>getOutputStream</code>, write the message to the output
99 String to = ParseUtil.decode(url.getPath());
101 client.to(to);
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSynthesizer.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,
37 * MIDI events can be delivered to the <code>Synthesizer</code>.
39 * a corresponding message to the appropriate <code>MidiChannel</code>, or by
63 * the sound of this newly loaded instrument. For the instrument to play notes,
66 * bank and program number to be selected.
95 * time a MIDI message is delivered to the synthesizer and the time that the
127 * its length is always equal to the total number of voices, as returned by
142 * If the soundbank is unsupported, any attempts to load instruments from
159 * received (or has been received) that causes that patch to b
226 remapInstrument(Instrument from, Instrument to) argument
[all...]
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DEchoTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
27 * Used in conjunction to EchoService to test System.inheritedChannel().
30 * socket and a TCP message is sent to the service. The test checks that
34 * socket and a UDP packet is sent to the service. The test checks that
51 * Sends a message with random bytes to the service, and then waits for
52 * a reply (with timeout). Once the reply is received it is checked to ensure
62 // generate bytes into a buffer and send it to the service
80 long to = 5000;
83 sel.select(to);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DWriterOutputBuffer.java14 * Unless required by applicable law or agreed to in writing, software
78 public OutputBuffer append(char[] s, int from, int to) { argument
80 _writer.write(s, from, to);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_fr.properties7 * particular file as subject to the "Classpath" exception as provided
17 * 2 along with this work; if not, write to the Free Software Foundation,
29 # This file contains error and warning messages related to XML Schema
117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
239 minExclusive-less-than-equal-to-maxExclusive = minExclusive-less-than-equal-to-maxExclusive : Dans la d\u00E9finition de {2}, la valeur minExclusive ''{0}'' doit \u00EAtre <= \u00E0 la valeur maxExclusive ''{1}''.
245 minInclusive-less-than-equal-to-maxInclusive = minInclusive-less-than-equal-to-maxInclusive : Dans la d\u00E9finition de {2}, la valeur minInclusive ''{0}'' doit \u00EAtre <= \u00E0 la valeur maxInclusive ''{1}''.
252 minLength-less-than-equal-to-maxLength = minLength-less-than-equal-to
[all...]
/openjdk7/hotspot/agent/test/jdi/
H A Dmultivm.sh17 # 2 along with this work; if not, write to the Free Software Foundation,
29 Run multivm.class using Serviceability Agent to talk to 2 pids
H A Dserialvm.sh17 # 2 along with this work; if not, write to the Free Software Foundation,
29 Run serialvm.class using Serviceability Agent to talk to 2 pids one
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DBer.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,
49 int from, int to) {
56 new ByteArrayInputStream(bytes, from, to),
48 dumpBER(OutputStream outStream, String tag, byte[] bytes, int from, int to) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
84 // return address of next instruction to execute
100 // Call stubs are used to call Java from C
304 // Note: I tried to make c2 return longs in O0/O1 and G1 so we wouldn't have to
348 // complete return to VM
411 // jump to exception handler
425 // If the compiler needs all registers to be preserved between the fault
433 // Note that we generate only this stub into a RuntimeStub, because it needs to be
454 // which has the ability to fetc
999 const Register to = O1; local
1128 disjoint_copy_core(Register from, Register to, Register count, int log2_elem_size, int iter_size, CopyLoopFunc copy_loop_func) argument
1206 copy_16_bytes_shift_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
1252 copy_16_bytes_forward_with_shift(Register from, Register to, Register count, int log2_elem_size, Label& L_copy_bytes) argument
1390 const Register to = O1; // destination array address local
1502 const Register to = O1; // destination array address local
1611 const Register to = O1; // destination array address local
1723 const Register to = O0; // source array address local
1953 const Register to = O1; // destination array address local
2057 copy_16_bytes_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
2109 const Register to = O1; // destination array address local
2234 const Register to = O1; // destination array address local
2355 copy_64_bytes_loop(Register from, Register to, Register count, int count_dec, Label& L_loop, bool use_prefetch, bool use_bis) argument
2418 const Register to = O1; // destination array address local
2516 const Register to = O1; // destination array address local
2591 const Register to = O1; // destination array address local
2643 const Register to = O1; // destination array address local
3111 const Register to = O1; // destination array address local
3232 const Register to = O0; // source array address local
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/
H A Drun-and-write-if-okay9 # particular file as subject to the "Classpath" exception as provided
19 # 2 along with this work; if not, write to the Free Software Foundation,
31 `EXEC 2>&1`. If it returns successfully, it writes the output to OUTPATH.
44 puts "Writing output of #{EXECPATH} to #{OUTPATH}"
47 puts "#{EXECPATH} failed to run trial. Ignoring."
/openjdk7/jdk/test/com/sun/jdi/
H A DJdbLockTest.sh18 # 2 along with this work; if not, write to the Free Software Foundation,
32 # These are variables that can be set to control execution
48 // Give the sleeper a chance to run and get to
78 # drive jdb by sending cmds to it and examining its output
H A DRedefineMulti.sh18 # 2 along with this work; if not, write to the Free Software Foundation,
101 Steps to reproduce this problem:
106 d. change "Before update" to "After update"
109 g. change "After update" to "abcde"
113 j. to see "abcde" output, users will have to pop the stack, and
119 # This is called to feed cmds to jdb.
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java16 * 2 along with this work; if not, write to the Free Software Foundation,
120 public LayoutNode to; field in class:HierarchicalLayoutManager.LayoutEdge
229 e.to.preds.remove(e);
255 // STEP 8: Write back to interface
279 Point p = new Point(e.to.x + e.relativeTo, e.to.y + e.to.yOffset);
281 if (e.to.inOffsets.containsKey(e.relativeTo)) {
282 points.add(new Point(p.x, p.y + e.to.inOffsets.get(e.relativeTo)));
286 LayoutNode other = e.to;
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCrossings.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,
328 int to = from;
334 yranges[to++] = ystart;
335 yranges[to++] = yend;
366 yranges[to++] = yll;
367 yranges[to++] = ylh;
376 if (to < from && from < limit) {
377 System.arraycopy(yranges, from, yranges, to, limit-from);
379 to
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DUndoManager.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,
34 * providing a way to undo or redo the appropriate edits. There are
35 * two ways to add edits to an <code>UndoManager</code>. Add the edit
37 * <code>UndoManager</code> to a bean that supports
40 * <code>UndoableEditListener</code> to a <code>JTextField</code>:
50 * <code>undo</code> has been invoked it corresponds to the index
53 * edit to the last significant edit are undone, in reverse order.
69 * index of the next edit to
236 trimEdits(int from, int to) argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DHierarchicalGraphLayout.java16 * 2 along with this work; if not, write to the Free Software Foundation,
57 private VertexWrapper to; field in class:HierarchicalGraphLayout.LinkWrapper
59 public LinkWrapper(VertexWrapper from, VertexWrapper to) { argument
61 this.to = to;
69 return to.getSlot();
/openjdk7/langtools/test/tools/javac/types/
H A DTypeHarness.java16 * 2 along with this work; if not, write to the Free Software Foundation,
40 * Test harness whose goal is to simplify the task of writing type-system
41 * regression test. It provides functionalities to build custom types as well
42 * as to access the underlying javac's symbol table in order to retrieve
47 * This class is meant to be a common super class for all concrete type test
49 * to write compact tests. An example is reported below:
63 * The above code is used to create two class types, namely {@code A<X,Y>} and
119 /** assert that 's' is castable to 't' */
124 /** assert that 's' is/is not castable to '
226 Mapping(Type from, Type to) argument
232 Type to; field in class:TypeHarness.Mapping
233 Mapping(Type from, Type to) argument
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s16 / 2 along with this work; if not, write to the Free Software Foundation,
84 / void* to,
87 / rsi - to
101 leaq -8(%rsi,%rdx,8),%rcx / to + qcount*8 - 8
177 / void* to,
179 / Equivalent to
182 / If 'from' and/or 'to' are aligned on 4- or 2-byte boundaries, we
188 / rsi - to
203 leaq -8(%rsi,%rdx,8),%rcx / to + qcount*8 - 8
266 / jint* to,
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s10 ! particular file as subject to the "Classpath" exception as provided
20 ! 2 along with this work; if not, write to the Free Software Foundation,
44 ! src and dst must point to 64-byte aligned addresses
53 ! Minimum size of stack frame according to SPARC ABI
66 ! SPARC have four integer register groups. i-registers %i0 to %i7
67 ! hold input data. o-registers %o0 to %o7 hold output data. l-registers
68 ! %l0 to %l7 hold local data. g-registers %g0 to %g7 hold global data.
69 ! Note that %g0 is alway zero, write to it has no program-visible effect.
72 ! in i-registers from %i0 to
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.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,
46 * Stores all elements for which end tags have to
83 * Set to true after the head has been output.
88 * Set to true when entities (such as &lt;) should be replaced.
114 * @param pos the document location from which to fetch the content
115 * @param len the amount to write out
191 is correct. But, we need to make sure that if current is
253 // translate css attributes to html
559 // PENDING: should this be changed to chec
994 convertToHTML(AttributeSet from, MutableAttributeSet to) argument
1031 convertToHTML32(AttributeSet from, MutableAttributeSet to) argument
1100 addAttribute(MutableAttributeSet to, Object key, Object value) argument
1117 createFontAttribute(CSS.Attribute a, AttributeSet from, MutableAttributeSet to) argument
1141 convertToHTML40(AttributeSet from, MutableAttributeSet to) argument
[all...]
/openjdk7/hotspot/make/windows/
H A Dcreate.bat17 REM 2 along with this work; if not, write to the Free Software Foundation,
26 REM This is the interactive build setup script (as opposed to the batch
34 REM Use the compiler to determine which ARCH we are building
73 REM Set HotSpotWorkSpace to the directy two steps above this script
107 REM Test all variables to see whether the directories they
112 echo Error: directory pointed to by HotSpotWorkSpace
121 echo Error: directory pointed to by HotSpotBuildSpace
128 echo Error: directory pointed to by %HotSpotJDKDist%
137 echo Warning: please set variable HOTSPOTMKSHOME to place where
149 REM This is now safe to d
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcHeapSummary.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
98 PSHeapSummary(VirtualSpaceSummary& heap_space, size_t heap_used, VirtualSpaceSummary old, SpaceSummary old_space, VirtualSpaceSummary young, SpaceSummary eden, SpaceSummary from, SpaceSummary to) : argument
99 GCHeapSummary(heap_space, heap_used), _old(old), _old_space(old_space), _young(young), _eden(eden), _from(from), _to(to) { }
105 const SpaceSummary& to() const { return _to; } function in class:PSHeapSummary
/openjdk7/jdk/test/java/util/Arrays/
H A DCorrect.java16 * 2 along with this work; if not, write to the Free Software Foundation,
71 static void stupidSort(Object[] a1, int from, int to) throws Exception { argument
72 for (int x=from; x<to; x++) {
75 for (int y=x; y<to; y++) {
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
121 guarantee(_gen->promo_failure_scan_is_complete(), "Failed to finish scan");
220 assert(clear_space || (to()->is_empty() && from()->is_empty()),
230 // May happen due to 64Kb rounding, if so adjust eden size back up
260 // If not clearing the spaces, do some checking to verify that
271 to()->check_mangled_unused_area(limit);
281 // expanded space not to be mangled if using ZapUnusedHeapArea.
287 to()->initialize(toMR, clear_space, mangle_space);
291 // The to-space is normally empty before a compaction so need
293 // failure handling when to
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
77 static Register to();

Completed in 1393 milliseconds

1234567891011>>