/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/ |
D | cmap_basic_test.cc | 86 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/ |
D | cmap_basic_test.cc | 86 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/ |
D | xml_reader_ctocpp.h | 54 CefString GetAttribute(int index) override; 55 CefString GetAttribute(const CefString& qualifiedName) override; 56 CefString GetAttribute(const CefString& localName,
|
D | xml_reader_ctocpp.cc | 336 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/ |
D | cef_xml_reader.h | 183 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/ |
D | xml_reader_impl.h | 43 CefString GetAttribute(int index) override; 44 CefString GetAttribute(const CefString& qualifiedName) override; 45 CefString GetAttribute(const CefString& localName,
|
D | xml_reader_impl.cc | 338 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/ |
D | xml_reader_unittest.cc | 73 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/ |
D | test_xml_utils.h | 29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
|
D | test_xml_utils.cc | 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() function
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_xml_utils.h | 29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
|
D | test_xml_utils.cc | 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() function
|
/third_party/cef/libcef_dll/cpptoc/ |
D | xml_reader_cpptoc.cc | 347 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/ |
D | address_filtering.cc | 78 address.GetAttribute(kHierarchicalPathAttributeKey)); in MakeHierarchicalAddressMap()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | server_address.h | 92 const AttributeInterface* GetAttribute(const char* key) const;
|
D | server_address.cc | 128 const ServerAddress::AttributeInterface* ServerAddress::GetAttribute( in GetAttribute() function in grpc_core::ServerAddress
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPipeline.h | 64 const VertexAttributeInfo& GetAttribute(uint32_t location) const;
|
D | RenderPipeline.cpp | 444 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/ |
D | RenderPipeline.h | 70 const VertexAttributeInfo& GetAttribute(VertexAttributeLocation location) const;
|
D | RenderPipeline.cpp | 732 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/ |
D | gpt.h | 207 void GetAttribute(const uint32_t partNum, const std::string& attributeBits);
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | RenderPipelineMTL.mm | 407 const VertexAttributeInfo& info = GetAttribute(i); 427 const VertexAttributeInfo& attrib = GetAttribute(attribIndex);
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 225 const auto& attribute = GetAttribute(location); in CreateVAOForVertexInput()
|
/third_party/cef/libcef/renderer/ |
D | dom_node_impl.cc | 320 element.GetAttribute(WebString::FromUTF16(attrName.ToString16())); in GetElementAttribute()
|
/third_party/libxml2/python/tests/ |
D | reader.py | 89 reader.GetAttribute("dt:type") != "int":
|