Searched defs:Test (Results 1 – 4 of 4) sorted by relevance
25 procedure Test is subprogram34 File_Size : Count := 100_000;35 Continuous : constant Boolean := False;37 Header : constant ZLib.Header_Type := ZLib.Default;44 Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy;45 Init_Random : constant := 10;49 In_File_Name : constant String := "testzlib.in";52 Z_File_Name : constant String := "testzlib.zlb";55 Out_File_Name : constant String := "testzlib.out";58 File_In : File_Type;[all …]
147 Test : array (1 .. 4) of Test_Task; variable
9 class Test { class11 Test() in Test() function in Test
223 long Test; in main() local