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

1 2 3 4

  /external/sfntly/cpp/src/test/
test_xml_utils.h 29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
test_xml_utils.cc 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0),
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue();
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue();
99 GetAttribute(*it, "format")->IntValue());
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character);
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character);
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue();
  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 71 EXPECT_EQ(kInvalidCookie, theme->GetAttribute(app::R::attr::attr_one, &value, &flags));
85 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
91 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
109 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
115 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
124 cookie = theme->GetAttribute(app::R::attr::attr_three, &value, &flags);
140 ASSERT_EQ(kInvalidCookie, theme->GetAttribute(0x7f000001, &value, &flags));
156 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
163 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags);
170 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags)
    [all...]
Theme_bench.cpp 77 theme->GetAttribute(kAttrId, &value, &flags);
94 theme->getAttribute(kAttrId, &value, &flags);
  /external/boringssl/src/fipstools/
cavp_hmac_test.cc 57 if (!t->GetAttribute(&count_str, "Count") ||
58 !t->GetAttribute(&k_len_str, "Klen") ||
59 !t->GetAttribute(&t_len_str, "Tlen") ||
cavp_ecdsa2_keypair_test.cc 37 !t->GetAttribute(&n_str, "N")) {
cavp_sha_test.cc 51 if (!t->GetAttribute(&msg_len_str, "Len") ||
  /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 {
  /frameworks/base/libs/androidfw/include/androidfw/
AttributeFinder.h 126 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(current_);
154 // because the derived class we access in getAttribute() may not be
157 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(begin_);
182 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(current_);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ParsedMessage.h 40 static bool GetAttribute(const char *s, const char *key, AString *value);
  /test/vts/agents/hal/
SocketClientToDriver.h 61 string GetAttribute(const string& arg);
AgentRequestHandler.h 73 bool GetAttribute(const string& payload);
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/
libcV1.vts.h 29 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
  /test/vts/drivers/hal/common/include/driver_base/
DriverBase.h 68 virtual bool GetAttribute(vts::FunctionSpecificationMessage* /*func_msg*/,
  /test/vts/drivers/hal/server/
SocketServer.h 54 string GetAttribute(const string& arg);
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());
  /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));
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);
  /test/vts/drivers/hal/common/include/driver_manager/
VtsHalDriverManager.h 95 // Used to serve the GetAttribute request from host. Only supported by
98 string GetAttribute(FunctionCallMessage* 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)
  /external/ImageMagick/PerlMagick/t/
subroutines.pl 123 $normalized_mean_error=$background->GetAttribute('mean-error');
126 $errorinfo = "GetAttribute('mean-error') returned undefined value!";
130 $normalized_maximum_error=$background->GetAttribute('maximum-error');
133 $errorinfo = "GetAttribute('maximum-error') returned undefined value!";
367 $normalized_mean_error=$srcimage->GetAttribute('mean-error');
370 $errorinfo = "GetAttribute('mean-error') returned undefined value!";
375 $normalized_maximum_error=$srcimage->GetAttribute('maximum-error');
378 $errorinfo = "GetAttribute('maximum-error') returned undefined value!";
663 $normalized_mean_error=$image->GetAttribute('mean-error');
666 $errorinfo = "GetAttribute('mean-error') returned undefined value!"
    [all...]
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_protocol.h 150 GetAttribute(SurfaceAttribute::Visible, &bool_value,
157 GetAttribute(SurfaceAttribute::ZOrder, &int_value,
167 bool GetAttribute(SurfaceAttributeKey key, ReturnType* out_value,

Completed in 210 milliseconds

1 2 3 4