Searched defs:field (Results 226 - 250 of 695) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dethpccal.cpp129 EthiopicCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const argument
131 if (isAmeteAlemEra() && field == UCAL_ERA) {
134 return CECalendar::handleGetLimit(field, limitType);
H A Dtaiwncal.cpp97 int32_t TaiwanCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const argument
99 if(field == UCAL_ERA) {
106 return GregorianCalendar::handleGetLimit(field,limitType);
/external/icu/icu4c/source/layout/
H A DValueRecords.cpp20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const
22 le_int16 valueIndex = getFieldIndex(valueFormat, field);
28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const
31 le_int16 valueIndex = getFieldIndex(valueFormat, field);
278 le_int16 ValueRecord::getFieldIndex(ValueFormat valueFormat, ValueRecordField field) argument
301 return getFieldCount(valueFormat & beforeMasks[field]);
/external/iproute2/misc/
H A Dlnstat_util.c119 /* scan first template line and fill in per-field data structures */
130 * and field size is NAME_LEN + 1 */
265 /* fill in field structure */
301 const char *field; local
305 field = colon+1;
308 field = name;
318 if (!strcmp(field, lf->fields[i].name)) {
/external/mockito/src/org/mockito/internal/util/reflection/
H A DFieldInitializer.java19 * Initialize a field with type instance if a default constructor can be found.
22 * If the given field is already initialized, then <strong>the actual instance is returned</strong>.
30 private Field field; field in class:FieldInitializer
35 * Prepare initializer with the given field on the given instance.
38 * This constructor fail fast if the field type cannot be handled.
42 * @param field Field to be initialize.
44 public FieldInitializer(Object fieldOwner, Field field) { argument
45 this(fieldOwner, field, new NoArgConstructorInstantiator(fieldOwner, field));
49 * Prepare initializer with the given field o
59 FieldInitializer(Object fieldOwner, Field field, ConstructorArgumentResolver argResolver) argument
63 FieldInitializer(Object fieldOwner, Field field, ConstructorInstantiator instantiator) argument
93 checkNotLocal(Field field) argument
99 checkNotInner(Field field) argument
105 checkNotInterface(Field field) argument
111 checkNotAbstract(Field field) argument
162 private Field field; field in class:FieldInitializer.NoArgConstructorInstantiator
168 NoArgConstructorInstantiator(Object testClass, Field field) argument
213 private Field field; field in class:FieldInitializer.ParameterizedConstructorInstantiator
225 ParameterizedConstructorInstantiator(Object testClass, Field field, ConstructorArgumentResolver argumentResolver) argument
258 checkParameterized(Constructor<?> constructor, Field field) argument
[all...]
/external/openssl/crypto/txt_db/
H A Dtxt_db.c160 fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
217 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *), argument
224 if (field >= db->num_fields)
249 if (db->index[field] != NULL) lh_OPENSSL_STRING_free(db->index[field]);
250 db->index[field]=idx;
251 db->qual[field]=qual;
/external/openssl/crypto/x509/
H A Dx509name.c153 /* else we need to fixup the set field */
198 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, argument
203 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
276 const char *field, int type, const unsigned char *bytes, int len)
281 obj=OBJ_txt2obj(field, 0);
286 ERR_add_error_data(2, "name=", field);
275 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
H A DAllElementValueVisitor.java86 public void visitRuntimeVisibleAnnotationsAttribute(Clazz clazz, Field field, RuntimeVisibleAnnotationsAttribute runtimeVisibleAnnotationsAttribute) argument
89 runtimeVisibleAnnotationsAttribute.annotationsAccept(clazz, field, this);
107 public void visitRuntimeInvisibleAnnotationsAttribute(Clazz clazz, Field field, RuntimeInvisibleAnnotationsAttribute runtimeInvisibleAnnotationsAttribute) argument
110 runtimeInvisibleAnnotationsAttribute.annotationsAccept(clazz, field, this);
143 public void visitAnnotation(Clazz clazz, Field field, Annotation annotation) argument
/external/proguard/src/proguard/obfuscate/
H A DNameMarker.java143 * Ensures the name of the given field name will be kept.
145 private void keepFieldName(Clazz clazz, Field field) argument
147 MemberObfuscator.setFixedNewMemberName(field,
148 field.getName(clazz));
/external/proguard/src/proguard/optimize/info/
H A DReadWriteFieldMarker.java62 // Mark the field, if any, as being read from and written to.
70 // Mark the field as being read from.
78 // Mark the field as being written to.
94 // Mark the referenced field, if any.
101 // Mark the referenced field.
113 // Mark the field if it is being read from.
119 // Mark the field if it is being written to.
129 private static void markAsRead(Field field) argument
131 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field);
139 public static boolean isRead(Field field) argument
147 markAsWritten(Field field) argument
157 isWritten(Field field) argument
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DAbstractMessage.java53 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
54 if (field.isRequired()) {
55 if (!hasField(field)) {
64 final FieldDescriptor field = entry.getKey();
65 if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) {
66 if (field.isRepeated()) {
94 final FieldDescriptor field = entry.getKey();
96 if (isMessageSet && field.isExtension() &&
97 field.getType() == FieldDescriptor.Type.MESSAGE &&
98 !field
598 subMessagePrefix(final String prefix, final FieldDescriptor field, final int index) argument
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc57 const string& FieldName(const FieldDescriptor* field) { argument
58 // Groups are hacky: The name of the field is just the lower-cased name
61 if (GetType(field) == FieldDescriptor::TYPE_GROUP) {
62 return field->message_type()->name();
64 return field->name();
101 string UnderscoresToCamelCase(const FieldDescriptor* field) { argument
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
105 string UnderscoresToCapitalizedCamelCase(const FieldDescriptor* field) { argument
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
176 string FieldConstantName(const FieldDescriptor *field) { argument
182 GetType(const FieldDescriptor* field) argument
186 GetJavaType(const FieldDescriptor* field) argument
261 DefaultValue(const FieldDescriptor* field) argument
[all...]
H A Djava_primitive_field.cc95 const char* GetCapitalizedType(const FieldDescriptor* field) { argument
96 switch (GetType(field)) {
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc58 const string& FieldName(const FieldDescriptor* field) { argument
59 // Groups are hacky: The name of the field is just the lower-cased name
62 if (field->type() == FieldDescriptor::TYPE_GROUP) {
63 return field->message_type()->name();
65 return field->name();
102 string UnderscoresToCamelCase(const FieldDescriptor* field) { argument
103 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 string UnderscoresToCapitalizedCamelCase(const FieldDescriptor* field) { argument
107 return UnderscoresToCamelCaseImpl(FieldName(field), true);
194 string FieldConstantName(const FieldDescriptor *field) { argument
275 DefaultValue(const Params& params, const FieldDescriptor* field) argument
[all...]
H A Djavamicro_message.cc56 void PrintFieldComment(io::Printer* printer, const FieldDescriptor* field) { argument
57 // Print the field's proto-syntax definition as a comment. We don't want to
59 string def = field->DebugString();
77 fields[i] = descriptor->field(i);
118 const FieldDescriptor* field = type->field(i); local
119 if (field->is_required()) {
122 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
123 if (HasRequiredFields(field->message_type(), already_seen)) {
209 PrintFieldComment(printer, descriptor_->field(
328 const FieldDescriptor* field = sorted_fields[i]; local
375 GenerateSerializeOneField( io::Printer* printer, const FieldDescriptor* field) argument
388 const FieldDescriptor* field = descriptor_->field(i); local
413 const FieldDescriptor* field = descriptor_->field(i); local
424 const FieldDescriptor* field = descriptor_->field(i); local
[all...]
H A Djavamicro_primitive_field.cc95 const char* GetCapitalizedType(const FieldDescriptor* field) { argument
96 switch (field->type()) {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc70 fields[i] = descriptor->field(i);
214 PrintFieldComment(printer, descriptor_->field(i));
215 field_generators_.get(descriptor_->field(i)).GenerateMembers(
226 " // Lazily initializes the field defaults\n"
237 field_generators_.get(descriptor_->field(i))
373 const FieldDescriptor* field = sorted_fields[i]; local
374 uint32 tag = WireFormatLite::MakeTag(field->number(),
375 WireFormat::WireTypeForFieldType(field->type()));
382 field_generators_.get(field).GenerateMergingCode(printer);
389 if (field
437 GenerateSerializeOneField( io::Printer* printer, const FieldDescriptor* field) argument
458 const FieldDescriptor* field = descriptor_->field(i); local
498 const FieldDescriptor* field = descriptor_->field(i); local
527 const FieldDescriptor* field = descriptor_->field(i); local
[all...]
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc64 AddField(other.field(i));
73 const UnknownField& field = (*fields_)[i]; local
74 switch (field.type()) {
76 total_size += sizeof(*field.length_delimited_) +
77 internal::StringSpaceUsedExcludingSelf(*field.length_delimited_);
80 total_size += field.group_->SpaceUsed();
95 UnknownField field; local
96 field.number_ = number;
97 field.type_ = UnknownField::TYPE_VARINT;
98 field
104 UnknownField field; local
113 UnknownField field; local
122 UnknownField field; local
132 UnknownField field; local
140 AddField(const UnknownField& field) argument
[all...]
/external/qemu/hw/i386/
H A Dsmbios.c69 struct smbios_field *field = (void *)header; local
70 if (type == field->type) {
71 fprintf(stderr, "SMBIOS type %d field already defined, "
80 "cannot add field\n", type);
90 struct smbios_field *field; local
99 sizeof(*field) + len);
100 field = (struct smbios_field *)(smbios_entries + smbios_entries_len);
101 field->header.type = SMBIOS_FIELD_ENTRY;
102 field->header.length = cpu_to_le16(sizeof(*field)
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DForm.java111 * Adds a new field to complete as part of the form.
113 * @param field the field to complete.
115 public void addField(FormField field) { argument
116 dataForm.addField(field);
120 * Sets a new String value to a given form's field. The field whose variable matches the
121 * requested variable will be completed with the specified value. If no field could be found
124 * If the value to set to the field is not a basic type (e.g. String, boolean, int, etc.) you
131 * if the answer type does not correspond with the field typ
283 setAnswer(FormField field, Object value) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDataForm.java165 * Adds a new field as part of the form.
167 * @param field the field to add to the form.
169 public void addField(FormField field) { argument
171 fields.add(field);
200 * Returns true if this DataForm has at least one FORM_TYPE field which is
235 FormField field = i.next();
236 buf.append(field.toXML());
270 FormField field = i.next();
271 buf.append(field
[all...]
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscribeForm.java33 * <p>Unlike the {@link Form}.setAnswer(XXX)} methods, which throw an exception if the field does not
34 * exist, all <b>SubscribeForm.setXXX</b> methods will create the field in the wrapped form
216 private String getFieldValue(SubscribeOptionFields field) argument
218 FormField formField = getField(field.getFieldName());
223 private Iterator<String> getFieldValues(SubscribeOptionFields field) argument
225 FormField formField = getField(field.getFieldName());
236 FormField field = new FormField(fieldName);
237 field.setType(type);
238 addField(field);
/external/smack/src/org/xbill/DNS/
H A DHeader.java208 setCount(int field, int value) { argument
212 counts[field] = value;
216 incCount(int field) { argument
217 if (counts[field] == 0xFFFF)
220 counts[field]++;
224 decCount(int field) { argument
225 if (counts[field] == 0)
228 counts[field]--;
236 getCount(int field) { argument
237 return counts[field];
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap_iter.h12 uint8_t field; member in struct:radiotap_override
/external/wpa_supplicant_8/src/utils/
H A Dradiotap_iter.h12 uint8_t field; member in struct:radiotap_override

Completed in 426 milliseconds

1234567891011>>