Searched refs:fh (Results 1 - 10 of 10) sorted by relevance

/openjdk10/jdk/test/java/io/RandomAccessFile/
H A DReadWritePrimitives.java58 File fh = new File(System.getProperty("test.dir", "."),
60 RandomAccessFile f = new RandomAccessFile(fh,"rw");
66 f = new RandomAccessFile(fh,"r");
84 File fh = new File(System.getProperty("test.dir", "."),
86 RandomAccessFile f = new RandomAccessFile(fh,"rw");
91 f = new RandomAccessFile(fh,"r");
105 File fh = new File(System.getProperty("test.dir", "."),
107 RandomAccessFile f = new RandomAccessFile(fh,"rw");
113 f = new RandomAccessFile(fh, "r");
131 File fh
[all...]
/openjdk10/jdk/test/java/util/logging/
H A DFileHandlerLongLimit.java335 final FileHandler fh = supplier.test();
338 assertEquals(limit, getLimit(fh), "limit");
341 OutputStream metered = getMeteredOutput(fh);
347 // check that fh.meter.written is 0
355 fh.publish(record);
356 fh.flush();
361 fh.publish(record);
362 fh.flush();
367 fh.publish(record);
368 fh
[all...]
H A DFileHandlerMaxLocksTest.java69 for (FileHandler fh : fileHandlers) {
70 fh.close();
/openjdk10/jdk/src/java.rmi/share/classes/java/rmi/server/
H A DRMISocketFactory.java187 * @param fh the failure handler
195 public synchronized static void setFailureHandler(RMIFailureHandler fh) argument
201 handler = fh;
/openjdk10/jdk/src/jdk.management/linux/native/libmanagement_ext/
H A DUnixOperatingSystem.c78 FILE *fh; local
83 if((fh = fopen("/proc/stat", "r")) == NULL) {
87 n = fscanf(fh, "cpu " DEC_64 " " DEC_64 " " DEC_64 " " DEC_64 " " DEC_64 " "
93 next_line(fh);
99 if (fscanf(fh, "cpu%*d " DEC_64 " " DEC_64 " " DEC_64 " " DEC_64 " "
103 fclose(fh);
106 next_line(fh);
108 n = fscanf(fh, "cpu%*d " DEC_64 " " DEC_64 " " DEC_64 " " DEC_64 " "
114 fclose(fh);
/openjdk10/jdk/test/java/awt/TextArea/ScrollbarIntersectionTest/
H A DScrollbarIntersectionTest.java86 int fh = 8;
91 fh = fm.getHeight();
107 r.mouseMove(p.x + 2, p.y + 2 + fh / 2);
111 r.mouseMove(p.x + 2 + i, p.y + 2 + fh / 2);
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp694 static HANDLE create_file_mapping(const char* name, HANDLE fh, LPSECURITY_ATTRIBUTES fsa, size_t size) { argument
704 fh, /* HANDLE file handle for backing store */
1284 HANDLE fh = INVALID_HANDLE_VALUE; local
1313 fh = CreateFile(
1331 if (fh == INVALID_HANDLE_VALUE) {
1340 fmh = create_file_mapping(objectname, fh, lpSmoSA, size);
1350 CloseHandle(fh);
1351 fh = NULL;
1365 CloseHandle(fh);
1366 fh
[all...]
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java491 RMIFailureHandler fh = RMISocketFactory.getFailureHandler();
492 if (fh != null) {
493 return fh.failure(t instanceof Exception ? (Exception) t :
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java1025 Node<K,V> f; int n, i, fh; K fk; V fv;
1032 else if ((fh = f.hash) == MOVED)
1035 && fh == hash
1043 if (fh >= 0) {
1123 Node<K,V> f; int n, i, fh;
1127 else if ((fh = f.hash) == MOVED)
1134 if (fh >= 0) {
1201 int fh;
1205 else if ((fh = f.hash) == MOVED) {
1212 Node<K,V> p = (fh >
[all...]
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js195 fh: 164,

Completed in 181 milliseconds