| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 560 .field("ut_name", &self.ut_name) in fmt() 561 .field("ut_id", &self.ut_id) in fmt() 562 .field("ut_line", &self.ut_line) in fmt() 563 // FIXME: .field("ut_host", &self.ut_host) in fmt() 564 .field("ut_unused", &self.ut_unused) in fmt() 565 .field("ut_session", &self.ut_session) in fmt() 566 .field("ut_type", &self.ut_type) in fmt() 567 .field("ut_pid", &self.ut_pid) in fmt() 568 .field("ut_exit", &self.ut_exit) in fmt() 569 .field("ut_s in fmt() [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | intersectionsAndOptionalProperties.js | 12 field?: number; 16 type From = { field: null } & Omit<To, 'field'>; 21 x.field = v.field; // Error 37 x.field = v.field; // Error
|
| /third_party/rust/crates/nix/test/ |
| H A D | test_sched.rs | 10 for field in 0..CpuSet::count() { in test_sched_affinity() 11 if initial_affinity.is_set(field).unwrap() { in test_sched_affinity() 13 last_valid_cpu = field; in test_sched_affinity() 25 for field in 0..CpuSet::count() { in test_sched_affinity() 28 updated_affinity.is_set(field).unwrap(), in test_sched_affinity() 29 field == last_valid_cpu in test_sched_affinity()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | formattedvalue.cpp | 33 void ConstrainedFieldPosition::constrainField(int32_t category, int32_t field) { in constrainField() argument 36 fField = field; in constrainField() 43 UBool ConstrainedFieldPosition::matchesField(int32_t category, int32_t field) const { in matchesField() 50 return fCategory == category && fField == field; in matchesField() 58 int32_t field, in setState() 62 fField = field; in setState() 110 ucfpos_constrainField(UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* ec) { in ucfpos_constrainField() argument 115 impl->fImpl.constrainField(category, field); in ucfpos_constrainField() 165 ucfpos_matchesField(const UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* ec) { in ucfpos_matchesField() argument 170 return impl->fImpl.matchesField(category, field); in ucfpos_matchesField() 56 setState( int32_t category, int32_t field, int32_t start, int32_t limit) setState() argument 174 ucfpos_setState( UConstrainedFieldPosition* ptr, int32_t category, int32_t field, int32_t start, int32_t limit, UErrorCode* ec) ucfpos_setState() argument [all...] |
| H A D | hebrwcal.cpp | 188 * Add a signed amount to a specified field, using this calendar's rules. 193 * need to be changed. For example, when adding one to the {@link #MONTH MONTH} field 194 * for the date "30 Av 5758", the {@link #DAY_OF_MONTH DAY_OF_MONTH} field 204 * of a <tt>HebrewCalendar</tt>. Since the {@link #MONTH MONTH} field behaves 207 * @param field the time field. 208 * @param amount the amount to add to the field. 210 * @exception IllegalArgumentException if the field is invalid or refers 211 * to a field that cannot be handled by this method. 214 void HebrewCalendar::add(UCalendarDateFields field, int32_ argument 274 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument 311 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) roll() argument 345 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument 492 handleGetLimit(UCalendarDateFields field, ELimitType limitType) const handleGetLimit() argument 536 validateField(UCalendarDateFields field, UErrorCode &status) validateField() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | formattedvalue.cpp | 33 void ConstrainedFieldPosition::constrainField(int32_t category, int32_t field) { in constrainField() argument 36 fField = field; in constrainField() 43 UBool ConstrainedFieldPosition::matchesField(int32_t category, int32_t field) const { in matchesField() 50 return fCategory == category && fField == field; in matchesField() 58 int32_t field, in setState() 62 fField = field; in setState() 110 ucfpos_constrainField(UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* ec) { in ucfpos_constrainField() argument 115 impl->fImpl.constrainField(category, field); in ucfpos_constrainField() 165 ucfpos_matchesField(const UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* ec) { in ucfpos_matchesField() argument 170 return impl->fImpl.matchesField(category, field); in ucfpos_matchesField() 56 setState( int32_t category, int32_t field, int32_t start, int32_t limit) setState() argument 174 ucfpos_setState( UConstrainedFieldPosition* ptr, int32_t category, int32_t field, int32_t start, int32_t limit, UErrorCode* ec) ucfpos_setState() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | egd_tables.py | 172 field = it 175 field = Field(reg, name) 176 reg.fields.append(field) 183 for (n,v) in field.values: 188 field.values.append((name, value)) 261 for field in reg.fields: 262 if len(field.values): 264 for value in field.values: 269 strings.add(field.name), field [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | formattedvalue.cpp | 33 void ConstrainedFieldPosition::constrainField(int32_t category, int32_t field) { in constrainField() argument 36 fField = field; in constrainField() 43 UBool ConstrainedFieldPosition::matchesField(int32_t category, int32_t field) const { in matchesField() 50 return fCategory == category && fField == field; in matchesField() 58 int32_t field, in setState() 62 fField = field; in setState() 110 ucfpos_constrainField(UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* ec) { in ucfpos_constrainField() argument 115 impl->fImpl.constrainField(category, field); in ucfpos_constrainField() 165 ucfpos_matchesField(const UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* ec) { in ucfpos_matchesField() argument 170 return impl->fImpl.matchesField(category, field); in ucfpos_matchesField() 56 setState( int32_t category, int32_t field, int32_t start, int32_t limit) setState() argument 174 ucfpos_setState( UConstrainedFieldPosition* ptr, int32_t category, int32_t field, int32_t start, int32_t limit, UErrorCode* ec) ucfpos_setState() argument [all...] |
| H A D | hebrwcal.cpp | 188 * Add a signed amount to a specified field, using this calendar's rules. 193 * need to be changed. For example, when adding one to the {@link #MONTH MONTH} field 194 * for the date "30 Av 5758", the {@link #DAY_OF_MONTH DAY_OF_MONTH} field 204 * of a <tt>HebrewCalendar</tt>. Since the {@link #MONTH MONTH} field behaves 207 * @param field the time field. 208 * @param amount the amount to add to the field. 210 * @exception IllegalArgumentException if the field is invalid or refers 211 * to a field that cannot be handled by this method. 214 void HebrewCalendar::add(UCalendarDateFields field, int32_ argument 274 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument 311 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) roll() argument 345 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument 492 handleGetLimit(UCalendarDateFields field, ELimitType limitType) const handleGetLimit() argument 536 validateField(UCalendarDateFields field, UErrorCode &status) validateField() argument [all...] |
| /third_party/mesa3d/src/broadcom/cle/ |
| H A D | v3d_decoder.c | 308 struct v3d_field *field; in create_field() local 313 field = xzalloc(sizeof(*field)); in create_field() 317 field->name = xstrdup(atts[i + 1]); in create_field() 319 field->start = strtoul(atts[i + 1], &p, 0); in create_field() 321 field->start *= 8; in create_field() 323 field->end = strtoul(atts[i + 1], &p, 0) - 1; in create_field() 325 field->end *= 8; in create_field() 331 field->type = string_to_type(ctx, atts[i + 1]); in create_field() 333 field in create_field() 543 struct v3d_field *field = ctx->group->fields[ctx->group->nfields - 1]; end_element() local 710 struct v3d_field *field = group->fields[j]; v3d_spec_find_instruction() local 734 struct v3d_field *field = group->fields[i]; v3d_group_get_length() local [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
| H A D | RepeatedFieldTest.cs | 327 var field = new RepeatedField<int>(); in AddEntriesFrom_PackedInt32() 330 field.AddEntriesFrom(input, FieldCodec.ForInt32(nonPackedTag)); in AddEntriesFrom_PackedInt32() 331 CollectionAssert.AreEqual(new[] { 10, 999, -1000 }, field); in AddEntriesFrom_PackedInt32() 353 var field = new RepeatedField<int>(); in AddEntriesFrom_NonPackedInt32() 356 field.AddEntriesFrom(input, FieldCodec.ForInt32(packedTag)); in AddEntriesFrom_NonPackedInt32() 357 CollectionAssert.AreEqual(new[] { 10, 999, -1000 }, field); in AddEntriesFrom_NonPackedInt32() 376 var field = new RepeatedField<string>(); in AddEntriesFrom_String() 379 field.AddEntriesFrom(input, FieldCodec.ForString(tag)); in AddEntriesFrom_String() 380 CollectionAssert.AreEqual(new[] { "Foo", "", "Bar" }, field); in AddEntriesFrom_String() 400 var field in AddEntriesFrom_Message() [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_defines.h | 151 * Non-hardware mux value, stores a small immediate field to be 231 #define QPU_SET_FIELD(value, field) \ 233 uint64_t fieldval = (uint64_t)(value) << field ## _SHIFT; \ 234 assert((fieldval & ~ field ## _MASK) == 0); \ 235 fieldval & field ## _MASK; \ 238 #define QPU_GET_FIELD(word, field) ((uint32_t)(((word) & field ## _MASK) >> field ## _SHIFT)) 240 #define QPU_UPDATE_FIELD(inst, value, field) \ 241 (((inst) & ~(field ## _MAS [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | rb_tree.h | 90 * \param field The rb_node field in the containing data structure 92 #define rb_node_data(type, node, field) \ 93 ((type *)(((char *)(node)) - offsetof(type, field))) 246 * \param field The rb_node field in containing data structure 248 #define rb_tree_foreach(type, iter, T, field) \ 251 (iter = rb_node_data(type, (struct rb_node *)__node, field), true); \ 263 * \param field The rb_node field i [all...] |
| /third_party/node/src/ |
| H A D | node_options-inl.h | 25 bool Options::* field, in AddOption() 30 std::make_shared<SimpleOptionField<bool>>(field), in AddOption() 39 uint64_t Options::* field, in AddOption() 44 std::make_shared<SimpleOptionField<uint64_t>>(field), in AddOption() 52 int64_t Options::* field, in AddOption() 57 std::make_shared<SimpleOptionField<int64_t>>(field), in AddOption() 65 std::string Options::* field, in AddOption() 70 std::make_shared<SimpleOptionField<std::string>>(field), in AddOption() 79 std::vector<std::string> Options::* field, in AddOption() 83 std::make_shared<SimpleOptionField<std::vector<std::string>>>(field), in AddOption() 23 AddOption(const char* name, const char* help_text, bool Options::* field, OptionEnvvarSettings env_setting, bool default_is_true) AddOption() argument 37 AddOption(const char* name, const char* help_text, uint64_t Options::* field, OptionEnvvarSettings env_setting) AddOption() argument 50 AddOption(const char* name, const char* help_text, int64_t Options::* field, OptionEnvvarSettings env_setting) AddOption() argument 63 AddOption(const char* name, const char* help_text, std::string Options::* field, OptionEnvvarSettings env_setting) AddOption() argument 76 AddOption( const char* name, const char* help_text, std::vector<std::string> Options::* field, OptionEnvvarSettings env_setting) AddOption() argument 90 AddOption(const char* name, const char* help_text, HostPort Options::* field, OptionEnvvarSettings env_setting) AddOption() argument [all...] |
| /third_party/rust/crates/clap/clap_derive/src/derives/ |
| H A D | args.rs | 39 .map(|field| { in derive_args() 40 let item = Item::from_args_field(field, item.casing(), item.env_casing())?; in derive_args() 41 Ok((field, item)) in derive_args() 55 .map(|field| { in derive_args() 56 let item = Item::from_args_field(field, item.casing(), item.env_casing())?; in derive_args() 57 Ok((field, item)) in derive_args() 169 for (field, item) in fields { in gen_augment() 180 field.span(), in gen_augment() 186 let subcmd_type = match (**ty, sub_type(&field.ty)) { in gen_augment() 188 _ => &field in gen_augment() [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateIntervalFormat.java | 80 * only keeps the field pattern letter and ignores all other parts 85 * might hide a field's pattern letter length. 89 * and the field's pattern letter length is honored. 92 * the field pattern length is ignored and the best match, which is defined 93 * in date time patterns, will be returned without honor the field pattern 106 * first different calendar field in above order. 121 * in en_US, if the largest different calendar field between date1 and date2 124 * If the largest different calendar field between date1 and date2 is "month", 127 * If the largest different calendar field between date1 and date2 is "day", 197 * For the calendar field patter 1583 genFallbackPattern(int field, String skeleton, Map<String, PatternInfo> intervalPatterns, DateTimePatternGenerator dtpng) genFallbackPattern() argument 1980 genIntervalPattern( int field, String skeleton, String bestSkeleton, int differenceInfo, Map<String, PatternInfo> intervalPatterns) genIntervalPattern() argument 2279 concatSingleDate2TimeInterval(String dtfmt, String datePattern, int field, Map<String, PatternInfo> intervalPatterns) concatSingleDate2TimeInterval() argument 2308 fieldExistsInSkeleton(int field, String skeleton) fieldExistsInSkeleton() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DateIntervalFormat.java | 81 * only keeps the field pattern letter and ignores all other parts 86 * might hide a field's pattern letter length. 90 * and the field's pattern letter length is honored. 93 * the field pattern length is ignored and the best match, which is defined 94 * in date time patterns, will be returned without honor the field pattern 107 * first different calendar field in above order. 122 * in en_US, if the largest different calendar field between date1 and date2 125 * If the largest different calendar field between date1 and date2 is "month", 128 * If the largest different calendar field between date1 and date2 is "day", 198 * For the calendar field patter 1491 genFallbackPattern(int field, String skeleton, Map<String, PatternInfo> intervalPatterns, DateTimePatternGenerator dtpng) genFallbackPattern() argument 1807 genIntervalPattern( int field, String skeleton, String bestSkeleton, int differenceInfo, Map<String, PatternInfo> intervalPatterns) genIntervalPattern() argument 2024 concatSingleDate2TimeInterval(String dtfmt, String datePattern, int field, Map<String, PatternInfo> intervalPatterns) concatSingleDate2TimeInterval() argument 2053 fieldExistsInSkeleton(int field, String skeleton) fieldExistsInSkeleton() argument [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser_unittest.cc | 283 " field { name:\"foo\" label:LABEL_REQUIRED type:TYPE_INT32 number:1 }" in TEST_F() 307 " field { name:\"foo\" label:LABEL_REQUIRED type:TYPE_INT32 number:1 }" in TEST_F() 320 " field { name:\"foo\" label:LABEL_REQUIRED type:TYPE_INT32 number:1 }" in TEST_F() 335 " field { name:\"foo\" label:LABEL_REQUIRED type:TYPE_INT32 number:1 }" in TEST_F() 351 " field { name:\"foo\" label:LABEL_REQUIRED type:TYPE_INT32 number:1 }" in TEST_F() 366 " field { name:\"foo\" label:LABEL_REQUIRED type:TYPE_INT32 number:15 }" in TEST_F() 367 " field { name:\"bar\" label:LABEL_OPTIONAL type:TYPE_INT32 number:34 }" in TEST_F() 368 " field { name:\"baz\" label:LABEL_REPEATED type:TYPE_INT32 number:3 }" in TEST_F() 394 " field { name:\"foo\" label:LABEL_REQUIRED type:TYPE_INT32 number:1 " in TEST_F() 396 " field { nam in TEST_F() 2477 const FieldDescriptor* field = descriptor->FindFieldByNumber(*path_begin); FollowPath() local 2571 const FieldDescriptor* field = NULL; Parse() local 2630 const FieldDescriptor* field = HasSpan() local 2653 HasSpanWithComment(char start_marker, char end_marker, const Message& descriptor_proto, const FieldDescriptor* field, int index, const char* expected_leading_comments, const char* expected_trailing_comments, const char* expected_leading_detached_comments) HasSpanWithComment() argument 2717 const FieldDescriptor* field; global() member 3023 const FieldDescriptorProto& field = file_.message_type(0).field(0); TEST_F() local 3077 const FieldDescriptorProto& field = file_.message_type(0).field(0); TEST_F() local 3374 const FieldDescriptorProto& field = file_.message_type(0).field(0); TEST_F() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | FormattedStringBuilder.java | 125 public int appendChar16(char codeUnit, Object field) { in appendChar16() argument 126 return insertChar16(length - appendOffset, codeUnit, field); in appendChar16() 129 public int insertChar16(int index, char codeUnit, Object field) { in insertChar16() argument 133 fields[position] = field; in insertChar16() 142 public int appendCodePoint(int codePoint, Object field) { in appendCodePoint() argument 143 return insertCodePoint(length - appendOffset, codePoint, field); in appendCodePoint() 151 public int insertCodePoint(int index, int codePoint, Object field) { in insertCodePoint() argument 155 fields[position] = field; in insertCodePoint() 157 fields[position + 1] = field; in insertCodePoint() 166 public int append(CharSequence sequence, Object field) { in append() argument 175 insert(int index, CharSequence sequence, Object field) insert() argument 194 insert(int index, CharSequence sequence, int start, int end, Object field) insert() argument 212 splice( int startThis, int endThis, CharSequence sequence, int startOther, int endOther, Object field) splice() argument 490 setAppendableField(Object field) setAppendableField() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | DateTimeStyleSet.java | 50 protected void handleParseValue(FieldsSet inheritFrom, int field, String substr) { in handleParseValue() argument 52 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue() 53 if(isSet(field)) { in handleParseValue() 54 set(field, get(field) | DateFormat.RELATIVE); in handleParseValue() 57 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue() 67 throw new IllegalArgumentException("Bad field: " + name); in handleParseName()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | DateTimeStyleSet.java | 47 protected void handleParseValue(FieldsSet inheritFrom, int field, String substr) { in handleParseValue() argument 49 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr.substring(kRELATIVE_.length())); in handleParseValue() 50 if(isSet(field)) { in handleParseValue() 51 set(field, get(field) | DateFormat.RELATIVE); in handleParseValue() 54 parseValueEnum(DebugUtilitiesData.UDateFormatStyle, inheritFrom, field, substr); in handleParseValue() 64 throw new IllegalArgumentException("Bad field: " + name); in handleParseName()
|
| /third_party/python/Lib/ |
| H A D | mailcap.py | 133 field, i = parsefield(line, i, n) 134 fields.append(field) 140 for field in rest: 141 i = field.find('=') 143 fkey = field 146 fkey = field[:i].strip() 147 fvalue = field[i+1:].strip() 211 def subst(field, MIMEtype, filename, plist=[]): 214 i, n = 0, len(field) 216 c = field[ [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | MessageDescriptor.cs | 111 (field, index) => in MessageDescriptor() 112 new FieldDescriptor(field, file, this, index, generatedCodeInfo?.PropertyNames[index], null)); in MessageDescriptor() 113 fieldsInNumberOrder = new ReadOnlyCollection<FieldDescriptor>(fieldsInDeclarationOrder.OrderBy(field => field.FieldNumber).ToArray()); in MessageDescriptor() 114 // TODO: Use field => field.Proto.JsonName when we're confident it's appropriate. (And then use it in the formatter, too.) in MessageDescriptor() 123 foreach (var field in fields) in CreateJsonFieldMap() 125 map[field.Name] = field; in CreateJsonFieldMap() 126 map[field in CreateJsonFieldMap() [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | wpa_helpers.c | 163 int get_wpa_status(const char *ifname, const char *field, char *obuf, in get_wpa_status() argument 183 flen = strlen(field); in get_wpa_status() 193 if (strncmp(pos, field, flen) != 0 || pos[flen] != '=') { in get_wpa_status() 250 int set_network(const char *ifname, int id, const char *field, in set_network() argument 254 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value); in set_network() 259 int set_network_quoted(const char *ifname, int id, const char *field, in set_network_quoted() argument 264 id, field, value); in set_network_quoted() 279 int set_cred(const char *ifname, int id, const char *field, const char *value) in set_cred() argument 282 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value); in set_cred() 287 int set_cred_quoted(const char *ifname, int id, const char *field, in set_cred_quoted() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | wpa_helpers.c | 163 int get_wpa_status(const char *ifname, const char *field, char *obuf, in get_wpa_status() argument 183 flen = strlen(field); in get_wpa_status() 193 if (strncmp(pos, field, flen) != 0 || pos[flen] != '=') { in get_wpa_status() 250 int set_network(const char *ifname, int id, const char *field, in set_network() argument 254 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value); in set_network() 259 int set_network_quoted(const char *ifname, int id, const char *field, in set_network_quoted() argument 264 id, field, value); in set_network_quoted() 279 int set_cred(const char *ifname, int id, const char *field, const char *value) in set_cred() argument 282 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value); in set_cred() 287 int set_cred_quoted(const char *ifname, int id, const char *field, in set_cred_quoted() argument [all...] |