Home
last modified time | relevance | path

Searched refs:enc_type (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/http/
Dhttp_content_disposition.cc64 RFC2047EncodingType enc_type, in DecodeBQEncoding() argument
68 if (!((enc_type == B_ENCODING) ? in DecodeBQEncoding()
121 RFC2047EncodingType enc_type = Q_ENCODING; in DecodeWord() local
144 enc_type = B_ENCODING; in DecodeWord()
149 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &decoded_word); in DecodeWord()
/external/tensorflow/tensorflow/core/framework/
Dfull_type_inference_util.cc108 auto* enc_type = ret_type.add_args(); in Encode() local
109 enc_type->set_type_id(TFT_ENCODED); in Encode()
110 *enc_type->add_args() = in_t; in Encode()
111 enc_type->add_args()->set_type_id(t); in Encode()
/external/ltp/testcases/network/virt/
Dvirt_lib.sh90 local enc_type="$1"
93 if [ "$enc_type" = "gue" ]; then