Searched refs:from (Results 276 - 300 of 627) sorted by relevance

<<11121314151617181920>>

/openjdk10/hotspot/src/share/vm/interpreter/
H A DoopMapCache.hpp129 // Copy the OopMapCacheEntry in parameter "from" into this
130 // InterpreterOopMap. If the _bit_mask[0] in "from" points to
132 // in-line), allocate the space from a Resource area.
133 void resource_copy(OopMapCacheEntry* from);
/openjdk10/jdk/src/java.base/share/classes/sun/invoke/util/
H A DBytecodeName.java189 * must be removed from the second string,
291 * Given a bytecode name from a classfile, separate it into
611 static int indexOfDangerousChar(String s, int from) { argument
612 for (int i = from, slen = s.length(); i < slen; i++) {
618 static int lastIndexOfDangerousChar(String s, int from) { argument
619 for (int i = Math.min(from, s.length()-1); i >= 0; i--) {
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/protocol/mailto/
H A DMailToURLConnection.java62 * Get the user's full email address - stolen from
100 client.from(getFromAddress());
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A Dnet_util_md.h79 struct sockaddr *from, socklen_t *fromlen);
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/hpack/
H A DStringWriter.java76 huffmanWriter.from(input, start, end);
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libdt_socket/
H A DsysSocket.h46 int dbgsysRecvFrom(int fd, char *buf, size_t nBytes, int flags, struct sockaddr *from, socklen_t *fromlen);
/openjdk10/jdk/src/java.management/share/classes/sun/management/
H A DThreadInfoCompositeData.java229 // from a mapped CompositeData for any LockInfo object.
354 stackTrace[i] = StackTraceElementCompositeData.from(cdi);
362 return LockInfo.from(lockInfoData);
375 monitors[i] = MonitorInfo.from(cdi);
389 locks[i] = LockInfo.from(cdi);
H A DMemoryNotifInfoCompositeData.java108 return MemoryUsage.from(usageData);
/openjdk10/jdk/test/java/lang/management/CompositeData/
H A DThreadInfoCompositeData.java27 * @summary Test ThreadInfo.from to return a valid
59 // An invalid CompositeData is passed to ThreadInfo.from()
76 ThreadInfo info = ThreadInfo.from(cd);
99 ThreadInfo info = ThreadInfo.from(cd);
224 ThreadInfo info = ThreadInfo.from(cd);
251 ThreadInfo info = ThreadInfo.from(cd);
/openjdk10/jdk/test/sun/net/ftp/
H A DFtpURLConnectionLeak.java132 public boolean rename(String from, String to) { argument
/openjdk10/langtools/test/tools/jdeps/modules/
H A DGenModuleInfo.java204 public static void copyClasses(Path from, Path dest) throws IOException { argument
205 try (Stream<Path> stream = Files.walk(from, Integer.MAX_VALUE)) {
208 .map(path -> from.relativize(path))
213 Files.copy(from.resolve(path), newFile);
223 * compiled from source.
/openjdk10/hotspot/src/share/vm/ci/
H A DciReplay.cpp587 /* just copied from Method, to build interpret data*/
596 // MethodData*s from being created.
988 char* from = value; local
990 while (*from != '\0') {
991 if (*from != '\\') {
992 *from++ = *to++;
994 switch (from[1]) {
996 from += 2;
999 char c = *from++;
1021 case 't': *to++ = '\t'; from
[all...]
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DgcHeapSummary.hpp116 PSHeapSummary(VirtualSpaceSummary& heap_space, size_t heap_used, VirtualSpaceSummary old, SpaceSummary old_space, VirtualSpaceSummary young, SpaceSummary eden, SpaceSummary from, SpaceSummary to) : argument
117 GCHeapSummary(heap_space, heap_used), _old(old), _old_space(old_space), _young(young), _eden(eden), _from(from), _to(to) { }
122 const SpaceSummary& from() const { return _from; } function in class:PSHeapSummary
/openjdk10/hotspot/src/share/vm/services/
H A DmemoryPool.cpp84 // loads from anything _memory_pool_obj points to or implies.
211 CollectedMemoryPool(name, type, young_gen->from()->capacity(), max_size,
216 return _young_gen->from()->used();
220 return _young_gen->from()->capacity();
H A DvirtualMemoryTracker.hpp148 // Move virtual memory from one memory type to another.
150 // as 'unknown'. Once the memory is tagged, the virtual memory will be moved from 'unknown'
152 static inline void move_reserved_memory(MEMFLAGS from, MEMFLAGS to, size_t size) { argument
153 as_snapshot()->by_type(from)->release_memory(size);
157 static inline void move_committed_memory(MEMFLAGS from, MEMFLAGS to, size_t size) { argument
158 as_snapshot()->by_type(from)->uncommit_memory(size);
225 assert(addr == base() || addr + sz == end(), "Can not exclude from middle");
378 // region from this committed region
396 // Main class called from MemTracker to track virtual memory allocations, commits and releases.
415 static bool transition(NMT_TrackingLevel from, NMT_TrackingLeve
[all...]
/openjdk10/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixFileAttributes.java110 return FileTime.from(sec, TimeUnit.SECONDS);
114 // is updated to define a from(secs,nsecs) method.
116 return FileTime.from(micro, TimeUnit.MICROSECONDS);
144 return FileTime.from(st_birthtime_sec, TimeUnit.SECONDS);
H A DUnixSecureDirectoryStream.java231 UnixPath from = getName(fromObj);
242 this.ds.directory().resolve(from).checkWrite();
254 renameat(this.dfd, from.asByteArray(), that.dfd, to.asByteArray());
258 from.toString(), to.toString(), x.errorString());
260 x.rethrowAsIOException(from, to);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/
H A DSOAPVersion.java181 LinkageError x = new LinkageError("You are loading old SAAJ from "+ Which.which(MessageFactory.class));
198 LinkageError x = new LinkageError("You are loading old SAAJ from "+ Which.which(MessageFactory.class));
211 LinkageError x = new LinkageError("You are loading old SAAJ from "+ Which.which(MessageFactory.class));
259 public static SOAPVersion from(EnvelopeStyleFeature f) { method in class:SOAPVersion
262 return from(style[0]);
265 public static SOAPVersion from(EnvelopeStyle.Style style) { method in class:SOAPVersion
/openjdk10/jdk/src/demo/share/jfc/Font2DTest/
H A DRangeMenu.java17 * from this software without specific prior written permission.
101 JLabel from = new JLabel( "From:" );
104 from.setFont( labelFont );
108 dialogTop.add( from );
178 /// moved JComboBox event code into this fcn from
/openjdk10/jdk/src/java.base/share/classes/java/util/zip/
H A DZipEntry.java51 FileTime mtime; // last modification time, from extra field data
52 FileTime atime; // last access time, from extra field data
53 FileTime ctime; // creation time, from extra field data
113 * Creates a new zip entry with fields taken from the specified
174 this.mtime = FileTime.from(time, TimeUnit.MILLISECONDS);
181 * <p> If the entry is read from a ZIP file or ZIP file formatted
182 * input stream, this is the last modification time from the {@code
243 this.mtime = FileTime.from(
251 * <p> If the entry is read from a ZIP file or ZIP file formatted
252 * input stream, this is the last modification time from th
[all...]
/openjdk10/jdk/test/com/sun/jdi/
H A DPopSynchronousTest.java245 String from = calls[i];
249 println("TEST pop from '" + from + "' to '" + to + "'");
250 resumeTo(from);
/openjdk10/jdk/test/java/time/test/java/time/format/
H A DTestTextParserWithLocale.java45 * may be used to endorse or promote products derived from this software
119 assertEquals(DayOfWeek.from(formatter.parse(input, pos)), expected);
219 assertEquals(date, fmt_chrono.parse(fmt_chrono.format(date), ChronoLocalDate::from));
224 assertEquals(date, fmt.parse(fmt.format(date), ChronoLocalDate::from));
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DArrays.java151 * to be sorted extends from the index {@code fromIndex}, inclusive, to
191 * to be sorted extends from the index {@code fromIndex}, inclusive, to
231 * to be sorted extends from the index {@code fromIndex}, inclusive, to
271 * to be sorted extends from the index {@code fromIndex}, inclusive, to
311 * to be sorted extends from the index {@code fromIndex}, inclusive, to
359 * to be sorted extends from the index {@code fromIndex}, inclusive, to
415 * to be sorted extends from the index {@code fromIndex}, inclusive, to
478 * The range to be sorted extends from the index {@code fromIndex},
548 * The range to be sorted extends from the index {@code fromIndex},
618 * The range to be sorted extends from th
3948 copyOfRange(T[] original, int from, int to) argument
3986 copyOfRange(U[] original, int from, int to, Class<? extends T[]> newType) argument
4025 copyOfRange(byte[] original, int from, int to) argument
4061 copyOfRange(short[] original, int from, int to) argument
4097 copyOfRange(int[] original, int from, int to) argument
4133 copyOfRange(long[] original, int from, int to) argument
4169 copyOfRange(char[] original, int from, int to) argument
4205 copyOfRange(float[] original, int from, int to) argument
4241 copyOfRange(double[] original, int from, int to) argument
4277 copyOfRange(boolean[] original, int from, int to) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java260 ListBuffer<Type> from = new ListBuffer<>();
263 adapt(base, t, from, to);
267 Type res = subst(sym.type, from.toList(), to.toList());
648 //a symbol will be completed from a classfile if (a) symbol has
736 ArrayType from = (ArrayType)t;
741 shouldWarn = from.isVarargs() &&
743 !isReifiable(from);
746 shouldWarn = from.isVarargs();
839 ListBuffer<Type> from = new ListBuffer<>();
841 adaptSelf(t, from, t
3019 subst(List<Type> ts, List<Type> from, List<Type> to) argument
3031 subst(Type t, List<Type> from, List<Type> to) argument
3036 List<Type> from; field in class:Types.Subst
3039 Subst(List<Type> from, List<Type> to) argument
3120 substBounds(List<Type> tvars, List<Type> from, List<Type> to) argument
3161 substBound(TypeVar t, List<Type> from, List<Type> to) argument
4205 sideCast(Type from, Type to, Warner warn) argument
4235 sideCastFinal(Type from, Type to, Warner warn) argument
4261 giveWarning(Type from, Type to) argument
4303 adapt(Type source, Type target, ListBuffer<Type> from, ListBuffer<Type> to) argument
4312 ListBuffer<Type> from; field in class:Types.Adapter
4316 Adapter(ListBuffer<Type> from, ListBuffer<Type> to) argument
4416 adaptSelf(Type t, ListBuffer<Type> from, ListBuffer<Type> to) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DFixPointIntervalBuilder.java251 if (debug.isCountEnabled() && !(interval.from() == 0 && interval.to() == maxOpId)) {
272 StackInterval from = getOrCreateInterval((VirtualStackSlot) registerHint);
275 // hints always point from def to use
277 to.setLocationHint(from);
279 from.setLocationHint(to);
283 debug.log("operation %s at opId %d: added hint from interval %s to %s", op, op.id(), from, to);

Completed in 173 milliseconds

<<11121314151617181920>>