Home
last modified time | relevance | path

Searched defs:expected_types (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_intrinsic_test.cc1725 auto* expected_types = R"(%5 = OpTypeFloat 32 in TEST_F() local
1774 auto* expected_types = R"(%4 = OpTypeFloat 32 in TEST_F() local
1824 auto* expected_types = R"(%5 = OpTypeFloat 32 in TEST_F() local
1887 auto* expected_types = R"(%5 = OpTypeFloat 32 in TEST_F() local
1947 auto* expected_types = R"(%4 = OpTypeInt 32 0 in TEST_F() local
2017 auto* expected_types = R"(%4 = OpTypeInt 32 0 in TEST_F() local
2092 std::string expected_types = R"(%4 = OpTypeInt 32 1 in TEST_P() local
2170 std::string expected_types = R"(%4 = OpTypeInt 32 0 in TEST_P() local
2253 auto* expected_types = R"(%4 = OpTypeInt 32 0 in TEST_F() local
2331 auto* expected_types = R"(%4 = OpTypeInt 32 0 in TEST_F() local
[all …]
/third_party/cJSON/tests/
Dparse_array.c119 int expected_types[7] = in parse_array_should_parse_arrays_with_multiple_elements() local
Dparse_object.c118 int expected_types[7] = in parse_object_should_parse_objects_with_multiple_elements() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dgenerator.cc61 const auto expected_types = kGeneratorInputFormat[cmd]; in CheckValidation() local
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc470 void FormatTypeError(PyObject* arg, const char* expected_types) { in FormatTypeError()