| /third_party/node/lib/internal/ |
| H A D | errors.js | 1084 'Header field "%s" must only have a single value', TypeError); 1303 (name, field = undefined) => { 1305 if (field !== undefined) { 1306 msg += ` ["${field}"]`;
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_nir_apply_pipeline_layout.c | 37 #define sizeof_field(type, field) sizeof(((type *)0)->field)
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | load-elimination.cc | 666 // We detected inconsistent information for a field here. in LookupField() 668 // write invalidate part of a field and then we re-combine this partial in LookupField() 711 if (AbstractField const* const field = fields_[i]) { in Print() 712 PrintF(" field %zu:\n", i); in Print() 713 field->Print(); in Print() 718 PrintF(" const field %zu:\n", i); in Print() 1033 // previously stored information about the given const field (namely, in ReduceStoreField() 1041 // mutable world to guard against field accesses that should have in ReduceStoreField() 1376 // will invalidate the elements field, so the processing order does not in ComputeLoopState()
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | lib.rs | 2266 ($($field:ident $(: $value:expr)?,)* --default-fields-- $($default_field:ident,)*) => { in default() 2268 $($field $(: $value)*,)* in default()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | frame_capture_utils.cpp | 840 for (const sh::ShaderVariable &field : shaderVariable.fields) in SerializeShaderVariable() 842 SerializeShaderVariable(json, field); in SerializeShaderVariable()
|
| /third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
| H A D | basic.rb | 214 assert_equal e.message, "Expected Hash object as initializer value for map field 'map_string_int32' (given String)." 219 assert_equal e.message, "Expected array as initializer value for repeated field 'repeated_uint32' (given String)." 278 # Assigning a normal (ASCII or UTF8) string to a bytes field, or 279 # ASCII-8BIT to a string field will convert to the proper encoding. 1028 # message with required field (unsupported in proto3) 1040 # just be sure that we can instantiate types with corecursive field-type 1201 assert msgdef.any? {|field| field.name == "optional_int32"}
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | command_line_interface.cc | 811 if (desc->field(i)->has_optional_keyword()) { in ContainsProto3Optional() 1961 " --print_free_field_numbers Print the free field numbers of the " in PrintHelpText() 1965 " the same field number space with the " in PrintHelpText() 2444 // Since free field numbers of group types will not be printed, this makes sure 2455 const FieldDescriptor* fd = descriptor->field(i); in GatherOccupiedFieldRanges() 2482 // Actually prints the formatted free field numbers for given message name and 2491 // This happens when groups re-use parent field numbers, in which in FormatFreeFieldNumbers()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
| H A D | eapol_supp_sm.c | 1311 * packets with too short EAPOL header length field in eapol_sm_rx_eapol() 1989 static void eapol_sm_eap_param_needed(void *ctx, enum wpa_ctrl_req_type field, in eapol_sm_eap_param_needed() argument 1995 sm->ctx->eap_param_needed(sm->ctx->ctx, field, txt); in eapol_sm_eap_param_needed()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
| H A D | eapol_supp_sm.c | 1336 * packets with too short EAPOL header length field in eapol_sm_rx_eapol() 2042 static void eapol_sm_eap_param_needed(void *ctx, enum wpa_ctrl_req_type field, in eapol_sm_eap_param_needed() argument 2048 sm->ctx->eap_param_needed(sm->ctx->ctx, field, txt); in eapol_sm_eap_param_needed()
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | ic.cc | 30 #include "src/objects/field-type.h" 189 // TODO(lpy) Add name as key field in ICStats. in TraceIC() 911 type = GetWasmValueType(struct_type->field(field_index)); in MakeLoadWasmStructFieldHandler() 994 // Use simple field loads for some well-known callback properties. in ComputeHandler() 1168 FieldIndex field = lookup->GetFieldIndex(); in ComputeHandler() local 1169 smi_handler = LoadHandler::LoadField(isolate(), field); in ComputeHandler() 1874 // been thrown if the private field already exists in the object. in Store() 1956 // Private field can't be deleted from this global object and can't in ComputeHandler()
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | message_test.py | 36 Note that the golden messages exercise every known field type, thus this 123 "string field contains bad utf-8.") 381 # Test set double to float field. 648 """Check passing a custom comparator to sort a repeated composite field.""" 668 """Check passing a custom comparator to sort a repeated composite field.""" 693 """Check sorting a repeated composite field using list.sort() arguments.""" 719 """Check sorting a scalar field using list.sort() arguments.""" 824 # Test repeated field. 879 m1.MergeFromString(b'') # field state should not change 1055 """Assigning a byte string to a string field shoul [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | mpegvideo_enc.c | 3394 #define MERGE(field) dst->field += src->field; src->field=0
|
| /third_party/backends/backend/ |
| H A D | epson.c | 347 #define XtOffset(p_type,field) ((size_t)&(((p_type)NULL)->field)) 348 #define XtOffsetOf(s_type,field) XtOffset(s_type*,field) 744 /* gcc don't like to overwrite const field */
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| H A D | TestUtil.java | 223 * Set every field of {@code message} to the values expected by 299 // Add a second one of each field. in setAllFields() 773 // field. In addition to verifying this, we also verify that the first in assertRepeatedFieldsModified() 864 * Set every field of {@code message} to a unique value. 881 // Add a second one of each field. in setPackedFields() 899 * Set every field of {@code message} to a unique value. Must correspond with 917 // Add a second one of each field. in setUnpackedFields() 1090 * Set every field of {@code message} to the values expected by 1166 // Add a second one of each field. in setAllExtensions() 1686 // field in assertRepeatedExtensionsModified() 2021 newBuilderForField( Message.Builder parent, Descriptors.FieldDescriptor field) newBuilderForField() argument [all...] |
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | php-upb.h | 431 /* The types a field can have. Note that this list is not identical to the 448 /* The repeated-ness of each field; this matches descriptor.proto. */ 1088 UPB_INLINE bool _upb_isrepeated(const upb_msglayout_field *field) { in _upb_isrepeated() argument 1089 return (field->label & 3) == UPB_LABEL_REPEATED; in _upb_isrepeated() 1092 UPB_INLINE bool _upb_repeated_or_map(const upb_msglayout_field *field) { in _upb_repeated_or_map() argument 1093 return field->label >= UPB_LABEL_REPEATED; in _upb_repeated_or_map() 3155 ** - upb_fielddef: describes a message field. 3218 /* Maximum field number allowed for FieldDefs. This is an inherent limit of the 3270 * - ntof: look up a field by name. 3271 * - ntofz: look up a field b [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | ap_ctrl_iface.c | 3460 const char *field, char *buf, in hostapd_ctrl_iface_get_capability() 3463 wpa_printf(MSG_DEBUG, "CTRL_IFACE: GET_CAPABILITY '%s'", field); in hostapd_ctrl_iface_get_capability() 3466 if (os_strcmp(field, "dpp") == 0) { in hostapd_ctrl_iface_get_capability() 3482 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Unknown GET_CAPABILITY field '%s'", in hostapd_ctrl_iface_get_capability() 3483 field); in hostapd_ctrl_iface_get_capability() 3459 hostapd_ctrl_iface_get_capability(struct hostapd_data *hapd, const char *field, char *buf, size_t buflen) hostapd_ctrl_iface_get_capability() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_to_hir.cpp | 2477 * can be used to establish a default precision qualifier. The type field can 4626 * a constant array, or a field of a constant structure, or in process_initializer() 7234 * can be used to establish a default precision qualifier. The type field 7282 * field can be either int or float [...]. Any other types or in hir() 7340 /* _mesa_ast_set_aggregate_type() sets the <structure> field so that in hir() 7345 * The ->is_declaration field is false for initializers of variables in hir() 7404 /* Allocate storage for the fields and process the field in ast_process_struct_or_iface_block_members() 7769 /* If no layout is specified for the field, inherit the layout in ast_process_struct_or_iface_block_members() 7791 /* For readonly and writeonly qualifiers the field definition, in ast_process_struct_or_iface_block_members() 7805 * qualifier or the field qualifie in ast_process_struct_or_iface_block_members() 7963 apply_memory_qualifiers(ir_variable *var, glsl_struct_field field) apply_memory_qualifiers() argument [all...] |
| H A D | gl_nir_link_varyings.c | 87 const char *field = glsl_get_struct_elem_name(t, i); in create_xfb_varying_names() local 90 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", field); in create_xfb_varying_names() 1770 /* Append '.field' to the current variable name. */ in tfeedback_candidate_generator()
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | MessageSchema.java | 95 /** An offset applied to the field type ID for scalar fields that are a member of a oneof. */ 105 * Holds all information for accessing the message fields. The layout is as follows (field 106 * positions are relative to the offset of the start of the field in the buffer): 112 * [ 4 - 31] field number 114 * [34 - 34] whether UTF-8 enforcement should be applied to a string field. 115 * [35 - 35] whether the field is required 116 * [36 - 43] field type / for oneof: field type + {@link #ONEOF_TYPE_OFFSET} 117 * [44 - 63] field offset / oneof value field offse [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1-gc.cpp | 2286 auto fieldVisitor = [this, &visitor](ObjectHeader *object, ObjectHeader *field, uint32_t offset, in UpdateRefsFromRemSets() 2288 if (!InGCSweepRange(field)) { in UpdateRefsFromRemSets()
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | filter-video.mak | 549 FATE_FILTER_PIXFMTS-$(CONFIG_FIELD_FILTER) += fate-filter-pixfmts-field 550 fate-filter-pixfmts-field: CMD = pixfmts "bottom"
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
| H A D | x509.h | 304 /* The field separator information */ 312 # define XN_FLAG_SEP_MULTILINE (4 << 16)/* One line per field */ 316 /* How the field name is shown */ 323 # define XN_FLAG_FN_NONE (3 << 21)/* No field names */ 334 # define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20 1045 const char *field, int type, 1052 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
|
| /third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
| H A D | x509.h | 304 /* The field separator information */ 312 # define XN_FLAG_SEP_MULTILINE (4 << 16)/* One line per field */ 316 /* How the field name is shown */ 323 # define XN_FLAG_FN_NONE (3 << 21)/* No field names */ 334 # define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20 1045 const char *field, int type, 1052 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
|
| /third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
| H A D | x509.h | 304 /* The field separator information */ 312 # define XN_FLAG_SEP_MULTILINE (4 << 16)/* One line per field */ 316 /* How the field name is shown */ 323 # define XN_FLAG_FN_NONE (3 << 21)/* No field names */ 334 # define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20 1045 const char *field, int type, 1052 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
|
| /third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
| H A D | x509.h | 304 /* The field separator information */ 312 # define XN_FLAG_SEP_MULTILINE (4 << 16)/* One line per field */ 316 /* How the field name is shown */ 323 # define XN_FLAG_FN_NONE (3 << 21)/* No field names */ 334 # define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20 1045 const char *field, int type, 1052 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
|