Home
last modified time | relevance | path

Searched defs:expected_type (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/resolver/
Dinferred_type_test.cc85 auto* expected_type = params.create_expected_type(*this); in TEST_P() local
113 auto* expected_type = params.create_expected_type(*this); in TEST_P() local
127 auto* expected_type = params.create_expected_type(*this); in TEST_P() local
144 auto* expected_type = in TEST_F() local
159 auto* expected_type = create<sem::Struct>( in TEST_F() local
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dlib.rs209 let expected_type = if let Some(&hir::Ty { kind: hir::TyKind::Infer, span, .. }) = body_ty { in typeck_with_fallback() localVariable
245 let expected_type = expected_type.unwrap_or_else(fallback); in typeck_with_fallback() localVariable
247 let expected_type = fcx.normalize(body.value.span, expected_type); in typeck_with_fallback() localVariable
/third_party/spirv-tools/source/
Dtext.cpp307 spvtools::IdType expected_type = { in spvTextEncodeOperand() local
318 spvtools::IdType expected_type = { in spvTextEncodeOperand() local
338 spvtools::IdType expected_type = spvtools::kUnknownType; in spvTextEncodeOperand() local
/third_party/openssl/crypto/cmp/
Dcmp_client.c35 int expected_type /* ignored here */) in unprotected_exception()
127 OSSL_CMP_MSG **rep, int expected_type) in send_receive_check()
562 int req_type, int expected_type) in cert_response()
/third_party/grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py25 def _validate_payload_type_and_length(response, expected_type, expected_length): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_literal_test.cpp177 IdType expected_type{test.bitwidth, test.is_signed, type}; in successfulEncode() local
192 IdType expected_type{test.bitwidth, test.is_signed, type}; in failedEncode() local
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_literal_test.cpp177 IdType expected_type{test.bitwidth, test.is_signed, type}; in successfulEncode() local
192 IdType expected_type{test.bitwidth, test.is_signed, type}; in failedEncode() local
/third_party/libuv/test/
Dtest-ipc-send-recv.c48 uv_handle_type expected_type; member
60 uv_handle_type expected_type; member
/third_party/spirv-tools/test/
Dtext_literal_test.cpp177 IdType expected_type{test.bitwidth, test.is_signed, type}; in successfulEncode() local
192 IdType expected_type{test.bitwidth, test.is_signed, type}; in failedEncode() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc45 FloatType expected_type, uint64_t expected_mantissa, in ExpectParsedFloat()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext.cpp306 spvtools::IdType expected_type = { in spvTextEncodeOperand() local
326 spvtools::IdType expected_type = spvtools::kUnknownType; in spvTextEncodeOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp306 spvtools::IdType expected_type = { in spvTextEncodeOperand() local
326 spvtools::IdType expected_type = spvtools::kUnknownType; in spvTextEncodeOperand() local
/third_party/openssl/test/
Dasn1_time_test.c24 int expected_type; /* expected type after set/set_string_gmt */ member
Dx509_time_test.c44 int expected_type; member
/third_party/openssl/fuzz/
Dcmp.c46 int invalid_protection, int expected_type) in allow_unprotected()
/third_party/musl/porting/linux/user/src/fdsan/
Dfdsan.c241 const char* expected_type = fdsan_get_tag_type(expected_tag); in fdsan_close_with_tag() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/mindrecord/common/
Dexceptions.py154 def __init__(self, param_name, expected_type): argument
/third_party/musl/src/fdsan/linux/
Dfdsan.c292 const char* expected_type = fdsan_get_tag_type(expected_tag); in fdsan_close_with_tag() local
/third_party/openssl/crypto/store/
Dstore_local.h138 int expected_type; member
/third_party/ncurses/ncurses/tinfo/
Dparse_entry.c203 expected_type(const char *name, int token_type, bool silent) in expected_type() function
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py63 def _validate_payload_type_and_length(response, expected_type, expected_length): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Drender.rs439 let expected_type = ctx.expected_type.as_ref()?; in compute_type_match() localVariable
464 let expected_type = ctx.expected_type.as_ref()?; in compute_ref_match() localVariable
/third_party/grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py51 def _validate_payload_type_and_length(response, expected_type, expected_length): argument
/third_party/openssl/providers/implementations/storemgmt/
Dfile_store.c107 int expected_type; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp4828 auto expected_type = binary_op_bitcast_helper(cast_op0, cast_op1, input_type, cop.arguments[0], in constant_op_expression() local
5709 … const char *op, bool negate, SPIRType::BaseType expected_type) in emit_unrolled_binary_op()
5771 SPIRType expected_type; in binary_op_bitcast_helper() local
5818 …auto expected_type = binary_op_bitcast_helper(cast_op0, cast_op1, input_type, op0, op1, skip_cast_… in emit_binary_op_cast() local
5884 auto expected_type = out_type; in emit_unary_func_op_cast() local
5932 auto expected_type = out_type; in emit_trinary_func_op_bitextract() local
5979 auto expected_type = out_type; in emit_trinary_func_op_cast() local
6013 auto expected_type = out_type; in emit_binary_func_op_cast_clustered() local
6039 …auto expected_type = binary_op_bitcast_helper(cast_op0, cast_op1, input_type, op0, op1, skip_cast_… in emit_binary_func_op_cast() local
7033 auto expected_type = coord_type; in to_function_args() local
[all …]

12