HomeSort by relevance Sort by last modified time
    Searched defs:GetAttribute (Results 1 - 17 of 17) sorted by null

  /external/sfntly/cpp/src/test/
test_xml_utils.cc 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
  /external/libweave/src/notification/
xml_node.cc 33 bool XmlNode::GetAttribute(const std::string& name, std::string* value) const {
44 GetAttribute(name, &value);
  /external/boringssl/src/crypto/test/
file_test.cc 178 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) {
214 if (!GetAttribute(&value, key)) {
  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 252 bool ParsedMessage::GetAttribute(
285 if (!GetAttribute(s, key, &stringValue)) {
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 33 static bool GetAttribute(const char *s, const char *key, AString *value) {
68 CHECK(GetAttribute(params.c_str(), "octet-align", &value) && value == "1");
69 CHECK(!GetAttribute(params.c_str(), "crc", &value) || value == "0");
70 CHECK(!GetAttribute(params.c_str(), "interleaving", &value));
AMPEG4ElementaryAssembler.cpp 38 static bool GetAttribute(const char *s, const char *key, AString *value) {
72 if (!GetAttribute(s, key, &val)) {
133 CHECK(GetAttribute(params.c_str(), "mode", &value));
APacketSource.cpp 44 static bool GetAttribute(const char *s, const char *key, AString *value) {
114 if (GetAttribute(params, "profile-level-id", &val)) {
126 if (!GetAttribute(params, "sprop-parameter-sets", &val)) {
225 CHECK(GetAttribute(params, "config", &val));
264 if (GetAttribute(params, "objectType", &val)) {
273 CHECK(GetAttribute(params, "config", &val));
368 CHECK(GetAttribute(params, "config", &val));
542 if (!GetAttribute(params.c_str(), "mode", &val)
AMPEG4AudioAssembler.cpp 35 static bool GetAttribute(const char *s, const char *key, AString *value) {
445 if (!GetAttribute(params.c_str(), "cpresent", &val)) {
454 CHECK(GetAttribute(params.c_str(), "config", &val));
MyTransmitter.h 53 static bool GetAttribute(const char *s, const char *key, AString *value) {
494 CHECK(GetAttribute(transport.c_str(), "server_port", &value));
499 CHECK(GetAttribute(transport.c_str(), "source", &value));
MyHandler.h 73 static bool GetAttribute(const char *s, const char *key, AString *value) {
331 if (!GetAttribute(transport.c_str(),
350 if (!GetAttribute(transport.c_str(),
686 if (GetAttribute(
    [all...]
  /system/connectivity/shill/net/
attribute_list.cc 71 NetlinkAttribute* attribute = GetAttribute(id);
138 NetlinkAttribute* attribute = GetAttribute(id);
155 NetlinkAttribute* attribute = GetAttribute(id);
165 NetlinkAttribute* attribute = GetAttribute(id);
182 NetlinkAttribute* attribute = GetAttribute(id);
191 NetlinkAttribute* attribute = GetAttribute(id);
208 NetlinkAttribute* attribute = GetAttribute(id);
217 NetlinkAttribute* attribute = GetAttribute(id);
234 NetlinkAttribute* attribute = GetAttribute(id);
243 NetlinkAttribute* attribute = GetAttribute(id)
    [all...]
rtnl_message.h 201 const ByteString GetAttribute(uint16_t attr) const {
  /external/webrtc/webrtc/p2p/base/
stun.cc 95 GetAttribute(STUN_ATTR_MAPPED_ADDRESS);
97 mapped_address = GetAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS);
102 return static_cast<const StunAddressAttribute*>(GetAttribute(type));
107 return static_cast<const StunUInt32Attribute*>(GetAttribute(type));
111 return static_cast<const StunUInt64Attribute*>(GetAttribute(type));
115 return static_cast<const StunByteStringAttribute*>(GetAttribute(type));
120 GetAttribute(STUN_ATTR_ERROR_CODE));
125 GetAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES));
401 const StunAttribute* StunMessage::GetAttribute(int type) const {
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 934 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const {
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 529 FX_BOOL CFDE_XMLInstruction::GetAttribute(int32_t index,
717 FX_BOOL CFDE_XMLElement::GetAttribute(int32_t index,
    [all...]
  /external/gptfdisk/
gpt.cc     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp 126 this->GetAttribute(XFA_ATTRIBUTE_Name, wsName, FALSE);
725 GetAttribute(XFA_ATTRIBUTE_Name, wsName);
856 L"getAttribute");
864 this->GetAttribute(wsExpression, wsValue);
    [all...]

Completed in 1553 milliseconds