| /foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
| H A D | lnn_event_converter.h | 25 #define LNN_ASSIGNER(type, fieldName, field) \ 29 if (Assigner##type(form->lnnExtra->field, ¶m) && \ 111 #define LNN_ALARM_ASSIGNER(type, fieldName, field) \ 115 if (Assigner##type(form->lnnAlarmExtra->field, ¶m) && \
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| H A D | rdb_types.h | 197 inline void AddOperation(const RdbPredicateOperator op, const std::string& field, in AddOperation() 200 operations_.push_back({ op, field, { value } }); in AddOperation() 202 inline void AddOperation(const RdbPredicateOperator op, const std::string& field, in AddOperation() 205 operations_.push_back({ op, field, values }); in AddOperation()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_query.c | 44 /* offset of a single field of an array of fd2_query_sample: */ 45 #define query_sample_idx(aq, idx, field) \ 48 offsetof(struct fd2_query_sample, field), \ 51 /* offset of a single field of fd2_query_sample: */ 52 #define query_sample(aq, field) query_sample_idx(aq, 0, field)
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_message.h | 116 // Generate the field offsets array. Returns the a pair of the total numer 120 // For each field generates a table entry describing the field for the 158 const FieldDescriptor* field, 167 // Generates has_foo() functions and variables for singular field has-bits. 168 void GenerateSingularFieldHasBits(const FieldDescriptor* field, 170 // Generates has_foo() functions and variables for oneof field has-bits. 173 void GenerateOneofMemberHasBits(const FieldDescriptor* field, 175 // Generates the clear_foo() method for a field. 176 void GenerateFieldClear(const FieldDescriptor* field, boo [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | default_value_objectwriter.h | 63 // A Callback function to check whether a field needs to be scrubbed. 65 // Returns true if the field should not be present in the output. Returns 68 // The 'path' parameter is a vector of path to the field from root. For 69 // example: if a nested field "a.b.c" (b is the parent message field of c and 70 // a is the parent message field of b), then the vector should contain { "a", 75 const std::vector<std::string>& /*path of the field*/, 76 const google::protobuf::Field* /*field*/)> 129 // If set to true, original proto field names are used 227 // Path of the field o 257 CreateDefaultDataPieceForField( const google::protobuf::Field& field, const TypeInfo* typeinfo) CreateDefaultDataPieceForField() argument [all...] |
| 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/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | eapol_test.py | 43 def set_network(self, id, field, value): 44 res = self.request("SET_NETWORK " + str(id) + " " + field + " " + value) 49 def set_network_quoted(self, id, field, value): 50 res = self.request("SET_NETWORK " + str(id) + " " + field + ' "' + value + '"')
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
| H A D | mod.rs | 227 this field" 287 // Ignore __reserved field in eq() 290 // Ignore padding field in eq() 299 .field("cwd", &self.cwd) in fmt() 300 .field("swd", &self.swd) in fmt() 301 .field("twd", &self.twd) in fmt() 302 .field("fop", &self.fop) in fmt() 303 .field("fip", &self.fip) in fmt() 304 .field("fcs", &self.fcs) in fmt() 305 .field("fo in fmt() [all...] |
| /third_party/rust/crates/syn/tests/common/ |
| H A D | eq.rs | 308 $([$field:tt $this:ident $other:ident])* 313 let $($name)::+ { $($field: $this,)* $($ignore: _,)* } = self; in eq() 314 let $($name)::+ { $($field: $other,)* $($ignore: _,)* } = other; in eq() 322 $([$field:tt $this:ident $other:ident])* 329 $([$field $this $other])* 338 $([$field:tt $this:ident $other:ident])* 345 $([$field $this $other])* 356 $([$($variant:ident)::+; $([$field:tt $this:ident $other:ident])* $(![$ignore:tt])*])* 369 $($variant)::+ { $($field: $this,)* $($ignore: _,)* }, in eq() 370 $($variant)::+ { $($field in eq() [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...] |
| /third_party/gn/src/gn/ |
| H A D | tool.h | 248 // field and return true, otherwise will return false. Must be called before 256 bool ReadBool(Scope* scope, const char* var, bool* field, Err* err); 257 bool ReadString(Scope* scope, const char* var, std::string* field, Err* err); 260 SubstitutionPattern* field, 264 SubstitutionList* field, 269 LabelPtrPair<Pool>* field,
|
| /third_party/icu/icu4c/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/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | protocol_core.cc | 33 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 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()
|