| /third_party/typescript/tests/baselines/reference/ |
| H A D | decoratorMetadataWithTypeOnlyImport2.js | 14 field: Services.Service; 50 ], Main.prototype, "field");
|
| H A D | metadataOfClassFromAlias.js | 5 field: string;
|
| /third_party/protobuf/python/google/protobuf/ |
| H A D | proto_builder.py | 63 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 D | extern_impl.rs | 102 .field(&TimestampValue(self)) in fmt()
|
| /third_party/vulkan-loader/scripts/qnx/ |
| H A D | common.mk | 34 CCFLAGS += -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-emitter.cpp | 761 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 D | object.cpp | 843 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 D | panvk_vX_meta_copy.c | 860 #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 D | function-body-decoder-impl.h | 585 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 D | disassembler.h | 102 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 D | amrnbdata.h | 74 #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 D | AffixUtils.java | 76 /** 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 D | udat.h | 93 * 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 D | cal_fe.cpp | 57 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 D | AffixUtils.java | 78 /** 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 D | number_affixutils.cpp | 162 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 D | msm_kgsl.h | 83 * 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 D | writer.js | 120 function field(it) { function 180 field,
|
| /third_party/node/deps/v8/tools/ |
| H A D | gen-postmortem-metadata.py | 332 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 D | number_affixutils.cpp | 162 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 D | udat.h | 93 * 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 D | macros.h | 27 // 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 D | system-jit-metadata-win.h | 33 // 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 D | trivial.rs | 42 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 D | types.rs | 85 for field in &strct.fields { 86 visit(&mut all, &field.ty);
|