Home
last modified time | relevance | path

Searched refs:field (Results 601 - 625 of 1878) sorted by relevance

1...<<21222324252627282930>>...76

/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc421 // For now, generated C++ is only for field offset computations. If we ever in VisitMacroCommon()
1401 const Field& field = class_type->LookupField(initializer.name->value); in VisitInitializerResults() local
1402 bool has_index = field.index.has_value(); in VisitInitializerResults()
1412 ReportError("the indexed class field '", initializer.name->value, in VisitInitializerResults()
1415 result.field_value_map[field.name_and_type.name] = Visit(e); in VisitInitializerResults()
1421 VisitResult object, const Field& field, const ClassType* class_type, in GenerateFieldReference()
1423 if (field.index.has_value()) { in GenerateFieldReference()
1425 GenerateCall(class_type->GetSliceMacroName(field), {{object}, {}})); in GenerateFieldReference()
1426 if (field.index->optional && !treat_optional_as_indexed) { in GenerateFieldReference()
1427 // This field wa in GenerateFieldReference()
1420 GenerateFieldReference( VisitResult object, const Field& field, const ClassType* class_type, bool treat_optional_as_indexed) GenerateFieldReference() argument
1449 GenerateFieldReferenceForInit( VisitResult object, const Field& field, const LayoutForInitialization& layout) GenerateFieldReferenceForInit() argument
1484 LocationReference field = InitializeClass() local
1518 GenerateArrayLength(VisitResult object, const Field& field) GenerateArrayLength() argument
1551 GenerateArrayLength( const ClassType* class_type, const InitializerResults& initializer_results, const Field& field) GenerateArrayLength() argument
2251 const Field& field = type->LookupField(fieldname); GenerateFieldAccess() local
2271 const Field& field = type->LookupField(fieldname); GenerateFieldAccess() local
2283 const BitField& field = bitfield_struct->LookupField(fieldname); GenerateFieldAccess() local
2298 const BitField& field = bitfield_struct->LookupField(fieldname); GenerateFieldAccess() local
2314 const Field& field = (*struct_type)->LookupField(fieldname); GenerateFieldAccess() local
2350 const Field& field = (*class_type)->LookupField(fieldname); GenerateFieldAccess() local
3065 const Field& field = GenerateCall() local
3136 const Field& field = GenerateCall() local
3939 std::string field = "k" + CamelifyString(f.name_and_type.name) + "Offset"; global() variable
4258 std::string field = "k" + CamelifyString(f.name_and_type.name) + "Offset"; GenerateCppObjectDefinitionAsserts() local
4265 << " \\"Types of " << name_ << "::" << field GenerateCppObjectDefinitionAsserts() local
5412 CollectAllFields(const std::string& path, const Field& field, std::vector<std::string>& result) CollectAllFields() argument
[all...]
/third_party/alsa-lib/src/
H A Dconf.c3977 SNDERR("Invalid type for field func"); in snd_config_hooks_call()
4010 SNDERR("Unknown field %s", id); in snd_config_hooks_call()
4071 SNDERR("id of field %s is not and integer", id); in snd_config_hooks()
4270 SNDERR("Invalid bool value in field errors"); in snd_config_hook_load()
4275 SNDERR("Unable to find field files in the pre-load section"); in snd_config_hook_load()
4283 SNDERR("Invalid type for field filenames"); in snd_config_hook_load()
4294 SNDERR("id of field %s is not and integer", id); in snd_config_hook_load()
4366 SNDERR("Unable to find field table.id"); in _snd_config_hook_table()
4372 SNDERR("Unable to find field table.value"); in _snd_config_hook_table()
5169 SNDERR("Unknown field in _snd_config_evaluate()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.c87 create_copy_frag_shader(struct vl_deint_filter *filter, unsigned field) in create_copy_frag_shader() argument
106 if (field) { in create_copy_frag_shader()
123 create_deint_frag_shader(struct vl_deint_filter *filter, unsigned field, in create_deint_frag_shader() argument
171 if (field == 0) { in create_deint_frag_shader()
172 /* interpolating top field -> current field is a bottom field */ in create_deint_frag_shader()
182 /* interpolating bottom field -> current field is a top field */ in create_deint_frag_shader()
435 vl_deint_filter_render(struct vl_deint_filter *filter, struct pipe_video_buffer *prevprev, struct pipe_video_buffer *prev, struct pipe_video_buffer *cur, struct pipe_video_buffer *next, unsigned field) vl_deint_filter_render() argument
[all...]
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dsubcommand.rs270 .map(|field| { in gen_augment()
272 Item::from_args_field(field, item.casing(), item.env_casing())?; in gen_augment()
273 Ok((field, item)) in gen_augment()
490 .map(|field| { in gen_from_arg_matches()
491 let item = Item::from_args_field(field, item.casing(), item.env_casing())?; in gen_from_arg_matches()
492 Ok((field, item)) in gen_from_arg_matches()
599 let field_names = fields.named.iter().map(|field| { in gen_update_from_arg_matches()
600 field.ident.as_ref().unwrap() in gen_update_from_arg_matches()
605 .map(|field| { in gen_update_from_arg_matches()
606 let item = Item::from_args_field(field, ite in gen_update_from_arg_matches()
[all...]
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c37 #define IMPLEMENT_SSL_TEST_BOOL_OPTION(struct_type, name, field) \
38 static int parse_##name##_##field(struct_type *ctx, const char *value) \
40 return parse_boolean(value, &ctx->field); \
43 #define IMPLEMENT_SSL_TEST_STRING_OPTION(struct_type, name, field) \
44 static int parse_##name##_##field(struct_type *ctx, const char *value) \
46 OPENSSL_free(ctx->field); \
47 ctx->field = OPENSSL_strdup(value); \
48 return TEST_ptr(ctx->field); \
51 #define IMPLEMENT_SSL_TEST_INT_OPTION(struct_type, name, field) \
52 static int parse_##name##_##field(struct_typ
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Duformattedvaluetst.c25 int32_t field,
139 int32_t field, in AssertAllPartsEqual()
160 assertSuccess(AAPE_MSG("field"), &status); in AssertAllPartsEqual()
161 assertIntEquals(AAPE_MSG("field"), field, _field); in AssertAllPartsEqual()
174 assertSuccess(AAPE_MSG("integer field"), &status); in AssertAllPartsEqual()
175 assertTrue(AAPE_MSG("integer field"), in AssertAllPartsEqual()
179 assertSuccess(AAPE_MSG("compact field"), &status); in AssertAllPartsEqual()
180 assertTrue(AAPE_MSG("compact field"), in AssertAllPartsEqual()
184 assertSuccess(AAPE_MSG("date field"), in AssertAllPartsEqual()
134 AssertAllPartsEqual( const char* messagePrefix, const UConstrainedFieldPosition* ucfpos, int32_t matching, UFieldCategory category, int32_t field, int32_t start, int32_t limit, int64_t context) AssertAllPartsEqual() argument
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dudatpg.h44 * That would be useful for getting the UI order of field elements.</i>
348 * Note that single-field patterns (like "MMM") are automatically added, and
373 * An AppendItem format is a pattern used to append a field if there is no
387 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
394 UDateTimePatternField field,
402 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
404 * @return appendItemFormat for field.
409 UDateTimePatternField field,
413 * Set the name of field, eg "era" in English for ERA. These are only
420 * @param field UDateTimePatternFiel
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_memcpy.c79 const struct glsl_struct_field *field = in type_is_tightly_packed() local
82 if (field->offset < 0 || field->offset != size) in type_is_tightly_packed()
86 if (!type_is_tightly_packed(field->type, &field_size)) in type_is_tightly_packed()
89 size = field->offset + field_size; in type_is_tightly_packed()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dudatpg.h44 * That would be useful for getting the UI order of field elements.</i>
348 * Note that single-field patterns (like "MMM") are automatically added, and
373 * An AppendItem format is a pattern used to append a field if there is no
387 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
394 UDateTimePatternField field,
402 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
404 * @return appendItemFormat for field.
409 UDateTimePatternField field,
413 * Set the name of field, eg "era" in English for ERA. These are only
420 * @param field UDateTimePatternFiel
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_gpu_load.c74 #define UPDATE_COUNTER(field, mask) \
77 p_atomic_inc(&counters->named.field.busy); \
79 p_atomic_inc(&counters->named.field.idle); \
201 #define BUSY_INDEX(rscreen, field) (&rscreen->mmio_counters.named.field.busy - \
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dudatpg.h44 * That would be useful for getting the UI order of field elements.</i>
348 * Note that single-field patterns (like "MMM") are automatically added, and
373 * An AppendItem format is a pattern used to append a field if there is no
387 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
394 UDateTimePatternField field,
402 * @param field UDateTimePatternField, such as UDATPG_ERA_FIELD
404 * @return appendItemFormat for field.
409 UDateTimePatternField field,
413 * Set the name of field, eg "era" in English for ERA. These are only
420 * @param field UDateTimePatternFiel
[all...]
/third_party/tzdata/
H A Dziguard.awk30 function get_minutes(field, \
33 sign = field ~ /^-/ ? -1 : 1
34 hours = +field
35 if (field ~ /:/) {
36 minutes = field
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_wrapper_field.cc54 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in WrapperFieldGenerator()
87 "/// <summary>Gets whether the $descriptor_name$ field is set</summary>\n"); in GenerateMembers()
96 "/// <summary>Clears the value of the $descriptor_name$ field</summary>\n"); in GenerateMembers()
160 if (descriptor_->message_type()->field(0)->type() == FieldDescriptor::TYPE_FLOAT) { in WriteHash()
163 else if (descriptor_->message_type()->field(0)->type() == FieldDescriptor::TYPE_DOUBLE) { in WriteHash()
171 if (descriptor_->message_type()->field(0)->type() == FieldDescriptor::TYPE_FLOAT) { in WriteEquals()
174 else if (descriptor_->message_type()->field(0)->type() == FieldDescriptor::TYPE_DOUBLE) { in WriteEquals()
222 // Note: deliberately _oneof_$name$_codec, not _$oneof_name$_codec... we have one codec per field. in GenerateMembers()
242 "/// <summary>Gets whether the \"$descriptor_name$\" field is set</summary>\n"); in GenerateMembers()
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc233 const FieldDescriptor* f = d->field(i);
252 GOOGLE_LOG(FATAL) << "Couldn't find field with type: " << repeated_string.c_str()
264 const FieldDescriptor* f = d->field(i); in GetFieldForMapType()
267 const FieldDescriptor* key = map_entry->field(0); in GetFieldForMapType()
268 const FieldDescriptor* value = map_entry->field(1); in GetFieldForMapType()
276 GOOGLE_LOG(FATAL) << "Couldn't find map field with type: " in GetFieldForMapType()
289 const FieldDescriptor* f = d->field(i); in GetFieldForOneofType()
296 GOOGLE_LOG(FATAL) << "Couldn't find oneof field with type: " in GetFieldForOneofType()
671 const FieldDescriptor* field = GetFieldForType(type, false, true); in TestPrematureEOFForType() local
680 tag(field in TestPrematureEOFForType()
755 const FieldDescriptor* field = GetFieldForType(type, false, is_proto3); TestValidDataForType() local
934 const FieldDescriptor* field = TestValidDataForRepeatedScalarMessage() local
967 const FieldDescriptor* field = TestValidDataForMapType() local
1088 const FieldDescriptor* field = GetFieldForMapType( TestOverwriteMessageValueMap() local
1114 const FieldDescriptor* field = GetFieldForOneofType(type, is_proto3); TestValidDataForOneofType() local
1211 const FieldDescriptor* field = TestMergeOneofMessage() local
[all...]
/base/global/i18n/frameworks/intl/include/
H A Di18n_calendar.h53 void Set(UCalendarDateFields field, int32_t value);
56 int32_t Get(UCalendarDateFields field) const;
57 void Add(UCalendarDateFields field, int32_t amount);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBuddhistCalendar.java144 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
146 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
149 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
160 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
162 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
165 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
167 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
169 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
171 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field.
233 protected int handleGetLimit(int field, in argument
[all...]
H A DTaiwanCalendar.java147 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
149 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
152 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
163 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
165 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
167 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
168 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
169 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
170 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field.
236 protected int handleGetLimit(int field, in argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTaiwanCalendar.java137 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
139 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
142 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
152 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
154 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
156 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
157 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
158 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
159 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field.
221 protected int handleGetLimit(int field, in argument
[all...]
H A DBuddhistCalendar.java136 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
138 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
141 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
151 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field.
153 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
156 * @param date The value used to set the calendar's {@link #DATE DATE} time field.
158 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
160 * @param minute The value used to set the calendar's {@link #MINUTE MINUTE} time field.
162 * @param second The value used to set the calendar's {@link #SECOND SECOND} time field.
219 protected int handleGetLimit(int field, in argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.h40 const DecimalFormatSymbols& symbols, Field field, in insertDigitFromSymbols()
43 return output.insertCodePoint(index, symbols.getCodePointZero() + digit, field, status); in insertDigitFromSymbols()
45 return output.insert(index, symbols.getConstDigitSymbol(digit), field, status); in insertDigitFromSymbols()
39 insertDigitFromSymbols(FormattedStringBuilder& output, int32_t index, int8_t digit, const DecimalFormatSymbols& symbols, Field field, UErrorCode& status) insertDigitFromSymbols() argument
/third_party/jinja2/
H A Dvisitor.py62 for field, old_value in node.iter_fields():
78 delattr(node, field)
80 setattr(node, field, new_node)
/third_party/node/deps/v8/third_party/jinja2/
H A Dvisitor.py53 for field, old_value in node.iter_fields():
69 delattr(node, field)
71 setattr(node, field, new_node)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dvisitor.py59 for field, old_value in node.iter_fields():
75 delattr(node, field)
77 setattr(node, field, new_node)
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.h40 const DecimalFormatSymbols& symbols, Field field, in insertDigitFromSymbols()
43 return output.insertCodePoint(index, symbols.getCodePointZero() + digit, field, status); in insertDigitFromSymbols()
45 return output.insert(index, symbols.getConstDigitSymbol(digit), field, status); in insertDigitFromSymbols()
39 insertDigitFromSymbols(FormattedStringBuilder& output, int32_t index, int8_t digit, const DecimalFormatSymbols& symbols, Field field, UErrorCode& status) insertDigitFromSymbols() argument
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DIssuesTest.cs51 FieldDescriptor field = ItemField.Descriptor.FindFieldByName("item"); in FieldCalledItem()
52 Assert.NotNull(field); in FieldCalledItem()
53 Assert.AreEqual(3, (int)field.Accessor.GetValue(message)); in FieldCalledItem()
70 // It is safe to use either original field name or explicitly specified json_name in JsonNameParseTest()
110 // (which is a corner case and will most likely result in an error when trying to read value of the field in CodedInputStream_LimitReachedRightAfterTag()

Completed in 25 milliseconds

1...<<21222324252627282930>>...76