/dports/cad/ghdl/ghdl-1.0.0/src/grt/ |
H A D | grt-vstrings.adb | 124 return Rstr.Max + 1 - Rstr.First; 149 Nstr (Nfirst .. Nmax) := Rstr.Str (Rstr.First .. Rstr.Max); 161 Rstr.First := Rstr.First - 1; 162 Rstr.Str (Rstr.First) := C; 169 Rstr.First := Rstr.First - Str'Length; 170 Rstr.Str (Rstr.First .. Rstr.First + Str'Length - 1) := Str; 178 Rstr.First := Rstr.First - L; 179 Rstr.Str (Rstr.First .. Rstr.First + L - 1) := Str (1 .. L); 184 return Rstr.Str (Rstr.First)'Address; 192 Str := Rstr.Str (Rstr.First .. Rstr.First + Str'Length - 1); [all …]
|
H A D | grt-rtis_utils.adb | 674 Prepend (Rstr, "???"); 700 Prepend (Rstr, ')'); 713 Prepend (Rstr, 726 Prepend (Rstr, 733 Prepend (Rstr, Blk.Name); 734 Prepend (Rstr, Sep); 751 Prepend (Rstr, Sep); 762 Rstr : Rstring; variable 764 Get_Path_Name (Rstr, Ctxt, '.'); 765 Put (Stream, Rstr); [all …]
|
H A D | grt-vstrings.ads | 65 procedure Free (Rstr : in out Rstring); 68 procedure Prepend (Rstr : in out Rstring; C : Character); 69 procedure Prepend (Rstr : in out Rstring; Str : String); 70 procedure Prepend (Rstr : in out Rstring; Str : Ghdl_C_String); 73 function Length (Rstr : Rstring) return Natural; 76 function Get_Address (Rstr : Rstring) return Address; 79 procedure Copy (Rstr : Rstring; Str : in out String; Len : out Natural);
|
H A D | grt-names.adb | 53 Rstr : Rstring; variable 57 Prepend (Rstr, ':'); 58 Get_Path_Name (Rstr, Ctxt, ':', not Is_Path); 59 R_Len := Length (Rstr); 75 Memcpy (Res.Base (0)'Address, Get_Address (Rstr), R_Len); 79 Free (Rstr);
|
H A D | grt-vstrings_io.adb | 37 procedure Put (Stream : FILEs; Rstr : Rstring) 41 S := size_t (Length (Rstr)); 43 S := fwrite (Get_Address (Rstr), S, 1, Stream);
|
/dports/devel/py-rstr/rstr-3.0.0/rstr/tests/ |
H A D | test_rstr.py | 5 from rstr.rstr_base import Rstr, SameCharacterError 15 self.rs = Rstr() 59 self.rs = Rstr(random.SystemRandom()) 64 self.rs = Rstr() 79 self.rs = Rstr() 94 self.rs = Rstr() 109 self.rs = Rstr() 124 rs = Rstr(vowels='AEIOU') 128 rs = Rstr()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in main() 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in main()
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/ |
H A D | cxx0x-type-convert-construct.cpp | 11 char *Rstr; in f() local 12 …Rstr = R"foo(a raw string)foo"; // expected-warning{{ISO C++11 does not allow conversion from stri… in f()
|
/dports/devel/py-rstr/rstr-3.0.0/rstr/ |
H A D | rstr_base.py | 162 class Rstr(RstrBase, Xeger): class 165 super(Rstr, self).__init__(_random=_random, **alphabets) 167 default_instance = Rstr()
|
/dports/devel/py-celery/celery-4.4.7/celery/app/ |
H A D | trace.py | 382 R = I = T = Rstr = retval = state = None 485 Rstr = saferepr(R, resultrepr_maxsize) 495 'return_value': Rstr, 532 return trace_ok_t(R, I, T, Rstr) 587 R, I, T, Rstr = trace_task(app.tasks[name], 589 return (1, R, T) if I else (0, Rstr, T) 611 R, I, T, Rstr = tasks[task].__trace__( 614 return (1, R, T) if I else (0, Rstr, T)
|
/dports/devel/py-rstr/rstr-3.0.0/ |
H A D | README.rst | 23 >> from rstr import Rstr 25 >> rs = Rstr(SystemRandom()) 162 shortcut, you can specify them by keyword when instantiating an Rstr object: 164 >>> from rstr import Rstr 165 >>> rs = Rstr(vowels='AEIOU')
|