Searched refs:field (Results 501 - 525 of 4666) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_gasp.h54 } field; member in union:SkOTTableGridAndScanProcedure::GaspRange::behavior
/external/e2fsprogs/lib/ext2fs/
H A Dtst_super_size.c31 static int do_field(const char *field, unsigned size, unsigned cur_size, argument
36 field, cur_size, size);
41 field, cur_offset, offset);
44 printf("%8d %-30s %3u\n", offset, field, size);
53 printf("%8s %-30s %3s\n", "offset", "field", "size");
/external/icu/icu4c/source/i18n/
H A Dbuddhcal.h137 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
152 * @param field one of the field numbers
157 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
H A Dcecal.h72 * Calculate the limit for a specified type of limit and field
75 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
H A Dtaiwncal.h134 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
149 * @param field one of the field numbers
154 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dudatpg.h38 * That would be useful for getting the UI order of field elements.</i>
314 * Note that single-field patterns (like "MMM") are automatically added, and
339 * An AppendItem format is a pattern used to append a field if there is no
353 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
360 UDateTimePatternField field,
368 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
370 * @return appendItemFormat for field.
375 UDateTimePatternField field,
379 * Set the name of field, eg "era" in English for ERA. These are only
386 * @param field UDateTimePatternFiel
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.h80 UCalendarDateFields field);
/external/javassist/src/main/javassist/
H A DCtMember.java19 * An instance of <code>CtMember</code> represents a field, a constructor,
87 void addField(CtMember field) { argument
88 field.next = this; // or fieldTail.next
89 fieldTail.next = field;
90 fieldTail = field;
157 * as return type, field or method name, etc.
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm106 for my $field (keys %{$flag_fields{$event}}) {
107 print " field: $field:\n";
108 print " delim: $flag_fields{$event}{$field}{'delim'}\n";
109 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event}{$field}{"values"}}) {
110 print " value $idx: $flag_fields{$event}{$field}{'values'}{$idx}\n";
153 for my $field (keys %{$symbolic_fields{$event}}) {
154 print " field: $field:\n";
155 foreach my $idx (sort {$a <=> $b} keys %{$symbolic_fields{$event}{$field}{"value
[all...]
/external/openssl/
H A Dandroid-config.mk44 LOCAL_CFLAGS += -Wno-missing-field-initializers -Wno-unused-parameter
/external/proguard/src/proguard/classfile/attribute/
H A DUnknownAttribute.java68 public void accept(Clazz clazz, Field field, AttributeVisitor attributeVisitor) argument
/external/skia/src/sfnt/
H A DSkOTTable_gasp.h54 } field; member in union:SkOTTableGridAndScanProcedure::GaspRange::behavior
/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
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap_iter.h12 uint8_t field; member in struct:radiotap_override
/external/chromium_org/chromeos/network/onc/
H A Donc_merger.cc23 // Returns true if the field is the identifier of a configuration, i.e. the GUID
35 // Inserts |true| at every field name in |result| that is recommended in
97 for (base::DictionaryValue::Iterator field(**it_outer); !field.IsAtEnd();
98 field.Advance()) {
99 const std::string& key = field.key();
104 if (field.value().IsType(base::Value::TYPE_DICTIONARY)) {
297 // Can be reached if the current field is recommended, but none of the
364 const OncFieldSignature* field = NULL; variable
366 field
454 const OncFieldSignature* field = variable
[all...]
/external/chromium_org/build/android/pylib/
H A Dcontent_settings.py47 for field in fields:
48 k, _, v = field.partition('=')
/external/chromium_org/ppapi/api/private/
H A Dppb_x509_certificate_private.idl41 * Note: This field is unimplemented and will return
65 * Note: This field is unimplemented and will return
71 * Note: This field is unimplemented and will return
83 * Note: This field is unimplemented and will return
89 * Note: This field is unimplemented and will return
110 * Note: This field is unimplemented and will return
168 * Get a field of the X509Certificate as a <code>PP_Var</code>. A null
169 * <code>PP_Var</code> is returned if the field is unavailable.
172 [in] PP_X509Certificate_Private_Field field);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcecal.cpp82 CECalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const argument
84 return LIMITS[field][limitType];
H A Dudatpg.cpp144 UDateTimePatternField field,
147 ((DateTimePatternGenerator *)dtpg)->setAppendItemFormat(field, valueString);
152 UDateTimePatternField field,
154 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemFormat(field);
163 UDateTimePatternField field,
166 ((DateTimePatternGenerator *)dtpg)->setAppendItemName(field, valueString);
171 UDateTimePatternField field,
173 const UnicodeString &result=((const DateTimePatternGenerator *)dtpg)->getAppendItemName(field);
143 udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) argument
151 udatpg_getAppendItemFormat(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) argument
162 udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) argument
170 udatpg_getAppendItemName(const UDateTimePatternGenerator *dtpg, UDateTimePatternField field, int32_t *pLength) argument
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtitvinf.h55 * only keeps the field pattern letter and ignores all other parts
60 * might hide a field's pattern letter length.
64 * and the field's pattern letter length is honored.
67 * the field pattern length is ignored and the best match, which is defined
68 * in date time patterns, will be returned without honor the field pattern
79 * first different calendar field in above order.
89 * in en_US, if the largest different calendar field between date1 and date2
92 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
95 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
268 * the largest different calendar field
[all...]
H A Dfieldpos.h48 * field within the formatted output with two indices: the index
49 * of the first character of the field and the index of the last
50 * character of the field.
57 * formatted output (such as the position of a field).
109 * DONT_CARE may be specified as the field to indicate that the
110 * caller doesn't need to specify a field. Do not subclass.
115 * Creates a FieldPosition object with a non-specified field.
122 * Creates a FieldPosition object for the given field. Fields are
132 FieldPosition(int32_t field) argument
133 : UObject(), fField(field), fBeginInde
[all...]
H A Ducal.h56 * A <code>UCalendar</code> object can produce all the time field values
70 * the Gregorian calendar, the default for a field is the same as that of the
78 * most recently set single field, will be used.
129 * <code>Calendar</code> provides an API for field "rolling", where fields
136 * adding the specified (signed) amount of time to a particular time field.
264 * of the week. This field takes values <code>SUNDAY</code>,
281 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
283 * <code>WEEK_OF_YEAR</code>, this field's value does <em>not</em> depend on
375 * <code>UCAL_WEEK_OF_YEAR</code> field. This may be one greater or less
410 * Ranges from 0 to 23:59:59.999 (regardless of DST). This field behave
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DStandardChecks.java63 AddressField field,
65 map.put(field, Collections.unmodifiableList(Arrays.asList(problems)));
62 addToMap(Map<AddressField, List<AddressProblemType>> map, AddressField field, AddressProblemType... problems) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.h57 // field code generators.
70 // needed to represent this field. These are placed inside the message
75 // field. These are placed inside the class definition.
78 // Generate inline definitions of accessor functions for this field.
85 // Most field types don't need this, so the default implementation is empty.
90 // field. This is used to define the clear_$name$() method as well as
95 // contents of the field from the current message to the target message,
103 // this field and the corresponding field of another message, which
116 // Most field type
[all...]

Completed in 788 milliseconds

<<21222324252627282930>>