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

1 2

  /external/sfntly/cpp/src/test/
test_xml_utils.cc 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
  /external/pdfium/xfa/fxfa/
cxfa_textparser.h 103 WideString GetAttribute(const WideString& wsAttr) {
  /frameworks/base/libs/androidfw/tests/
AttributeFinder_test.cpp 35 inline uint32_t GetAttribute(const int index) const { return attrs_[index]; }
  /system/connectivity/wificond/net/
nl80211_packet.h 117 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
128 // GetAttribute(). So we use an empty vector to initialize it,
132 if (!GetAttribute(id, &attribute)) {
140 bool GetAttribute(int id, NL80211Attr<T>* attribute) const {
nl80211_attribute.h 155 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
161 // GetAttribute(). So we use an empty vector to initialize it,
165 if (!GetAttribute(id, &attribute)) {
214 // Calling GetAttribute() from '0 to n' results a n^2 time complexity.
247 bool GetAttribute(int id, NL80211Attr<T>* attribute) const {
nl80211_attribute.cpp 208 bool NL80211NestedAttr::GetAttribute(int id,
nl80211_packet.cpp 201 bool NL80211Packet::GetAttribute(int id,
  /test/vts/agents/hal/
SocketClientToDriver.cpp 128 string VtsDriverSocketClient::GetAttribute(const string& arg) {
AgentRequestHandler.cpp 317 return SendApiResult("GetAttribute", "", client->GetFunctions());
337 bool AgentRequestHandler::GetAttribute(const string& payload) {
350 return SendApiResult("GetAttribute", client->GetAttribute(payload));
462 return GetAttribute(command_msg.arg());
  /test/vts/drivers/hal/common/include/driver_base/
DriverBase.h 68 virtual bool GetAttribute(vts::FunctionSpecificationMessage* /*func_msg*/,
  /test/vts/utils/python/mirror/
native_entity_mirror.py 104 def GetAttribute(self, attribute_name):
169 attribute_spec = self.GetAttribute(attribute_name)
247 if not self.GetAttribute(api_name):
311 arg_msg = self.GetAttribute(api_name)
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
MemoryTest.driver.cpp 112 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::GetAttribute(
Nfc.driver.cpp 134 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::GetAttribute(
NfcClientCallback.driver.cpp 79 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::GetAttribute(
libcV1.driver.cpp 194 bool FuzzerExtended_libc::GetAttribute(
TestMsgQ.driver.cpp 192 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::GetAttribute(
  /test/vts/drivers/hal/server/
SocketServer.cpp 79 string VtsDriverHalSocketServer::GetAttribute(const string& arg) {
82 const string& result = driver_manager_->GetAttribute(call_msg);
172 const string& result = GetAttribute(command_message.arg());
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 332 def GetAttribute(self, arg):
  /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 43 static bool GetAttribute(const char *s, const char *key, AString *value) {
113 if (GetAttribute(params, "profile-level-id", &val)) {
125 if (!GetAttribute(params, "sprop-parameter-sets", &val)) {
224 CHECK(GetAttribute(params, "config", &val));
263 if (GetAttribute(params, "objectType", &val)) {
272 CHECK(GetAttribute(params, "config", &val));
367 CHECK(GetAttribute(params, "config", &val));
541 if (!GetAttribute(params.c_str(), "mode", &val)
  /frameworks/base/libs/androidfw/
AttributeResolution.cpp 43 inline uint32_t GetAttribute(size_t index) const {
59 inline uint32_t GetAttribute(const ResolvedBag::Entry* entry) const {
82 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) {
152 ApkAssetsCookie new_cookie = theme->GetAttribute(cur_ident, &value, &type_set_flags);
223 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) {
238 if (theme->GetAttribute(value.data, &value, &style_flags) == kInvalidCookie) {
346 ApkAssetsCookie new_cookie = theme->GetAttribute(cur_ident, &value, &type_set_flags);
  /external/boringssl/src/crypto/test/
file_test.cc 255 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) {
311 if (!GetAttribute(&value, key)) {
  /test/vts/drivers/hal/common/driver_manager/
VtsHalDriverManager.cpp 201 string VtsHalDriverManager::GetAttribute(FunctionCallMessage* call_msg) {
217 if (!driver->GetAttribute(api, &result)) {

Completed in 525 milliseconds

1 2