| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | smpdtfmt.h | 85 * <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 D | si_gpu_load.c | 72 #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 D | zink_extensions.py | 143 # 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 D | txt_db.c | 148 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 D | x509name.c | 118 /* 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 D | x509name.c | 118 /* 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 D | txt_db.c | 148 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 D | smpdtfmt.h | 84 * <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 D | message.cc | 293 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 D | protostream_objectwriter.h | 72 // 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/icu/icu4c/source/test/cintltst/ |
| H A D | cdattst.c | 523 fp.field = UDAT_MINUTE_FIELD; in TestRelativeDateFormat() 1631 // overrideNumberFormat[i][0] is to tell which field to set, 1708 if ( strcmp(overrideNumberFormat[i][0], "") == 0 ) { // use the one w/o field in TestOverrideNumberFormat() 1710 } else if ( strcmp(overrideNumberFormat[i][0], "mixed") == 0 ) { // set 1 field at first but then full override, both(M & d) should be override in TestOverrideNumberFormat() 1722 } else if ( strcmp(overrideNumberFormat[i][0], "do") == 0 ) { // o is an invalid field in TestOverrideNumberFormat() 1790 int32_t field; member 1826 int32_t ulen, field, beginPos, endPos; in TestFormatForFields() local 1836 field = ufieldpositer_next(fpositer, &beginPos, &endPos); in TestFormatForFields() 1837 if (field != fptr->field || (fiel in TestFormatForFields() [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_split_vars.c | 70 struct field { struct 71 struct field *parent; 76 struct field *fields; 99 init_field_for_type(struct field *field, struct field *parent, in init_field_for_type() argument 104 *field = (struct field) { in init_field_for_type() 111 field->num_fields = glsl_get_length(struct_type), in init_field_for_type() 112 field in init_field_for_type() [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_compact.c | 59 * immediate in the low bits of DW3, like ENDIF with the JIP field. Other 62 * since the jump count field is not in DW3. 1512 #define compact(field) \ in brw_try_compact_3src_instruction() 1513 brw_compact_inst_set_3src_##field(devinfo, dst, brw_inst_3src_##field(devinfo, src)) in brw_try_compact_3src_instruction() 1514 #define compact_a16(field) \ in brw_try_compact_3src_instruction() 1515 brw_compact_inst_set_3src_##field(devinfo, dst, brw_inst_3src_a16_##field(devinfo, src)) in brw_try_compact_3src_instruction() 1575 * field in compact_immediate() 1862 #define compact(field) \ in try_compact_instruction() [all...] |
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | MapForProto2Test.java | 622 FieldDescriptor field = mapEntry.getDescriptorForType().findFieldByName(name); in getFieldValue() 623 return mapEntry.getField(field); in getFieldValue() 628 FieldDescriptor field = mapEntry.getDescriptorForType().findFieldByName(name); in setFieldValue() 629 mapEntry.setField(field, value); in setFieldValue() 634 FieldDescriptor field = f(name); in assertHasMapValues() 635 for (Object entry : (List<?>) message.getField(field)) { in assertHasMapValues() 642 assertEquals(values.size(), message.getRepeatedFieldCount(field)); in assertHasMapValues() 643 for (int i = 0; i < message.getRepeatedFieldCount(field); i++) { in assertHasMapValues() 644 Message mapEntry = (Message) message.getRepeatedField(field, i); in assertHasMapValues() 653 FieldDescriptor field in newMapEntry() [all...] |
| /foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/ |
| H A D | object_types_util.cpp | 22 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 D | udbgutil.h | 53 * @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 D | normconf.h | 51 * 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 D | japancal.h | 50 * 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 D | udbgutil.h | 53 * @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 D | japancal.h | 50 * 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 D | uname04.c | 8 * 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 D | pod.rs | 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod()
|
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | pod.rs | 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod()
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | pod.rs | 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod()
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | pod.rs | 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod()
|