Searched defs:from (Results 126 - 150 of 197) sorted by relevance

12345678

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java923 * This method returns a string of all of the characters from the
924 * input file from the current position up to, but not including,
933 * This method returns a string of all of the characters from the
934 * input file from the current position up to, but not including,
964 * This method returns the next token String from the input file.
1078 // Get the parameter values from the macro 'call'
1081 // Get the parameter names from the macro definition
1190 private String replaceAll (String string, String from, String to) argument
1195 index = string.indexOf (from, index);
1198 if (!embedded (string, index, index + from
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java229 * Extract the number of constant pool entries from a given class file.
544 // store the result from evaluating to the target name in a local if required
598 // Sample classes from each package we are willing to bind to statically:
773 * Emits a return statement from a LF invoker. If required, the result type is cast to the correct return type.
820 * Emit a type conversion bytecode casting from "from" to "to".
822 private void emitPrimCast(char from, char to) { argument
827 // from boolean <-> - - - - - - -
835 if (from == to) {
839 Wrapper wfrom = Wrapper.forBasicType(from);
[all...]
H A DMemberName.java439 /** Utility method to query whether this member is accessible from a given lookup class. */
467 // Capturing information from the Core Reflection API:
609 // Construction from symbolic parts, for queries:
610 /** Create a field or type name from the given components: Declaring class, name, type, reference kind.
618 /** Create a field or type name from the given components: Declaring class, name, type.
627 /** Create a method or constructor name from the given components: Declaring class, name, type, modifiers.
639 // /** Create a method or constructor name from the given components: Declaring class, name, type, modifiers.
680 throw new LinkageError("bad method type alias: "+type+" not visible from "+clazz);
688 throw new LinkageError("bad field type alias: "+type+" not visible from "+clazz);
734 public IllegalAccessException makeAccessException(String message, Object from) { argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java82 * Within date and time pattern strings, unquoted letters from
83 * <code>'A'</code> to <code>'Z'</code> and from <code>'a'</code> to
93 * The following pattern letters are defined (all other characters from
94 * <code>'A'</code> to <code>'Z'</code> and from <code>'a'</code> to
292 * from the Basic Latin block of the Unicode standard.
328 * <p>For formatting, if the offset value from GMT is 0, {@code "Z"} is
417 // - 1 for version from JDK 1.1.4, which includes a new field
890 * so we can call it from readObject().
951 // Called from Format after creating a FieldDelegate
1055 // Maps from DecimalFormatSymbol
2135 translatePattern(String pattern, String from, String to) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp111 void copy_from(verification_type_info* from) { argument
112 set_tag(from->tag());
113 if (from->is_object()) {
114 set_cpool_index(from->cpool_index());
115 } else if (from->is_uninitialized()) {
116 set_bci(from->bci());
H A DverificationType.hpp171 // Create based on u1 read from classfile
265 // is assignable to another. Returns true if one can assign 'from' to
268 const VerificationType& from, ClassVerifier* context, TRAPS) const {
269 if (equals(from) || is_bogus()) {
274 return from.is_category1();
276 return from.is_category2();
278 return from.is_category2_2nd();
280 return from.is_reference() || from.is_uninitialized();
286 return from
267 is_assignable_from( const VerificationType& from, ClassVerifier* context, TRAPS) const argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.hpp137 void add_reference(OopOrNarrowOopStar from, int tid);
157 bool contains_reference(OopOrNarrowOopStar from) const;
158 bool contains_reference_locked(OopOrNarrowOopStar from) const;
165 // "from_hr" is being cleared; remove any entries from it.
242 void add_reference(OopOrNarrowOopStar from) { argument
243 _other_regions.add_reference(from, 0);
247 void add_reference(OopOrNarrowOopStar from, int tid) { argument
248 _other_regions.add_reference(from, tid);
260 // atomic transition from Unclaimed to Claimed.
307 bool contains_reference(OopOrNarrowOopStar from) cons
[all...]
H A DheapRegion.cpp64 // _vo == UseMarkWord -> use mark word from object header.
112 HeapRegion* from = _g1h->heap_region_containing((HeapWord*)p); local
117 from->bottom(), from->end());
122 HeapRegion* from = _g1h->heap_region_containing((HeapWord*)p); local
128 from->bottom(), from->end());
143 HeapRegion* from = _g1h->heap_region_containing((HeapWord*)p); local
145 if (from != NULL && to != NULL &&
146 from !
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp464 void InterpreterOopMap::resource_copy(OopMapCacheEntry* from) { argument
467 assert(from->method()->is_oop(), "MethodOop is bad");
469 set_method(from->method());
470 set_bci(from->bci());
471 set_mask_size(from->mask_size());
472 set_expression_stack_size(from->expression_stack_size());
475 if (from->mask_size() <= small_mask_limit) {
476 memcpy((void *)_bit_mask, (void *)from->_bit_mask,
485 "The bit mask should have been allocated from a resource area");
486 // Allocate the bit_mask from
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp82 assert(interval->from() <= id && id < interval->to(), "interval out of range");
289 // remove all remaining dead registers from FPU stack
408 void FpuStackAllocator::insert_copy(LIR_Opr from, LIR_Opr to) { argument
409 int offset = tos_offset(from);
417 tty->print("Inserted copy (%d -> %d) New state: ", fpu_num(from), fpu_num(to)); sim()->print(); tty->cr();
422 void FpuStackAllocator::do_rename(LIR_Opr from, LIR_Opr to) { argument
423 sim()->rename(fpu_num(from), fpu_num(to));
476 // All remaining dead values are popped from the stack
490 // move from fpu register to xmm register (necessary for operations that
497 // move from fp
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp254 // At least OpenBSD and FreeBSD can return EINTR from accept.
259 sockaddr* from, socklen_t* fromlen) {
260 RESTARTABLE_RETURN_INT((int)::recvfrom(fd, buf, nBytes, flags, from, fromlen));
258 recvfrom(int fd, char* buf, size_t nBytes, uint flags, sockaddr* from, socklen_t* fromlen) argument
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp264 sockaddr* from, socklen_t* fromlen) {
265 RESTARTABLE_RETURN_INT((int)::recvfrom(fd, buf, nBytes, flags, from, fromlen));
263 recvfrom(int fd, char* buf, size_t nBytes, uint flags, sockaddr* from, socklen_t* fromlen) argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp543 // disconnect from the old end
546 // disconnect this block from it's current successors
555 void BlockBegin::disconnect_edge(BlockBegin* from, BlockBegin* to) { argument
556 // disconnect any edges between from and to
559 tty->print_cr("Disconnected edge B%d -> B%d", from->block_id(), to->block_id());
562 for (int s = 0; s < from->number_of_sux();) {
563 BlockBegin* sux = from->sux_at(s);
565 int index = sux->_predecessors.index_of(from);
569 from->_successors.remove_at(s);
578 // disconnect this block from al
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp61 // Platform-independent error return values from OS functions
138 static void init_globals(void) { // Called from init_globals() in init.cpp
256 // call. The (optional) base and size parameters should come from the
348 // Since we write to the serialize page from every thread, we
433 static void loop_breaker(int attempts); // called from within tight loops to possibly influence time-sharing
510 // to buf. Distance from its base address is returned as offset.
651 struct sockaddr* from, socklen_t* fromlen);
859 /* try to switch state from state "from" to state "to"
862 State switch_state(State from, Stat argument
[all...]
/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c309 returned result from GetFullPathName, which should be in thr form of
319 from GetFullPathName are "\\.\". The current implementation should
640 /* Remove trailing space chars from directory name */
738 Java_java_io_WinNTFileSystem_rename0(JNIEnv *env, jobject this, jobject from, argument
743 WCHAR *frompath = fileToNTPath(env, from, ids.path);
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c180 int flags, struct sockaddr *from, int *fromlen) {
181 return recvfrom(fd, buf, nBytes, flags, from, fromlen);
266 * Below Adapted from PlainSocketImpl.c, win32 version 1.18. Changed exception
179 dbgsysRecvFrom(int fd, char *buf, int nBytes, int flags, struct sockaddr *from, int *fromlen) argument
/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java625 private static MethodType subst(MethodType mt, Class<?> from, Class<?> to) { argument
627 if (mt.parameterType(i) == from)
630 if (mt.returnType() == from)
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.java550 // Don't read from the newManifest InputStream, as we
769 * Copies all bytes from the input stream to the output stream.
772 * @param from the input stream to read from
776 private void copy(InputStream from, OutputStream to) throws IOException { argument
778 while ((n = from.read(copyBuf)) != -1)
783 * Copies all bytes from the input file to the output stream.
786 * @param from the input file to read from
790 private void copy(File from, OutputStrea argument
807 copy(InputStream from, File to) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java84 * exempt from the "exists" check in Imports#resolve().
640 * Returns true if "from" is a more specific type than "to"
643 public boolean isMoreSpecific(Type from, Type to) throws ClassNotFound { argument
644 return implicitCast(from, to);
648 * Return true if an implicit cast from this type to
651 public boolean implicitCast(Type from, Type to) throws ClassNotFound { argument
652 if (from == to)
657 switch(from.getTypeCode()) {
684 from = from
712 explicitCast(Type from, Type to) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpClient.java63 * should be restarted from scratch. These errors are reported by throwing an
71 * client able to be manipulated from multiple threads.
189 * Sets the timeout value to use when reading from the server,
338 * transfer and has the effect of resuming a file transfer from the
350 * Retrieves a file from the ftp server and writes its content to the specified
353 * sent before the {@code RETR} in order to restart the tranfer from the specified
361 * retreive from the server.
371 * Retrieves a file from the ftp server, using the {@code RETR} command, and
372 * returns the InputStream from the established data connection.
374 * is done reading from th
517 rename(String from, String to) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java348 public static String translateF(String value, String from, String to) { argument
350 final int froml = from.length();
358 if (ch == from.charAt(j)) {
975 * DecimalFormat object comes from the 'formatSymbols' hashtable in
1198 // First pass: build w3c DOM for all nodes not proxied from our DOM.
1469 // Get prefix from qname
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java469 // This method will return the classname from the typestring OR if the classname turns out to be
944 private static String delete(String str, int from, int to) argument
946 return str.substring(0, from) + str.substring(to, str.length());
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassLoader.java69 * "class file" of that name from a file system.
112 * <p> Normally, the Java virtual machine loads classes from the local file
114 * virtual machine loads classes from the directory defined by the
117 * <p> However, some classes may not originate from a file; they may originate
118 * from other sources, such as the network, or they could be constructed by an
130 * download class files from a server. Sample code might look like:
140 * from the network. Once it has downloaded the bytes that make up the class,
155 * // load the class data from the connection
249 // is to keep the classes from being GC'ed until the loader is GC'ed.
417 // from th
1525 needsClassLoaderPermissionCheck(ClassLoader from, ClassLoader to) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp417 // guard against conservative result from MethodLiveness making us
892 // Should this method be excluded from compilation?
915 // Should this method be disallowed from inlining during compilation?
1174 void ciMethod::print_codes_on(int from, int to, outputStream* st) { argument
1176 GUARDED_VM_ENTRY(get_methodOop()->print_codes_on(from, to, st);)
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp109 // should check UseAdaptiveSizePolicy. Changes from generationSizer could
383 // The failed allocation policy is invoked from the VM thread after
390 // from the VM thread.
435 // If certain conditions hold, try allocating from the old gen.
447 // we retry the allocation sequence from the beginning of the loop,
470 // This prevents us from looping until time out on requests that can
514 // The policy object will prevent us from looping forever. If the
529 // cannot be satisfied from the young gen. This routine detects that condition;
531 // attempted from the young gen. The parameter 'addr' should be the result of
550 // If a "death march" is in progress, allocate from th
911 MutableSpace* from = young_gen()->from_space(); local
[all...]

Completed in 123 milliseconds

12345678