| /third_party/node/deps/v8/src/compiler/ |
| D | simplified-lowering-verifier.cc | 125 Type output_type = in VisitNode() local 135 Type output_type = in VisitNode() local 160 Type output_type; in VisitNode() local 199 Type output_type = op_typer.TypeTypeGuard(node->op(), InputType(node, 0)); in VisitNode() local 238 Type output_type = InputType(node, 0); in VisitNode() local
|
| D | representation-change.cc | 158 Node* node, MachineRepresentation output_rep, Type output_type, in GetRepresentationFor() 256 Node* node, MachineRepresentation output_rep, Type output_type, in GetTaggedSignedRepresentationFor() 398 Node* node, MachineRepresentation output_rep, Type output_type, in GetTaggedPointerRepresentationFor() 510 Node* node, MachineRepresentation output_rep, Type output_type, in GetTaggedRepresentationFor() 629 Node* node, MachineRepresentation output_rep, Type output_type, in GetFloat32RepresentationFor() 694 Node* node, MachineRepresentation output_rep, Type output_type, in GetFloat64RepresentationFor() 829 Node* node, MachineRepresentation output_rep, Type output_type, in GetWord32RepresentationFor() 1025 Node* node, MachineRepresentation output_rep, Type output_type) { in GetBitRepresentationFor() 1097 Node* node, MachineRepresentation output_rep, Type output_type, in GetWord64RepresentationFor() 1508 Type output_type, in TypeError()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opcodes.py | 35 def __init__(self, name, output_size, output_type, input_sizes, argument 154 def opcode(name, output_size, output_type, input_sizes, input_types, argument 167 def unop_horiz(name, output_size, output_type, input_size, input_type, argument 172 def unop_reduce(name, output_size, output_type, input_type, prereduce_expr, argument 592 def binop_reduce(name, output_size, output_type, src_type, prereduce_expr, argument
|
| /third_party/node/test/js-native-api/test_conversions/ |
| D | test_null.c | 6 #define GEN_NULL_CHECK_BINDING(binding_name, output_type, api) \ argument
|
| /third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
| D | gstmfaacenc.cpp | 209 IMFMediaType ** output_type) in gst_mf_aac_enc_get_output_type() 444 ComPtr < IMFMediaType > output_type; in gst_mf_aac_enc_set_src_caps() local 707 MFT_REGISTER_TYPE_INFO output_type; in gst_mf_aac_enc_plugin_init() local
|
| D | gstmfmp3enc.cpp | 209 IMFMediaType ** output_type) in gst_mf_mp3_enc_get_output_type() 424 ComPtr < IMFMediaType > output_type; in gst_mf_mp3_enc_set_src_caps() local 721 MFT_REGISTER_TYPE_INFO output_type; in gst_mf_mp3_enc_plugin_init() local
|
| D | gstmfvp9enc.cpp | 447 IMFMediaType * output_type) in gst_mf_vp9_enc_set_option() 540 GstVideoCodecState * state, IMFMediaType * output_type) in gst_mf_vp9_enc_set_src_caps()
|
| D | gstmfaudioenc.cpp | 78 MFT_REGISTER_TYPE_INFO output_type; in gst_mf_audio_enc_open() local
|
| D | gstmfh265enc.cpp | 612 IMFMediaType * output_type) in gst_mf_h265_enc_set_option() 765 GstVideoCodecState * state, IMFMediaType * output_type) in gst_mf_h265_enc_set_src_caps()
|
| D | gstmftransform.cpp | 620 ComPtr < IMFMediaType > output_type; in gst_mf_transform_process_output() local 1203 IMFMediaType * output_type) in gst_mf_transform_set_output_type() 1252 IMFMediaType ** output_type) in gst_mf_transform_get_output_current_type()
|
| /third_party/openssl/crypto/asn1/ |
| D | i2d_evp.c | 29 const char *output_type; member
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| D | i2d_evp.c | 29 const char *output_type; member
|
| /third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
| D | encoder_pkey.c | 76 const char *output_type; member 319 const char *output_type, in OSSL_ENCODER_CTX_new_for_pkey()
|
| D | encoder_local.h | 61 const char *output_type; /* Never NULL */ member 81 const char *output_type; member
|
| /third_party/openssl/crypto/encode_decode/ |
| D | encoder_pkey.c | 76 const char *output_type; member 319 const char *output_type, in OSSL_ENCODER_CTX_new_for_pkey()
|
| D | encoder_local.h | 61 const char *output_type; /* Never NULL */ member 81 const char *output_type; member
|
| /third_party/json/include/nlohmann/detail/output/ |
| D | binary_writer.hpp | 622 std::uint8_t output_type{}; in write_msgpack() local 664 std::uint8_t output_type = use_ext in write_msgpack() local 673 std::uint8_t output_type = use_ext in write_msgpack() local
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | MethodDescriptorProto.php | 34 protected $output_type = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
| /third_party/skia/modules/pathkit/tests/ |
| D | testReporter.js | 84 'output_type': outputType, property
|
| /third_party/skia/modules/canvaskit/tests/ |
| D | testReporter.js | 84 'output_type': outputType, property
|
| /third_party/openssl/apps/ |
| D | dsa.c | 90 const char *output_type = NULL, *ciphername = NULL; in dsa_main() local
|
| D | ec.c | 244 const char *output_type = outformat == FORMAT_ASN1 ? "DER" : "PEM"; in ec_main() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| D | dsa.c | 90 const char *output_type = NULL, *ciphername = NULL; in dsa_main() local
|
| D | ec.c | 244 const char *output_type = outformat == FORMAT_ASN1 ? "DER" : "PEM"; in ec_main() local
|
| /third_party/mesa3d/src/intel/tools/ |
| D | i965_asm.c | 37 static enum opt_output_type output_type = OPT_OUTPUT_BIN; variable
|