Home
last modified time | relevance | path

Searched refs:field (Results 776 - 800 of 1938) sorted by relevance

1...<<31323334353637383940>>...78

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.cc33 for (int field = static_cast<int>(field_path_.size()) - 1; field >= 0; in ErrorMessage()
34 --field) { in ErrorMessage()
36 msg.append(field_path_[field].begin(), field_path_[field].end()); in ErrorMessage()
117 // TODO(caseq): consider checking if the sought field is the one in DeserializeField()
125 // Unknown field is not an error -- we may be working against an in DeserializeField()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsmpdtfmt.h85 * <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table">ICU
458 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields,
461 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td>
482 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent).
561 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.
584 * (Note: The seconds field is not supported by the ISO8601 specification.)
593 * (Note: The seconds field is not supported by the ISO8601 specification.)
601 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c72 #define UPDATE_COUNTER(field, mask) \
75 p_atomic_inc(&counters->named.field.busy); \
77 p_atomic_inc(&counters->named.field.idle); \
213 #define BUSY_INDEX(sscreen, field) \
214 (&sscreen->mmio_counters.named.field.busy - sscreen->mmio_counters.array)
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_extensions.py143 # get the field in zink_device_info that refers to the extension's
146 def field(self, suffix: str): member in Extension
289 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
290 field_name = field.find("name").text
307 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
308 field_name = field.find("name").text
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() argument
155 if (field >= db->num_fields) { in TXT_DB_create_index()
182 lh_OPENSSL_STRING_free(db->index[field]); in TXT_DB_create_index()
183 db->index[field] = idx; in TXT_DB_create_index()
184 db->qual[field] = qual; in TXT_DB_create_index()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509name.c118 /* else we need to fixup the set field */ in X509_NAME_delete_entry()
170 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, in X509_NAME_add_entry_by_txt() argument
176 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len); in X509_NAME_add_entry_by_txt()
243 const char *field, int type, in X509_NAME_ENTRY_create_by_txt()
250 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
253 "name=%s", field); in X509_NAME_ENTRY_create_by_txt()
242 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_txt() argument
/third_party/openssl/crypto/x509/
H A Dx509name.c118 /* else we need to fixup the set field */ in X509_NAME_delete_entry()
170 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, in X509_NAME_add_entry_by_txt() argument
176 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len); in X509_NAME_add_entry_by_txt()
243 const char *field, int type, in X509_NAME_ENTRY_create_by_txt()
250 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
253 "name=%s", field); in X509_NAME_ENTRY_create_by_txt()
242 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_txt() argument
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() argument
155 if (field >= db->num_fields) { in TXT_DB_create_index()
182 lh_OPENSSL_STRING_free(db->index[field]); in TXT_DB_create_index()
183 db->index[field] = idx; in TXT_DB_create_index()
184 db->qual[field] = qual; in TXT_DB_create_index()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsmpdtfmt.h84 * <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table">ICU
457 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields,
460 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td>
481 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent).
560 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.
583 * (Note: The seconds field is not supported by the ISO8601 specification.)
592 * (Note: The seconds field is not supported by the ISO8601 specification.)
600 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc293 const FieldDescriptor* field) const { in RepeatedFieldAccessor()
294 GOOGLE_CHECK(field->is_repeated()); in RepeatedFieldAccessor()
295 switch (field->cpp_type()) { in RepeatedFieldAccessor()
309 switch (field->options().ctype()) { in RepeatedFieldAccessor()
316 if (field->is_map()) { in RepeatedFieldAccessor()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h72 // numeric values are returned in double field "number_value" of
90 // the field name.
93 // If true, check if enum name in UPPER_CASE matches the field name.
100 // If true, accepts repeated key/value pair for a map proto field.
133 // Renders a DataPiece 'value' into a field whose wire type is determined
134 // from the given field 'name'.
167 // Before the "@type" field is encountered, we store all incoming data
168 // into this Event struct and replay them after we get the "@type" field.
233 // Any message a single time rather than every time we get a nested field.
252 // Store data before the "@type" field
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c188 /* Maps descriptor type -> upb field type. */
242 /* Op: an action to be performed for a wire-type/field-type combination. */
252 -1, /* field not found */
274 /* For non-repeated field type. */
275 -1, /* field not found */
294 /* For repeated field type. */
320 uint32_t end_group; /* Set to field number of END_GROUP tag, if any. */
450 return &none; /* Unknown field. */ in upb_find_field()
454 const upb_msglayout_field *field) { in decode_newsubmsg()
455 const upb_msglayout *subl = layout->submsgs[field in decode_newsubmsg()
453 decode_newsubmsg(upb_decstate *d, const upb_msglayout *layout, const upb_msglayout_field *field) decode_newsubmsg() argument
459 decode_tosubmsg(upb_decstate *d, upb_msg *submsg, const upb_msglayout *layout, const upb_msglayout_field *field, upb_strview val) decode_tosubmsg() argument
483 decode_togroup(upb_decstate *d, const char *ptr, upb_msg *submsg, const upb_msglayout *layout, const upb_msglayout_field *field) decode_togroup() argument
490 decode_toarray(upb_decstate *d, const char *ptr, upb_msg *msg, const upb_msglayout *layout, const upb_msglayout_field *field, wireval val, int op) decode_toarray() argument
582 decode_tomap(upb_decstate *d, upb_msg *msg, const upb_msglayout *layout, const upb_msglayout_field *field, wireval val) decode_tomap() argument
618 decode_tomsg(upb_decstate *d, const char *ptr, upb_msg *msg, const upb_msglayout *layout, const upb_msglayout_field *field, wireval val, int op) decode_tomsg() argument
679 const upb_msglayout_field *field; decode_msg() local
4418 upb_msglayout_field *field = &fields[upb_fielddef_index(f)]; make_layout() local
5630 in_oneof(const upb_msglayout_field *field) in_oneof() argument
5635 const upb_msglayout_field *field = upb_fielddef_layout(f); _upb_msg_getraw() local
5643 const upb_msglayout_field *field = upb_fielddef_layout(f); upb_msg_has() local
5659 const upb_msglayout_field *field; upb_msg_whichoneof() local
5720 const upb_msglayout_field *field = upb_fielddef_layout(f); upb_msg_mutable() local
5754 const upb_msglayout_field *field = upb_fielddef_layout(f); upb_msg_set() local
5766 const upb_msglayout_field *field = upb_fielddef_layout(f); upb_msg_clearfield() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp891 if (input.field.size() != expected.field.size()) { in isChangedDataEq()
894 for (size_t i = 0; i < input.field.size(); i++) { in isChangedDataEq()
895 if (!DBCommon::CaseInsensitiveCompare(input.field[i], expected.field[i])) { in isChangedDataEq()
1337 for (const auto &field : schema.fields) { in SelectData()
1338 selectSql += field.colName + ","; in SelectData()
1445 for (const auto &field : schema.fields) { in GetAllAssets()
1446 if (field.type != TYPE_INDEX<Asset> && field in GetAllAssets()
1470 Field field; GetRecordLog() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp63 for (auto &[field, val] : record) { in ModifyRecords()
64 LOGD("modify field %s", field.c_str()); in ModifyRecords()
67 bucket.insert({ field, static_cast<int64_t>(v + 1) }); in ModifyRecords()
69 bucket.insert({ field, val }); in ModifyRecords()
216 for (const auto &field: schema.fields) { in HWTEST_F()
217 Type expect = expectRecords[i][field.colName]; in HWTEST_F()
218 Type actual = actualRecords[i][field.colName]; in HWTEST_F()
275 for (const auto &field: schema.fields) { in HWTEST_F()
276 Type expect = expectRecords[i][field in HWTEST_F()
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h382 VALUE field_type_class(const MessageLayout* layout, const upb_fielddef* field);
388 // safe because field numbers are used as case identifiers, and no field can
392 // These operate on a map field (i.e., a repeated field of submessages whose
394 bool is_map_field(const upb_fielddef* field);
395 const upb_fielddef* map_field_key(const upb_fielddef* field);
396 const upb_fielddef* map_field_value(const upb_fielddef* field);
403 // Repeated field container type.
539 const upb_fielddef* field);
[all...]
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py103 """Returns the value of the field `options`, or None if it is not set."""
110 def _IsMessageSetExtension(field):
111 return (field.is_extension and
112 field.containing_type.has_options and
113 field.containing_type.GetOptions().message_set_wire_format and
114 field.type == descriptor.FieldDescriptor.TYPE_MESSAGE and
115 field.label == descriptor.FieldDescriptor.LABEL_OPTIONAL)
340 'with field number %d.' %
533 """Loads the named field descriptor from the pool.
536 full_name (str): The full name of the field descripto
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_types_util.cpp22 return ITypesUtil::Marshal(data, input.storeName, input.tableName, input.primaryKey, input.field, in Marshalling()
28 return ITypesUtil::Unmarshal(data, output.storeName, output.tableName, output.primaryKey, output.field, in Unmarshalling()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.h53 * @param field field number
56 U_CAPI const char * U_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
69 * @param field field number
70 * @return should be equal to 'field' or -1 if out of range.
72 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
75 * Locate the specified field value by name.
78 * @return should be a field value or -1 if not found.
/third_party/icu/icu4c/source/test/intltest/
H A Dnormconf.h51 * there are five columns, corresponding to field[0]..field[4].
59 * @param field the 5 columns
63 UBool checkConformance(const UnicodeString* field,
71 int32_t field);
/third_party/icu/icu4c/source/i18n/
H A Djapancal.h50 * for these eras, suitable for use in the <code>UCAL_ERA</code> field, are provided
129 * Return the maximum value that this field could have, given the current date.
132 virtual int32_t getActualMaximum(UCalendarDateFields field, UErrorCode& status) const override;
203 * Calculate the limit for a specified type of limit and field
206 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dudbgutil.h53 * @param field field number
56 U_CAPI const char * U_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
69 * @param field field number
70 * @return should be equal to 'field' or -1 if out of range.
72 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
75 * Locate the specified field value by name.
78 * @return should be a field value or -1 if not found.
/third_party/node/deps/icu-small/source/i18n/
H A Djapancal.h50 * for these eras, suitable for use in the <code>UCAL_ERA</code> field, are provided
129 * Return the maximum value that this field could have, given the current date.
132 virtual int32_t getActualMaximum(UCalendarDateFields field, UErrorCode& status) const override;
203 * Calculate the limit for a specified type of limit and field
206 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
/third_party/ltp/testcases/kernel/syscalls/uname/
H A Duname04.c8 * been zeroed. cve-2012-0957 leaked kernel memory through the release field
23 char *field) in check_field()
29 tst_res(TFAIL, "Bytes leaked in %s!", field); in check_field()
22 check_field(char *bytes, char *saved_bytes, size_t length, char *field) check_field() argument
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dpod.rs20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dpod.rs20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod()

Completed in 24 milliseconds

1...<<31323334353637383940>>...78