Searched refs:to (Results 301 - 325 of 331) sorted by relevance

<<11121314

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.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: In der Definition von {2} muss minExclusive-Wert = "{0}" <= maxExclusive-Wert = "{1}" sein.
245 minInclusive-less-than-equal-to-maxInclusive = minInclusive-less-than-equal-to-maxInclusive: In der Definition von {2} muss minInclusive-Wert = "{0}" <= maxInclusive-Wert = "{1}" sein.
252 minLength-less-than-equal-to-maxLength = minLength-less-than-equal-to
[all...]
H A DXMLSchemaMessages_pt_BR.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: Na defini\u00E7\u00E3o de {2}, o valor minExclusive = ''{0}'' deve ser <= que o valor maxExclusive = ''{1}''.
245 minInclusive-less-than-equal-to-maxInclusive = minInclusive-less-than-equal-to-maxInclusive: Na defini\u00E7\u00E3o de {2}, o valor minInclusive = ''{0}'' deve ser <= que o valor maxInclusive = ''{1}''.
252 minLength-less-than-equal-to-maxLength = minLength-less-than-equal-to
[all...]
H A DXMLSchemaMessages_ja.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: {2}\u306E\u5B9A\u7FA9\u3067\u306F\u3001minExclusive\u306E\u5024''{0}''\u306FmaxExclusive\u306E\u5024''{1}''\u4EE5\u4E0B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
245 minInclusive-less-than-equal-to-maxInclusive = minInclusive-less-than-equal-to-maxInclusive: {2}\u306E\u5B9A\u7FA9\u3067\u306F\u3001minInclusive\u306E\u5024''{0}''\u306FmaxInclusive\u306E\u5024''{1}''\u4EE5\u4E0B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
252 minLength-less-than-equal-to-maxLength = minLength-less-than-equal-to
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.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,
78 * that provide a place for other Swing components to paint themselves.
96 * to Set the Look and Feel</a>
110 * to Use Tool Tips</a>
129 * to Use Borders</a>,
142 * to provide a particular look and feel each
145 * look and feel may require <code>JTable</code>s to have a row
154 * How to Use the Focus Subsystem</a>,
168 * has been added to th
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
51 // Accessing the checked exceptions table is used by reflection, so we put that last to make access
52 // to it fast.
57 // exceptions table since the average length is less than 2, and do not bother to compress the local
60 // Note that native_function and signature_handler has to be at fixed offsets (required by the interpreter)
118 int _result_index; // C++ interpreter needs for converting results to/from stack
132 InvocationCounter _invocation_counter; // Incremented before each activation of the method - used to trigger frequency-based optimizations
133 InvocationCounter _backedge_counter; // Incremented before each backedge taken - used to trigger frequencey-based optimizations
143 // Entry point for calling both from and to the interpreter.
147 // Entry point for calling from compiled code, to compile
[all...]
H A DmethodOop.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
179 err_msg("bcp doesn't belong to this method: bcp: " INTPTR_FORMAT ", method: %s", bcp, name_and_sig_as_C_string()));
186 // Return (int)bcx if it appears to be a valid BCI.
187 // Return bci_from((address)bcx) if it appears to be a valid BCP.
213 assert(is_native() && bcp == code_base() || contains(bcp), "bcp doesn't belong to this method");
242 // Attempt to return method oop to original state. Clear any pointers
243 // (to objects outside the shared spaces). We won't be able to predict
245 // entries now in order allow them to b
1384 print_codes_on(int from, int to, outputStream* st) const argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
73 // a compile error here, change the settings to define ASSERT
74 ASSERT should be defined when _DEBUG is defined. It is not intended to be used for debugging
235 // Used by report_vm_out_of_memory to detect recursion.
242 // We try to gather additional information for the first out of memory
292 "to preload requested classes. Use -XX:%s=\n"
293 "to increase the initial size of %s.\n",
301 // A number of threads may attempt to report OutOfMemoryError at around the
379 // flushes the logfile to prevent file sharing problems.
466 // try to ru
[all...]
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.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,
65 /* Name of encoding to use for output */
154 * Test the named character encoding to verify that it converts ASCII
155 * characters correctly. We have to use an ASCII based encoding, or else
162 * mechanism, but there is no way to specify in the escaped string what
163 * the original character set is. It is not correct to assume that
165 * until the specifications are updated to deal with this issue more
166 * comprehensively, and more importantly, HTTP servers are known to
168 * where it is possible to sen
1399 rename(String from, String to) argument
[all...]
/openjdk7/jdk/make/docs/
H A DMakefile7 # particular file as subject to the "Classpath" exception as provided
17 # 2 along with this work; if not, write to the Free Software Foundation,
35 # Url to root of documents
38 # Url to copyright html file
42 # Url to bug filing site
45 # Common line for how to submit a bug or rfe
48 # Url to devdocs page
56 # Url to Java Language Spec
79 # List of all possible directories for javadoc to look for sources
82 # to
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
100 // Object address to be held directly in mirror & not visible to GC
106 // Boom! mirror may point to JUNK instead of the intended object
117 The solution is to keep the oop declaration BELOW the ctor or function
118 call that might cause a GC, do another resolve to reassign the oop, or
195 const char * to = Klass::cast(to_class)->external_name(); local
196 // print in a single call to reduce interleaving between threads
198 tty->print("RESOLVE %s %s %s:%d (%s)\n", from, to, source_file, line_number, trace);
200 tty->print("RESOLVE %s %s (%s)\n", from, to, trac
809 const char * to = Klass::cast(to_class)->external_name(); variable
[all...]
H A Djvm.h16 * 2 along with this work; if not, write to the Free Software Foundation,
61 * These functions are complementary to the standard JNI support.
62 * There are three parts to this file:
70 * These functions allow the verifier and format checker to be written
161 * collectors are free to return a pessimistic estimate of the elapsed time, or
165 * longer strongly reachable may have to be inspected multiple times before it
506 // field is a handle to a java.lang.reflect.Field object
510 // method is a handle to a java.lang.reflect.Method object
514 // method is a handle to a java.lang.reflect.Method object
518 // method is a handle to
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java14 * Unless required by applicable law or agreed to in writing, software
67 * This class has been modified as per the new design which is more suited to
69 * the code has been added to support stax functionality/features.
173 * For DOM/SAX, the secure feature is set to true by default
298 //xxx do we need to create an extra XMLString object... look for using fTempString for collecting all the data values
362 /** Making the buffer accesible to derived class -- String buffer. */
365 /** Making the buffer accesible to derived class -- String buffer. */
369 /** Making the buffer accesible to derived class -- stores PI data */
392 //create a elemnet array of length equal to ELEMENT_ARRAY_LENGTH
397 //2D array to stor
[all...]
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk8 # 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 # How to say "The Release Engineering people use this"
43 # How to say "You are using:"
44 YOU_ARE_USING=You appear to be using
69 # Settings and rules to validate the JDK build environment.
265 # Check the BUILD_NUMBER to make sure it contains bNN
269 $(ECHO) "WARNING: The BUILD_NUMBER needs to contain b[0-9][0-9]*. Currently BUILD_NUMBER=$(BUILD_NUMBER). \n" \
270 " This has been known to cause build failures. \n" \
331 $(ECHO) "WARNING: This machine appears to onl
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
64 // Later on we'll try to be more parsimonious with swap.
77 // First we must round addr *up* to a possible object boundary.
172 vm_exit_during_initialization("Failed to allocate CM region mark stack");
203 // Otherwise, we need to try again.
230 // Otherwise, we need to try again.
303 // accidentally add something to the mark stack during GC, it
347 // If someone has set the should_abort flag, we return NULL to
348 // force the caller to bail out of their loop.
360 // We just claimed the last survivor so store NULL to indicat
2619 HeapWord* to = t; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.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,
68 // retries, and name the environment properties used to override
76 // The resource record type and class to use for lookups, and the
77 // property used to modify them
81 // Property used to disallow recursion on queries
115 * but with a different domain name and with parentIsDns set to true.
509 // Any name that's not a CompositeName is assumed to be a DNS
510 // compound name. Convert each to a DnsName for syntax checking.
565 * Resolver is not created until needed, to allo
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h8 * 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 * These functions are complementary to the standard JNI support.
41 * There are three parts to this file:
49 * These functions allow the verifier and format checker to be written
139 * collectors are free to return a pessimistic estimate of the elapsed time, or
143 * longer strongly reachable may have to be inspected multiple times before it
487 present) to find the source-level access flags. Only the values of
488 the low 13 bits (i.e., a mask of 0x1FFF) are guaranteed to be
493 /* The following two reflection routines are still needed due to startu
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
117 // (In the latter two cases, they like other stats are printed to the log only.)
120 // These variables are put into one block to reduce relocations
121 // and make it simpler to print from the debugger.
189 int pc_desc_queries; // queries to nmethod::find_pc_desc
271 // These methods are private, and used to manipulate the exception cache
319 // In order to prevent race conditions do not load cache elements
384 assert(curr != NULL, "nothing to remove");
405 // We never grab a lock to read the exception cache, so we may
423 // we don't lock during reads, it is possible to hav
1883 includes(void* p, void* from, void* to) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.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,
51 /** This pass maps flat Java (i.e. without inner classes) to bytecodes.
55 * This code and its internal interfaces are subject to change or
78 /** Set when Miranda method stubs are to be generated. */
81 /** Format of stackmap tables to be generated. */
164 /** Default limit of (approximate) size of finalizer to inline.
198 /** A hash table mapping syntax trees to their ending source positions.
202 /** Generate code to load an integer constant.
203 * @param n The integer to b
420 endFinalizerGaps(Env<GenContext> from, Env<GenContext> to) argument
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
47 BlockList* _bci2block; // mapping from bci to blocks for GraphBuilder
183 // Draws edges from a block to its exception handlers
224 // Without it, backward branches could jump to a bci where no block was created
243 // track stores to local variables for selective creation of phi functions
519 // current value of its fields. Stores of the default value to fields
520 // which have never been stored to before are eliminated since they
568 // we don't know what's being stored to so kill it all.
575 // return true if this value correspond to the default value of a field.
648 // of field info list to b
1149 convert(Bytecodes::Code op, BasicType from, BasicType to) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
75 // The token-passing protocol gives priority to the VM thread. The
82 // thread to interfere, it obtains the CMS token.
84 // If either thread tries to get the token while the other has
89 // for long periods of time as the CMS thread continues to hog
97 // Two important conditions that we have to satisfy:
113 // Unfortunately, i couldn't come up with a good abstraction to factor and
115 // further below. That's something we should try to do. Also, the proof
133 "Incorrect argument to constructor");
164 // Wrapper class to temporaril
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
173 // to end up back on the FPU so it can operate on them.
269 case T_FLOAT : i = 5; break; // have to treat float and double separately for SSE
287 case T_INT : /* nothing to do */ break;
365 // Increment counter in methodOop (we don't need to load it, it's in rcx).
389 // Test to see if we should create a method data oop
394 // if no method data exists, go to profile_method
418 // On return (i.e. jump to entry_point) [ back to invocation of interpreter ]
439 // and jump to th
[all...]
H A DtemplateInterpreter_x86_64.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
257 case T_INT : /* nothing to do */ break;
258 case T_LONG : /* nothing to do */ break;
259 case T_VOID : /* nothing to do */ break;
260 case T_FLOAT : /* nothing to do */ break;
261 case T_DOUBLE : /* nothing to do */ break;
321 // Increment counter in methodOop (we don't need to load it, it's in ecx).
346 // Test to see if we should create a method data oop
350 // if no method data exists, go to profile_method
368 // On return (i.e. jump to entry_poin
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
58 // We generally try to create the oops directly when parsing, rather than
71 // - to check for new additions to the class file format in JDK1.5
72 // - to check for bug fixes in the format checker in JDK1.5
76 // - to check for javac bug fixes that happened after 1.5
81 // - to check NameAndType_info signatures more aggressively
86 // Use a local copy of ClassFileStream. It helps the C++ compiler to optimize
88 // replacement of aggregates). The _current pointer is copied back to
211 // A mangled type might cause you to overru
3754 const char * to = to_class->external_name(); local
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
25 // Must be at least Windows 2000 or XP to use VectoredExceptions and IsDebuggerPresent
175 // This method is a periodic task to check for misbehaving JNI applications
199 // Found the full path to jvm[_g].dll.
200 // Now cut the path to <java_home>/jre if we can.
322 * RtlCaptureStackBackTrace Windows API may not exist prior to Windows XP.
392 // Try to randomize the cache line index of hot stack frames.
413 // If we are using vectored exception we don't need to set a SEH
424 // Nothing to do.
554 // Contrary to wha
4988 sendto(int fd, char* buf, size_t len, uint flags, struct sockaddr* to, socklen_t tolen) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
243 // added to the property list. The application must use the RemoveProp function
244 // to remove the entries.
467 // Note: we need to get it before CreateHWnd() happens because
469 // is being created in response to some window messages.
497 // Now we need to create the warning window.
530 //XXX: actually this is bad... We didn't manage to create the window.
545 // Now we need to create the tooltip control for this window.
734 // Quite unlikely to g
964 FocusedWindowChanged(HWND from, HWND to) argument
[all...]

Completed in 181 milliseconds

<<11121314