Home
last modified time | relevance | path

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

123

/external/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()
/external/libbrillo/install_attributes/tests/
Dlibinstallattributes_unittest.cc50 ASSERT_EQ(std::string(), reader.GetAttribute("non-existing")); in TEST()
51 ASSERT_EQ("enterprise", reader.GetAttribute("enterprise.mode")); in TEST()
64 ASSERT_EQ("enterprise", reader.GetAttribute("enterprise.mode")); in TEST()
77 ASSERT_EQ(std::string(), reader.GetAttribute("enterprise.mode")); in TEST()
/external/ImageMagick/PerlMagick/t/
Dsubroutines.pl123 $normalized_mean_error=$background->GetAttribute('mean-error');
130 $normalized_maximum_error=$background->GetAttribute('maximum-error');
367 $normalized_mean_error=$srcimage->GetAttribute('mean-error');
375 $normalized_maximum_error=$srcimage->GetAttribute('maximum-error');
663 $normalized_mean_error=$image->GetAttribute('mean-error');
670 $normalized_maximum_error=$image->GetAttribute('maximum-error');
903 $value=$image->GetAttribute($name);
934 $value=$image->GetAttribute($name);
1038 $signature=$montage->GetAttribute('signature');
1126 $signature=$image->GetAttribute('signature');
[all …]
/external/boringssl/src/crypto/test/
Dwycheproof_util.cc27 if (!t->GetAttribute(&result, "result")) { in GetWycheproofResult()
47 instruction ? t->GetInstruction(&name, key) : t->GetAttribute(&name, key); in GetWycheproofDigest()
74 instruction ? t->GetInstruction(&name, key) : t->GetAttribute(&name, key); in GetWycheproofCurve()
98 : t->GetAttribute(&value, key); in GetWycheproofBIGNUM()
/external/boringssl/src/fipstools/
Dcavp_hmac_test.cc57 if (!t->GetAttribute(&count_str, "Count") || in TestHMAC()
58 !t->GetAttribute(&k_len_str, "Klen") || in TestHMAC()
59 !t->GetAttribute(&t_len_str, "Tlen") || in TestHMAC()
Dcavp_tdes_test.cc60 t->GetAttribute(&num_keys, "NumKeys"); in TestKAT()
93 if (!t->GetAttribute(&count, "COUNT") || in TestKAT()
187 t->GetAttribute(&num_keys, "NumKeys"); in TestMCT()
Dcavp_aes_gcm_test.cc60 if (!t->GetAttribute(&count, "Count") || in TestAEADEncrypt()
101 if (!t->GetAttribute(&count, "Count") || in TestAEADDecrypt()
Dcavp_sha_test.cc51 if (!t->GetAttribute(&msg_len_str, "Len") || in TestSHA()
Dcavp_ecdsa2_keypair_test.cc37 !t->GetAttribute(&n_str, "N")) { in TestECDSA2KeyPair()
/external/webrtc/webrtc/p2p/base/
Dstun.cc95 GetAttribute(STUN_ATTR_MAPPED_ADDRESS); in GetAddress()
97 mapped_address = GetAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS); in GetAddress()
102 return static_cast<const StunAddressAttribute*>(GetAttribute(type)); in GetAddress()
107 return static_cast<const StunUInt32Attribute*>(GetAttribute(type)); in GetUInt32()
111 return static_cast<const StunUInt64Attribute*>(GetAttribute(type)); in GetUInt64()
115 return static_cast<const StunByteStringAttribute*>(GetAttribute(type)); in GetByteString()
120 GetAttribute(STUN_ATTR_ERROR_CODE)); in GetErrorCode()
125 GetAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES)); in GetUnknownAttributes()
401 const StunAttribute* StunMessage::GetAttribute(int type) const { in GetAttribute() function in cricket::StunMessage
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java108 … if (theme.GetAttribute(def_style_attr, valueRef, def_style_flags).intValue() != kInvalidCookie) { in ResolveAttrs()
181 ApkAssetsCookie new_cookie = theme.GetAttribute(cur_ident, valueRef, type_set_flagsRef); in ResolveAttrs()
254 if (theme.GetAttribute(def_style_attr, value, def_style_flags).intValue() != kInvalidCookie) { in ApplyStyle()
269 … if (theme.GetAttribute(value.get().data, value, style_flags).intValue() == kInvalidCookie) { in ApplyStyle()
378 ApkAssetsCookie new_cookie = theme.GetAttribute(cur_ident, value, type_set_flags); in ApplyStyle()
DAttributeResolution10.java112 … if (theme.GetAttribute(def_style_attr, valueRef, def_style_flags).intValue() != kInvalidCookie) { in ResolveAttrs()
185 … ApkAssetsCookie new_cookie = theme.GetAttribute(cur_ident, valueRef, type_set_flagsRef); in ResolveAttrs()
258 … if (theme.GetAttribute(def_style_attr, value, def_style_flags).intValue() != kInvalidCookie) { in ApplyStyle()
273 … if (theme.GetAttribute(value.get().data, value, style_flags).intValue() == kInvalidCookie) { in ApplyStyle()
387 ApkAssetsCookie new_cookie = theme.GetAttribute(cur_ident, value, type_set_flags); in ApplyStyle()
DAttributeResolution.java83 if (theme.GetAttribute(defStyleAttr, valueRef, defStyleBagTypeSetFlags) >= 0) { in ResolveAttrs()
162 int newBlock = theme.GetAttribute(curIdent, valueRef, typeSetFlagsRef); in ResolveAttrs()
242 if (theme.GetAttribute(defStyleAttr, value, defStyleBagTypeSetFlags) >= 0) { in ApplyStyle()
256 if (theme.GetAttribute(value.get().data, value, styleBagTypeSetFlags) < 0) { in ApplyStyle()
369 int newBlock = theme.GetAttribute(curIdent, value, typeSetFlags); in ApplyStyle()
/external/boringssl/src/crypto/cmac/
Dcmac_test.cc193 ASSERT_TRUE(t->GetAttribute(&t_len, "Tlen")); in RunCAVPTest()
194 ASSERT_TRUE(t->GetAttribute(&m_len, "Mlen")); in RunCAVPTest()
195 ASSERT_TRUE(t->GetAttribute(&result, "Result")); in RunCAVPTest()
/external/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
/external/libbrillo/install_attributes/
Dlibinstallattributes.h38 const std::string& GetAttribute(const std::string& key);
Dlibinstallattributes.cc37 const std::string& InstallAttributesReader::GetAttribute( in GetAttribute() function in InstallAttributesReader
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp201 tagProvider->GetAttribute(L"style"), in ComputeStyle()
202 tagProvider->GetAttribute(L"align"), pStyle.Get()); in ComputeStyle()
235 m_pSelector->ComputeStyle(declArray, tagProvider->GetAttribute(L"style"), in ParseRichText()
236 tagProvider->GetAttribute(L"align"), in ParseRichText()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
Dtrt_plugin.h48 virtual bool GetAttribute(const string& key, const void** ptr,
/external/libbrillo/policy/
Dlibpolicy.cc65 const std::string& device_mode = install_attributes_reader_->GetAttribute( in IsConsumerDevice()
Ddevice_policy_impl.cc379 if (install_attributes_reader_->GetAttribute( in GetRollbackAllowedMilestones()
382 install_attributes_reader_->GetAttribute( in GetRollbackAllowedMilestones()
726 const std::string& mode = install_attributes_reader_->GetAttribute( in LoadPolicyFromFile()
/external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
Dinc_op_plugin.cc58 bool IncOpPlugin::GetAttribute(const string& key, const void** ptr, in GetAttribute() function in tensorflow::tensorrt::IncOpPlugin
Dinc_op_plugin.h44 bool GetAttribute(const string& key, const void** ptr,
/external/pdfium/fxjs/xfa/
Dcjx_object.h84 WideString GetAttribute(const WideStringView& attr);
85 WideString GetAttribute(XFA_Attribute attr);

123