HomeSort by relevance Sort by last modified time
    Searched full:union_value (Results 1 - 9 of 9) sorted by null

  /art/runtime/openjdkjvmti/
events-inl.h 398 bool union_value = false; local
403 union_value |= stored_env->event_masks.global_event_mask.Test(event);
404 union_value |= stored_env->event_masks.unioned_thread_event_mask.Test(event);
405 if (union_value) {
409 global_mask.Set(event, union_value);
events.cc 110 bool union_value = false; local
112 union_value |= pair.second.Test(event);
113 if (union_value) {
117 unioned_thread_event_mask.Set(event, union_value);
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 811 for (const auto& union_value : attribute.union_value()) {
812 out << "if (var_msg.union_value(" << union_index << ").name() == \""
813 << union_value.name() << "\") {" << "\n";
816 out, union_value, "arg->" + union_value.name(),
817 "var_msg.union_value(" + std::to_string(union_index) + ")");
    [all...]
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutateFns.cpp 185 this->RandomGen(blueprint.union_value(idx));
193 if (result.union_value(i).has_name()) {
194 *result.mutable_union_value(i) = this->Mutate(result.union_value(i));
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 233 for union_value in var_spec_msg.union_value:
234 if len(union_value.name) > 0:
235 result[union_value.
237 union_value)
241 union_value)
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 123 if (val.union_value().size() == 0 && val.has_predefined_type()) {
129 for (const auto union_field : val.union_value()) {
  /test/vts/proto/
ComponentSpecificationMessage.proto 406 repeated VariableSpecificationMessage union_value = 151;
ComponentSpecificationMessage_pb2.py     [all...]
  /system/tools/hidl/
CompoundType.cpp 1020 out << "union_value: {\n";

Completed in 287 milliseconds