/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 410 start_element(void *data, const char *element_name, const char **atts) in start_element() argument 437 if (strcmp(element_name, "vcxml") == 0) { in start_element() 453 } else if (strcmp(element_name, "packet") == 0 || in start_element() 454 strcmp(element_name, "struct") == 0) { in start_element() 457 if (strcmp(element_name, "packet") == 0) in start_element() 459 } else if (strcmp(element_name, "register") == 0) { in start_element() 462 } else if (strcmp(element_name, "group") == 0) { in start_element() 471 } else if (strcmp(element_name, "field") == 0) { in start_element() 473 } else if (strcmp(element_name, "enum") == 0) { in start_element() 475 } else if (strcmp(element_name, "valu in start_element() [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | importer.h | 130 void AddError(const std::string& filename, const std::string& element_name, 135 const std::string& element_name, const Message* descriptor,
|
H A D | importer.cc | 187 const std::string& filename, const std::string& element_name, in AddError() 194 owner_->source_locations_.FindImport(descriptor, element_name, &line, in AddError() 203 const std::string& filename, const std::string& element_name, in AddWarning() 210 owner_->source_locations_.FindImport(descriptor, element_name, &line, in AddWarning() 186 AddError( const std::string& filename, const std::string& element_name, const Message* descriptor, ErrorLocation location, const std::string& message) AddError() argument 202 AddWarning( const std::string& filename, const std::string& element_name, const Message* descriptor, ErrorLocation location, const std::string& message) AddWarning() argument
|
H A D | parser_unittest.cc | 88 void AddError(const std::string& filename, const std::string& element_name, in AddError() argument 93 source_locations_.FindImport(descriptor, element_name, &line, &column); in AddError()
|
H A D | command_line_interface.cc | 307 void AddError(const std::string& filename, const std::string& element_name, in AddError() argument 313 void AddWarning(const std::string& filename, const std::string& element_name, in AddWarning() argument
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_decoder.c | 398 start_element(void *data, const char *element_name, const char **atts) in start_element() argument 413 if (strcmp(element_name, "genxml") == 0) { in start_element() 427 } else if (strcmp(element_name, "instruction") == 0) { in start_element() 429 } else if (strcmp(element_name, "struct") == 0) { in start_element() 431 } else if (strcmp(element_name, "register") == 0) { in start_element() 434 } else if (strcmp(element_name, "group") == 0) { in start_element() 438 } else if (strcmp(element_name, "field") == 0) { in start_element() 440 } else if (strcmp(element_name, "enum") == 0) { in start_element() 442 } else if (strcmp(element_name, "value") == 0) { in start_element()
|
/third_party/node/src/ |
H A D | memory_tracker-inl.h | 149 const char* element_name, in TrackField() 162 TrackField(nullptr, *it, element_name); in TrackField() 171 const char* element_name) { in TrackField() 180 TrackField(edge_name, container, node_name, element_name); in TrackField() 146 TrackField(const char* edge_name, const T& value, const char* node_name, const char* element_name, bool subtract_from_self) TrackField() argument 168 TrackField(const char* edge_name, const std::queue<T>& value, const char* node_name, const char* element_name) TrackField() argument
|
H A D | memory_tracker.h | 177 const char* element_name = nullptr, 183 const char* element_name = nullptr);
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_mpeg2_syntax_template.c | 178 const char *element_name, const char *marker_name) in extra_information() 201 xuia(8, element_name, in extra_information() 176 extra_information(CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawExtraInformation *current, const char *element_name, const char *marker_name) extra_information() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 3116 // name are resolved relative to name_scope. element_name and orig_opt are 3125 element_name(el), in OptionsToInterpret() 3130 std::string element_name; member 3186 void AddError(const std::string& element_name, const Message& descriptor, 3189 void AddError(const std::string& element_name, const Message& descriptor, 3199 const std::string& element_name, const Message& descriptor, 3203 void AddWarning(const std::string& element_name, const Message& descriptor, 3301 const std::string& name_scope, const std::string& element_name, 3452 builder_->AddError(options_to_interpret_->element_name, in AddOptionError() 3622 const std::string& element_name, cons in AddError() 3621 AddError( const std::string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const std::string& error) AddError() argument 3638 AddError( const std::string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const char* error) AddError() argument 3644 AddNotDefinedError( const std::string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const std::string& undefined_symbol) AddNotDefinedError() argument 3676 AddWarning( const std::string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const std::string& error) AddWarning() argument 4153 AllocateOptionsImpl( const std::string& name_scope, const std::string& element_name, const typename DescriptorT::OptionsType& orig_options, DescriptorT* descriptor, const std::vector<int>& options_path, const std::string& option_name) AllocateOptionsImpl() argument [all...] |
H A D | descriptor_unittest.cc | 205 void AddError(const std::string& filename, const std::string& element_name, in AddError() argument 246 element_name, location_name, message); in AddError() 250 void AddWarning(const std::string& filename, const std::string& element_name, in AddWarning() argument 291 filename, element_name, location_name, in AddWarning() 7127 const std::string& element_name, const Message* message, in AddError() 7131 << element_name << "]: " << error_message; in AddError() 7126 AddError(const std::string& filename, const std::string& element_name, const Message* message, ErrorLocation location, const std::string& error_message) AddError() argument
|
H A D | descriptor.h | 1747 const std::string& element_name, // Full name of the erroneous element. 1758 const std::string& /*element_name*/, // Full name of the erroneous in AddWarning()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 163 /// For these sections the element_name field is mandatory. 166 const char *element_name; ///< name of the contained element, if provided member 227 [SECTION_ID_CHAPTER_TAGS] = { SECTION_ID_CHAPTER_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "chapter_tags" }, 230 [SECTION_ID_FORMAT_TAGS] = { SECTION_ID_FORMAT_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "format_tags" }, 233 [SECTION_ID_FRAME_TAGS] = { SECTION_ID_FRAME_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "frame_tags" }, 234 [SECTION_ID_FRAME_SIDE_DATA_LIST] ={ SECTION_ID_FRAME_SIDE_DATA_LIST, "side_data_list", SECTION_FLAG_IS_ARRAY, { SECTION_ID_FRAME_SIDE_DATA, -1 }, .element_name = "side_data", .unique_name = "frame_side_data_list" }, 249 [SECTION_ID_PACKET_TAGS] = { SECTION_ID_PACKET_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "packet_tags" }, 250 [SECTION_ID_PACKET_SIDE_DATA_LIST] ={ SECTION_ID_PACKET_SIDE_DATA_LIST, "side_data_list", SECTION_FLAG_IS_ARRAY, { SECTION_ID_PACKET_SIDE_DATA, -1 }, .element_name = "side_data", .unique_name = "packet_side_data_list" }, 258 [SECTION_ID_PROGRAM_STREAM_TAGS] = { SECTION_ID_PROGRAM_STREAM_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "program_stream_tags" }, 262 [SECTION_ID_PROGRAM_TAGS] = { SECTION_ID_PROGRAM_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.cc | 76 void AddError(const std::string& filename, const std::string& element_name, 88 error_message += (" " + element_name + ": " + message + "\n");
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 3931 const std::string& element_name, 4153 std::ostream* stream, const std::string& element_name, 4156 GetReservedOutputAttributesForElement(element_name); 4160 << "Attribute " << name << " is not allowed for element <" << element_name 4455 const std::string& element_name, 4459 const std::string& element_name, 4586 const std::string& element_name, 4592 GetReservedOutputAttributesForElement(element_name); 4596 << "Key \"" << name << "\" is not allowed for value \"" << element_name 4604 std::ostream* stream, const std::string& element_name, [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 3560 const std::string& element_name, 3767 const std::string& element_name, in OutputXmlAttribute() 3771 GetReservedOutputAttributesForElement(element_name); in OutputXmlAttribute() 3775 << "Attribute " << name << " is not allowed for element <" << element_name in OutputXmlAttribute() 3998 const std::string& element_name, 4004 const std::string& element_name, 4122 const std::string& element_name, in OutputJsonKey() 4128 GetReservedOutputAttributesForElement(element_name); in OutputJsonKey() 4132 << "Key \"" << name << "\" is not allowed for value \"" << element_name in OutputJsonKey() 4142 const std::string& element_name, in OutputJsonKey() 3765 OutputXmlAttribute( std::ostream* stream, const std::string& element_name, const std::string& name, const std::string& value) OutputXmlAttribute() argument 4120 OutputJsonKey( std::ostream* stream, const std::string& element_name, const std::string& name, const std::string& value, const std::string& indent, bool comma) OutputJsonKey() argument 4140 OutputJsonKey( std::ostream* stream, const std::string& element_name, const std::string& name, int value, const std::string& indent, bool comma) OutputJsonKey() argument [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 3944 const std::string& element_name, 4173 std::ostream* stream, const std::string& element_name, 4176 GetReservedOutputAttributesForElement(element_name); 4180 << "Attribute " << name << " is not allowed for element <" << element_name 4472 const std::string& element_name, 4476 const std::string& element_name, 4603 const std::string& element_name, 4609 GetReservedOutputAttributesForElement(element_name); 4613 << "Key \"" << name << "\" is not allowed for value \"" << element_name 4621 std::ostream* stream, const std::string& element_name, [all...] |
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | runtests.c | 1846 const XML_Char *element_name; member 1854 verify_attlist_decl_handler(void *userData, const XML_Char *element_name, in verify_attlist_decl_handler() argument 1860 if (xcstrcmp(element_name, at->element_name)) in verify_attlist_decl_handler()
|