Searched defs:test_file (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/
H A DGetInputStream.java41 static File test_file; field in class:GetInputStream
56 test_file = File.createTempFile("test", ".raw");
57 FileOutputStream fos = new FileOutputStream(test_file);
62 if(!test_file.delete())
63 test_file.deleteOnExit();
74 buff = new ModelByteBuffer(test_file);
H A DGetRoot.java40 static File test_file; field in class:GetRoot
55 test_file = File.createTempFile("test", ".raw");
56 FileOutputStream fos = new FileOutputStream(test_file);
61 if(!test_file.delete())
62 test_file.deleteOnExit();
70 ModelByteBuffer buff = new ModelByteBuffer(test_file);
H A DLoad.java41 static File test_file; field in class:Load
56 test_file = File.createTempFile("test", ".raw");
57 FileOutputStream fos = new FileOutputStream(test_file);
62 if(!test_file.delete())
63 test_file.deleteOnExit();
71 ModelByteBuffer buff = new ModelByteBuffer(test_file);
H A DLoadAll.java43 static File test_file; field in class:LoadAll
58 test_file = File.createTempFile("test", ".raw");
59 FileOutputStream fos = new FileOutputStream(test_file);
64 if(!test_file.delete())
65 test_file.deleteOnExit();
73 ModelByteBuffer buff = new ModelByteBuffer(test_file);
H A DNewModelByteBufferByteArray.java40 static File test_file; field in class:NewModelByteBufferByteArray
55 test_file = File.createTempFile("test", ".raw");
56 FileOutputStream fos = new FileOutputStream(test_file);
61 if(!test_file.delete())
62 test_file.deleteOnExit();
H A DNewModelByteBufferByteArrayIntInt.java40 static File test_file; field in class:NewModelByteBufferByteArrayIntInt
55 test_file = File.createTempFile("test", ".raw");
56 FileOutputStream fos = new FileOutputStream(test_file);
61 if(!test_file.delete())
62 test_file.deleteOnExit();
H A DNewModelByteBufferFile.java40 static File test_file; field in class:NewModelByteBufferFile
55 test_file = File.createTempFile("test", ".raw");
56 FileOutputStream fos = new FileOutputStream(test_file);
61 if(!test_file.delete())
62 test_file.deleteOnExit();
70 ModelByteBuffer buff = new ModelByteBuffer(test_file);
73 if(buff.capacity() != test_file.length())
77 if(buff.getFile() != test_file)
H A DNewModelByteBufferFileLongLong.java40 static File test_file; field in class:NewModelByteBufferFileLongLong
55 test_file = File.createTempFile("test", ".raw");
56 FileOutputStream fos = new FileOutputStream(test_file);
61 if(!test_file.delete())
62 test_file.deleteOnExit();
70 ModelByteBuffer buff = new ModelByteBuffer(test_file,10,20);
77 if(buff.getFile() != test_file)
H A DSubbufferLong.java40 static File test_file; field in class:SubbufferLong
55 test_file = File.createTempFile("test", ".raw");
56 FileOutputStream fos = new FileOutputStream(test_file);
61 if(!test_file.delete())
62 test_file.deleteOnExit();
73 buff = new ModelByteBuffer(test_file);
H A DSubbufferLongLong.java40 static File test_file; field in class:SubbufferLongLong
55 test_file = File.createTempFile("test", ".raw");
56 FileOutputStream fos = new FileOutputStream(test_file);
61 if(!test_file.delete())
62 test_file.deleteOnExit();
73 buff = new ModelByteBuffer(test_file);
H A DSubbufferLongLongBoolean.java40 static File test_file; field in class:SubbufferLongLongBoolean
55 test_file = File.createTempFile("test", ".raw");
56 FileOutputStream fos = new FileOutputStream(test_file);
61 if(!test_file.delete())
62 test_file.deleteOnExit();
73 buff = new ModelByteBuffer(test_file);
H A DUnload.java41 static File test_file; field in class:Unload
56 test_file = File.createTempFile("test", ".raw");
57 FileOutputStream fos = new FileOutputStream(test_file);
62 if(!test_file.delete())
63 test_file.deleteOnExit();
71 ModelByteBuffer buff = new ModelByteBuffer(test_file);
H A DWriteTo.java42 static File test_file; field in class:WriteTo
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
76 buff = new ModelByteBuffer(test_file);
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/
H A DAvailable.java42 static File test_file; field in class:Available
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
75 buff = new ModelByteBuffer(test_file);
H A DClose.java42 static File test_file; field in class:Close
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
75 buff = new ModelByteBuffer(test_file);
H A DMarkReset.java42 static File test_file; field in class:MarkReset
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
75 buff = new ModelByteBuffer(test_file);
H A DMarkSupported.java42 static File test_file; field in class:MarkSupported
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
75 buff = new ModelByteBuffer(test_file);
H A DRead.java42 static File test_file; field in class:Read
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
75 buff = new ModelByteBuffer(test_file);
H A DReadByte.java42 static File test_file; field in class:ReadByte
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
75 buff = new ModelByteBuffer(test_file);
H A DReadByteIntInt.java42 static File test_file; field in class:ReadByteIntInt
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
75 buff = new ModelByteBuffer(test_file);
H A DSkip.java42 static File test_file; field in class:Skip
57 test_file = File.createTempFile("test", ".raw");
58 FileOutputStream fos = new FileOutputStream(test_file);
63 if(!test_file.delete())
64 test_file.deleteOnExit();
75 buff = new ModelByteBuffer(test_file);
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/
H A DOpenStream.java60 static File test_file; field in class:OpenStream
101 test_file = File.createTempFile("test", ".raw");
102 FileOutputStream fos = new FileOutputStream(test_file);
105 buffer_wave_ondisk = new ModelByteBuffer(test_file);
110 if (!test_file.delete())
111 test_file.deleteOnExit();

Completed in 177 milliseconds