Searched refs:field_type (Results 1 - 25 of 76) sorted by relevance

1234

/external/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c64 int element_size = native_slot_size(self->field_type);
65 upb_fieldtype_t field_type = self->field_type; local
72 VALUE elem = native_slot_get(field_type, field_type_class, mem);
88 upb_fieldtype_t field_type = self->field_type; local
90 int element_size = native_slot_size(field_type);
95 VALUE val = native_slot_get(field_type, field_type_class, memory);
110 int element_size = native_slot_size(self->field_type);
111 upb_fieldtype_t field_type local
160 upb_fieldtype_t field_type = self->field_type; local
170 upb_fieldtype_t field_type = self->field_type; local
214 upb_fieldtype_t field_type = self->field_type; local
230 upb_fieldtype_t field_type = self->field_type; local
242 upb_fieldtype_t field_type = self->field_type; local
252 upb_fieldtype_t field_type = self->field_type; local
333 upb_fieldtype_t field_type = self->field_type; local
352 upb_fieldtype_t field_type = self->field_type; local
375 upb_fieldtype_t field_type = self->field_type; local
423 upb_fieldtype_t field_type = self->field_type; local
448 upb_fieldtype_t field_type = self->field_type; local
581 upb_fieldtype_t field_type = self->field_type; local
[all...]
/external/libmtp/examples/
H A Ddelfile.c63 int field_type = 0; local
68 field_type = FILENAME;
71 field_type = ITEMID;
87 if (field_type == ITEMID) {
/external/tpm2/generator/
H A Dstructure_generator.py147 field_type: a string, the type of field.
171 def __init__(self, field_type, field_name,
178 field_type: Initial value for the field type attribute.
185 if not field_type:
193 self.field_type = 'BYTE'
196 self.field_type = field_type
216 self._MARSHAL_FIELD_ARRAY % {'type': self.field_type,
220 typemap[self.field_type].OutputMarshalCall(out_file, self)
235 self._UNMARSHAL_FIELD_ARRAY % {'type': self.field_type,
[all...]
H A Dstructure_generator_test.py172 self.assertEqual(tpm_obj.fields[0].field_type, 'UINT16')
174 self.assertEqual(tpm_obj.fields[1].field_type, 'UINT16')
176 self.assertEqual(tpm_obj.fields[2].field_type, 'UINT16')
179 self.assertEqual(tpm_obj.fields[3].field_type, 'UINT16')
182 self.assertEqual(tpm_obj.fields[4].field_type, 'interface_type')
188 self.assertEqual(tpm_obj.fields[0].field_type, 'field1_type')
190 self.assertEqual(tpm_obj.fields[1].field_type, 'field2_type')
H A Dtpm_table.py388 field_type, field['name'] = row[0], row[1].lstrip('@')
390 if field_type.endswith('+'):
391 field_type = field_type[:-1]
395 field['type'] = field_type
650 body_lines.append([field.field_type, field.field_name])
744 field_type = row[1]
745 if field_type.startswith('+') or field_type.endswith('+'):
746 field_type
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_print.c77 if(fip->field_type == TIFF_BYTE)
79 else if(fip->field_type == TIFF_UNDEFINED)
82 else if(fip->field_type == TIFF_SBYTE)
84 else if(fip->field_type == TIFF_SHORT)
86 else if(fip->field_type == TIFF_SSHORT)
88 else if(fip->field_type == TIFF_LONG)
91 else if(fip->field_type == TIFF_SLONG)
93 else if(fip->field_type == TIFF_IFD)
96 else if(fip->field_type == TIFF_RATIONAL
97 || fip->field_type
[all...]
H A Dtif_dirinfo.c344 return (ta->field_type == TIFF_ANY) ?
345 0 : ((int)tb->field_type - (int)ta->field_type);
358 return (ta->field_type == TIFF_ANY) ?
359 0 : ((int)tb->field_type - (int)ta->field_type);
419 , fip->field_type
506 (dt == TIFF_ANY || dt == tif->tif_foundfield->field_type))
516 key.field_type = dt;
532 && (dt == TIFF_ANY || dt == tif->tif_foundfield->field_type))
628 _TIFFCreateAnonField(TIFF *tif, uint32 tag, TIFFDataType field_type) argument
[all...]
H A Dtif_dir.h280 TIFFDataType field_type; /* type of associated data */ member in struct:_TIFFField
/external/v8/src/compiler/
H A Daccess-info.cc82 MachineRepresentation field_representation, Type* field_type,
86 field_representation, field_type, field_map,
129 Type* field_type, MaybeHandle<Map> field_map, MapList const& receiver_maps)
136 field_type_(field_type),
310 Type* field_type = Type::NonInternal(); local
315 field_type = Type::SignedSmall();
318 field_type = type_cache_.kFloat64;
339 field_type = Type::For(descriptors_field_type->AsClass());
345 field_type, field_map, holder);
456 Type* field_type local
80 DataField( MapList const& receiver_maps, FieldIndex field_index, MachineRepresentation field_representation, Type* field_type, MaybeHandle<Map> field_map, MaybeHandle<JSObject> holder, MaybeHandle<Map> transition_map) argument
126 PropertyAccessInfo( MaybeHandle<JSObject> holder, MaybeHandle<Map> transition_map, FieldIndex field_index, MachineRepresentation field_representation, Type* field_type, MaybeHandle<Map> field_map, MapList const& receiver_maps) argument
511 Type* field_type = Type::NonInternal(); local
[all...]
H A Daccess-info.h75 MachineRepresentation field_representation, Type* field_type,
101 Type* field_type() const { return field_type_; } function in class:v8::internal::compiler::final
116 Type* field_type, MaybeHandle<Map> field_map,
/external/protobuf/src/google/protobuf/
H A Dextension_set.h288 void* MutableRawRepeatedField(int number, FieldType field_type,
700 static inline void Set(int number, FieldType field_type,
715 static inline void Add(int number, FieldType field_type,
721 MutableRepeated(int number, FieldType field_type,
749 int number, FieldType field_type, TYPE value, ExtensionSet* set) { \
750 set->Set##METHOD(number, field_type, value, NULL); \
762 int number, FieldType field_type, bool is_packed, \
764 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
783 FieldType field_type, \
787 set->MutableRawRepeatedField(number, field_type, is_packe
814 Set(int number, FieldType field_type, const string& value, ExtensionSet* set) argument
818 Mutable(int number, FieldType field_type, ExtensionSet* set) argument
845 Add(int number, FieldType field_type, bool , const string& value, ExtensionSet* set) argument
850 Add(int number, FieldType field_type, ExtensionSet* set) argument
861 MutableRepeated(int number, FieldType field_type, bool is_packed, ExtensionSet* set) argument
896 Set(int number, FieldType field_type, ConstType value, ExtensionSet* set) argument
920 Add(int number, FieldType field_type, bool is_packed, ConstType value, ExtensionSet* set) argument
936 MutableRepeated(int number, FieldType field_type, bool is_packed, ExtensionSet* set) argument
974 Mutable(int number, FieldType field_type, ExtensionSet* set) argument
979 SetAllocated(int number, FieldType field_type, MutableType message, ExtensionSet* set) argument
1008 Add(int number, FieldType field_type, ExtensionSet* set) argument
1024 MutableRepeated(int number, FieldType field_type, bool is_packed, ExtensionSet* set) argument
[all...]
/external/autotest/client/cros/cellular/mbim_compliance/
H A Dmbim_message.py105 for _, field_name, field_type in fields:
107 if field_type == FIELD_TYPE_TOTAL_LEN:
111 elif field_type == FIELD_TYPE_TRANSACTION_ID:
286 Helper function to find all the field names which matches the field_type
294 for _, field_name, field_type in fields:
295 if field_type == find_type:
398 def _get_fields_of_type(self, field_type, get_all=False):
407 field_names = self.__class__._find_field_names_of_type(field_type,
/external/autotest/tko/
H A Djob_serializer.py382 for field, field_type in objdict.items():
384 if field_type in (str, int, long):
385 resultdict[field] = field_type(value)
386 elif field_type == datetime:
/external/mesa3d/src/glsl/
H A Dlink_uniform_initializers.cpp91 const glsl_type *field_type = type->fields.structure[i].type; local
95 field_type, field_constant);
H A Dglsl_types.cpp560 glsl_type::field_type(const char *name) const function in class:glsl_type
727 const struct glsl_type *field_type = this->fields.structure[i].type; local
729 field_type->std140_base_alignment(row_major));
843 const struct glsl_type *field_type = this->fields.structure[i].type; local
844 unsigned align = field_type->std140_base_alignment(row_major);
846 size += field_type->std140_size(row_major);
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py259 def IsTypePackable(field_type):
263 field_type: a FieldDescriptor::Type value.
268 return field_type not in NON_PACKABLE_TYPES
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py259 def IsTypePackable(field_type):
263 field_type: a FieldDescriptor::Type value.
268 return field_type not in NON_PACKABLE_TYPES
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.h120 JavaType GetJavaType(FieldDescriptor::Type field_type);
H A Djavamicro_helpers.cc200 JavaType GetJavaType(FieldDescriptor::Type field_type) { argument
201 switch (field_type) {
/external/e2fsprogs/ext2ed/
H A Dinit.c213 int field_type; member in struct:type_table
234 char field_type=FIELD_TYPE_INT; local
243 field_type = p->field_type;
250 field_type = FIELD_TYPE_CHAR;
258 ptr->field_types [ptr->fields_num] = field_type;
/external/boringssl/src/crypto/ec/
H A Dec_asn1.c267 CBS params, field_id, field_type, curve, base; local
273 !CBS_get_asn1(&field_id, &field_type, CBS_ASN1_OBJECT) ||
274 CBS_len(&field_type) != sizeof(kPrimeField) ||
275 OPENSSL_memcmp(CBS_data(&field_type), kPrimeField, sizeof(kPrimeField)) != 0 ||
/external/clang/docs/tools/
H A Ddump_format_style.py139 field_type, field_name = re.match(r'([<>:\w(,\s)]+)\s+(\w+);',
141 option = Option(str(field_name), str(field_type), comment)
/external/autotest/client/cros/
H A Dpower_status.py38 def read_val(self, file_name, field_type):
45 val = field_type(out)
49 return field_type(0)
96 field_type = int
98 field_type = str
99 self.thermal_fields[field] = [field, field_type]
163 def read_val(self, file_name, field_type):
168 return field_type(out)
170 return field_type(0)
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.h132 JavaType GetJavaType(FieldDescriptor::Type field_type);
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.h154 ObjectiveCType GetObjectiveCType(FieldDescriptor::Type field_type);

Completed in 2245 milliseconds

1234