Home
last modified time | relevance | path

Searched refs:bad_types (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dsingle_client_standalone_transport_sync_test.cc114 syncer::ModelTypeSet bad_types = in IN_PROC_BROWSER_TEST_F() local
117 EXPECT_TRUE(bad_types.Empty()) << syncer::ModelTypeSetToString(bad_types); in IN_PROC_BROWSER_TEST_F()
148 syncer::ModelTypeSet bad_types = in IN_PROC_BROWSER_TEST_F() local
151 EXPECT_TRUE(bad_types.Empty()) << syncer::ModelTypeSetToString(bad_types); in IN_PROC_BROWSER_TEST_F()
H A Dsingle_client_secondary_account_sync_test.cc101 syncer::ModelTypeSet bad_types = in IN_PROC_BROWSER_TEST_F() local
104 EXPECT_TRUE(bad_types.Empty()) << syncer::ModelTypeSetToString(bad_types); in IN_PROC_BROWSER_TEST_F()
/dports/net/lambdamoo/MOO-1.8.1/
H A Dnumbers.c431 int bad_types = 0; in bf_min() local
437 bad_types = 1; in bf_min()
443 bad_types = 1; in bf_min()
450 if (bad_types) in bf_min()
461 int bad_types = 0; in bf_max() local
467 bad_types = 1; in bf_max()
473 bad_types = 1; in bf_max()
480 if (bad_types) in bf_max()
/dports/devel/p5-Method-Signatures/Method-Signatures-20170211/t/
H A Derror_reporting.t173 my %bad_types =
187 my $error_args = [ 'Foo::Bar', num => $bad_types{$_} => 'thing', $test_meth, ];
/dports/textproc/R-cran-readr/readr/R/
H A Dcol_types.R525 bad_types <- !(type_names %in% col_names) functionVar
526 if (any(bad_types)) {
528 paste0(type_names[bad_types], collapse = ", "),
531 spec$cols <- spec$cols[!bad_types]
532 type_names <- type_names[!bad_types]
/dports/textproc/R-cran-vroom/vroom/R/
H A Dcol_types.R413 bad_types <- !(type_names %in% col_names) functionVar
414 if (any(bad_types)) {
416 paste0(type_names[bad_types], collapse = ", ")), class = "vroom_mismatched_column_name")
417 spec$cols <- spec$cols[!bad_types]
418 type_names <- type_names[!bad_types]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/devel/libc++/libcxx-10.0.1.src/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/libcxx/sym_check/
H A Dextract.py92 bad_types = ['t', 'b', 'r', 'd', 'w']
93 return (sym['type'] not in bad_types
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DTopologyInfoTest.cpp1137 EntityTopology bad_types[] = { (EntityTopology)0, in bad_type() local
1145 CPPUNIT_ASSERT( TopologyInfo::dimension(bad_types[i]) == 0 ); in bad_type()
1146 CPPUNIT_ASSERT( TopologyInfo::adjacent(bad_types[i], 1) == 0 ); in bad_type()
1147 CPPUNIT_ASSERT( TopologyInfo::sides(bad_types[i]) == 0 ); in bad_type()
1148 CPPUNIT_ASSERT( TopologyInfo::corners(bad_types[i]) == 0 ); in bad_type()
1149 CPPUNIT_ASSERT( TopologyInfo::edges(bad_types[i]) == 0 ); in bad_type()
1150 CPPUNIT_ASSERT( TopologyInfo::faces(bad_types[i]) == 0 ); in bad_type()
1153 TopologyInfo::higher_order( bad_types[i], 20, a, b, c, err ); in bad_type()
1157 ptr = TopologyInfo::edge_vertices( bad_types[i], 0, err ); in bad_type()
1161 ptr = TopologyInfo::face_vertices( bad_types[i], 0, count, err ); in bad_type()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/
H A Dtry_option_syntax.py312 bad_types = set(build_types) - all_types
313 if bad_types:
314 raise Exception("Unknown build type(s) [%s] specified for try" % ','.join(bad_types))
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/2008clr/mpg123clr/
H A Derror.h71 bad_types = MPG123_BAD_TYPES, /// Incompatible numeric data types. enumerator
/dports/devel/R-cran-data.table/data.table/R/
H A Dsetops.R43 bad_types = c("raw", "complex", if (block_list) "list") vector
44 found = bad_types %chin% c(vapply_1c(x, typeof), vapply_1c(y, typeof))
46 " found in x or y: ", brackify(bad_types[found]))
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/
H A Dtry_option_syntax.py371 bad_types = set(build_types) - all_types
372 if bad_types:
374 "Unknown build type(s) [%s] specified for try" % ",".join(bad_types)
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/
H A Dtry_option_syntax.py367 bad_types = set(build_types) - all_types
368 if bad_types:
370 "Unknown build type(s) [%s] specified for try" % ",".join(bad_types)
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/
H A Dtry_option_syntax.py371 bad_types = set(build_types) - all_types
372 if bad_types:
374 "Unknown build type(s) [%s] specified for try" % ",".join(bad_types)
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/
H A Dtry_option_syntax.py332 bad_types = set(build_types) - all_types
333 if bad_types:
334 raise Exception("Unknown build type(s) [%s] specified for try" % ','.join(bad_types))

123