Home
last modified time | relevance | path

Searched refs:field (Results 1301 - 1325 of 1912) sorted by relevance

1...<<51525354555657585960>>...77

/third_party/typescript/tests/baselines/reference/
H A DdecoratorMetadataWithTypeOnlyImport2.js14 field: Services.Service;
50 ], Main.prototype, "field");
H A DmetadataOfClassFromAlias.js5 field: string;
/third_party/protobuf/python/google/protobuf/
H A Dproto_builder.py63 Note: this doesn't validate field names!
66 fields: dict of {name: field_type} mappings for each field in the proto. If
85 # an OrderedDict we keep the order, but otherwise we sort the field to ensure
125 field_proto = desc_proto.field.add()
/third_party/rust/crates/env_logger/src/fmt/humantime/
H A Dextern_impl.rs102 .field(&TimestampValue(self)) in fmt()
/third_party/vulkan-loader/scripts/qnx/
H A Dcommon.mk34 CCFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp761 SetLastError("External record " + name + " has a non-external field " + f.name); in HandleRecordAsForeign()
769 auto *field = items->CreateItem<ForeignFieldItem>(foreign_record, field_name, type_item); in HandleRecordAsForeign() local
770 entities.field_items.insert({full_field_name, field}); in HandleRecordAsForeign()
835 BaseFieldItem *field; in HandleFields() local
837 field = items->CreateItem<ForeignFieldItem>(record, field_name, type_item); in HandleFields()
839 field = record->AddField(field_name, type_item, f.metadata->GetAccessFlags()); in HandleFields()
841 entities.field_items.insert({full_field_name, field}); in HandleFields()
1092 SetLastError("Duplicated array type field {" + field_name + "} is not supported."); in CheckDuplicateField()
1106 for (const auto &field : record.field_list) { in FillFields()
1107 auto field_name = record.name + "." + field in FillFields()
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp843 for (auto *field : superClassType->Fields()) {
844 if (field->Name() == (*it)->Name()) {
846 field->Declaration()->Node()->Clone(Allocator(), classType->GetDeclNode())->AsClassProperty();
878 for (auto *field : classType->Fields()) {
879 if (field->Name() == (*it)->Name()) {
880 field->Declaration()->Node()->AddModifier(isGetSetExternal.isGetter && isGetSetExternal.isSetter
1719 LogTypeError("Readonly field already initialized at declaration.", sourcePos);
1989 targetType = "field";
2017 for (auto *const field : propertyList) {
2018 ASSERT(field
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c860 #define panvk_meta_copy_buf2img_get_info_field(b, field) \
862 sizeof(((struct panvk_meta_copy_buf2img_info *)0)->field) * 8, \
864 .base = offsetof(struct panvk_meta_copy_buf2img_info, field), \
1233 #define panvk_meta_copy_img2buf_get_info_field(b, field) \
1235 sizeof(((struct panvk_meta_copy_img2buf_info *)0)->field) * 8, \
1237 .base = offsetof(struct panvk_meta_copy_img2buf_info, field), \
1619 #define panvk_meta_copy_buf2buf_get_info_field(b, field) \
1621 sizeof(((struct panvk_meta_copy_buf2buf_info *)0)->field) * 8, \
1623 .base = offsetof(struct panvk_meta_copy_buf2buf_info, field), \
1755 #define panvk_meta_fill_buf_get_info_field(b, field) \
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h585 field_imm(decoder, pc + struct_imm.length, "field index"), in FieldImmediate()
1025 const FieldImmediate<validate>& field, bool is_signed, Value* result) \
1027 const FieldImmediate<validate>& field, const Value& field_value) \
1295 DecodeError(pc + imm.struct_imm.length, "invalid field index: %u", in Validate()
2153 // this {ZoneVector}. Hence save one field and just get it from there if
3691 ValidateArgType(args, i, type->field(i).Unpacked()); in PeekArgs()
3695 // Drops a number of stack elements equal to the struct's field count, or all
4081 ValueType ftype = imm.struct_type->field(i); in DecodeGCOpcode()
4084 "%s: struct type %d has field %d of non-defaultable type %s", in DecodeGCOpcode()
4106 FieldImmediate<validate> field(thi in DecodeGCOpcode()
[all...]
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.h102 void GetField(pandasm::Field &field, const panda_file::FieldDataAccessor &fieldAccessor);
124 void GetMetaData(pandasm::Field *field, const panda_file::File::EntityId &fieldId) const;
/third_party/ffmpeg/libavcodec/
H A Damrnbdata.h74 #define AMR_BIT(field) (offsetof(AMRNBFrame, field))
80 // Each field in AMRNBFrame is stored as:
81 // * one byte for the number of bits in the field
82 // * one byte for the field index
83 // * then, one byte for each bit of the field (from most-significant to least)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DAffixUtils.java76 /** Represents a literal character; the value is stored in the code point field. */
319 NumberFormat.Field field) { in unescape()
334 length += output.insertCodePoint(position + length, typeOrCp, field); in unescape()
314 unescape( CharSequence affixPattern, FormattedStringBuilder output, int position, SymbolProvider provider, NumberFormat.Field field) unescape() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Dudat.h93 * pos.field = 1; // Same as the DateFormat::EField enum
138 * <li> Align any particular field, or find out where it is for selection
149 * <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime#date-field-symbol-table">ICU
517 * FieldPosition and UFieldPosition selector for 'G' field alignment,
518 * corresponding to the UCAL_ERA field.
524 * FieldPosition and UFieldPosition selector for 'y' field alignment,
525 * corresponding to the UCAL_YEAR field.
531 * FieldPosition and UFieldPosition selector for 'M' field alignment,
532 * corresponding to the UCAL_MONTH field.
538 * FieldPosition and UFieldPosition selector for 'd' field alignmen
[all...]
/third_party/icu/tools/multi/proj/provider/glue/
H A Dcal_fe.cpp57 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const ; \
116 int32_t GLUE_SYM ( Calendar ) :: handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { in GLUE_SYM()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DAffixUtils.java78 /** Represents a literal character; the value is stored in the code point field. */
322 NumberFormat.Field field) { in unescape()
337 length += output.insertCodePoint(position + length, typeOrCp, field); in unescape()
317 unescape( CharSequence affixPattern, FormattedStringBuilder output, int position, SymbolProvider provider, NumberFormat.Field field) unescape() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumber_affixutils.cpp162 const SymbolProvider &provider, Field field, UErrorCode &status) { in unescape()
179 length += output.insertCodePoint(position + length, tag.codePoint, field, status); in unescape()
161 unescape(const UnicodeString &affixPattern, FormattedStringBuilder &output, int32_t position, const SymbolProvider &provider, Field field, UErrorCode &status) unescape() argument
/third_party/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h83 * This field contains the adreno revision
107 #define KGSL_MEMSTORE_OFFSET(ctxt_id, field) \
109 offsetof(struct kgsl_devmemstore, field))
306 * The flags field may contain a mask KGSL_CONTEXT_* values
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
H A Dwriter.js120 function field(it) { function
180 field,
/third_party/node/deps/v8/tools/
H A Dgen-postmortem-metadata.py332 fields = []; # field declarations
612 field = args[1];
628 'name': 'class_%s__%s__%s' % (klass, field, dtype),
633 # Load field offset information from objects-inl.h etc.
757 out.write('/* field information */\n');
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_affixutils.cpp162 const SymbolProvider &provider, Field field, UErrorCode &status) { in unescape()
179 length += output.insertCodePoint(position + length, tag.codePoint, field, status); in unescape()
161 unescape(const UnicodeString &affixPattern, FormattedStringBuilder &output, int32_t position, const SymbolProvider &provider, Field field, UErrorCode &status) unescape() argument
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dudat.h93 * pos.field = 1; // Same as the DateFormat::EField enum
138 * <li> Align any particular field, or find out where it is for selection
149 * <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime#date-field-symbol-table">ICU
517 * FieldPosition and UFieldPosition selector for 'G' field alignment,
518 * corresponding to the UCAL_ERA field.
524 * FieldPosition and UFieldPosition selector for 'y' field alignment,
525 * corresponding to the UCAL_YEAR field.
531 * FieldPosition and UFieldPosition selector for 'M' field alignment,
532 * corresponding to the UCAL_MONTH field.
538 * FieldPosition and UFieldPosition selector for 'd' field alignmen
[all...]
/third_party/node/deps/v8/src/base/
H A Dmacros.h27 // have to make sure that only standard-layout types and simple field
29 #define OFFSET_OF(type, field) \
30 (reinterpret_cast<intptr_t>(&(reinterpret_cast<type*>(16)->field)) - 16)
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-metadata-win.h33 // Number of metadescriptors. Use this to find out the index of the field
84 // Creates an str_bytes which is the field name suffixed with the field type
108 // Only one field, or base case when multiple fields.
110 constexpr auto JoinFields(T1 field) { in JoinFields() argument
111 return field; in JoinFields()
123 // followed by a series of `Field` invocations for each field.
159 // The second descriptor contains the data to describe the field layout in SetMetaDescriptors()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtrivial.rs42 for field in &strct.fields {
43 if let Type::Ident(ident) = &field.ty {
174 desc: "field of", in fmt()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtypes.rs85 for field in &strct.fields {
86 visit(&mut all, &field.ty);

Completed in 35 milliseconds

1...<<51525354555657585960>>...77