Pages containing all of the words "Ada.Direct_IO"
On the sites:
Ada Power,
Ada Organizations,
ARA Members,
Ada Vendors,
Ada Libraries, and
Other Ada Sites
Matches 1 to 17 of 17 found in 6.8818 seconds
Index
...
5.1(4), P Abort_Task in Ada.Task_Identification C.7.1 ...
accuracy 4.6(32), G.2(1) ACK in Ada.Characters.Latin_1 A.3.3 ...
15(3) Ada.Decimal F.2(2) Ada.Direct_IO A.8.4(2) Ada.Dynamic_Priorities D.5( ...
http://www.adapower.com/rm95/RM-0-29.html
- 11 Apr 2003
- 565K
Ada95 - Index
...
5.1(4), P Abort_Task in Ada.Task_Identification C.7.1 ...
accuracy 4.6(32), G.2(1) ACK in Ada.Characters.Latin_1 A.3.3 ...
15(3) Ada.Decimal F.2(2) Ada.Direct_IO A.8.4(2) Ada.Dynamic_Priorities D.5( ...
http://archive.adaic.com/ase/ase02_01/bookcase/ada_sh/lrm95/RM-0-29.html
- 09 Sep 2006
- 560K
Ada95 Reference Manual - L index
...
2 The Package Decimal(2) Ada.Direct_IO See section A.8.4 The Generic ...
Finalization(5) Count, in Ada.Direct_IO See section A.8.4 The Generic ...
Exceptions(2) File_Mode, in Ada.Direct_IO See section A.8.4 The Generic ...
http://www.adapower.com/adapower1/rm95/arm95_368.html
- 07 Jul 2003
- 46K
---------------------------------------------------------------- ...
...
such as Ada.Text_Io and -- Ada.Direct_Io. The Origin query can be ...
such as Ada.Text_Io and -- Ada.Direct_Io. The Origin query can be ...
1) Ada.Sequential_Io or Ada.Direct_Io could be used to read or ...
1) Ada.Sequential_Io or Ada.Direct_Io could be used to read or ...
http://sigada.org/WG/asiswg/specs/asis20s.txt
- 01 Jun 1999
- 602K
Ada95 Reference Manual - A.8.4 The Generic Package Direct_IO
...
following declaration: with Ada.IO_Exceptions; generic ...
Element_Type is private; package Ada.Direct_IO is type File_Type is limited ...
specified by the language end Ada.Direct_IO; Go to the first, previous ...
http://www.adapower.com/adapower1/rm95/arm95_242.html
- 07 Jul 2003
- 4K
Ada95 Reference Manual - J.1 Renamings of Ada 83 Library Units
...
Ada.Sequential_IO; with Ada.Direct_IO; generic package Direct_IO renames Ada.Direct_IO; with Ada.Text_IO; package Text_IO ...
Direct_IO; generic package Direct_IO renames Ada.Direct_IO; with Ada.Text_IO ...
http://www.adapower.com/adapower1/rm95/arm95_339.html
- 07 Jul 2003
- 2K
The Generic Package Direct_IO
...
8.4 The Generic Package Direct_IO Static Semantics 1 The ...
following declaration: 2 with Ada.IO_Exceptions; generic ...
Element_Type is private; package Ada.Direct_IO is 3 type File_Type is limited ...
specified by the language end Ada.Direct_IO; Contents Index Search ...
http://www.adapower.com/rm95/RM-A-8-4.html
- 11 Apr 2003
- 15K
Renamings of Ada 83 Library Units
...
Ada.Sequential_IO; 5 with Ada.Direct_IO; generic package Direct_IO renames Ada.Direct_IO; 6 with Ada.Text_IO; package Text_IO ...
Direct_IO; generic package Direct_IO renames Ada.Direct_IO; 6 with Ada.Text_IO ...
http://www.adapower.com/rm95/RM-J-1.html
- 11 Apr 2003
- 9K
---------------------------------------------------------------- ...
...
of these ways: -- -- 1) Ada.Sequential_Io or Ada.Direct_Io could be used ...
1) Ada.Sequential_Io or Ada.Direct_Io could be used to read or ...
of these ways: -- -- 1) Ada.Sequential_Io or Ada.Direct_Io could be used ...
1) Ada.Sequential_Io or Ada.Direct_Io could be used to read or ...
http://sigada.org/WG/asiswg/specs/asis-data_decomposition.ads
- 01 Jun 1999
- 60K
---------------------------------------------------------------- ...
...
predefined packages, such as Ada.Text_Io and -- Ada.Direct_Io. The Origin query ...
such as Ada.Text_Io and -- Ada.Direct_Io. The Origin query can be ...
such as Ada.Text_Io and -- Ada.Direct_Io. The Origin query can be ...
http://sigada.org/WG/asiswg/specs/asis-elements.ads
- 01 Jun 1999
- 51K
Ada95 - The Generic Package Direct_IO
...
8.4 The Generic Package Direct_IO Static Semantics 1 The ...
following declaration: 2 with Ada.IO_Exceptions; generic ...
Element_Type is private; package Ada.Direct_IO is 3 type File_Type is limited ...
specified by the language end Ada.Direct_IO; Contents Index Previous ...
http://archive.adaic.com/ase/ase02_01/bookcase/ada_sh/lrm95/RM-A-8-4.html
- 09 Sep 2006
- 15K
Ada95 - Renamings of Ada 83 Library Units
...
Ada.Sequential_IO; 5 with Ada.Direct_IO; generic package Direct_IO renames Ada.Direct_IO; 6 with Ada.Text_IO; package Text_IO ...
Direct_IO; generic package Direct_IO renames Ada.Direct_IO; 6 with Ada.Text_IO ...
http://archive.adaic.com/ase/ase02_01/bookcase/ada_sh/lrm95/RM-J-1.html
- 09 Sep 2006
- 9K
5.10 SUMMARY - Chapter 5 - Ada 95 QUALITY AND STYLE Guide
...
in the predefined package Ada.Exceptions. Use others ...
the facilities defined in Ada.Exceptions to capture as ...
that values obtained from Ada.Direct_IO and Ada.Sequential_IO are in range ...
values obtained through Ada.Direct_IO and Ada.Sequential_IO. Prevent ...
http://archive.adaic.com/ase/ase02_01/bookcase/ada_sh/style95/sec_5/510.htm
- 09 Sep 2006
- 21K
5.9.7 Direct_IO and Sequential_IO - Chapter 5 - Ada 95 QUALITY AND STYLE Guide
...
Ada 95 Quality and Style Guide ...
AND BOUNDED ERRORS 5.9.7 Direct_IO and Sequential_IO guideline ...
that values obtained from Ada.Direct_IO and Ada.Sequential_IO are in range ...
values obtained through Ada.Direct_IO and Ada.Sequential_IO. rationale ...
http://archive.adaic.com/ase/ase02_01/bookcase/ada_sh/style95/sec_5/597.htm
- 09 Sep 2006
- 4K
Hypertext Ada 95 Rationale - Part One - Chapter 2
...
features already exist in Ada 83 and so in a real sense Ada 83 already contains the best of Ada 95. Indeed, Ada 83 is already a very good ...
retesting. Type extension in Ada 95 builds upon the existing Ada 83 concept of a derived type. In Ada 83, a derived type inherited ...
http://www.adapower.com/adapower1/rationale/rat95-p1-2.html
- 07 Jul 2003
- 102K
Ada95 Reference Manual - A index
...
section A.2 The Package Ada(2) Ada calling convention See section ...
6.3.1 Conformance Rules(3) Ada.Asynchronous_Task_Control ...
2 The Package Decimal(2) Ada.Direct_IO See section A.8.4 The Generic Package Direct_IO(2) Ada.Dynamic_Priorities See ...
http://www.adapower.com/adapower1/rm95/arm95_357.html
- 07 Jul 2003
- 60K
Hypertext Ada 95 Rationale - Part One - Chapter 2
...
features already exist in Ada 83 and so in a real sense Ada 83 already contains the best of Ada 95. Indeed, Ada 83 is already a very good ...
retesting. Type extension in Ada 95 builds upon the existing Ada 83 concept of a derived type. In Ada 83, a derived type inherited ...
http://archive.adaic.com/ase/ase02_01/bookcase/ada_sh/rat95/rat1_2.htm
- 09 Sep 2006
- 105K
Result Pages: Previous | Next New Search
Total time: 15.2117 seconds