Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 14 of 14) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileChannelTest.java55 FileChannel fc = new FileInputStream(tmp).getChannel(); in testReadOnlyByteArrays() local
90 FileChannel fc = new FileOutputStream(tmp).getChannel(); in test_readv() local
110 FileChannel fc = new FileOutputStream(tmp).getChannel(); in test_writev() local
124 FileChannel fc = fos.getChannel(); in test_append() local
140 FileChannel fc = createFileContainingBytes(initialBytes); in test_position_writeAddsPadding() local
160 FileChannel fc = createFileContainingBytes(initialBytes); in test_truncate_greaterThanSizeWithPositionChange() local
182 FileChannel fc = createFileContainingBytes(initialBytes); in test_truncate_greaterThanSizeWithoutPositionChange() local
202 FileChannel fc = createFileContainingBytes(initialBytes); in test_truncate_lessThanSizeWithPositionChange() local
222 FileChannel fc = createFileContainingBytes(initialBytes); in test_truncate_lessThanSizeWithoutPositionChange() local
250 FileChannel fc = fosFromFd.getChannel(); in test_close_fromFileDescriptor() local
[all …]
/libcore/luni/src/test/java/tests/support/
DMockFunction.java35 public void function(FunctionContext fc, String args[]) { in function()
42 public void step(FunctionContext fc, String args[]) { in step()
50 public void last_step(FunctionContext fc) { in last_step()
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProvider2Test.java433 FileChannel fc = provider.newFileChannel(filesSetup.getDataFilePath(), openOptions); in test_newFileChannel() local
443 FileChannel fc = provider.newFileChannel(filesSetup.getDataFilePath(), openOptions); in test_newFileChannel() local
453 FileChannel fc = provider.newFileChannel(filesSetup.getDataFilePath(), openOptions); in test_newFileChannel() local
465 FileChannel fc = provider.newFileChannel(filesSetup.getDataFilePath(), openOptions); in test_newFileChannel() local
479 FileChannel fc = provider.newFileChannel(filesSetup.getDataFilePath(), openOptions); in test_newFileChannel() local
492 FileChannel fc = provider.newFileChannel(filesSetup.getDataFilePath(), openOptions); in test_newFileChannel() local
579 FileChannel fc = provider.newFileChannel(filesSetup.getDataFilePath(), openOptions, in test_newFileChannel_withFileAttributes() local
658 String readFromFileChannel(FileChannel fc) throws IOException { in readFromFileChannel()
664 void writeToFileChannel(FileChannel fc, String data) throws IOException { in writeToFileChannel()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DMappedByteBufferTest.java46 FileChannel fc = fis.getChannel(); in testasIntBuffer() local
76 FileChannel fc = fis.getChannel(); in testEmptyBuffer() local
/libcore/luni/src/main/java/java/nio/
DNioUtils.java59 public static FileDescriptor getFD(FileChannel fc) { in getFD()
/libcore/benchmarks/src/benchmarks/regression/
DByteBufferBulkBenchmark.java61 FileChannel fc = raf.getChannel(); in newBuffer() local
DByteBufferBenchmark.java71 FileChannel fc = raf.getChannel(); in newBuffer() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DSupport_Format.java131 FieldContainer fc = (FieldContainer) obj; in equals() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileOutputStreamTest.java396 FileChannel fc = fos.getChannel(); in test_getChanne_Append_Append() local
/libcore/ojluni/src/main/java/java/util/
DArraysParallelSortHelpers.java133 Relay fc = new Relay(new Merger<T>(s, w, a, wb, h, in compute() local
251 Relay fc = new Relay(new Merger(s, w, a, wb, h, in compute() local
362 Relay fc = new Relay(new Merger(s, w, a, wb, h, in compute() local
473 Relay fc = new Relay(new Merger(s, w, a, wb, h, in compute() local
584 Relay fc = new Relay(new Merger(s, w, a, wb, h, in compute() local
695 Relay fc = new Relay(new Merger(s, w, a, wb, h, in compute() local
806 Relay fc = new Relay(new Merger(s, w, a, wb, h, in compute() local
917 Relay fc = new Relay(new Merger(s, w, a, wb, h, in compute() local
DHashMap.java1390 float fc = (float)mappings / lf + 1.0f; in readObject() local
/libcore/support/src/test/java/tests/support/
DSupport_Format.java138 FieldContainer fc = (FieldContainer) obj; in equals() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java370 FileChannel fc = new FileOutputStream(tmpFile).getChannel(); in test_ConstructorLjava_nio_channels_ReadableByteChannel() local
410 FileChannel fc = new FileOutputStream(tmpFile).getChannel(); in test_ConstructorLjava_nio_channels_ReadableByteChannelLjava_lang_String() local
492 FileChannel fc = fos.getChannel(); in test_close() local
/libcore/luni/src/test/java/libcore/java/io/
DOldRandomAccessFileTest.java184 FileChannel fc = raf.getChannel(); in test_getChannel() local