| /third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
| H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 94 'package.json' does not have a 'typesVersions' field. 100 'package.json' does not have a 'typings' field. 101 'package.json' does not have a 'types' field. 102 'package.json' does not have a 'main' field. 126 'package.json' does not have a 'typesVersions' field. 132 'package.json' does not have a 'typings' field. 133 'package.json' does not have a 'types' field. 134 'package.json' does not have a 'main' field.
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | FieldMaskUtil.java | 91 * Parses from a string to a FieldMask and validates all field paths. 93 * @throws IllegalArgumentException if any of the field path is invalid. 101 * Constructs a FieldMask for a list of field paths in a certain type. 103 * @throws IllegalArgumentException if any of the field path is not valid. 111 * Constructs a FieldMask for a list of field paths in a certain type. 113 * @throws IllegalArgumentException if any of the field path is not valid. 120 * Constructs a FieldMask for a list of field paths in a certain type. Does not validate the given 131 // Ignore empty field paths. in fromStringList() 144 * Constructs a FieldMask from the passed field numbers. 153 * Constructs a FieldMask from the passed field number [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
| H A D | netcp_ethss.c | 780 #define GBE_STATSA_INFO(field) \ 782 "GBE_A:"#field, GBE_STATSA_MODULE, \ 783 sizeof_field(struct gbe_hw_stats, field), \ 784 offsetof(struct gbe_hw_stats, field) \ 787 #define GBE_STATSB_INFO(field) \ 789 "GBE_B:"#field, GBE_STATSB_MODULE, \ 790 sizeof_field(struct gbe_hw_stats, field), \ 791 offsetof(struct gbe_hw_stats, field) \ 794 #define GBE_STATSC_INFO(field) \ 796 "GBE_C:"#field, GBE_STATSC_MODUL [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
| H A D | netcp_ethss.c | 780 #define GBE_STATSA_INFO(field) \ 782 "GBE_A:"#field, GBE_STATSA_MODULE, \ 783 sizeof_field(struct gbe_hw_stats, field), \ 784 offsetof(struct gbe_hw_stats, field) \ 787 #define GBE_STATSB_INFO(field) \ 789 "GBE_B:"#field, GBE_STATSB_MODULE, \ 790 sizeof_field(struct gbe_hw_stats, field), \ 791 offsetof(struct gbe_hw_stats, field) \ 794 #define GBE_STATSC_INFO(field) \ 796 "GBE_C:"#field, GBE_STATSC_MODUL [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 70 /* Compute keyword masks and figure out the number of keywords a field 76 struct npc_key_field *field = &mcam->rx_key_fields[type]; in npc_set_kw_masks() local 88 field = &mcam->tx_key_fields[type]; in npc_set_kw_masks() 94 field->kw_mask[start_kwi] |= GENMASK_ULL(nr_bits - 1, 0) in npc_set_kw_masks() 96 field->nr_kws = 1; in npc_set_kw_masks() 104 field->kw_mask[start_kwi] |= GENMASK_ULL(bits_in_kw - 1, 0) in npc_set_kw_masks() 108 field->kw_mask[start_kwi + 1] |= GENMASK_ULL(bits_in_kw - 1, 0); in npc_set_kw_masks() 109 field->nr_kws = 2; in npc_set_kw_masks() 116 field->kw_mask[start_kwi] |= GENMASK_ULL(bits_in_kw - 1, 0) in npc_set_kw_masks() 119 field in npc_set_kw_masks() 140 npc_is_same(struct npc_key_field *input, struct npc_key_field *field) npc_is_same() argument 728 struct npc_key_field *field; npc_update_entry() local [all...] |
| /third_party/python/Tools/gdb/ |
| H A D | libpython.py | 173 def field(self, name): member in PyObjectPtr 175 Get the gdb.Value for the given field within the PyObject, coping with 186 so that the "ob_size" field is located insize the "ob_base" field, and 205 Get a PyObjectPtr for the given PyObject* field within this PyObject, 208 return PyObjectPtr.from_pyobject_ptr(self.field(name)) 212 Extract the PyObject* field named "name", and write its representation 234 return PyTypeObjectPtr(self.field('ob_type')) 254 tp_name = ob_type.field('tp_name') 331 tp_name = t.field('tp_nam [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | debugfs.c | 128 u64 field = 0; in average_read() local 135 field = div64_u64(stats->sum, stats->n); in average_read() 137 ret = snprintf(tbuf, sizeof(tbuf), "%llu\n", field); in average_read() 366 u64 field; in dbg_read() local 373 field = qp_read_field(d->dev, d->object, desc->i, &is_str); in dbg_read() 377 field = eq_read_field(d->dev, d->object, desc->i); in dbg_read() 381 field = cq_read_field(d->dev, d->object, desc->i); in dbg_read() 390 ret = snprintf(tbuf, sizeof(tbuf), "%s\n", (const char *)(unsigned long)field); in dbg_read() 392 ret = snprintf(tbuf, sizeof(tbuf), "0x%llx\n", field); in dbg_read() 405 int rsn, char **field, in in add_res_tree() 403 add_res_tree(struct mlx5_core_dev *dev, enum dbg_rsc_type type, struct dentry *root, struct mlx5_rsc_debug **dbg, int rsn, char **field, int nfile, void *data) add_res_tree() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpni-cmd.h | 100 #define DPNI_MASK(field) \ 101 GENMASK(DPNI_##field##_SHIFT + DPNI_##field##_SIZE - 1, \ 102 DPNI_##field##_SHIFT) 104 #define dpni_set_field(var, field, val) \ 105 ((var) |= (((val) << DPNI_##field##_SHIFT) & DPNI_MASK(field))) 106 #define dpni_get_field(var, field) \ 107 (((var) & DPNI_MASK(field)) >> DPNI_##field##_SHIF 422 __le32 field; global() member [all...] |
| /kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
| H A D | rtl819x_TSProc.c | 254 pRet->TSpec.f.TSInfo.field.ucTSID == TID && in SearchAdmitTRStream() 255 pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 374 pTSInfo->field.ucTrafficType = 0; in GetTs() 375 pTSInfo->field.ucTSID = UP; in GetTs() 376 pTSInfo->field.ucDirection = Dir; in GetTs() 377 pTSInfo->field.ucAccessPolicy = 1; in GetTs() 378 pTSInfo->field.ucAggregation = 0; in GetTs() 379 pTSInfo->field.ucPSB = 0; in GetTs() 380 pTSInfo->field.ucUP = UP; in GetTs() 381 pTSInfo->field in GetTs() [all...] |
| /kernel/linux/linux-5.10/sound/mips/ |
| H A D | ad1843.c | 173 const struct ad1843_bitfield *field) in ad1843_read_bits() 177 w = ad1843->read(ad1843->chip, field->reg); in ad1843_read_bits() 178 return w >> field->lo_bit & ((1 << field->nbits) - 1); in ad1843_read_bits() 186 const struct ad1843_bitfield *field, in ad1843_write_bits() 191 w = ad1843->read(ad1843->chip, field->reg); in ad1843_write_bits() 192 mask = ((1 << field->nbits) - 1) << field->lo_bit; in ad1843_write_bits() 193 oldval = (w & mask) >> field->lo_bit; in ad1843_write_bits() 194 newbits = (newval << field in ad1843_write_bits() 172 ad1843_read_bits(struct snd_ad1843 *ad1843, const struct ad1843_bitfield *field) ad1843_read_bits() argument 185 ad1843_write_bits(struct snd_ad1843 *ad1843, const struct ad1843_bitfield *field, int newval) ad1843_write_bits() argument [all...] |
| /kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
| H A D | rtl819x_TSProc.c | 212 pRet->TSpec.f.TSInfo.field.ucTSID == TID && in SearchAdmitTRStream() 213 pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream() 329 pTSInfo->field.ucTrafficType = 0; in GetTs() 330 pTSInfo->field.ucTSID = UP; in GetTs() 331 pTSInfo->field.ucDirection = Dir; in GetTs() 332 pTSInfo->field.ucAccessPolicy = 1; in GetTs() 333 pTSInfo->field.ucAggregation = 0; in GetTs() 334 pTSInfo->field.ucPSB = 0; in GetTs() 335 pTSInfo->field.ucUP = UP; in GetTs() 336 pTSInfo->field in GetTs() [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpni-cmd.h | 106 #define DPNI_MASK(field) \ 107 GENMASK(DPNI_##field##_SHIFT + DPNI_##field##_SIZE - 1, \ 108 DPNI_##field##_SHIFT) 110 #define dpni_set_field(var, field, val) \ 111 ((var) |= (((val) << DPNI_##field##_SHIFT) & DPNI_MASK(field))) 112 #define dpni_get_field(var, field) \ 113 (((var) & DPNI_MASK(field)) >> DPNI_##field##_SHIF 433 __le32 field; global() member [all...] |
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-google-hammer.c | 372 struct hid_field *field, in hammer_input_mapping() 411 static int hammer_event(struct hid_device *hid, struct hid_field *field, in hammer_event() argument 434 struct hid_field *field = report->field[i]; in hammer_has_usage() local 436 for (j = 0; j < field->maxusage; j++) in hammer_has_usage() 437 if (field->usage[j].hid == usage) in hammer_has_usage() 483 struct hid_field *field = report->field[a]; in hammer_get_folded_state() local 485 if (field->usage->hid == HID_USAGE_KBD_FOLDED) { in hammer_get_folded_state() 487 field in hammer_get_folded_state() 371 hammer_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) hammer_input_mapping() argument [all...] |
| /kernel/linux/linux-6.6/sound/mips/ |
| H A D | ad1843.c | 173 const struct ad1843_bitfield *field) in ad1843_read_bits() 177 w = ad1843->read(ad1843->chip, field->reg); in ad1843_read_bits() 178 return w >> field->lo_bit & ((1 << field->nbits) - 1); in ad1843_read_bits() 186 const struct ad1843_bitfield *field, in ad1843_write_bits() 191 w = ad1843->read(ad1843->chip, field->reg); in ad1843_write_bits() 192 mask = ((1 << field->nbits) - 1) << field->lo_bit; in ad1843_write_bits() 193 oldval = (w & mask) >> field->lo_bit; in ad1843_write_bits() 194 newbits = (newval << field in ad1843_write_bits() 172 ad1843_read_bits(struct snd_ad1843 *ad1843, const struct ad1843_bitfield *field) ad1843_read_bits() argument 185 ad1843_write_bits(struct snd_ad1843 *ad1843, const struct ad1843_bitfield *field, int newval) ad1843_write_bits() argument [all...] |
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | protocol_core.h | 35 // Registers |name| as a segment of the field path. 111 void AddField(span<char> name, const T& field) { in AddField() argument 112 serializer_.AddField(name, field); in AddField() 363 #define V8_CRDTP_DESERIALIZE_FILED_IMPL(name, field, is_optional) \ 367 return ProtocolTypeTraits<decltype(field)>::Deserialize( \ 368 __state, &static_cast<ProtocolType*>(__obj)->field); \ 385 #define V8_CRDTP_DESERIALIZE_FIELD(name, field) \ 386 V8_CRDTP_DESERIALIZE_FILED_IMPL(name, field, false) 387 #define V8_CRDTP_DESERIALIZE_FIELD_OPT(name, field) \ 388 V8_CRDTP_DESERIALIZE_FILED_IMPL(name, field, tru [all...] |
| /third_party/node/src/ |
| H A D | node_options.h | 349 bool Options::*field, 354 uint64_t Options::*field, 358 int64_t Options::*field, 362 std::string Options::*field, 366 std::vector<std::string> Options::*field, 370 HostPort Options::*field, 433 // Represents a field within `Options`. 445 // Represents a field of type T within `Options` that can be looked up 446 // as a C++ member field. 450 explicit SimpleOptionField(T Options::* field) argument 460 Lookup(std::shared_ptr<BaseOptionField> field, Options* options) const Lookup() argument 471 std::shared_ptr<BaseOptionField> field; global() member [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_message.cc | 135 // Within the group, order by field number (provides stable ordering). in operator ()() 153 fields[i] = descriptor->field(i); in SortFieldsByNumber() 165 fields[i] = descriptor->field(i); in SortFieldsByStorageSize() 223 const FieldDescriptor* fieldDescriptor = descriptor_->field(i); in DetermineForwardDeclarations() 237 const FieldDescriptor* fieldDescriptor = descriptor_->field(i); in DetermineObjectiveCClassDefinitions() 344 const FieldDescriptor* field = descriptor_->field(i); in GenerateMessageHeader() local 345 const OneofDescriptor *oneof = field->real_containing_oneof(); in GenerateMessageHeader() 354 field_generators_.get(field).GeneratePropertyDeclaration(printer); in GenerateMessageHeader() 360 field_generators_.get(descriptor_->field( in GenerateMessageHeader() [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | utility.cc | 159 const google::protobuf::Field& field = type->fields(i); in FindFieldInTypeOrNull() local 160 if (field.name() == field_name) { in FindFieldInTypeOrNull() 161 return &field; in FindFieldInTypeOrNull() 172 const google::protobuf::Field& field = type->fields(i); in FindJsonFieldInTypeOrNull() local 173 if (field.json_name() == json_name) { in FindJsonFieldInTypeOrNull() 174 return &field; in FindJsonFieldInTypeOrNull() 185 const google::protobuf::Field& field = type->fields(i); in FindFieldInTypeByNumberOrNull() local 186 if (field.number() == number) { in FindFieldInTypeByNumberOrNull() 187 return &field; in FindFieldInTypeByNumberOrNull() 364 bool IsMap(const google::protobuf::Field& field, in IsMap() argument [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-trace.c | 209 u64 (*integer)(struct tp_field *field, struct perf_sample *sample); 210 void *(*pointer)(struct tp_field *field, struct perf_sample *sample); 215 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \ 218 memcpy(&value, sample->raw_data + field->offset, sizeof(value)); \ 228 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \ 231 memcpy(&value, sample->raw_data + field->offset, sizeof(value)); \ 239 static int __tp_field__init_uint(struct tp_field *field, int size, int offset, bool needs_swap) in __tp_field__init_uint() argument 241 field->offset = offset; in __tp_field__init_uint() 245 field->integer = tp_field__u8; in __tp_field__init_uint() 248 field in __tp_field__init_uint() 263 tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool needs_swap) tp_field__init_uint() argument 268 tp_field__ptr(struct tp_field *field, struct perf_sample *sample) tp_field__ptr() argument 273 __tp_field__init_ptr(struct tp_field *field, int offset) __tp_field__init_ptr() argument 280 tp_field__init_ptr(struct tp_field *field, struct tep_format_field *format_field) tp_field__init_ptr() argument 373 evsel__init_tp_uint_field(struct evsel *evsel, struct tp_field *field, const char *name) evsel__init_tp_uint_field() argument 387 evsel__init_tp_ptr_field(struct evsel *evsel, struct tp_field *field, const char *name) evsel__init_tp_ptr_field() argument 1732 syscall_arg_fmt__init_array(struct syscall_arg_fmt *arg, struct tep_format_field *field) syscall_arg_fmt__init_array() argument 2063 struct tep_format_field *field; syscall__scnprintf_args() local 2742 struct tep_format_field *field = evsel->tp_format->format.fields; global() local 3357 struct tep_format_field *field, *candidate_field; global() local 3686 struct tep_format_field *field; global() local [all...] |
| /third_party/nghttp2/src/ |
| H A D | util.cc | 659 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field) { in has_uri_field() argument 660 return u.field_set & (1 << field); in has_uri_field() 664 const http_parser_url &u2, http_parser_url_fields field) { in fieldeq() 665 if (!has_uri_field(u1, field)) { in fieldeq() 666 if (!has_uri_field(u2, field)) { in fieldeq() 671 } else if (!has_uri_field(u2, field)) { in fieldeq() 674 if (u1.field_data[field].len != u2.field_data[field].len) { in fieldeq() 677 return memcmp(uri1 + u1.field_data[field].off, in fieldeq() 678 uri2 + u2.field_data[field] in fieldeq() 663 fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2, const http_parser_url &u2, http_parser_url_fields field) fieldeq() argument 681 fieldeq(const char *uri, const http_parser_url &u, http_parser_url_fields field, const char *t) fieldeq() argument 686 fieldeq(const char *uri, const http_parser_url &u, http_parser_url_fields field, const StringRef &t) fieldeq() argument 695 get_uri_field(const char *uri, const http_parser_url &u, http_parser_url_fields field) get_uri_field() argument 724 write_uri_field(std::ostream &o, const char *uri, const http_parser_url &u, http_parser_url_fields field) write_uri_field() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | RewritePipelines.cpp | 252 auto *field = new TField(&type, var->name(), kNoSourceLoc, var->symbolType()); in createInternalPipelineStruct() local 253 mSymbolEnv.markAsPointer(*field, AddressSpace::Constant); in createInternalPipelineStruct() 254 mSymbolEnv.markAsUBO(*field); in createInternalPipelineStruct() 256 fields.push_back(field); in createInternalPipelineStruct() 269 auto *field = new TField(&type, var->name(), kNoSourceLoc, var->symbolType()); in createInternalPipelineStruct() local 270 fields.push_back(field); in createInternalPipelineStruct() 405 for (const TField *field : mPipelineStruct.external->fields()) in getUpdatedFunction() 407 variables.push_back(new TVariable(&mSymbolTable, field->name(), field->type(), in getUpdatedFunction() 408 field in getUpdatedFunction() [all...] |
| /kernel/linux/linux-6.6/drivers/phy/cadence/ |
| H A D | phy-cadence-sierra.c | 699 struct regmap_field *field = mux->pfdclk_sel_preg; in cdns_sierra_pll_mux_get_parent() local 703 regmap_field_read(field, &val); in cdns_sierra_pll_mux_get_parent() 723 struct regmap_field *field = mux->pfdclk_sel_preg; in cdns_sierra_pll_mux_set_parent() local 738 ret |= regmap_field_write(field, val); in cdns_sierra_pll_mux_set_parent() 856 struct regmap_field *field; in cdns_sierra_derived_refclk_register() local 877 field = devm_regmap_field_alloc(dev, regmap, cmn_plllc_clk1outdiv_preg); in cdns_sierra_derived_refclk_register() 878 if (IS_ERR(field)) { in cdns_sierra_derived_refclk_register() 879 dev_err(dev, "cmn_plllc_clk1outdiv_preg reg field init failed\n"); in cdns_sierra_derived_refclk_register() 880 return PTR_ERR(field); in cdns_sierra_derived_refclk_register() 882 derived_refclk->cmn_plllc_clk1outdiv_preg = field; in cdns_sierra_derived_refclk_register() 994 struct regmap_field *field; cdns_regfield_init() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | generated_message_table_driven_lite.h | 56 // Logically a superset of StringType, consisting of all field types that 146 // Clears a oneof field. The field argument should correspond to the particular 147 // field that is currently set in the oneof. 148 inline void ClearOneofField(const ParseTableField& field, Arena* arena, in ClearOneofField() argument 150 switch (field.processing_type & kTypeMask) { in ClearOneofField() 153 delete *Raw<MessageLite*>(msg, field.offset); in ClearOneofField() 159 Raw<ArenaStringPtr>(msg, field.offset) in ClearOneofField() 165 Raw<InlinedStringField>(msg, field.offset)->DestroyNoArena(NULL); in ClearOneofField() 174 // Clears and reinitializes a oneof field a 254 ArenaStringPtr* field = MutableField<ArenaStringPtr>( HandleString() local 273 ArenaStringPtr* field = Raw<ArenaStringPtr>(msg, offset); HandleString() local 361 Add(RepeatedPtrFieldBase* field, const MessageLite* prototype) Add() argument 641 RepeatedPtrFieldBase* field = Raw<RepeatedPtrFieldBase>(msg, offset); MergePartialFromCodedStreamInlined() local 682 RepeatedPtrFieldBase* field = Raw<RepeatedPtrFieldBase>(msg, offset); MergePartialFromCodedStreamInlined() local [all...] |
| /third_party/python/PC/ |
| H A D | _msi.c | 452 field: unsigned_int(bitwise=True) 455 Return the value of field as an integer where possible. 459 _msi_Record_GetInteger_impl(msiobj *self, unsigned int field) in _msi_Record_GetInteger_impl() argument 464 status = MsiRecordGetInteger(self->h, field); in _msi_Record_GetInteger_impl() 466 PyErr_SetString(MSIError, "could not convert record field to integer"); in _msi_Record_GetInteger_impl() 474 field: unsigned_int(bitwise=True) 477 Return the value of field as a string where possible. 481 _msi_Record_GetString_impl(msiobj *self, unsigned int field) in _msi_Record_GetString_impl() argument 490 status = MsiRecordGetStringW(self->h, field, res, &size); in _msi_Record_GetString_impl() 495 status = MsiRecordGetStringW(self->h, field, re in _msi_Record_GetString_impl() 532 _msi_Record_SetString_impl(msiobj *self, int field, const Py_UNICODE *value) _msi_Record_SetString_impl() argument 553 _msi_Record_SetStream_impl(msiobj *self, int field, const Py_UNICODE *value) _msi_Record_SetStream_impl() argument 574 _msi_Record_SetInteger_impl(msiobj *self, int field, int value) _msi_Record_SetInteger_impl() argument 668 _msi_SummaryInformation_GetProperty_impl(msiobj *self, int field) _msi_SummaryInformation_GetProperty_impl() argument 753 _msi_SummaryInformation_SetProperty_impl(msiobj *self, int field, PyObject *data) _msi_SummaryInformation_SetProperty_impl() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | soc15_common.h | 30 #define WREG32_FIELD15(ip, idx, reg, field, val) \ 33 & ~REG_FIELD_MASK(reg, field)) | (val) << REG_FIELD_SHIFT(reg, field)) 127 #define WREG32_FIELD15_RLC(ip, idx, reg, field, val) \ 130 & ~REG_FIELD_MASK(reg, field)) | (val) << REG_FIELD_SHIFT(reg, field))
|