Searched defs:field (Results 401 - 425 of 695) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h78 } field; member in union:SkOTTableEmbeddedBitmapLocation::BitmapSizeTable::Flags
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGParser.cpp112 SkString& SkSVGParser::getPaintLast(SkSVGPaint::Field field) { argument
115 SkString* attr = (*state)[field];
122 SkASSERT(fEmptyPaint[field]);
123 return *fEmptyPaint[field];
/external/chromium_org/v8/src/
H A Dhydrogen-load-elimination.cc19 // An element in the field approximation list.
26 // Recursively copy the entire linked list of field approximations.
38 // field is tracked separately. For each field, store a list of known field
50 TRACE((" process L%d field %d (o%d)\n",
64 TRACE((" process S%d field %d (o%d) = v%d\n",
109 // - learn from HCheckMaps for field 0
167 // Merge the field approximations for like fields.
199 // load or store for this object and field exist
206 int field = FieldOf(instr->access()); local
236 int field = FieldOf(instr->access()); local
270 int field = FieldOf(offset); local
278 int field = FieldOf(s->access()); local
294 int field = offset / kPointerSize; local
307 Find(HValue* object, int field) argument
318 FindOrCreate(HValue* object, int field) argument
349 KillFieldInternal(HValue* object, int field, HValue* value) argument
383 ReuseLastApproximation(int field) argument
[all...]
/external/chromium_org/v8/src/ic/
H A Dhandler-compiler.cc181 FieldIndex field) {
184 LoadFieldStub stub(isolate(), field); local
180 CompileLoadField(Handle<Name> name, FieldIndex field) argument
/external/e2fsprogs/debugfs/
H A Dset_fields.c58 errcode_t (*func)(struct field_set_info *info, char *field, char *arg);
63 static errcode_t parse_uint(struct field_set_info *info, char *field, char *arg);
64 static errcode_t parse_int(struct field_set_info *info, char *field, char *arg);
65 static errcode_t parse_string(struct field_set_info *info, char *field, char *arg);
66 static errcode_t parse_uuid(struct field_set_info *info, char *field, char *arg);
67 static errcode_t parse_hashalg(struct field_set_info *info, char *field, char *arg);
68 static errcode_t parse_time(struct field_set_info *info, char *field, char *arg);
69 static errcode_t parse_bmap(struct field_set_info *info, char *field, char *arg);
70 static errcode_t parse_gd_csum(struct field_set_info *info, char *field, char *arg);
71 static errcode_t parse_mmp_clear(struct field_set_info *info, char *field,
259 check_suffix(const char *field) argument
273 find_field(struct field_set_info *fields, char *field) argument
345 parse_uint(struct field_set_info *info, char *field, char *arg) argument
551 parse_gd_csum(struct field_set_info *info, char *field, char *arg) argument
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java327 // (4) For each field of the class sorted by field name (except
329 // a. The name of the field in UTF encoding.
330 // b. The modifiers of the field written as a 32-bit integer.
331 // c. The descriptor of the field in UTF encoding
339 final Field_info field = fields.get (f);
340 final int modifiers = field.getAccessFlags ();
344 fds [fcount ++] = new FieldDescriptor (field.getName (this), modifiers, field.getDescriptor (this));
537 * Adds a new declared field t
603 addFieldref(final Field_info field) argument
[all...]
/external/freetype/src/cff/
H A Dcffparse.c992 const CFF_Field_Handler* field; local
1008 for ( field = CFF_FIELD_HANDLERS_GET; field->kind; field++ )
1010 if ( field->code == (FT_Int)code )
1012 /* we found our field's handler; read it */
1014 FT_Byte* q = (FT_Byte*)parser->object + field->offset;
1018 FT_TRACE4(( " %s", field->id ));
1023 if ( field->kind != cff_kind_delta && num_args < 1 )
1026 switch ( field
[all...]
/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp185 * Add a signed amount to a specified field, using this calendar's rules.
190 * need to be changed. For example, when adding one to the {@link #MONTH MONTH} field
191 * for the date "30 Av 5758", the {@link #DAY_OF_MONTH DAY_OF_MONTH} field
201 * of a <tt>HebrewCalendar</tt>. Since the {@link #MONTH MONTH} field behaves
204 * @param field the time field.
205 * @param amount the amount to add to the field.
207 * @exception IllegalArgumentException if the field is invalid or refers
208 * to a field that cannot be handled by this method.
211 void HebrewCalendar::add(UCalendarDateFields field, int32_ argument
271 add(EDateFields field, int32_t amount, UErrorCode& status) argument
308 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) argument
342 roll(EDateFields field, int32_t amount, UErrorCode& status) argument
488 handleGetLimit(UCalendarDateFields field, ELimitType limitType) const argument
532 validateField(UCalendarDateFields field, UErrorCode &status) argument
[all...]
H A Dindiancal.cpp89 int32_t IndianCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { argument
90 return LIMITS[field][limitType];
194 // Functions for converting from field values to milliseconds....
262 // Functions for converting from milliseconds to field values
H A Dislamcal.cpp279 int32_t IslamicCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { argument
280 return LIMITS[field][limitType];
477 // Functions for converting from field values to milliseconds....
489 // Functions for converting from milliseconds to field values
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c115 UDateTimePatternField field; member in struct:__anon22080
211 for (appItemNameDataPtr = appendItemNameData; appItemNameDataPtr->field < UDATPG_FIELD_COUNT; appItemNameDataPtr++) {
213 const UChar * namePtr = udatpg_getAppendItemName(dtpg, appItemNameDataPtr->field, &nameLength);
215 log_err("udatpg_getAppendItemName returns invalid name for field %d\n", (int)appItemNameDataPtr->field);
287 /* replace field type */
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp139 TimeUnit::UTimeUnitFields field = tmunit_m->getTimeUnitField(); local
140 assertTrue("field of month time unit is month", (field == TimeUnit::UTIMEUNIT_MONTH));
/external/kernel-headers/original/uapi/linux/
H A Dv4l2-mediabus.h123 * @field: used interlacing type (from enum v4l2_field)
130 __u32 field; member in struct:v4l2_mbus_framefmt
/external/libsepol/src/
H A Dmodule.c102 static int set_char(char **field, char *data, size_t len) argument
104 if (*field) {
105 free(*field);
106 *field = NULL;
109 *field = malloc(len);
110 if (!*field)
112 memcpy(*field, data, len);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c106 struct print_flag_sym *field,
110 define_value(field_type, ev_name, field_name, field->value,
111 field->str);
113 if (field->next)
114 define_values(field_type, field->next, ev_name, field_name);
166 cur_field_name = strdup(args->field.name);
169 define_event_symbols(event, ev_name, args->flags.field);
176 define_event_symbols(event, ev_name, args->symbol.field);
182 define_event_symbols(event, ev_name, args->hex.field);
244 struct format_field *field; local
105 define_values(enum print_arg_type field_type, struct print_flag_sym *field, const char *ev_name, const char *field_name) argument
[all...]
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c147 void *field; local
153 field = ((char *) dri + matches[j].offset);
154 *(const __DRIextension **) field = extensions[i];
160 field = ((char *) dri + matches[j].offset);
161 if (*(const __DRIextension **) field == NULL) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c337 const unsigned field = GET_SWZ(inst->SrcReg[a].Swizzle, c); local
339 if (field <= SWIZZLE_W)
340 live_components[inst->SrcReg[a].Index] |= (1U << field);
/external/mksh/src/
H A Dshf.c767 ssize_t field, precision, len; local
798 field = precision = 0;
831 else if ((field = tmp) < 0) {
832 field = -field;
867 field = tmp;
980 field = precision;
1018 if (field > precision) {
1019 field -= precision;
1021 field
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DDelegatingHttpsURLConnection.java185 @Override public void addRequestProperty(String field, String newValue) { argument
186 delegate.addRequestProperty(field, newValue);
193 @Override public long getHeaderFieldDate(String field, long defaultValue) { argument
194 return delegate.getHeaderFieldDate(field, defaultValue);
197 @Override public int getHeaderFieldInt(String field, int defaultValue) { argument
198 return delegate.getHeaderFieldInt(field, defaultValue);
225 @Override public String getRequestProperty(String field) { argument
226 return delegate.getRequestProperty(field);
257 @Override public void setRequestProperty(String field, String newValue) { argument
258 delegate.setRequestProperty(field, newValu
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_enc.c423 ASN1_VALUE *field; member in struct:__anon28159
484 tder->field = skitem;
502 (void)sk_ASN1_VALUE_set(sk, i, tder->field);
629 /* Default handling if value == size field then omit */
/external/openssl/crypto/bn/
H A Dbn_nist.c355 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
374 field = &_bignum_nist_p_192; /* just to make sure */
377 return BN_nnmod(r, a, field, ctx);
379 i = BN_ucmp(field, a);
476 int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
497 field = &_bignum_nist_p_224; /* just to make sure */
500 return BN_nnmod(r, a, field, ctx);
502 i = BN_ucmp(field, a);
634 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
654 field
838 BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) argument
1048 BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) argument
[all...]
/external/openssl/crypto/ec/
H A Dec_lcl.h171 * optimized implementations of expensive field operations: */
207 BIGNUM field; /* Field specification. member in struct:ec_group_st
210 * irreducible polynomial defining the field.
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffparse.c996 const CFF_Field_Handler* field; local
1012 for ( field = CFF_FIELD_HANDLERS_GET; field->kind; field++ )
1014 if ( field->code == (FT_Int)code )
1016 /* we found our field's handler; read it */
1018 FT_Byte* q = (FT_Byte*)parser->object + field->offset;
1022 FT_TRACE4(( " %s", field->id ));
1027 if ( field->kind != cff_kind_delta && num_args < 1 )
1030 switch ( field
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java47 * parsing a protocol message but whose field numbers or types are unrecognized.
113 /** Check if the given field number is present in the set. */
119 * Get a field by number. Returns an empty field if not present. Never
286 // Optimization: We keep around a builder for the last field that was
288 // row (important when parsing an unknown repeated field).
299 * Get a field builder for the given field number which includes any
372 * Merge the fields from {@code other} into this set. If a field number
373 * exists in both sets, {@code other}'s values for that field wil
389 mergeField(final int number, final Field field) argument
429 addField(final int number, final Field field) argument
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc60 void PrintFieldComment(io::Printer* printer, const FieldDescriptor* field) { argument
61 // Print the field's proto-syntax definition as a comment. We don't want to
63 string def = field->DebugString();
90 fields[i] = descriptor->field(i);
97 // Functor for sorting extension ranges by their "start" field number.
114 // Since the first occurrence of a required field causes the whole
127 const FieldDescriptor* field = type->field(i); local
128 if (field->is_required()) {
131 if (field
215 const FieldDescriptor* field = descriptor_->field(i); local
252 const FieldDescriptor* field = descriptor_->field(i); local
694 const FieldDescriptor *field = descriptor_->field(i); local
775 const FieldDescriptor* field = descriptor_->field(i); local
828 const FieldDescriptor* field = descriptor_->field(i); local
869 const FieldDescriptor* field = descriptor_->field(i); local
961 const FieldDescriptor* field = descriptor_->field(i); local
1013 const FieldDescriptor* field = descriptor_->field(i); local
1043 const FieldDescriptor* field = descriptor_->field(i); local
1118 const FieldDescriptor* field = descriptor_->field(i); local
1129 const FieldDescriptor* field = descriptor_->field(i); local
1254 const FieldDescriptor* field = ordered_fields[i]; local
1420 GenerateSerializeOneField( io::Printer* printer, const FieldDescriptor* field, bool to_array) argument
1617 const FieldDescriptor* field = descriptor_->field(i); local
1660 const FieldDescriptor* field = descriptor_->field(i); local
1716 const FieldDescriptor* field = descriptor_->field(index); local
1735 const FieldDescriptor* field = descriptor_->field(i); local
[all...]

Completed in 5534 milliseconds

<<11121314151617181920>>