Searched refs:to (Results 201 - 225 of 331) sorted by relevance

1234567891011>>

/openjdk7/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,
27 # for control to resume at Fetch32Resume.
/openjdk7/jdk/src/solaris/native/java/net/
H A Dbsd_close.c8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
59 * Signal to unblock thread
72 * then they have to set an explicit limit, higher than this,
106 "unable to allocate file descriptor table - out of memory");
158 * If fd has been interrupted then set errno to EBADF
206 * Lock the fd to hold-off additional I/O on this fd.
212 * Send a wakeup signal to all threads blocked on this
271 * Macro to perform a blocking IO operation. Restarts
314 flags, const struct sockaddr *to, in
313 NET_SendTo(int s, const void *msg, int len, unsigned int flags, const struct sockaddr *to, int tolen) argument
[all...]
H A Dlinux_close.c8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
58 * Signal to unblock thread
92 "unable to allocate file descriptor table - out of memory");
141 * If fd has been interrupted then set errno to EBADF
189 * Lock the fd to hold-off additional I/O on this fd.
195 * Send a wakeup signal to all threads blocked on this
254 * Macro to perform a blocking IO operation. Restarts
298 flags, const struct sockaddr *to, int tolen) {
299 BLOCKING_IO_RETURN_INT( s, sendto(s, msg, len, flags, to, tole
297 NET_SendTo(int s, const void *msg, int len, unsigned int flags, const struct sockaddr *to, int tolen) argument
[all...]
/openjdk7/jdk/src/solaris/transport/socket/
H A Dsocket_md.c8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
100 int flags, struct sockaddr *to, int tolen) {
103 rv = sendto(fd, buf, len, flags, to, tolen);
99 dbgsysSendTo(int fd, char *buf, int len, int flags, struct sockaddr *to, int tolen) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.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,
45 * This code and its internal interfaces are subject to change or
204 /** Instantiate undetermined type variable to its minimal upper bound.
259 /** Instantiate undetermined type variable to the lub of all its lower bounds.
298 /** Try to instantiate expression type `that' to given type `to'.
300 * a subtype of type `to', return the instantiated type.
305 Type to,
304 instantiateExpr(ForAll that, Type to, Warner warn) argument
584 instantiateArg(ForAll that, Type to, List<Type> tvars, Warner warn) argument
[all...]
/openjdk7/jdk/src/share/demo/jfc/CodePointIM/
H A DCodePointInputMethod.java16 * contributors may be used to endorse or promote products derived
33 * This source code is provided to illustrate the usage of a given feature
60 * characters to be entered using their code point or code unit values. See the
118 startComposition(); // Enter to composition mode
181 // automatically, users don't have to type these keys.
262 * Send the composed text to the client.
275 * Send the committed text to the client.
290 * Move the insertion point one position to the left in the composed text.
291 * Do not let the caret move to the left of the "\\u" or "\\U".
310 * Move the insertion point one position to th
421 getCodePoint(StringBuffer sb, int from, int to) argument
[all...]
/openjdk7/langtools/test/tools/javac/types/
H A DPrimitiveConversionTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
27 * @summary Add test library to simplify the task of writing automated type-system tests
63 void check(TypeHarness harness, Type from, Type to, Result expected) {
64 harness.assertAssignable(from, to, resSet.contains(expected));
69 void check(TypeHarness harness, Type from, Type to, Result expected) {
70 harness.assertConvertible(from, to, resSet.contains(expected));
80 abstract void check(TypeHarness harness, Type from, Type to, Result expected); argument
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java16 * 2 along with this work; if not, write to the Free Software Foundation,
86 System.out.println("Exception trying to run process: " + commandline);
99 System.out.println("Exception trying to run process: " + commandline);
125 // compare windows-style, by canonicalizing to upper case,
563 // If round trip conversion works, should be able to set env vars
654 * Mac OS X adds the variable __CF_USER_TEXT_ENCODING to an empty
802 Redirect.to(ifile),
805 Redirect.to(ofile),
825 "redirect to read from file \"ifile\"");
832 equal(Redirect.to(ofil
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DParser.java16 * 2 along with this work; if not, write to the Free Software Foundation,
73 public static final String TO_PROPERTY = "to";
306 int to = -1;
315 to = lookupID(readRequiredAttribute(TO_PROPERTY));
321 InputEdge conn = new InputEdge((char) toIndex, from, to);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DExpression.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 * they are subject to change or removal without notice.
53 * to an innocuous-looking expression (like an identifier).
57 * This appears at present to be dead code, and is not called
58 * from within javac. Access to the implementation generally
85 * Return true if constant, according to JLS 15.27.
86 * A constant expression must inline away to a literal constant.
100 * Check if the expression is known to be equal to
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.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 * This code and its internal interfaces are subject to change or
62 /** The factory to be used for abstract syntax tree construction.
66 /** The log to be used for error diagnostics.
357 /** A hashtable to store all documentation comments
358 * indexed by the tree nodes they refer to.
365 * @param tree The tree to be used as index in the hashtable
366 * @param dc The doc comment to associate with the tree, or null.
391 * @param endpos The ending position to associat
400 protected <T extends JCTree> T to(T t) { return t; } method in class:JavacParser
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DLexer.java14 * Unless required by applicable law or agreed to in writing, software
43 * The prefix resolver to map prefixes to namespaces in the XPath.
53 * This value is added to each element name in the TARGETEXTRA
60 * This holds a map to the m_tokenQueue that tells where the top-level elements are.
63 * TARGETEXTRA added to it.
79 * to namespace URIs.
80 * @param xpathProcessor The parser that is processing strings to opcodes.
107 * @param targetStrings Vector to hold Strings, may be null.
118 // This needs to gro
[all...]
/openjdk7/jdk/src/share/classes/java/nio/charset/
H A DCharset-X-Coder.java.template8 * 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 * of such buffers. The output $otype$ sequence is written to a $otype$ buffer
48 * the following sequence of method invocations, hereinafter referred to as $a$
65 * flush any internal state to the output buffer. </p></li>
71 * to the output buffer. The {@link #$code$ $code$} method returns when more
74 * object is returned to describe the reason for termination. An invoker can
76 * attempt to recover from $a$ $coding$ error, as appropriate, and try again.
82 * the input $itype$ sequence is legal but cannot be mapped to a valid
89 * CodingErrorAction} class. The possible error actions are to {
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DFileTime.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,
59 * The unit of granularity to interpret the value.
100 * the unit of granularity to interpret the value
125 * saturate to {@code Long.MIN_VALUE} if negative or {@code Long.MAX_VALUE}
134 public long to(TimeUnit unit) { method in class:FileTime
142 * saturate to {@code Long.MIN_VALUE} if negative or {@code Long.MAX_VALUE}
159 * the object to compare with
179 // hashcode of days/nanos representation to satisfy contract with equals
187 * the other {@code FileTime} to b
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
43 // Map dense integer indices to Blocks. Uses classic doubling-array trick.
44 // Abstractly provides an infinite array of Block*'s, initialized to NULL.
46 // allocation I do not need a destructor to reclaim storage.
49 uint _size; // allocated size, as opposed to formal limit
50 debug_only(uint _limit;) // limit to formal domain
53 void grow( uint i ); // Grow array node to fit
56 Arena *_arena; // Arena to allocate in
69 // Extend the mapping: index i maps to Block *n.
116 // every Node will get pinned to som
600 CFGEdge(Block *from, Block *to, float freq, int from_pct, int to_pct) argument
608 Block* to () const { return _to; } function in class:CFGEdge
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
46 // os defines the interface to operating system; this includes traditional
59 // %%%%% Moved ThreadState, START_FN, OSThread to new osThread.hpp. -- Rose
165 // Interface to the performance counter
207 // Returns the number of CPUs this process is currently allowed to run on.
211 // Bind processes to processors.
213 // first you generate a distribution of processes to processors,
214 // then you bind processes according to that distribution.
215 // Compute a distribution for number of processes to processors.
219 // Binds the current process to
862 switch_state(State from, State to) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DStringConvertTest.sh18 # 2 along with this work; if not, write to the Free Software Foundation,
34 # Run this script to see the bug. See comments at the end
37 # These are variables that can be set to control execution
97 // Dont want to call growit since it would change
134 # This is called to feed cmds to jdb.
154 # which will cause the test to fail.
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java33 * "Apache BCEL" must not be used to endorse or promote products
67 * InstructionFinder is a tool to search for given instructions patterns,
69 * regular expressions. This can be used, e.g., in order to implement
74 * Regexp</a> package to search for regular expressions.
100 private InstructionHandle[] handles; // map instruction list to array
103 * @param il instruction list to search for given patterns
115 char[] buf = new char[size]; // Create a string with length equal to il length
118 // Map opcodes to characters
126 * Map symbolic instruction names like "getfield" to a single character.
148 * @param pattern The pattern to compil
406 precompile(short from, short to, short extra) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_es.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
96 # Messages common to Document and DTD
292 AccessExternalDTD = External DTD: Failed to read external DTD ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
293 AccessExternalEntity = External Entity: Failed to read external document ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
H A DXMLMessages_zh_CN.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
96 # Messages common to Document and DTD
292 AccessExternalDTD = External DTD: Failed to read external DTD ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
293 AccessExternalEntity = External Entity: Failed to read external document ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
H A DXMLMessages_zh_TW.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
96 # Messages common to Document and DTD
292 AccessExternalDTD = External DTD: Failed to read external DTD ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
293 AccessExternalEntity = External Entity: Failed to read external document ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.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 * parses it into "tokens", allowing the tokens to be
34 * and a number of flags that can be set to various states. The
40 * The character value is used to look up five possible attributes of
47 * <li>Whether line terminators are to be returned as tokens or treated
49 * <li>Whether C-style comments are to be recognized and skipped.
50 * <li>Whether C++-style comments are to be recognized and skipped.
51 * <li>Whether the characters of identifiers are converted to lowercase.
74 * The next character to b
[all...]
/openjdk7/hotspot/make/windows/
H A Dcross_build.bat17 REM 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.inline.hpp17 * 2 along with this work; if not, write to the Free Software Foundation,
65 inline void BytecodeInterpreter::VMmemCopy64(uint32_t to[2], argument
67 *(uint64_t *) to = *(uint64_t *) from;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DDiagram.java16 * 2 along with this work; if not, write to the Free Software Foundation,
140 int to = e.getTo();
142 Figure toFigure = figureHash.get(to);

Completed in 79 milliseconds

1234567891011>>