HomeSort by relevance Sort by last modified time
    Searched refs:vector_value (Results 1 - 12 of 12) sorted by null

  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Bar.driver.cpp     [all...]
Nfc.driver.cpp 166 arg0[arg0_index] = func_msg.arg(0).vector_value(arg0_index).scalar_value().uint8_t();
182 arg0[arg0_index] = func_msg.arg(0).vector_value(arg0_index).scalar_value().uint8_t();
NfcClientCallback.driver.cpp 108 arg0[arg0_index] = func_msg.arg(0).vector_value(arg0_index).scalar_value().uint8_t();
  /test/vts/utils/python/mirror/
pb2py.py 81 for curr_value in var.vector_value:
102 for curr_value in var.vector_value:
py2pb.py 102 vector_spec = pb_spec.vector_value[0]
104 new_vector_message = message.vector_value.add()
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutateFns.cpp 49 *result.add_vector_value() = this->RandomGen(var_spec.vector_value(0));
58 *result.mutable_vector_value(idx) = this->Mutate(result.vector_value(idx));
204 *result.add_vector_value() = this->RandomGen(var_spec.vector_value(0));
213 *result.mutable_vector_value(idx) = this->Mutate(result.vector_value(idx));
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 275 for vector_value in var_spec_msg.vector_value:
277 self.GetPythonDataOfVariableSpecMsg(vector_value))
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 852 out, val.vector_value(0), arg_name + "[" + index_name + "]",
853 arg_value_name + ".vector_value(" + index_name + ")");
866 out, val.vector_value(0), arg_name + "[" + index_name + "]"
    [all...]
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 194 string element_type = GetCppVariableType(arg.vector_value(0));
204 VariableSpecificationMessage temp = cur_val.vector_value(0);
  /external/tensorflow/tensorflow/core/kernels/
quantized_add_op.cc 365 const int64 vector_value = static_cast<int64>(vector_data[vector_i]); local
367 vector_0_int64 + (vector_value * vector_mult_int32);
425 const int64 vector_value = static_cast<int64>(vector_data[vector_i]); local
427 vector_0_int64 + (vector_value * vector_mult_int32);
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 76 GenerateProfilerForTypedVariable(out, val.vector_value(0),
97 GenerateProfilerForTypedVariable(out, val.vector_value(0), array_element_name,
  /external/v8/src/crankshaft/
hydrogen.cc 5058 HValue* vector_value = Add<HConstant>(vector); local
5293 HValue* vector_value = Add<HConstant>(vector); local
6574 HValue* vector_value = Add<HConstant>(vector); local
6883 HValue* vector_value = Add<HConstant>(vector); local
6947 HValue* vector_value = Add<HConstant>(vector); local
    [all...]

Completed in 270 milliseconds