Home
last modified time | relevance | path

Searched refs:IO_Error (Results 1 – 25 of 63) sorted by relevance

123

/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/gap/
H A Dpickle.gi125 if val = IO_Error then return IO_Error; fi;
149 if len = IO_Error then return IO_Error; fi;
318 if len = IO_Error then return IO_Error; fi;
340 if len = IO_Error then return IO_Error; fi;
402 if l = IO_Error then return IO_Error; fi;
425 if dom = IO_Error then return IO_Error; fi;
427 if im = IO_Error then return IO_Error; fi;
951 if l = IO_Error then return IO_Error; fi;
953 if l = IO_Error then return IO_Error; fi;
972 if s = IO_Error then return IO_Error; fi;
[all …]
H A Drealrandom.gi93 if IO_Write(f,"RSRE") = fail then return IO_Error; fi;
94 if IO_Pickle(f,rs!.type) = IO_Error then return IO_Error; fi;
101 if t = IO_Error then return IO_Error; fi;
H A Dio.gd21 DeclareGlobalVariable( "IO_Error" );
/dports/math/gap/gap-4.11.0/hpcgap/lib/distributed/
H A Dglobalobject_io.g14 if IO_Write (f, "GLOH") = fail then return IO_Error; fi;
15 if IO_Pickle(f, han!.pe) = IO_Error then return IO_Error; fi;
16 if IO_Pickle(f, han!.owner) = IO_Error then return IO_Error; fi;
17 if IO_Pickle(f, han!.localId) = IO_Error then return IO_Error; fi;
18 if IO_Pickle(f, han!.control.immediate) = IO_Error then return IO_Error; fi;
19 if IO_Pickle(f, han!.control.accessType) = IO_Error then return IO_Error; fi;
20 if IO_Pickle(f, han!.control.globalCount) = IO_Error then return IO_Error; fi;
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/lib/
H A Dpickle.g6 return IO_Error;
15 if not IsList(r) then return IO_Error; fi;
23 return IO_Error;
32 if not IsList(r) then return IO_Error; fi;
41 return IO_Error;
49 if not IsList(r) then return IO_Error; fi;
58 return IO_Error;
75 return IO_Error;
90 return IO_Error;
105 return IO_Error;
[all …]
/dports/math/gap/gap-4.11.0/pkg/orb-4.8.3/gap/
H A Dpicklers.gi30 x := IO_Unpickle(f); if x = IO_Error then return IO_Error; fi;
64 if IO_Write(f,"CACS") = fail then return IO_Error; fi;
67 = IO_Error then return IO_Error;
71 if IO_Pickle(f,fail) = IO_Error then return IO_Error; fi;
105 if c.ob = IO_Error then
107 return IO_Error;
110 if c.mem = IO_Error then
112 return IO_Error;
115 if IO_Unpickle(f) <> fail then return IO_Error; fi;
/dports/devel/p5-Iterator-IO/Iterator-IO-0.02/
H A DIO.pm43 Iterator::X::IO_Error (message => qq{Cannot read "$path": $!},
190 Iterator::X::IO_Error (message => qq{Cannot read "$filename": $!},
297 or Iterator::X::IO_Error (message => qq{Cannot read "$filename": $!},
325 Iterator::X::IO_Error->throw
331 Iterator::X::IO_Error->throw
337 Iterator::X::IO_Error->throw
/dports/net/anet/libanet-0.4.1/src/
H A Danet-os.adb54 raise IO_Error with "Unable to delete file '" & Filename & "' - "
99 raise IO_Error with "Could not open '" & Filename
115 raise IO_Error with "Incomplete read of file '" & Filename & "'";
123 raise IO_Error with "Unable to read data from file '"
H A Danet-os.ads41 IO_Error : exception; exception
/dports/net/anet/libanet-0.4.1/tests/
H A Dos_tests.adb50 when OS.IO_Error => null;
115 when OS.IO_Error => null;
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/gap/semigroups/
H A Dsemirms.gi971 return IO_Error;
973 if IO_Pickle(file, [UnderlyingSemigroup(x), Matrix(x)]) = IO_Error then
974 return IO_Error;
982 if x = IO_Error then
983 return IO_Error;
992 return IO_Error;
994 if IO_Pickle(file, [UnderlyingSemigroup(x), Matrix(x)]) = IO_Error then
995 return IO_Error;
1003 if x = IO_Error then
1004 return IO_Error;
/dports/math/gap/gap-4.11.0/pkg/simpcomp/lib/
H A Dio.gi787 if(c=IO_Error) then
1667 return IO_Error;
1673 return IO_Error;
1687 return IO_Error;
1693 return IO_Error;
1708 if len = IO_Error then
1727 if ob = IO_Error then
1768 return IO_Error;
1773 return IO_Error;
1790 if prop = IO_Error then
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/gap/elements/
H A Dpbr.gi64 return IO_Error;
66 if IO_Pickle(file, List([1 .. 2 * x![1] + 1], i -> x![i])) = IO_Error then
67 return IO_Error;
75 if x = IO_Error then
76 return IO_Error;
H A Dsemiringmat.gi93 return IO_Error;
102 if IO_Pickle(file, pickle) = IO_Error then
103 return IO_Error;
111 if arg = IO_Error then
112 return IO_Error;
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/gap/tools/
H A Dio.gi126 return IO_Error;
301 if encoder(file, coll) = IO_Error then
303 return IO_Error;
516 return IO_Error;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb1820 raise IO_Error with "could not open object file";
1884 when IO_Error =>
1931 raise IO_Error with "could not read from object file";
2079 raise IO_Error with "could not read from object file";
2155 raise IO_Error with "could not seek to offset in object file";
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb1823 raise IO_Error with "could not open object file";
1887 when IO_Error =>
1934 raise IO_Error with "could not read from object file";
2082 raise IO_Error with "could not read from object file";
2158 raise IO_Error with "could not seek to offset in object file";
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb1820 raise IO_Error with "could not open object file";
1884 when IO_Error =>
1931 raise IO_Error with "could not read from object file";
2079 raise IO_Error with "could not read from object file";
2155 raise IO_Error with "could not seek to offset in object file";
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-objrea.adb1820 raise IO_Error with "could not open object file";
1884 when IO_Error =>
1931 raise IO_Error with "could not read from object file";
2079 raise IO_Error with "could not read from object file";
2155 raise IO_Error with "could not seek to offset in object file";
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-objrea.adb1847 raise IO_Error with "could not open object file";
1911 when IO_Error =>
1958 raise IO_Error with "could not read from object file";
2108 raise IO_Error with "could not read from object file";
2185 raise IO_Error with "could not seek to offset in object file";
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-objrea.adb1823 raise IO_Error with "could not open object file";
1887 when IO_Error =>
1934 raise IO_Error with "could not read from object file";
2082 raise IO_Error with "could not read from object file";
2158 raise IO_Error with "could not seek to offset in object file";
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-objrea.adb1851 raise IO_Error with "could not open object file";
1915 when IO_Error =>
1962 raise IO_Error with "could not read from object file";
2113 raise IO_Error with "could not read from object file";
2190 raise IO_Error with "could not seek to offset in object file";
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb1820 raise IO_Error with "could not open object file";
1884 when IO_Error =>
1931 raise IO_Error with "could not read from object file";
2079 raise IO_Error with "could not read from object file";
2155 raise IO_Error with "could not seek to offset in object file";
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb1820 raise IO_Error with "could not open object file";
1884 when IO_Error =>
1931 raise IO_Error with "could not read from object file";
2079 raise IO_Error with "could not read from object file";
2155 raise IO_Error with "could not seek to offset in object file";
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-objrea.adb1823 raise IO_Error with "could not open object file";
1887 when IO_Error =>
1934 raise IO_Error with "could not read from object file";
2082 raise IO_Error with "could not read from object file";
2158 raise IO_Error with "could not seek to offset in object file";

123