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

1 2 3

  /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...]
  /frameworks/base/libs/androidfw/
ResourceUtils.cpp 21 bool ExtractResourceName(const StringPiece& str, StringPiece* out_package, StringPiece* out_type,
24 *out_type = "";
31 if (out_type->size() == 0 && *current == '/') {
33 out_type->assign(start, current - start);
45 !(has_type_separator && out_type->empty());
  /external/gemmlowp/meta/generators/
common.py 94 def SpecializeMulKernel(self, in_type, out_type, kernel_m, kernel_n,
98 in_type, out_type, self.kernel_name, self.output_stream_name, kernel_m,
107 ], ['%s*' % out_type, 'result']], 'inline void')
111 self.EmitMultiply(in_type, out_type, kernel_m, kernel_n, pack_size)
122 def SpecializeTransform1DKernel(self, in_type, out_type, kernel_size,
126 in_type, out_type, self.kernel_name, kernel_size, leftovers
132 ['%s*' % out_type, 'output']], 'inline void')
135 self.EmitTransform(in_type, out_type, kernel_size, leftovers)
transform_kernels_common.py 38 def Check(self, in_type, out_type, kernel_size, leftovers):
40 assert out_type is 'uint8_t'
82 def Check(self, in_type, out_type, kernel_size, leftovers):
84 assert out_type is 'float'
151 def Check(self, in_type, out_type, kernel_size, leftovers):
153 assert out_type is 'uint8_t'
220 def Check(self, in_type, out_type, kernel_size, leftovers):
222 assert out_type is 'uint8_t'
313 def EmitTransform(self, in_type, out_type, kernel_size, leftovers):
315 self.transformation.Check(in_type, out_type, kernel_size, leftovers
    [all...]
  /system/update_engine/
connection_manager.cc 124 ConnectionType* out_type, ConnectionTethering* out_tethering) {
133 GetServicePathProperties(default_service_path, out_type, out_tethering));
156 ConnectionType* out_type,
178 // Populate the out_type property.
182 *out_type = ConnectionType::kUnknown;
194 *out_type = ConnectionType::kUnknown;
196 *out_type = connection_utils::ParseConnectionType(
200 *out_type = connection_utils::ParseConnectionType(type_str);
connection_manager_android.cc 30 ConnectionType* out_type, ConnectionTethering* out_tethering) {
connection_manager.h 42 bool GetConnectionProperties(ConnectionType* out_type,
53 ConnectionType* out_type,
connection_manager_interface.h 37 // Populates |out_type| with the type of the network connection
40 virtual bool GetConnectionProperties(ConnectionType* out_type,
connection_manager_android.h 33 bool GetConnectionProperties(ConnectionType* out_type,
mock_connection_manager.h 34 bool(ConnectionType* out_type,
libcurl_http_fetcher.h 181 // written to |out_type|).
182 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
  /external/gemmlowp/meta/
legacy_multi_thread_common.h 41 template <typename IN_TYPE, typename OUT_TYPE, typename F>
48 OUT_TYPE* result;
53 const TaskRect& task_rect, std::int32_t k, OUT_TYPE* result,
67 OUT_TYPE* task_result =
115 template <typename IN_TYPE, typename OUT_TYPE, typename F>
120 OUT_TYPE* result, std::int32_t result_stride,
140 tasks.push_back(new internal::MetaTask<IN_TYPE, OUT_TYPE, F>(
legacy_multi_thread_gemm.h 33 template <typename IN_TYPE, typename OUT_TYPE, typename F>
36 std::int32_t n, std::int32_t k, OUT_TYPE* result,
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceUtils.h 27 bool ExtractResourceName(const StringPiece& str, StringPiece* out_package, StringPiece* out_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);
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 1419 glsl_base_type out_type; local
    [all...]
  /hardware/qcom/audio/post_proc/
effect_api.c 193 int out_type)
196 virtualizer->out_type = out_type;
238 *p_param_values++ = virtualizer->out_type;
effect_api.h 58 int out_type);
  /external/toolchain-utils/crosperf/
results_report.py 255 out_type = TablePrinter.HTML
257 out_type = TablePrinter.PLAIN
259 out_type = TablePrinter.CONSOLE
261 out_type = TablePrinter.TSV
263 out_type = TablePrinter.EMAIL
267 printers = (TablePrinter(table, out_type) for table in tables)
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 464 cmsUInt32Number out_type; local
483 out_type = TYPE_RGB_8;
486 out_type = TYPE_RGB_16;
493 out_type = TYPE_RGB_8;
496 out_type = TYPE_RGB_16;
502 out_type = TYPE_RGB_16;
509 cmsCreateTransform(in_prof, in_type, out_prof, out_type, intent, 0);
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
libnetfilter_conntrack.h 412 const unsigned int out_type,
419 const unsigned int out_type,
699 const unsigned int out_type,
  /external/mesa3d/src/compiler/nir/
nir_opcodes.py 113 def unop_convert(name, out_type, in_type, const_expr):
114 opcode(name, 0, out_type, [0], [in_type], "", const_expr)
343 def binop_convert(name, out_type, in_type, alg_props, const_expr):
344 opcode(name, 0, out_type, [0, 0], [in_type, in_type], alg_props, const_expr)
352 def binop_horiz(name, out_size, out_type, src1_size, src1_type, src2_size,
354 opcode(name, out_size, out_type, [src1_size, src2_size], [src1_type, src2_type],
  /external/boringssl/src/crypto/evp/
evp_asn1.c 78 static int parse_key_type(CBS *cbs, int *out_type) {
88 *out_type = method->pkey_id;
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 225 int out_type; member in struct:request_collection
2201 int out_type = FT_OTHER; local
6283 int out_type = FT_OTHER; local
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
audio_effects.h 172 uint32_t out_type; member in struct:virtualizer_params

Completed in 986 milliseconds

1 2 3