Home
last modified time | relevance | path

Searched defs:one (Results 151 – 175 of 17137) sorted by relevance

12345678910>>...686

/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstol.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string((long long)l1)); in test01() local
150 string one(to_string((long long)l1)); in test01() local
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/tests/files/bugs/
H A Dextend-common-prefix-complex.scss3 #one #two #three a { id
6 #one #two #three b { id
11 #one #three c { id
14 #one #two #three d { id
19 #one #two #three e { id
22 #one #three f { id
30 #one #two #three h { id
35 #one #two #three i { id
43 #one #two k { id
54 #one #two n { id
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoul.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string((unsigned long long)ul1)); in test01() local
H A Dstoull.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string(ull1)); in test01() local
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoul.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring((unsigned long long)ul1)); in test01() local
H A Dstoull.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring(ull1)); in test01() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoul.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string((unsigned long long)ul1)); in test01() local
H A Dstoull.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string(ull1)); in test01() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoull.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring(ull1)); in test01() local
H A Dstoul.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring((unsigned long long)ul1)); in test01() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string(ull1)); in test01() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoul.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string((unsigned long long)ul1)); in test01() local
H A Dstoull.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string(ull1)); in test01() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoull.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring(ull1)); in test01() local
H A Dstoul.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring((unsigned long long)ul1)); in test01() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoul.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string((unsigned long long)ul1)); in test01() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoul.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring((unsigned long long)ul1)); in test01() local
H A Dstoull.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring(ull1)); in test01() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoul.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string((unsigned long long)ul1)); in test01() local
H A Dstoull.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string(ull1)); in test01() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoul.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring((unsigned long long)ul1)); in test01() local
H A Dstoull.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring(ull1)); in test01() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string(ull1)); in test01() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoull.cc39 wstring one; in test01() local
54 wstring one(L"a"); in test01() local
69 wstring one(L"a"); in test01() local
82 wstring one(L"78"); in test01() local
95 wstring one(L"10112"); in test01() local
108 wstring one(L"0XE"); in test01() local
122 wstring one(1000, L'9'); in test01() local
138 wstring one(to_wstring(ull1)); in test01() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoul.cc38 string one; in test01() local
53 string one("a"); in test01() local
68 string one("a"); in test01() local
81 string one("78"); in test01() local
94 string one("10112"); in test01() local
107 string one("0XE"); in test01() local
121 string one(1000, '9'); in test01() local
137 string one(to_string((unsigned long long)ul1)); in test01() local

12345678910>>...686