Home
last modified time | relevance | path

Searched refs:Direct_IO (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
H A Dcxa9002.a36 -- transfer to the Direct_IO files.
62 -- Direct_IO files.
111 with Ada.Direct_IO;
116 package Dir_IO is new Ada.Direct_IO (Integer);
155 ( "Delete not properly implemented for Direct_IO" );
216 -- be written to the Direct_IO files declared below.
282 -- can be written to the appropriate Direct_IO file.
290 -- Close all Direct_IO files.
342 -- Open the Direct_IO files.
350 -- Read the buffer data from the files using Direct_IO.
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
H A Dcxa9002.a36 -- transfer to the Direct_IO files.
62 -- Direct_IO files.
111 with Ada.Direct_IO;
116 package Dir_IO is new Ada.Direct_IO (Integer);
155 ( "Delete not properly implemented for Direct_IO" );
216 -- be written to the Direct_IO files declared below.
282 -- can be written to the appropriate Direct_IO file.
290 -- Close all Direct_IO files.
342 -- Open the Direct_IO files.
350 -- Read the buffer data from the files using Direct_IO.
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
H A Dcxa9002.a36 -- transfer to the Direct_IO files.
62 -- Direct_IO files.
111 with Ada.Direct_IO;
116 package Dir_IO is new Ada.Direct_IO (Integer);
155 ( "Delete not properly implemented for Direct_IO" );
216 -- be written to the Direct_IO files declared below.
282 -- can be written to the appropriate Direct_IO file.
290 -- Close all Direct_IO files.
342 -- Open the Direct_IO files.
350 -- Read the buffer data from the files using Direct_IO.
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
H A Dcxa9002.a36 -- transfer to the Direct_IO files.
62 -- Direct_IO files.
111 with Ada.Direct_IO;
116 package Dir_IO is new Ada.Direct_IO (Integer);
155 ( "Delete not properly implemented for Direct_IO" );
216 -- be written to the Direct_IO files declared below.
282 -- can be written to the appropriate Direct_IO file.
290 -- Close all Direct_IO files.
342 -- Open the Direct_IO files.
350 -- Read the buffer data from the files using Direct_IO.
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa8003.a27 -- Check that Append_File mode has not been added to package Direct_IO.
30 -- This test uses a procedure to change the mode of an existing Direct_IO
33 -- a Direct_IO.Reset is performed using a File_Mode'Value transformation
35 -- Direct_IO file to mode Append_File should cause an Constraint_Error
36 -- to be raised, as Append_File mode has not been added to Direct_IO in
40 -- This test is applicable to all implementations supporting Direct_IO
50 with Direct_IO;
58 "been added to package Direct_IO");
73 package Dir_IO is new Direct_IO (File_Data_Type);
81 -- Use_Error will be raised if Direct_IO operations or external
[all …]

12345678910>>...18