Searched defs:fc (Results 1 - 25 of 34) sorted by relevance

12

/openjdk9/jdk/test/java/nio/channels/FileChannel/
H A DAtomicAppend.java65 static void write(FileChannel fc, int b) throws IOException { argument
H A DInterruptDeadlock.java43 final FileChannel fc; field in class:InterruptDeadlock.Reader
46 Reader(FileChannel fc) { argument
75 static Reader startReader(FileChannel fc) { argument
[all...]
H A DTruncate.java178 checkException(FileChannel fc, long size, Class<?>... expected) argument
[all...]
H A DClosedByInterrupt.java110 final FileChannel fc; field in class:ClosedByInterrupt.ReaderWriter
114 ReaderWriter(FileChannel fc, boolean interruptible) { argument
[all...]
H A DInterruptMapDeadlock.java41 final FileChannel fc; field in class:InterruptMapDeadlock.Mapper
45 Mapper(FileChannel fc, Semaphore gate) { argument
67 static Mapper startMapper(FileChannel fc, Semaphore gate) { argument
[all...]
H A DMapTest.java243 testExceptions(FileChannel fc) argument
277 checkException(FileChannel fc, MapMode mode, long position, long size, Class<?>... expected) argument
[all...]
H A DFileExtensionAndMap.java168 writeTemplateData(String fileName, FileChannel fc, long startPosition, int blockSize, Semaphore concurrencySemaphore) argument
H A DTransfers.java58 private static void writeBytes(byte[] ba, FileChannel fc, argument
78 private static void writeZeroBytes(FileChannel fc, int off, int len) argument
85 private static void checkBytes(FileChannel fc, int off, int len, argument
68 writeRandomBytes(long seed, FileChannel fc, int off, int len) argument
99 checkRandomBytes(FileChannel fc, int off, int len, long seed) argument
109 checkZeroBytes(FileChannel fc, int off, int len) argument
118 dump(FileChannel fc) argument
202 private final FileChannel fc; field in class:Transfers.FileSource
300 private final FileChannel fc; field in class:Transfers.FileTarget
422 testTo(long seed, FileChannel fc, int off, int len, Target tgt) argument
453 testFrom(long seed, Source src, FileChannel fc, int off, int len) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DFileChooserUI.java46 public abstract FileFilter getAcceptAllFileFilter(JFileChooser fc); argument
52 public abstract FileView getFileView(JFileChooser fc); argument
59 public abstract String getApproveButtonText(JFileChooser fc); argument
65 public abstract String getDialogTitle(JFileChooser fc); argument
71 public abstract void rescanCurrentDirectory(JFileChooser fc); argument
77 ensureFileIsVisible(JFileChooser fc, File f) argument
88 getDefaultButton(JFileChooser fc) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DWindowsPlacesBar.java52 JFileChooser fc; field in class:WindowsPlacesBar
58 public WindowsPlacesBar(JFileChooser fc, boolean isXPStyle) { argument
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/
H A DFileChannelLinesSpliterator.java74 private final FileChannel fc; field in class:FileChannelLinesSpliterator
84 FileChannelLinesSpliterator(FileChannel fc, Charset cs, int index, int fence) { argument
91 private FileChannelLinesSpliterator(FileChannel fc, Charset cs, int index, int fence, ByteBuffer buffer) { argument
[all...]
H A DFiles.java3875 private static Stream<String> createFileChannelLinesStream(FileChannel fc, Charset cs) throws IOException { argument
/openjdk9/langtools/test/tools/javac/tree/
H A DMakeTypeTest.java171 List<? super String> fc; field in class:MakeTypeTest
/openjdk9/hotspot/src/share/vm/memory/
H A DfreeList.cpp94 Chunk_t* fc = head(); local
[all...]
H A DbinaryTreeDictionary.cpp51 TreeChunk<Chunk_t, FreeList_t>* TreeChunk<Chunk_t, FreeList_t>::as_TreeChunk(Chunk_t* fc) { argument
286 Chunk_t* fc = tail(); local
310 Chunk_t* fc = head()->next(); local
345 Chunk_t* fc = head()->next(); local
362 Chunk_t* fc = head()->next(); local
708 insert_chunk_in_tree(Chunk_t* fc) argument
[all...]
/openjdk9/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp216 char fc = *fp++; local
/openjdk9/jdk/src/demo/share/jfc/FileChooserDemo/
H A DFileChooserDemo.java747 public FilePreviewer(JFileChooser fc) { argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUI.java136 public void installComponents(JFileChooser fc) { argument
155 public void uninstallComponents(JFileChooser fc) { argument
159 protected void installListeners(JFileChooser fc) { argument
189 protected void installDefaults(JFileChooser fc) { argument
194 uninstallDefaults(JFileChooser fc) argument
202 installIcons(JFileChooser fc) argument
266 createPropertyChangeListener(JFileChooser fc) argument
529 getApproveButton(JFileChooser fc) argument
533 getCancelButton(JFileChooser fc) argument
[all...]
H A DSynthFileChooserUIImpl.java188 protected void installDefaults(JFileChooser fc) { argument
194 public void installComponents(JFileChooser fc) { argument
418 installListeners(JFileChooser fc) argument
423 uninstallListeners(JFileChooser fc) argument
471 installStrings(JFileChooser fc) argument
523 rescanCurrentDirectory(JFileChooser fc) argument
661 createDirectoryComboBoxRenderer(JFileChooser fc) argument
731 createDirectoryComboBoxModel(JFileChooser fc) argument
[all...]
/openjdk9/jdk/src/java.base/share/native/libzip/zlib/
H A Ddeflate.h96 } fc; member in struct:ct_data_s
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java166 public void ensureFileIsVisible(JFileChooser fc, File f) { argument
170 public void rescanCurrentDirectory(JFileChooser fc) { argument
174 public PropertyChangeListener createPropertyChangeListener(JFileChooser fc) { argument
280 public void installComponents(JFileChooser fc) { argument
531 uninstallComponents(JFileChooser fc) argument
539 installStrings(JFileChooser fc) argument
566 installIcons(JFileChooser fc) argument
571 uninstallIcons(JFileChooser fc) argument
869 getApproveButton(JFileChooser fc) argument
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A Dps_core.c624 thread_fc fc; local
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp384 FloatConstant* fc = x->x()->type()->as_FloatConstant(); local
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java152 public void uninstallComponents(JFileChooser fc) { argument
203 public void installComponents(JFileChooser fc) { argument
534 installStrings(JFileChooser fc) argument
565 installListeners(JFileChooser fc) argument
581 createList(JFileChooser fc) argument
585 createDetailsView(JFileChooser fc) argument
595 createListSelectionListener(JFileChooser fc) argument
823 createPropertyChangeListener(JFileChooser fc) argument
877 ensureFileIsVisible(JFileChooser fc, File f) argument
881 rescanCurrentDirectory(JFileChooser fc) argument
929 createDirectoryComboBoxRenderer(JFileChooser fc) argument
1047 createDirectoryComboBoxModel(JFileChooser fc) argument
1296 getApproveButton(JFileChooser fc) argument
1300 getFileView(JFileChooser fc) argument
[all...]
/openjdk9/langtools/test/tools/javah/6572945/
H A DTestClass1.java43 static final float fc = 0; field in class:TestClass1
216 static final float fc = 0; field in class:TestClass1.Inner1
354 static final float fc = 0; field in class:TestClass1.Inner2

Completed in 349 milliseconds

12