HomeSort by relevance Sort by last modified time
    Searched refs:out_type (Results 1 - 25 of 30) sorted by null

1 2

  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 340 def __init__(self, name, op, in_type, out_type, reverse=False):
350 self.out_type = out_type
389 assert self.out_type in operands
390 return operands[self.out_type]
400 out.append(valuesToStr("output %s out0" % (self.out_type), self.out_type, out_values))
406 def __init__(self, name, op, in_type, out_type, reverse=False):
407 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False)
    [all...]
  /system/update_engine/
connection_manager.h 48 bool GetConnectionProperties(NetworkConnectionType* out_type,
59 NetworkConnectionType* out_type,
mock_connection_manager.h 34 bool(NetworkConnectionType* out_type,
connection_manager_interface.h 47 // Populates |out_type| with the type of the network connection
50 virtual bool GetConnectionProperties(NetworkConnectionType* out_type,
connection_manager.cc 165 NetworkConnectionType* out_type,
175 GetServicePathProperties(default_service_path, out_type, out_tethering));
198 NetworkConnectionType* out_type,
219 // Populate the out_type property.
223 *out_type = NetworkConnectionType::kUnknown;
235 *out_type = NetworkConnectionType::kUnknown;
237 *out_type = ParseConnectionType(prop_physical->second.TryGet<string>());
240 *out_type = ParseConnectionType(type_str);
libcurl_http_fetcher.h 177 // written to |out_type|).
178 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
libcurl_http_fetcher.cc 65 curl_proxytype* out_type) {
70 *out_type = CURLPROXY_SOCKS5_HOSTNAME;
75 *out_type = CURLPROXY_SOCKS4A;
82 *out_type = CURLPROXY_HTTP;
  /art/runtime/lambda/
closure.h 128 ShortyFieldType* out_type,
closure.cc 346 ShortyFieldType* out_type,
348 DCHECK(out_type != nullptr);
360 *out_type = variable_type;
shorty_field_type.h 128 ShortyFieldType* out_type) {
203 *out_type = safe_type;
  /system/update_engine/payload_generator/
delta_diff_utils.h 115 // in |out_blob| and the resulting operation type in |out_type|. Returns whether
120 InstallOperation_Type* out_type);
delta_diff_utils.cc 499 InstallOperation_Type* out_type) {
509 *out_type = InstallOperation::ZERO;
519 *out_type = InstallOperation::REPLACE_XZ;
533 *out_type = InstallOperation::REPLACE_BZ;
541 *out_type = InstallOperation::REPLACE;
  /hardware/qcom/audio/post_proc/
effect_api.c 191 int out_type)
194 virtualizer->out_type = out_type;
236 *p_param_values++ = virtualizer->out_type;
effect_api.h 58 int out_type);
  /external/boringssl/src/ssl/
dtls_record.c 175 SSL *ssl, uint8_t *out_type, uint8_t *out, size_t *out_len,
242 *out_type = type;
tls_record.c 173 SSL *ssl, uint8_t *out_type, uint8_t *out, size_t *out_len,
251 *out_type = type;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 435 cmsUInt32Number out_type; local
454 out_type = TYPE_RGB_8;
457 out_type = TYPE_RGB_16;
464 out_type = TYPE_RGB_8;
467 out_type = TYPE_RGB_16;
473 out_type = TYPE_RGB_16;
480 cmsCreateTransform(in_prof, in_type, out_prof, out_type, intent, 0);
  /hardware/qcom/msm8994/kernel-headers/sound/
audio_effects.h 160 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8994/original-kernel-headers/sound/
audio_effects.h 172 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8996/kernel-headers/sound/
audio_effects.h 169 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8996/original-kernel-headers/sound/
audio_effects.h 181 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x26/kernel-headers/sound/
audio_effects.h 142 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
audio_effects.h 157 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x84/kernel-headers/sound/
audio_effects.h 142 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
audio_effects.h 157 uint32_t out_type; member in struct:virtualizer_params

Completed in 625 milliseconds

1 2