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

  /external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/
live_values.py 93 parent_type = anno.getanno(node.value, 'type')
94 if hasattr(parent_type, node.attr):
99 anno.setanno(node, 'live_val', getattr(parent_type, node.attr))
  /external/mesa3d/src/compiler/nir/
nir_lower_io_types.c 90 const struct glsl_type *parent_type = tail->type; local
106 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i);
nir_lower_locals_to_regs.c 146 const struct glsl_type *parent_type = tail->type; local
154 src.reg.base_offset *= glsl_get_length(parent_type);
160 load_const->value.u32[0] = glsl_get_length(parent_type);
nir_lower_io.c 126 const struct glsl_type *parent_type = tail->type; local
148 field_offset += type_size(glsl_get_struct_field(parent_type, i));
nir_print.c 500 print_deref_struct(nir_deref_struct *deref, const struct glsl_type *parent_type,
504 fprintf(fp, ".%s", glsl_get_struct_elem_name(parent_type, deref->index));
  /external/fio/
json.h 26 int parent_type; member in struct:json_value
json.c 26 value->parent_type = JSON_PARENT_TYPE_PAIR;
179 value->parent_type = JSON_PARENT_TYPE_ARRAY;
287 if (value->parent_type == JSON_PARENT_TYPE_PAIR)
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_osx.py 130 def GetParentDeviceByType(device, parent_type):
131 """ Find the first parent of a device that implements the parent_type
136 while IORegistryEntryGetName(device) != parent_type:
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 536 const Descriptor* parent_type = containing_type->containing_type(); local
537 if (parent_type != NULL) {
538 for (int i = 0; i < parent_type->field_count(); i++) {
539 if (parent_type->field(i)->type() == FieldDescriptor::TYPE_GROUP &&
540 parent_type->field(i)->message_type() == containing_type) {
541 return SimpleItoa(field->number() - parent_type->field(i)->number());
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 1973 const struct glsl_type *parent_type = tail->type; local
    [all...]

Completed in 200 milliseconds