Home
last modified time | relevance | path

Searched defs:ParseTest (Results 1 – 25 of 149) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liburlpattern/
H A Dparse_unittest.cc37 TEST(ParseTest, EmptyPattern) { in TEST() argument
41 TEST(ParseTest, InvalidChar) { in TEST() argument
45 TEST(ParseTest, Fixed) { in TEST() argument
52 TEST(ParseTest, FixedInGroup) { in TEST() argument
96 TEST(ParseTest, FixedWithModifier) { in TEST() argument
100 TEST(ParseTest, Regex) { in TEST() argument
109 TEST(ParseTest, RegexInGroup) { in TEST() argument
131 TEST(ParseTest, RegexWithPrefix) { in TEST() argument
173 TEST(ParseTest, Name) { in TEST() argument
182 TEST(ParseTest, NameInGroup) { in TEST() argument
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/mm-go-irckit/
H A Dservice_test.go10 type ParseTest struct { struct
11 Desc string
12 Value string
13 Results []string
14 IsGood bool
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DDecimalTest.cs20 internal struct ParseTest struct
22 public ParseTest (String str, bool exceptionFlag) in ParseTest() argument
30 public ParseTest (String str, Decimal d) in ParseTest() method
38 public ParseTest (String str, Decimal d, NumberStyles style) in ParseTest() argument
46 public String str;
47 public Decimal d;
48 public NumberStyles style;
49 public bool exceptionFlag;
/dports/devel/abseil/abseil-cpp-20211102.0/absl/flags/
H A Dparse_test.cc211 class ParseTest : public testing::Test { class
245 TEST_F(ParseTest, TestEmptyArgv) { in TEST_F() argument
256 TEST_F(ParseTest, TestValidIntArg) { in TEST_F() argument
286 TEST_F(ParseTest, TestValidDoubleArg) { in TEST_F() argument
316 TEST_F(ParseTest, TestValidStringArg) { in TEST_F() argument
353 TEST_F(ParseTest, TestValidBoolArg) { in TEST_F() argument
381 TEST_F(ParseTest, TestValidUDTArg) { in TEST_F() argument
398 TEST_F(ParseTest, TestValidMultipleArg) { in TEST_F() argument
420 TEST_F(ParseTest, TestPositionalArgs) { in TEST_F() argument
568 TEST_F(ParseTest, TestLegacyFlags) { in TEST_F() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/flags/
H A Dparse_test.cc209 class ParseTest : public testing::Test { class
240 TEST_F(ParseTest, TestEmptyArgv) { in TEST_F() argument
251 TEST_F(ParseTest, TestValidIntArg) { in TEST_F() argument
281 TEST_F(ParseTest, TestValidDoubleArg) { in TEST_F() argument
311 TEST_F(ParseTest, TestValidStringArg) { in TEST_F() argument
348 TEST_F(ParseTest, TestValidBoolArg) { in TEST_F() argument
376 TEST_F(ParseTest, TestValidUDTArg) { in TEST_F() argument
393 TEST_F(ParseTest, TestValidMultipleArg) { in TEST_F() argument
415 TEST_F(ParseTest, TestPositionalArgs) { in TEST_F() argument
563 TEST_F(ParseTest, TestLegacyFlags) { in TEST_F() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/flags/
H A Dparse_test.cc209 class ParseTest : public testing::Test { class
240 TEST_F(ParseTest, TestEmptyArgv) { in TEST_F() argument
251 TEST_F(ParseTest, TestValidIntArg) { in TEST_F() argument
281 TEST_F(ParseTest, TestValidDoubleArg) { in TEST_F() argument
311 TEST_F(ParseTest, TestValidStringArg) { in TEST_F() argument
348 TEST_F(ParseTest, TestValidBoolArg) { in TEST_F() argument
376 TEST_F(ParseTest, TestValidUDTArg) { in TEST_F() argument
393 TEST_F(ParseTest, TestValidMultipleArg) { in TEST_F() argument
415 TEST_F(ParseTest, TestPositionalArgs) { in TEST_F() argument
563 TEST_F(ParseTest, TestLegacyFlags) { in TEST_F() argument
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/flags/
H A Dparse_test.cc211 class ParseTest : public testing::Test { class
245 TEST_F(ParseTest, TestEmptyArgv) { in TEST_F() argument
256 TEST_F(ParseTest, TestValidIntArg) { in TEST_F() argument
286 TEST_F(ParseTest, TestValidDoubleArg) { in TEST_F() argument
316 TEST_F(ParseTest, TestValidStringArg) { in TEST_F() argument
353 TEST_F(ParseTest, TestValidBoolArg) { in TEST_F() argument
381 TEST_F(ParseTest, TestValidUDTArg) { in TEST_F() argument
398 TEST_F(ParseTest, TestValidMultipleArg) { in TEST_F() argument
420 TEST_F(ParseTest, TestPositionalArgs) { in TEST_F() argument
568 TEST_F(ParseTest, TestLegacyFlags) { in TEST_F() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/flags/
H A Dparse_test.cc209 class ParseTest : public testing::Test { class
240 TEST_F(ParseTest, TestEmptyArgv) { in TEST_F() argument
251 TEST_F(ParseTest, TestValidIntArg) { in TEST_F() argument
281 TEST_F(ParseTest, TestValidDoubleArg) { in TEST_F() argument
311 TEST_F(ParseTest, TestValidStringArg) { in TEST_F() argument
348 TEST_F(ParseTest, TestValidBoolArg) { in TEST_F() argument
376 TEST_F(ParseTest, TestValidUDTArg) { in TEST_F() argument
393 TEST_F(ParseTest, TestValidMultipleArg) { in TEST_F() argument
415 TEST_F(ParseTest, TestPositionalArgs) { in TEST_F() argument
562 TEST_F(ParseTest, TestLegacyFlags) { in TEST_F() argument
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/flags/
H A Dparse_test.cc209 class ParseTest : public testing::Test { class
240 TEST_F(ParseTest, TestEmptyArgv) { in TEST_F() argument
251 TEST_F(ParseTest, TestValidIntArg) { in TEST_F() argument
281 TEST_F(ParseTest, TestValidDoubleArg) { in TEST_F() argument
311 TEST_F(ParseTest, TestValidStringArg) { in TEST_F() argument
348 TEST_F(ParseTest, TestValidBoolArg) { in TEST_F() argument
376 TEST_F(ParseTest, TestValidUDTArg) { in TEST_F() argument
393 TEST_F(ParseTest, TestValidMultipleArg) { in TEST_F() argument
415 TEST_F(ParseTest, TestPositionalArgs) { in TEST_F() argument
562 TEST_F(ParseTest, TestLegacyFlags) { in TEST_F() argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
321 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
341 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
321 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/time/
H A Dformat_test.go109 type ParseTest struct { struct
110 name string
111 format string
112 value string
113 hasTZ bool // contains a time zone
114 hasWD bool // contains a weekday
115 yearSign int // sign of year, -1 indicates the year is not present in the format
116 fracDigits int // number of digits of fractional second
260 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/time/
H A Dformat_test.go119 type ParseTest struct { struct
120 name string
121 format string
122 value string
123 hasTZ bool // contains a time zone
124 hasWD bool // contains a weekday
125 yearSign int // sign of year, -1 indicates the year is not present in the format
126 fracDigits int // number of digits of fractional second
343 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/time/
H A Dformat_test.go174 type ParseTest struct { struct
175 name string
176 format string
177 value string
178 hasTZ bool // contains a time zone
179 hasWD bool // contains a weekday
180 yearSign int // sign of year, -1 indicates the year is not present in the format
181 fracDigits int // number of digits of fractional second
405 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/time/
H A Dformat_test.go174 type ParseTest struct { struct
175 name string
176 format string
177 value string
178 hasTZ bool // contains a time zone
179 hasWD bool // contains a weekday
180 yearSign int // sign of year, -1 indicates the year is not present in the format
181 fracDigits int // number of digits of fractional second
405 func checkTime(time Time, test *ParseTest, t *testing.T) {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/time/
H A Dformat_test.go174 type ParseTest struct { struct
175 name string
176 format string
177 value string
178 hasTZ bool // contains a time zone
179 hasWD bool // contains a weekday
180 yearSign int // sign of year, -1 indicates the year is not present in the format
181 fracDigits int // number of digits of fractional second
405 func checkTime(time Time, test *ParseTest, t *testing.T) {

123456