Home
last modified time | relevance | path

Searched refs:field (Results 876 - 900 of 1757) sorted by relevance

1...<<31323334353637383940>>...71

/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dmsm_proto.h39 * if the host supports a given field, ie. to handle compatibility of
47 #define msm_shmem_has_field(shmem, field) ({ \
49 (_shmem->rsp_mem_offset > offsetof(struct msm_shmem, field)); \
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternmodifier.h107 * @param field
108 * Which field to use for literal characters in the pattern.
110 void setPatternInfo(const AffixPatternProvider *patternInfo, Field field);
190 bool containsField(Field field) const override;
H A Dsmpdtfmt.cpp180 * The field range check bias for each UDateFormatField.
617 // it references data from an internal field, fNumberFormatter, in operator =()
1057 // do not use the input calendar for field calculation. in _format()
1124 /* Map calendar field into calendar field level.
1125 * the larger the level, the smaller the field unit.
1144 // Map date field LETTER into calendar field level. in getLevelFromChar()
1145 // the larger the level, the smaller the field unit. in getLevelFromChar()
1217 // Map index into pattern character string to Calendar field numbe
1508 UCalendarDateFields field = fgPatternIndexToCalendarField[patternCharIndex]; subFormat() local
2125 char16_t field = fields.charAt(i); adoptNumberFormat() local
2671 matchQuarterString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, Calendar& cal) const matchQuarterString() argument
2917 matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, const UnicodeString* monthPattern, Calendar& cal) const matchString() argument
3047 UCalendarDateFields field = fgPatternIndexToCalendarField[patternCharIndex]; // UCAL_FIELD_COUNT if irrelevant subParse() local
4190 isFieldUnitIgnored(const UnicodeString& pattern, UCalendarDateFields field) isFieldUnitIgnored() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddtitvinf.h59 * only keeps the field pattern letter and ignores all other parts
64 * might hide a field's pattern letter length.
68 * and the field's pattern letter length is honored.
71 * the field pattern length is ignored and the best match, which is defined
72 * in date time patterns, will be returned without honor the field pattern
83 * first different calendar field in above order.
93 * in en_US, if the largest different calendar field between date1 and date2
96 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
99 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
269 * the largest different calendar field
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddtitvinf.h59 * only keeps the field pattern letter and ignores all other parts
64 * might hide a field's pattern letter length.
68 * and the field's pattern letter length is honored.
71 * the field pattern length is ignored and the best match, which is defined
72 * in date time patterns, will be returned without honor the field pattern
83 * first different calendar field in above order.
93 * in en_US, if the largest different calendar field between date1 and date2
96 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
99 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
269 * the largest different calendar field
[all...]
/third_party/ltp/testcases/network/stress/interface/
H A Dif-mtu-change.sh102 field=$(($nth + 1))
104 mtu=$(echo $CHANGE_VALUES | cut -d ' ' -f $field)
/third_party/node/deps/v8/src/torque/
H A Dkythe-data.h70 const Field* field);
72 const Field* field);
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nist.c144 if (!group->field_mod_func(r, r, group->field, ctx)) in ossl_ec_GFp_nist_field_mul()
169 if (!group->field_mod_func(r, r, group->field, ctx)) in ossl_ec_GFp_nist_field_sqr()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dhas_destructor.rs22 /// * If T is the type of a field, that field has a destructor if it's not a bitfield,
125 |field| match *field { in constrain()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DExtensionCollection.cs96 /// the provided descriptor type in accending field order
123 .ToDictionary(kvp => kvp.Key, kvp => (IList<FieldDescriptor>)new ReadOnlyCollection<FieldDescriptor>(kvp.Value.OrderBy(field => field.FieldNumber).ToArray())); in CrossLink()
/third_party/openssl/crypto/ec/
H A Decp_nist.c144 if (!group->field_mod_func(r, r, group->field, ctx)) in ossl_ec_GFp_nist_field_mul()
169 if (!group->field_mod_func(r, r, group->field, ctx)) in ossl_ec_GFp_nist_field_sqr()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DblocklayoutHLSL.cpp143 for (const ShaderVariable &field : variable.fields) in HLSLVariableRegisterCount()
145 HLSLVariableRegisterCount(field, encoder); in HLSLVariableRegisterCount()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternmodifier.h107 * @param field
108 * Which field to use for literal characters in the pattern.
110 void setPatternInfo(const AffixPatternProvider *patternInfo, Field field);
185 bool containsField(Field field) const U_OVERRIDE;
H A Dsmpdtfmt.cpp178 * The field range check bias for each UDateFormatField.
1034 // do not use the input calendar for field calculation. in _format()
1101 /* Map calendar field into calendar field level.
1102 * the larger the level, the smaller the field unit.
1121 // Map date field LETTER into calendar field level. in getLevelFromChar()
1122 // the larger the level, the smaller the field unit. in getLevelFromChar()
1194 // Map index into pattern character string to Calendar field number.
1218 /*:*/ UCAL_FIELD_COUNT, /* => no useful mapping to any calendar field */
1502 UCalendarDateFields field = fgPatternIndexToCalendarField[patternCharIndex]; subFormat() local
2109 UChar field = fields.charAt(i); adoptNumberFormat() local
2672 matchQuarterString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, Calendar& cal) const matchQuarterString() argument
2875 matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, const UnicodeString* monthPattern, Calendar& cal) const matchString() argument
3003 UCalendarDateFields field = fgPatternIndexToCalendarField[patternCharIndex]; // UCAL_FIELD_COUNT if irrelevant subParse() local
4117 isFieldUnitIgnored(const UnicodeString& pattern, UCalendarDateFields field) isFieldUnitIgnored() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddtitvinf.h59 * only keeps the field pattern letter and ignores all other parts
64 * might hide a field's pattern letter length.
68 * and the field's pattern letter length is honored.
71 * the field pattern length is ignored and the best match, which is defined
72 * in date time patterns, will be returned without honor the field pattern
83 * first different calendar field in above order.
93 * in en_US, if the largest different calendar field between date1 and date2
96 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
99 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
269 * the largest different calendar field
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DAudioLatencyTuner.java70 Field field = AudioAttributes.class.getField("FLAG_LOW_LATENCY"); in reflectAdvancedMethods()
71 mFlagLowLatency = field.getInt(AudioAttributes.class); in reflectAdvancedMethods()
/third_party/skia/src/sfnt/
H A DSkOTTable_head.h52 } field; member
103 } field; member
H A DSkOTTable_OS_2_VA.h76 } field;
121 } field;
H A DSkOTTable_OS_2_V0.h74 } field;
119 } field;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteBufferWriter.java173 Field field = clazz.getDeclaredField("channel"); in getChannelFieldOffset()
174 return UnsafeUtil.objectFieldOffset(field); in getChannelFieldOffset()
/third_party/protobuf/python/google/protobuf/internal/
H A Dkeywords_test.py57 message.nested_message.field = 234
58 self.assertEqual(message.nested_message.field, 234)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c2450 /* STR: Define a string variable for an ASCII string; f = field name */
2513 * generous help from the C pre-processor. The field name is stored as a string
2516 * offset to the field containing the length of the configuration variable.
2521 * this table and select the entry that matches with the field name. The parser
2522 * function (.parser) is then called to parse the actual value of the field.
3345 const struct parse_data *field = &ssid_fields[i]; in wpa_config_set() local
3346 if (os_strcmp(var, field->name) != 0) in wpa_config_set()
3349 if (wpa_config_eap_params(field->name)) { in wpa_config_set()
3353 ret = field->parser(field, ssi in wpa_config_set()
3496 const struct parse_data *field = &ssid_fields[i]; wpa_config_get() local
3540 const struct parse_data *field = &ssid_fields[i]; wpa_config_get_no_key() local
5467 const struct global_parse_data *field = &global_fields[i]; wpa_config_dump_values() local
5491 const struct global_parse_data *field = &global_fields[i]; wpa_config_get_value() local
5541 const struct global_parse_data *field = &global_fields[i]; wpa_config_process_global() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp179 * The field range check bias for each UDateFormatField.
1076 // do not use the input calendar for field calculation. in _format()
1143 /* Map calendar field into calendar field level.
1144 * the larger the level, the smaller the field unit.
1163 // Map date field LETTER into calendar field level. in getLevelFromChar()
1164 // the larger the level, the smaller the field unit. in getLevelFromChar()
1236 // Map index into pattern character string to Calendar field number.
1260 /*:*/ UCAL_FIELD_COUNT, /* => no useful mapping to any calendar field */
1544 UCalendarDateFields field = fgPatternIndexToCalendarField[patternCharIndex]; subFormat() local
2157 UChar field = fields.charAt(i); adoptNumberFormat() local
2720 matchQuarterString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, Calendar& cal) const matchQuarterString() argument
2966 matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, const UnicodeString* monthPattern, Calendar& cal) const matchString() argument
3096 UCalendarDateFields field = fgPatternIndexToCalendarField[patternCharIndex]; // UCAL_FIELD_COUNT if irrelevant subParse() local
4239 isFieldUnitIgnored(const UnicodeString& pattern, UCalendarDateFields field) isFieldUnitIgnored() argument
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp1332 glsl_struct_field field = glsl_struct_field(); in TEST_F() local
1333 field.type = glsl_int_type(); in TEST_F()
1334 field.name = "x"; in TEST_F()
1336 glsl_type::get_interface_instance(&field, 1, in TEST_F()
1379 glsl_struct_field field = glsl_struct_field(); in TEST_F() local
1380 field.type = glsl_int_type(); in TEST_F()
1381 field.name = "x"; in TEST_F()
1383 glsl_type::get_interface_instance(&field, 1, in TEST_F()
1418 glsl_struct_field field = glsl_struct_field(); in TEST_F() local
1419 field in TEST_F()
1462 glsl_struct_field field = glsl_struct_field(); TEST_F() local
1512 glsl_struct_field field = glsl_struct_field(); TEST_F() local
2062 struct glsl_struct_field field; TEST_F() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_nnedi.c91 int field; member
125 {"field", "set mode of operation", OFFSET(field), AV_OPT_TYPE_INT, {.i64=-1}, -2, 3, RFLAGS, "field" },
126 {"af", "use frame flags, both fields", 0, AV_OPT_TYPE_CONST, {.i64=-2}, 0, 0, RFLAGS, "field" },
127 {"a", "use frame flags, single field", 0, AV_OPT_TYPE_CONST, {.i64=-1}, 0, 0, RFLAGS, "field" },
128 {"t", "use top field only", 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, RFLAGS, "field" },
129 {"b", "use bottom field onl
[all...]

Completed in 28 milliseconds

1...<<31323334353637383940>>...71