Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
Dcmap_basic_test.cc86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0), in TEST_P()
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue(); in TEST_P()
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue(); in TEST_P()
99 GetAttribute(*it, "format")->IntValue()); in TEST_P()
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue(); in TEST_P()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
Dcmap_basic_test.cc86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0), in TEST_P()
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue(); in TEST_P()
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue(); in TEST_P()
99 GetAttribute(*it, "format")->IntValue()); in TEST_P()
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue(); in TEST_P()
/third_party/cef/libcef_dll/ctocpp/
Dxml_reader_ctocpp.h54 CefString GetAttribute(int index) override;
55 CefString GetAttribute(const CefString& qualifiedName) override;
56 CefString GetAttribute(const CefString& localName,
Dxml_reader_ctocpp.cc336 NO_SANITIZE("cfi-icall") CefString CefXmlReaderCToCpp::GetAttribute(int index) { in GetAttribute() function in CefXmlReaderCToCpp
361 CefString CefXmlReaderCToCpp::GetAttribute(const CefString& qualifiedName) { in GetAttribute() function in CefXmlReaderCToCpp
386 CefString CefXmlReaderCToCpp::GetAttribute(const CefString& localName, in GetAttribute() function in CefXmlReaderCToCpp
/third_party/cef/include/
Dcef_xml_reader.h183 virtual CefString GetAttribute(int index) = 0;
189 virtual CefString GetAttribute(const CefString& qualifiedName) = 0;
196 virtual CefString GetAttribute(const CefString& localName,
/third_party/cef/libcef/browser/
Dxml_reader_impl.h43 CefString GetAttribute(int index) override;
44 CefString GetAttribute(const CefString& qualifiedName) override;
45 CefString GetAttribute(const CefString& localName,
Dxml_reader_impl.cc338 CefString CefXmlReaderImpl::GetAttribute(int index) { in GetAttribute() function in CefXmlReaderImpl
345 CefString CefXmlReaderImpl::GetAttribute(const CefString& qualifiedName) { in GetAttribute() function in CefXmlReaderImpl
355 CefString CefXmlReaderImpl::GetAttribute(const CefString& localName, in GetAttribute() function in CefXmlReaderImpl
/third_party/cef/tests/ceftests/
Dxml_reader_unittest.cc73 ASSERT_EQ(reader->GetAttribute(0), "http://www.example.org/ns"); in TEST()
74 ASSERT_EQ(reader->GetAttribute("xmlns:ns"), "http://www.example.org/ns"); in TEST()
75 ASSERT_EQ(reader->GetAttribute("ns", "http://www.w3.org/2000/xmlns/"), in TEST()
360 ASSERT_EQ(reader->GetAttribute(0), "value C1"); in TEST()
361 ASSERT_EQ(reader->GetAttribute("ns:attr1"), "value C1"); in TEST()
362 ASSERT_EQ(reader->GetAttribute("attr1", "http://www.example.org/ns"), in TEST()
364 ASSERT_EQ(reader->GetAttribute(1), "value C2"); in TEST()
365 ASSERT_EQ(reader->GetAttribute("ns:attr2"), "value C2"); in TEST()
366 ASSERT_EQ(reader->GetAttribute("attr2", "http://www.example.org/ns"), in TEST()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_xml_utils.h29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
Dtest_xml_utils.cc40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() function
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_xml_utils.h29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
Dtest_xml_utils.cc40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() function
/third_party/cef/libcef_dll/cpptoc/
Dxml_reader_cpptoc.cc347 CefString _retval = CefXmlReaderCppToC::Get(self)->GetAttribute(index); in xml_reader_get_attribute_byindex()
370 CefXmlReaderCppToC::Get(self)->GetAttribute(CefString(qualifiedName)); in xml_reader_get_attribute_byqname()
397 CefString _retval = CefXmlReaderCppToC::Get(self)->GetAttribute( in xml_reader_get_attribute_bylname()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Daddress_filtering.cc78 address.GetAttribute(kHierarchicalPathAttributeKey)); in MakeHierarchicalAddressMap()
/third_party/grpc/src/core/ext/filters/client_channel/
Dserver_address.h92 const AttributeInterface* GetAttribute(const char* key) const;
Dserver_address.cc128 const ServerAddress::AttributeInterface* ServerAddress::GetAttribute( in GetAttribute() function in grpc_core::ServerAddress
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.h64 const VertexAttributeInfo& GetAttribute(uint32_t location) const;
DRenderPipeline.cpp444 const VertexAttributeInfo& RenderPipelineBase::GetAttribute(uint32_t location) const { in GetAttribute() function in dawn_native::RenderPipelineBase
591 const VertexAttributeInfo& desc = pipeline->GetAttribute(i); in operator ()()
683 const VertexAttributeInfo& descA = a->GetAttribute(i); in operator ()()
684 const VertexAttributeInfo& descB = b->GetAttribute(i); in operator ()()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.h70 const VertexAttributeInfo& GetAttribute(VertexAttributeLocation location) const;
DRenderPipeline.cpp732 const VertexAttributeInfo& RenderPipelineBase::GetAttribute( in GetAttribute() function in dawn_native::RenderPipelineBase
917 const VertexAttributeInfo& desc = GetAttribute(location); in ComputeContentHash()
1018 const VertexAttributeInfo& descA = a->GetAttribute(loc); in operator ()()
1019 const VertexAttributeInfo& descB = b->GetAttribute(loc); in operator ()()
/third_party/gptfdisk/
Dgpt.h207 void GetAttribute(const uint32_t partNum, const std::string& attributeBits);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm407 const VertexAttributeInfo& info = GetAttribute(i);
427 const VertexAttributeInfo& attrib = GetAttribute(attribIndex);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp225 const auto& attribute = GetAttribute(location); in CreateVAOForVertexInput()
/third_party/cef/libcef/renderer/
Ddom_node_impl.cc320 element.GetAttribute(WebString::FromUTF16(attrName.ToString16())); in GetElementAttribute()
/third_party/libxml2/python/tests/
Dreader.py89 reader.GetAttribute("dt:type") != "int":

12