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

  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Bar.driver.cpp     [all...]
NfcClientCallback.driver.cpp 120 arg0[i] = func_msg.arg(0).vector_value(i).scalar_value().uint8_t();
Nfc.driver.cpp 179 arg0[i] = func_msg.arg(0).vector_value(i).scalar_value().uint8_t();
201 arg0[i] = func_msg.arg(0).vector_value(i).scalar_value().uint8_t();
  /test/vts/utils/python/mirror/
mirror_object_for_types.py 194 scalar_type = struct_value.vector_value[0].scalar_type
196 vector_value = struct_value.vector_value.add()
197 vector_value.type = CompSpecMsg.TYPE_SCALAR
198 vector_value.scalar_type = scalar_type
199 setattr(vector_value.scalar_value, scalar_type, value)
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()
mirror_object.py 482 self.ArgToPb(arg_msg.vector_value[0], list_element)
485 self.ArgToPb(arg_msg.vector_value.add(), list_element)
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 196 string element_type = GetCppVariableType(arg.vector_value(0), message);
197 if (generate_const && arg.vector_value(0).type() == TYPE_REF) {
207 if (arg.vector_value(0).type() != TYPE_ARRAY) {
208 element_type = GetCppVariableType(arg.vector_value(0), message);
212 element_type = GetCppVariableType(arg.vector_value(0), message);
  /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 247 for vector_value in var_spec_msg.vector_value:
249 self.GetPythonDataOfVariableSpecMsg(vector_value))
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp     [all...]
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 73 GenerateProfilerForTypedVariable(out, val.vector_value(0),
90 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 212 milliseconds