Home
last modified time | relevance | path

Searched refs:all_types (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/
Dsupport_status.cpp84 > all_types; typedef
242 …test_binary_algorithm<append, all_types, boost::mpl::vector<point_type, std::vector<point_type> >,… in support_status()
243 test_unary_algorithm<area, all_types, OutputFactory>("area"); in support_status()
244 test_binary_algorithm<buffer, all_types, all_types, OutputFactory>("buffer"); in support_status()
245 test_unary_algorithm<centroid, all_types, OutputFactory>("centroid"); in support_status()
246 test_unary_algorithm<clear, all_types, OutputFactory>("clear"); in support_status()
247 test_binary_algorithm<convert, all_types, all_types, OutputFactory>("convert"); in support_status()
248 test_unary_algorithm<convex_hull, all_types, OutputFactory>("convex_hull"); in support_status()
249 test_unary_algorithm<correct, all_types, OutputFactory>("correct"); in support_status()
250 test_binary_algorithm<covered_by, all_types, all_types, OutputFactory>("covered_by"); in support_status()
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type) variable
654 …operation("equal", 2, printable_name="==", source_types=all_types, dest_type=bool_type, c_expressi…
655 …operation("nequal", 2, printable_name="!=", source_types=all_types, dest_type=bool_type, c_express…
659 …operation("all_equal", 2, source_types=all_types, dest_type=bool_type, c_expression="op[0]->has_va…
663 …operation("any_nequal", 2, source_types=all_types, dest_type=bool_type, c_expression="!op[0]->has_…
699 operation("vector_extract", 2, source_types=all_types, c_expression="anything-except-None"),
727 … all_signatures=zip(all_types, zip(len(all_types) * (bool_type,), all_types, all_types)),
741 operation("vector_insert", 3, source_types=all_types, c_expression="anything-except-None"),
748 operation("vector", 4, source_types=all_types, c_expression="anything-except-None"),
/third_party/selinux/secilc/docs/
Dcil_access_vector_rules.md74 (typeattribute all_types)
75 (typeattributeset all_types (all))
83 (allow all_types all_types (android_classes (set_2))) ; classmap/classmapping
86 ; (neverallow type_5 all_types (property_service (set)))
88 (allow type_1 all_types (property_service (set)))
242 (typeattribute all_types)
243 (typeattributeset all_types ((all)))
245 (neverallow type_3 all_types (property_service (set)))
460 (typeattribute all_types)
461 (typeattributeset all_types ((all)))
[all …]
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py934 all_types = unittest_pb2.TestAllTypes()
935 all_descriptor = all_types.DESCRIPTOR
936 all_types.repeated_string.append(u'\u00fc\ua71f')
938 msg.value.Pack(all_types)
942 all_types.SerializeToString())
949 self.assertEqual(all_types, unpacked_message)
954 msg.Pack(all_types)
963 all_types = unittest_pb2.TestAllTypes()
964 all_descriptor = all_types.DESCRIPTOR
965 msg.value.Pack(all_types)
/third_party/mindspore/mindspore/core/ops/
Dconcat.cc72 auto infer_type = CheckAndConvertUtils::CheckTensorTypeSame(types, all_types, prim_name); in ConcatInfer()
Dop_utils.h284 const std::set<TypePtr> all_types = { variable
/third_party/mindspore/mindspore/numpy/
Ddtypes.py87 all_types = [ variable
Dutils_const.py30 from .dtypes import promotion_rule, dtype_tuple, all_types, dtype_map, rule_for_trigonometric
/third_party/glib/gobject/tests/
Dsignals.c197 …void (* all_types) (Test *test, int i, gboolean b, char c, guchar uc, guint ui, glong l, gulong ul… member
218 klass->all_types = all_types_handler; in test_class_init()
410 G_STRUCT_OFFSET (TestClass, all_types), in test_class_init()
437 G_STRUCT_OFFSET (TestClass, all_types), in test_class_init()
467 G_STRUCT_OFFSET (TestClass, all_types), in test_class_init()
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc349 constexpr CreatePtrs all_types[] = { variable
414 testing::Combine(testing::ValuesIn(all_types),
415 testing::ValuesIn(all_types)));
2210 constexpr CreatePtrs all_types[] = { variable
2279 testing::Combine(testing::ValuesIn(all_types),
2322 testing::Combine(testing::ValuesIn(all_types),
2323 testing::ValuesIn(all_types),
/third_party/mindspore/mindspore/
D_checkparam.py639 all_types = mstype.__dtype__ + ["int", "float", "bool"]
641 if dtype.lower() not in all_types:
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp9984 static const glw::GLenum all_types[] = { GL_UNSIGNED_BYTE, in Prepare() local
10009 static const glw::GLuint all_types_count = sizeof(all_types) / sizeof(all_types[0]); in Prepare()
10020 if (all_types[i] == m_type_invalid) in Prepare()
/third_party/protobuf/
DMakefile.am1323 js/experimental/benchmarks/code_size/kernel/all_types.js \