Searched refs:field_type (Results 1 - 25 of 39) sorted by last modified time

12

/external/openssl/crypto/ec/
H A Dec_asn1.c349 int field_type;
363 field_type = EC_GROUP_get_basis_type(group);
365 if (field_type == 0)
371 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL)
377 if (field_type == NID_X9_62_tpBasis)
397 else if (field_type == NID_X9_62_ppBasis)
416 else /* field_type == NID_X9_62_onBasis */
H A Dec_curve.c78 int field_type, /* either NID_X9_62_prime_field or member in struct:__anon9742
1977 else if (data->field_type == NID_X9_62_prime_field)
1986 else /* field_type == NID_X9_62_characteristic_two_field */
H A Dec_lcl.h95 int field_type; /* a NID */ member in struct:ec_method_st
H A Dec_lib.c280 return meth->field_type;
H A Dec_oct.c87 if (group->meth->field_type == NID_X9_62_prime_field)
121 if (group->meth->field_type == NID_X9_62_prime_field)
148 if (group->meth->field_type == NID_X9_62_prime_field)
183 if (group->meth->field_type == NID_X9_62_prime_field)
/external/oprofile/libregex/
H A Ddemangle_java_symbol.cpp22 * field_type:
29 * [field_type
31 * ( field_type* ) return_descriptor
33 * field_type | V
71 bool field_type(string & result, function in namespace:__anon9980
94 if (field_type(result, begin, end)) {
111 if (!field_type(result, begin, end))
133 if (!field_type(temp, begin, end))
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py56 def GetTypeChecker(cpp_type, field_type):
61 field_type: Protocol message field type (see descriptor.py).
68 field_type == _FieldDescriptor.TYPE_STRING):
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/
H A Dreflection.py748 def _BytesForNonRepeatedElement(value, field_number, field_type):
758 field_type: The type of the field. One of the TYPE_* constants
762 fn = type_checkers.TYPE_TO_BYTE_SIZE_FN[field_type]
765 raise message_mod.EncodeError('Unrecognized field type: %d' % field_type)
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc47 const char* TypeName(FieldDescriptor::Type field_type) { argument
48 switch (field_type) {
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc258 JavaType GetJavaType(FieldDescriptor::Type field_type) { argument
259 switch (field_type) {
H A Djavamicro_helpers.h110 JavaType GetJavaType(FieldDescriptor::Type field_type);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1685 string field_type; local
1688 field_type = "." + message_type()->full_name();
1691 field_type = "." + enum_type()->full_name();
1694 field_type = kTypeToName[type()];
1700 field_type,
H A Ddescriptor.h480 static inline bool IsTypePackable(Type field_type);
1353 inline bool FieldDescriptor::IsTypePackable(Type field_type) { argument
1354 return (field_type != FieldDescriptor::TYPE_STRING &&
1355 field_type != FieldDescriptor::TYPE_GROUP &&
1356 field_type != FieldDescriptor::TYPE_MESSAGE &&
1357 field_type != FieldDescriptor::TYPE_BYTES);
H A Dextension_set.h559 static inline void Set(int number, FieldType field_type,
570 static inline void Add(int number, FieldType field_type,
580 int number, FieldType field_type, TYPE value, ExtensionSet* set) { \
581 set->Set##METHOD(number, field_type, value, NULL); \
593 int number, FieldType field_type, bool is_packed, \
595 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
621 static inline void Set(int number, FieldType field_type, argument
623 set->SetString(number, field_type, value, NULL);
625 static inline string* Mutable(int number, FieldType field_type, argument
627 return set->MutableString(number, field_type, NUL
647 Add(int number, FieldType field_type, bool , const string& value, ExtensionSet* set) argument
652 Add(int number, FieldType field_type, ExtensionSet* set) argument
672 Set(int number, FieldType field_type, ConstType value, ExtensionSet* set) argument
692 Add(int number, FieldType field_type, bool is_packed, ConstType value, ExtensionSet* set) argument
716 Mutable(int number, FieldType field_type, ExtensionSet* set) argument
735 Add(int number, FieldType field_type, ExtensionSet* set) argument
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp3073 const struct glsl_type *field_type = decl_type; local
3076 field_type = process_array_type(&loc, decl_type, decl->array_size,
3079 fields[i].type = (field_type != NULL)
3080 ? field_type : glsl_type::error_type;
H A Dglsl_types.cpp443 glsl_type::field_type(const char *name) const function in class:glsl_type
H A Dglsl_types.h364 const glsl_type *field_type(const char *name) const;
H A Dir.cpp1010 ? this->record->type->field_type(field) : glsl_type::error_type;
1023 ? this->record->type->field_type(field) : glsl_type::error_type;
H A Dlinker.cpp998 const glsl_type *field_type = type->fields.structure[i].type; local
1002 int firstIndex = add_uniform(mem_ctx, uniforms, ht, field_name, field_type,
/external/opencv/
H A Dcvjni.h231 bool is_NULL_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name, const char* field_type) { argument
239 jfieldID fid = env->GetFieldID(clazz, field_name, field_type);
/external/linux-tools-perf/util/scripting-engines/
H A Dtrace-event-python.c57 static void define_value(enum print_arg_type field_type, argument
68 if (field_type == PRINT_SYMBOL)
92 static void define_values(enum print_arg_type field_type, argument
97 define_value(field_type, ev_name, field_name, field->value,
101 define_values(field_type, field->next, ev_name, field_name);
104 static void define_field(enum print_arg_type field_type, argument
113 if (field_type == PRINT_SYMBOL)
116 if (field_type == PRINT_FLAGS)
125 if (field_type == PRINT_FLAGS)
/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/e2fsprogs/ext2ed/
H A Dinit.c212 int field_type; member in struct:type_table
233 char field_type=FIELD_TYPE_INT; local
242 field_type = p->field_type;
249 field_type = FIELD_TYPE_CHAR;
257 ptr->field_types [ptr->fields_num] = field_type;
/external/chromium/chrome/browser/webdata/
H A Dautofill_table.cc302 AutofillFieldType field_type; local
304 field_type = PHONE_HOME_WHOLE_NUMBER;
306 field_type = PHONE_FAX_WHOLE_NUMBER;
313 profile.GetMultiInfo(field_type, &numbers);

Completed in 348 milliseconds

12