Home
last modified time | relevance | path

Searched refs:field (Results 1426 - 1450 of 1758) sorted by relevance

1...<<51525354555657585960>>...71

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java459 public void add(int field, int delta) in add() argument
463 fCalendar.add(field, delta); in add()
/third_party/openssl/test/
H A Dec_internal_test.c41 || !TEST_true(BN_rand(a, BN_num_bits(group->field) - 1, in group_field_tests()
61 || !TEST_false(group->meth->field_inv(group, b, group->field, ctx)) in group_field_tests()
158 /* Test that decoding of invalid GF2m field parameters fails. */
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py45 """A metaclass for nodes that handles the field and attribute
142 should be sets or tuples of field names.
158 of a field is a list all the nodes in that list are returned.
246 for idx, field in enumerate(node.fields):
249 value = getattr(node, field)
1048 field has to evaluate to a dictionary object.
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dislamcal.cpp312 int32_t IslamicCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { in handleGetLimit() argument
313 return LIMITS[field][limitType]; in handleGetLimit()
548 // Functions for converting from field values to milliseconds....
574 // Functions for converting from milliseconds to field values
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h256 const char* ident; /* field identifier */
258 T1_FieldType type; /* type of field */
260 FT_UInt offset; /* offset of field in object */
261 FT_Byte size; /* size of field in bytes */
422 const T1_Field field,
429 const T1_Field field,
/third_party/typescript/tests/baselines/reference/
H A DtemplateLiteralTypes3.js124 declare function chain<F extends keyof Schema>(field: F | `${F}.${F}`): void;
343 declare function chain<F extends keyof Schema>(field: F | `${F}.${F}`): void;
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc1708 const char* field) { in ToFormattable()
1764 // to JavaScript "parts" of a formatted string. Each ICU field and JavaScript in FlattenRegionsToParts()
1863 // there's another field with exactly the same begin and end as this backdrop, in ConstructParts()
1871 int32_t field = cfpos.getField(); in ConstructParts() local
1875 DCHECK_LE(field, 2); in ConstructParts()
1877 tracker.Add(field, start, limit); in ConstructParts()
1879 regions.push_back(NumberFormatSpan(field, start, limit)); in ConstructParts()
1707 ToFormattable(Isolate* isolate, Handle<Object> obj, const char* field) ToFormattable() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang.y97 TField* field;
216 %type <interm.field> struct_declarator
1341 TField* field = (*$2)[i];
1343 if ((*$$)[j]->name() == field->name()) {
1344 context->error((*$2)[i]->line(), "duplicate field name in structure:", "struct", field->name().c_str());
/third_party/protobuf/src/google/protobuf/
H A Darena_unittest.cc347 // Test field manipulation. in TEST()
383 EXPECT_EQ(42, arena2_message->unknown_fields().field(0).varint()); in TEST()
395 EXPECT_EQ(84, arena1_message->unknown_fields().field(0).varint()); in TEST()
396 EXPECT_EQ(42, arena2_message->unknown_fields().field(0).varint()); in TEST()
800 // Release from arena-allocated repeated field and ensure that returned object in TEST()
842 // was simply appended to the repeated field's internal vector, because the in TEST()
1073 const FieldDescriptor* field = d->FindFieldByName("optional_nested_message"); in TEST() local
1076 r->MutableMessage(message, field)); in TEST()
1113 // Test: no allocations occur on heap while touching all supported field types.
/third_party/python/Tools/clinic/
H A Dclinic.py148 return all(is_legal_c_identifier(field) for field in s.split('.'))
191 * If the field is not recognized, the original line
400 each valid field. The list of valid fields is
447 field = "arguments" if "{arguments}" in self.checksum_line else "checksum"
448 assert_only_one('checksum_line', field)
777 for field in fields:
779 add(field)
1693 for field in shlex.split(arguments):
1694 name, equals, value = field
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c2014 wpa_printf(MSG_DEBUG, "CTRL_IFACE: field=%s id=%d", rsp, id); in wpa_supplicant_ctrl_iface_ctrl_rsp()
4436 char field[30]; in wpa_supplicant_ctrl_iface_get_capability() local
4440 len = os_strlcpy(field, _field, sizeof(field)); in wpa_supplicant_ctrl_iface_get_capability()
4441 if (len >= sizeof(field)) in wpa_supplicant_ctrl_iface_get_capability()
4443 strict = os_strchr(field, ' '); in wpa_supplicant_ctrl_iface_get_capability()
4451 field, strict ? strict : ""); in wpa_supplicant_ctrl_iface_get_capability()
4453 if (os_strcmp(field, "eap") == 0) { in wpa_supplicant_ctrl_iface_get_capability()
4459 if (os_strcmp(field, "pairwise") == 0) in wpa_supplicant_ctrl_iface_get_capability()
4463 if (os_strcmp(field, "grou in wpa_supplicant_ctrl_iface_get_capability()
[all...]
/third_party/elfutils/src/
H A Dunstrip.c362 adjust the sh_size field in the debuginfo file's SHT_NOBITS
1187 #define COPY(field) sec->shdr.field = (*s32)[i].field in find_alloc_sections_prelink()
1269 #define RELA_SCALED(field) \ in find_alloc_sections_prelink()
1270 (2 * sec->shdr.field == 3 * undo_sec->shdr.field) in find_alloc_sections_prelink()
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp2650 // field name is canonical for all structbuffers in acceptStructBufferType()
3461 HlslToken field; in acceptPostfixExpression() local
3462 if (! acceptIdentifier(field)) { in acceptPostfixExpression()
3472 if (! acceptFunctionCall(field.loc, *field.string, node, thisNode)) { in acceptPostfixExpression()
3477 node = parseContext.handleDotDereference(field.loc, node, *field.string); in acceptPostfixExpression()
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_starmc1.h2100 \defgroup CMSIS_core_bitfield Core register bit field macros
2101 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk).
2106 \brief Mask and shift a bit field value for use in a register bit range.
2107 \param[in] field Name of the register bit field.
2108 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type.
2111 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk)
2115 \param[in] field Nam
[all...]
H A Dcore_ca.h198 uint32_t M:5; /*!< \brief bit: 0.. 4 Mode field */
533 #define CPACR_CP_NA 0U /*!< \brief CPACR CPn field: Access denied. */
534 #define CPACR_CP_PL1 1U /*!< \brief CPACR CPn field: Accessible from PL1 only. */
535 #define CPACR_CP_FA 3U /*!< \brief CPACR CPn field: Full access. */
656 #define DACR_Dn_NOACCESS 0U /*!< \brief DACR Dn field: No access */
657 #define DACR_Dn_CLIENT 1U /*!< \brief DACR Dn field: Client */
658 #define DACR_Dn_MANAGER 3U /*!< \brief DACR Dn field: Manager */
661 \brief Mask and shift a bit field value for use in a register bit range.
662 \param [in] field Name of the register bit field
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.cc50 // field. StackHandlers allocated from generated code have 0 as padding. in AddressOf()
97 #define INITIALIZE_SINGLETON(type, field) field##_(this),
186 #define FRAME_TYPE_CASE(type, field) \ in SingletonFor()
188 return &field##_; in SingletonFor()
1628 // sentinel in the bit field, so we just eagerly lookup the source in CreateStackFrameInfo()
1686 #define FRAME_SUMMARY_DESTR(kind, type, field, desc) \ in ~FrameSummary()
1688 field.~type(); \ in ~FrameSummary()
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc1905 auto field = child_results->NextAs<Identifier*>(); in MakeFieldAccessExpression() local
1906 Expression* result = MakeNode<FieldAccessExpression>(object, field); in MakeFieldAccessExpression()
1913 auto field = child_results->NextAs<Identifier*>(); in MakeReferenceFieldAccessExpression() local
1916 Expression* result = MakeNode<FieldAccessExpression>(deref, field); in MakeReferenceFieldAccessExpression()
1923 auto field = child_results->NextAs<Expression*>(); in MakeElementAccessExpression() local
1924 Expression* result = MakeNode<ElementAccessExpression>(object, field); in MakeElementAccessExpression()
2104 "The keyword 'weak' is deprecated. For a field that can contain a " in MakeClassField()
2105 "normal weak pointer, use type Weak<T>. For a field that should be " in MakeClassField()
2116 "indicating the condition for whether the field is present"); in MakeClassField()
2121 // Internally, an optional field i in MakeClassField()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpeg12dec.c64 int repeat_field; /* true if we must repeat the field */
752 skip_bits1(&s->gb); /* field select */ in mpeg_decode_mb()
822 // FIXME decide if MBs in field pictures are MB_TYPE_INTERLACED in mpeg_decode_mb()
1564 ff_dlog(s->avctx, "top field first=%d\n", s->top_field_first); in mpeg_decode_picture_coding_extension()
1565 ff_dlog(s->avctx, "repeat first field=%d\n", s->repeat_first_field); in mpeg_decode_picture_coding_extension()
1646 } else { // second field in mpeg_field_start()
1650 av_log(s->avctx, AV_LOG_ERROR, "first field missing\n"); in mpeg_field_start()
1657 "hardware accelerator failed to decode first field\n"); in mpeg_field_start()
2245 uint8_t field, cc1, cc2; in mpeg_decode_a53_cc() local
2251 field in mpeg_decode_a53_cc()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java2184 // field positions in testSimplePer()
2197 NumberFormat.Field field = (NumberFormat.Field) row[4]; in testSimplePer()
2202 FieldPosition pos = field != null ? new FieldPosition(field) : new FieldPosition(0); in testSimplePer()
2212 if (field != DONT_CARE) { in testSimplePer()
2356 // beginning and end of first such field encountered instead of the last in testFieldPositionMultiple()
2357 // such field encountered. in testFieldPositionMultiple()
2597 for (Field field : cMeasureUnit.getFields()) { in testCLDRUnitAvailability()
2598 if (field.getGenericType() == cMeasureUnit || field in testCLDRUnitAvailability()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c1821 * match_dn_field - Match configuration DN field against Certificate DN field
1823 * @nid: NID of DN field
1824 * @field: Field name
1825 * @value DN field value which is passed from configuration
1830 static int match_dn_field(const X509 *cert, int nid, const char *field, in match_dn_field() argument
1840 /* Assign incremented cnt for every field of DN to check DN field in in match_dn_field()
1861 /* check for more than one DN field with same name */ in match_dn_field()
1870 /* Compare actual certificate DN field valu in match_dn_field()
1966 char field[256]; tls_match_dn_field() local
[all...]
/third_party/fsverity-utils/
H A DMakefile57 $(call cc-option,-Wmissing-field-initializers) \
/third_party/node/test/parallel/
H A Dtest-querystring.js53 ['my+weird+field=q1%212%22%27w%245%267%2Fz8%29%3F',
54 'my%20weird%20field=q1!2%22\'w%245%267%2Fz8)%3F',
55 { 'my weird field': 'q1!2"\'w$5&7/z8)?' }],
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc167 field_values[i] = DefaultValueForType(imm.struct_type->field(i), isolate_); in StructNewDefault()
/third_party/nghttp2/src/
H A Dhttp2.h110 // Copies the |field| component value from |u| and |url| to the
111 // |dest|. If |u| does not have |field|, then this function does
113 void copy_url_component(std::string &dest, const http_parser_url *u, int field,
214 // Sec-WebSocket-Accept header field must be stripped. If this flag
217 // Sec-WebSocket-Key header field must be stripped. If this flag is
220 // Transfer-Encoding header field must be stripped. If this flag is
226 // before this call (its element's token field is assigned). Certain
241 // element's token field is assigned). Certain headers, which
274 // field. The |uri| is the URI in the location header field
[all...]

Completed in 70 milliseconds

1...<<51525354555657585960>>...71