Home
last modified time | relevance | path

Searched refs:field (Results 601 - 625 of 1938) sorted by relevance

1...<<21222324252627282930>>...78

/third_party/icu/icu4c/source/i18n/unicode/
H A Ddtitvfmt.h48 * The fields are returned from left to right. The special field category
154 * only keeps the field pattern letter and ignores all other parts
161 * might hide a field's pattern letter length.
167 * and the field's pattern letter length is honored.
170 * the field pattern length is ignored and the best match, which is defined
171 * in date time patterns, will be returned without honor the field pattern
184 * first different calendar field in above order.
199 * in en_US, if the largest different calendar field between date1 and date2
202 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
205 * If the largest different calendar field betwee
[all...]
/third_party/rust/crates/cxx/macro/src/
H A Dderive.rs113 let fields = strct.fields.iter().map(|field| &field.name.rust); in struct_clone()
114 let values = strct.fields.iter().map(|field| { in struct_clone()
115 let ident = &field.name.rust; in struct_clone()
116 let ty = field.ty.to_token_stream(); in struct_clone()
139 let fields = strct.fields.iter().map(|field| &field.name.rust); in struct_debug()
146 #(.field(#field_names, &self.#fields))* in struct_debug()
156 let fields = strct.fields.iter().map(|field| &field in struct_default()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp63 for (const auto &field : block->fields()) in incrementStructTypeRefCount()
65 ASSERT(!field->type()->isInterfaceBlock()); in incrementStructTypeRefCount()
66 incrementStructTypeRefCount(*field->type()); in incrementStructTypeRefCount()
79 for (const auto &field : structure->fields()) in incrementStructTypeRefCount()
81 incrementStructTypeRefCount(*field->type()); in incrementStructTypeRefCount()
167 for (const auto &field : structure->fields()) in decrementStructTypeRefCount()
169 decrementStructTypeRefCount(*field->type()); in decrementStructTypeRefCount()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddtitvfmt.h48 * The fields are returned from left to right. The special field category
154 * only keeps the field pattern letter and ignores all other parts
161 * might hide a field's pattern letter length.
167 * and the field's pattern letter length is honored.
170 * the field pattern length is ignored and the best match, which is defined
171 * in date time patterns, will be returned without honor the field pattern
184 * first different calendar field in above order.
199 * in en_US, if the largest different calendar field between date1 and date2
202 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
205 * If the largest different calendar field betwee
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldType.java39 /** Enumeration identifying all relevant type information for a protobuf field. */
139 * Gets the {@link JavaType} for this field. For lists, this identifies the type of the elements
146 /** Indicates whether a list field should be represented on the wire in packed form. */
152 * Indicates whether this field type represents a primitive scalar value. If this is {@code true},
159 /** Indicates whether this field type represents a scalar value. */
164 /** Indicates whether this field represents a list of values. */
169 /** Indicates whether this field represents a map. */
175 public boolean isValidForField(Field field) { in isValidForField() argument
177 return isValidForList(field); in isValidForField()
179 return javaType.getType().isAssignableFrom(field in isValidForField()
183 isValidForList(Field field) isValidForList() argument
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php401 public static function tagSize($field)
403 $tag = self::makeTag($field->getNumber(), $field->getType());
509 $field,
517 $field->getNumber(),
518 $field->getType()))) {
522 switch ($field->getType()) {
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.h62 // The field names are converted into lower camel-case when writing to the
92 // And this option is set to true. Then the rendered "type" field will have
100 // If set to false, the rendered "type" field will have the string
115 // Sets whether to use original proto field names
140 // Renders a repeating field (packed or unpacked). Returns the next tag after
144 const google::protobuf::Field* field, StringPiece name,
147 // Looks up a field and verify its consistency with wire type in tag.
151 // Renders a field value to the ObjectWriter.
152 virtual util::Status RenderField(const google::protobuf::Field* field,
156 // Reads field valu
[all...]
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel.js27 const {Field, IndexEntry} = goog.require('protobuf.binary.field');
287 * Writes the array of Messages into the writer for the given field number.
299 * Writes the array of Messages into the writer for the given field number.
348 * @param {number=} pivot Fields with a field number no greater than the pivot
352 * value to the max field number of the message unless the field numbers
364 * @param {number=} pivot Fields with a field number no greater than the pivot
368 * value to the max field number of the message unless the field numbers
392 * @param {!Storage<!Field>} fields A map of field numbe
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_workqueue.c61 #define LIST_FOR_WORK(pos, listObject, type, field) \
62 for ((pos) = LOS_DL_LIST_ENTRY((listObject)->next, type, field); \
63 &(pos)->field != (listObject); \
64 (pos) = LOS_DL_LIST_ENTRY((pos)->field.next, type, field))
66 #define LIST_FOR_WORK_DEL(pos, nextNode, listObject, type, field) \
67 for ((pos) = LOS_DL_LIST_ENTRY((listObject)->next, type, field), \
68 (nextNode) = LOS_DL_LIST_ENTRY((pos)->field.next, type, field); \
69 &(pos)->field !
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dchnsecal.cpp205 int32_t ChineseCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { in handleGetLimit() argument
206 return LIMITS[field][limitType]; in handleGetLimit()
217 * YEAR field as the cycle and year-of-cycle, or the EXTENDED_YEAR
218 * field as the continuous year count, depending on which is newer.
237 * <p>Note: This method also reads the IS_LEAP_MONTH field to determine
263 * <p>Compute the ChineseCalendar-specific field IS_LEAP_MONTH.
302 * Override Calendar to add IS_LEAP_MONTH to the field resolution
314 * <p>Note: This method reads the IS_LEAP_MONTH field to determine
318 * by reading the IS_LEAP_MONTH field.
345 // Ignore IS_LEAP_MONTH field i in handleComputeMonthStart()
374 add(UCalendarDateFields field, int32_t amount, UErrorCode& status) add() argument
396 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument
404 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) roll() argument
462 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dchnsecal.cpp209 int32_t ChineseCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { in handleGetLimit() argument
210 return LIMITS[field][limitType]; in handleGetLimit()
221 * YEAR field as the cycle and year-of-cycle, or the EXTENDED_YEAR
222 * field as the continuous year count, depending on which is newer.
241 * <p>Note: This method also reads the IS_LEAP_MONTH field to determine
267 * <p>Compute the ChineseCalendar-specific field IS_LEAP_MONTH.
306 * Override Calendar to add IS_LEAP_MONTH to the field resolution
318 * <p>Note: This method reads the IS_LEAP_MONTH field to determine
322 * by reading the IS_LEAP_MONTH field.
349 // Ignore IS_LEAP_MONTH field i in handleComputeMonthStart()
378 add(UCalendarDateFields field, int32_t amount, UErrorCode& status) add() argument
401 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument
409 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) roll() argument
468 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchnsecal.cpp205 int32_t ChineseCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { in handleGetLimit() argument
206 return LIMITS[field][limitType]; in handleGetLimit()
217 * YEAR field as the cycle and year-of-cycle, or the EXTENDED_YEAR
218 * field as the continuous year count, depending on which is newer.
237 * <p>Note: This method also reads the IS_LEAP_MONTH field to determine
263 * <p>Compute the ChineseCalendar-specific field IS_LEAP_MONTH.
302 * Override Calendar to add IS_LEAP_MONTH to the field resolution
314 * <p>Note: This method reads the IS_LEAP_MONTH field to determine
318 * by reading the IS_LEAP_MONTH field.
345 // Ignore IS_LEAP_MONTH field i in handleComputeMonthStart()
374 add(UCalendarDateFields field, int32_t amount, UErrorCode& status) add() argument
396 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument
404 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) roll() argument
462 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c351 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_192() argument
370 field = &ossl_bignum_nist_p_192; /* just to make sure */ in BN_nist_mod_192()
373 return BN_nnmod(r, a, field, ctx); in BN_nist_mod_192()
375 i = BN_ucmp(field, a); in BN_nist_mod_192()
487 int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_224() argument
507 field = &ossl_bignum_nist_p_224; /* just to make sure */ in BN_nist_mod_224()
510 return BN_nnmod(r, a, field, ctx); in BN_nist_mod_224()
512 i = BN_ucmp(field, a); in BN_nist_mod_224()
659 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_256() argument
679 field in BN_nist_mod_256()
896 BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) BN_nist_mod_384() argument
1156 BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) BN_nist_mod_521() argument
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_nist.c329 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_192() argument
348 field = &ossl_bignum_nist_p_192; /* just to make sure */ in BN_nist_mod_192()
351 return BN_nnmod(r, a, field, ctx); in BN_nist_mod_192()
353 i = BN_ucmp(field, a); in BN_nist_mod_192()
465 int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_224() argument
485 field = &ossl_bignum_nist_p_224; /* just to make sure */ in BN_nist_mod_224()
488 return BN_nnmod(r, a, field, ctx); in BN_nist_mod_224()
490 i = BN_ucmp(field, a); in BN_nist_mod_224()
637 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, in BN_nist_mod_256() argument
657 field in BN_nist_mod_256()
874 BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) BN_nist_mod_384() argument
1134 BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) BN_nist_mod_521() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp196 Field field; in GetDataBaseSchema() local
197 field.colName = CloudDbConstant::CLOUD_KV_FIELD_KEY; in GetDataBaseSchema()
198 field.type = TYPE_INDEX<std::string>; in GetDataBaseSchema()
199 field.primary = true; in GetDataBaseSchema()
200 tableSchema.fields.push_back(field); in GetDataBaseSchema()
201 field.colName = CloudDbConstant::CLOUD_KV_FIELD_DEVICE; in GetDataBaseSchema()
202 field.primary = false; in GetDataBaseSchema()
203 tableSchema.fields.push_back(field); in GetDataBaseSchema()
204 field.colName = CloudDbConstant::CLOUD_KV_FIELD_ORI_DEVICE; in GetDataBaseSchema()
205 tableSchema.fields.push_back(field); in GetDataBaseSchema()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalFormatProperties.java614 // 2) Read each field by its name and value in readObjectImpl()
619 // Get the field reference in readObjectImpl()
620 Field field = null; in readObjectImpl()
622 field = DecimalFormatProperties.class.getDeclaredField(name); in readObjectImpl()
624 // The field name does not exist! Possibly corrupted serialization. Ignore this entry. in readObjectImpl()
631 // NOTE: If the type of a field were changed in the future, this would be the place to check: in readObjectImpl()
634 // Save value into the field in readObjectImpl()
636 field.set(this, value); in readObjectImpl()
936 * The minimum number of digits to display in the exponent field.
1391 for (Field field in toStringBare()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalFormatProperties.java610 // 2) Read each field by its name and value in readObjectImpl()
615 // Get the field reference in readObjectImpl()
616 Field field = null; in readObjectImpl()
618 field = DecimalFormatProperties.class.getDeclaredField(name); in readObjectImpl()
620 // The field name does not exist! Possibly corrupted serialization. Ignore this entry. in readObjectImpl()
627 // NOTE: If the type of a field were changed in the future, this would be the place to check: in readObjectImpl()
630 // Save value into the field in readObjectImpl()
632 field.set(this, value); in readObjectImpl()
920 * The minimum number of digits to display in the exponent field.
1375 for (Field field in toStringBare()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec2_smpl.c30 group->field = BN_new(); in ossl_ec_GF2m_simple_group_init()
34 if (group->field == NULL || group->a == NULL || group->b == NULL) { in ossl_ec_GF2m_simple_group_init()
35 BN_free(group->field); in ossl_ec_GF2m_simple_group_init()
49 BN_free(group->field); in ossl_ec_GF2m_simple_group_finish()
60 BN_clear_free(group->field); in ossl_ec_GF2m_simple_group_clear_finish()
77 if (!BN_copy(dest->field, src->field)) in ossl_ec_GF2m_simple_group_copy()
107 /* group->field */ in ossl_ec_GF2m_simple_group_set_curve()
108 if (!BN_copy(group->field, p)) in ossl_ec_GF2m_simple_group_set_curve()
110 i = BN_GF2m_poly2arr(group->field, grou in ossl_ec_GF2m_simple_group_set_curve()
[all...]
/third_party/openssl/crypto/ec/
H A Dec2_smpl.c30 group->field = BN_new(); in ossl_ec_GF2m_simple_group_init()
34 if (group->field == NULL || group->a == NULL || group->b == NULL) { in ossl_ec_GF2m_simple_group_init()
35 BN_free(group->field); in ossl_ec_GF2m_simple_group_init()
49 BN_free(group->field); in ossl_ec_GF2m_simple_group_finish()
60 BN_clear_free(group->field); in ossl_ec_GF2m_simple_group_clear_finish()
77 if (!BN_copy(dest->field, src->field)) in ossl_ec_GF2m_simple_group_copy()
107 /* group->field */ in ossl_ec_GF2m_simple_group_set_curve()
108 if (!BN_copy(group->field, p)) in ossl_ec_GF2m_simple_group_set_curve()
110 i = BN_GF2m_poly2arr(group->field, grou in ossl_ec_GF2m_simple_group_set_curve()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs633 .field("d_fileno", &self.d_fileno) in fmt()
634 .field("d_off", &self.d_off) in fmt()
635 .field("d_reclen", &self.d_reclen) in fmt()
636 .field("d_type", &self.d_type) in fmt()
637 .field("d_namlen", &self.d_namlen) in fmt()
638 // FIXME: .field("d_name", &self.d_name) in fmt()
666 .field("ss_len", &self.ss_len) in fmt()
667 .field("ss_family", &self.ss_family) in fmt()
693 .field("si_signo", &self.si_signo) in fmt()
694 .field("si_cod in fmt()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h292 typedef DistributedDB::Query&(DistributedDB::Query::*FP_COMP)(const std::string& field, const ParaType& value);
293 typedef DistributedDB::Query&(DistributedDB::Query::*FP_LIKE)(const std::string& field, const std::string& value);
294 typedef DistributedDB::Query&(DistributedDB::Query::*FP_IN)(const std::string& field,
304 const std::string& field, const ParaType& value) in GenerateQueryComp()
310 queries.push_back((DistributedDB::Query::Select().*(compFunc_[i]))(field, value)); in GenerateQueryComp()
315 const std::string& field, const std::string& value) in GenerateQueryLike()
321 queries.push_back((DistributedDB::Query::Select().*(likeFunc_[i]))(field, value)); in GenerateQueryLike()
325 const std::string& field, const std::vector<ParaType>& value) in GenerateQueryIn()
331 queries.push_back((DistributedDB::Query::Select().*(inFunc_[i]))(field, value)); in GenerateQueryIn()
303 GenerateQueryComp(std::vector<DistributedDB::Query> &queries, const bool (&funcFilter)[FP_COMP_SIZE], const std::string& field, const ParaType& value) GenerateQueryComp() argument
314 GenerateQueryLike(std::vector<DistributedDB::Query> &queries, const bool (&funcFilter)[FP_LIKE_SIZE], const std::string& field, const std::string& value) GenerateQueryLike() argument
324 GenerateQueryIn(std::vector<DistributedDB::Query> &queries, const bool (&funcFilter)[FP_IN_SIZE], const std::string& field, const std::vector<ParaType>& value) GenerateQueryIn() argument
/third_party/ffmpeg/libavfilter/
H A Dbuffersink.c211 #define MAKE_AVFILTERLINK_ACCESSOR(type, field) \
212 type av_buffersink_get_##field(const AVFilterContext *ctx) { \
214 return ctx->inputs[0]->field; \
254 #define CHECK_LIST_SIZE(field) \
255 if (buf->field ## _size % sizeof(*buf->field)) { \
256 av_log(ctx, AV_LOG_ERROR, "Invalid size for " #field ": %d, " \
258 buf->field ## _size, (int)sizeof(*buf->field)); \
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java239 if (kRollAddFields[i].field == Calendar.MONTH) { in buildGUI()
378 * in the "Millis" text field.
417 * This function is called when users select a new time field
421 int field = kRollAddFields[dateMenu.getSelectedIndex()].field; in dateFieldChanged()
431 c.add(field, isUp ? 1 : -1); in dateFieldChanged()
433 c.roll(field, isUp); in dateFieldChanged()
591 RollAddField(int field, String name) { in RollAddField() argument
592 this.field = field; in RollAddField()
595 int field; global() field in RollAddField
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dunumberformattertst.c113 // field position test: in TestSkeletonFormatToFields()
119 // field position iterator test: in TestSkeletonFormatToFields()
139 actual.field = ufieldpositer_next(ufpositer, &actual.beginIndex, &actual.endIndex); in TestSkeletonFormatToFields()
140 assertTrue("Should not return a negative index yet", actual.field >= 0); in TestSkeletonFormatToFields()
141 if (expected.field != actual.field) { in TestSkeletonFormatToFields()
143 "FAIL: iteration %d; expected field %d; got %d\n", i, expected.field, actual.field); in TestSkeletonFormatToFields()
160 actual.field in TestSkeletonFormatToFields()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlink_varyings.cpp526 glsl_struct_field *field = &type_without_array->fields.structure[i]; in validate_explicit_variable_location() local
527 unsigned field_location = field->location - in validate_explicit_variable_location()
528 (field->patch ? VARYING_SLOT_PATCH0 : VARYING_SLOT_VAR0); in validate_explicit_variable_location()
529 unsigned field_slots = field->type->count_attribute_slots(false); in validate_explicit_variable_location()
534 field->type, in validate_explicit_variable_location()
535 field->interpolation, in validate_explicit_variable_location()
536 field->centroid, in validate_explicit_variable_location()
537 field->sample, in validate_explicit_variable_location()
538 field->patch, in validate_explicit_variable_location()

Completed in 26 milliseconds

1...<<21222324252627282930>>...78