Home
last modified time | relevance | path

Searched defs:getAttribute (Results 1 – 25 of 1268) sorted by relevance

12345678910>>...51

/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DUtilitiesKt.kt58 abstract fun getAttribute(viewGroup: ViewGroup): T in getAttribute() method
68 override fun getAttribute(viewGroup: ViewGroup): Boolean { in getAttribute() method
81 override fun getAttribute(viewGroup: ViewGroup): Boolean { in getAttribute() method
/aosp_15_r20/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DAttributeContainer.java28 public Object getAttribute(int index) { in getAttribute() method in AttributeContainer
45 public Object getAttribute(String name) { in getAttribute() method in AttributeContainer
59 public Object getAttribute(String namespace,String name) { in getAttribute() method in AttributeContainer
312 public void getAttribute(int index, AttributeInfo info) { in getAttribute() method in AttributeContainer
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java83 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute() method in EapSimAkaAttributeFactory
135 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute() method in EapSimAkaAttributeFactory
DEapAkaAttributeFactory.java66 public EapSimAkaAttribute getAttribute(ByteBuffer byteBuffer) in getAttribute() method in EapAkaAttributeFactory
77 protected EapSimAkaAttribute getAttribute( in getAttribute() method in EapAkaAttributeFactory
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
H A DPKCS9Attributes.java74 public sun.security.pkcs.PKCS9Attribute getAttribute(sun.security.util.ObjectIdentifier oid) { in getAttribute() method in PKCS9Attributes
79 public sun.security.pkcs.PKCS9Attribute getAttribute(java.lang.String name) { in getAttribute() method in PKCS9Attributes
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DGlobalVariable.h212 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
217 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalVariable.h213 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
218 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/
H A DAsyncBatchWriteItemTest.java56 private String getAttribute() { in getAttribute() method in AsyncBatchWriteItemTest.Record1
93 private String getAttribute() { in getAttribute() method in AsyncBatchWriteItemTest.Record2
H A DBatchWriteItemTest.java52 private String getAttribute() { in getAttribute() method in BatchWriteItemTest.Record1
89 private String getAttribute() { in getAttribute() method in BatchWriteItemTest.Record2
H A DAsyncTransactWriteItemsTest.java61 private String getAttribute() { in getAttribute() method in AsyncTransactWriteItemsTest.Record1
98 private String getAttribute() { in getAttribute() method in AsyncTransactWriteItemsTest.Record2
H A DTransactWriteItemsTest.java63 private String getAttribute() { in getAttribute() method in TransactWriteItemsTest.Record1
100 private String getAttribute() { in getAttribute() method in TransactWriteItemsTest.Record2
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DPKCS9Attributes.java263 public PKCS9Attribute getAttribute(ObjectIdentifier oid) { in getAttribute() method in PKCS9Attributes
270 public PKCS9Attribute getAttribute(String name) { in getAttribute() method in PKCS9Attributes
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DGlobalVariable.h218 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
223 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DGlobalVariable.h218 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
223 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DGlobalVariable.h218 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
223 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DGlobalVariable.h218 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
223 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp662 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet
666 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet
822 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode
831 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode
1342 Attribute AttributeList::getAttribute(unsigned Index, in getAttribute() function in AttributeList
1347 Attribute AttributeList::getAttribute(unsigned Index, StringRef Kind) const { in getAttribute() function in AttributeList
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
H A DContextAttributes.java48 public abstract Object getAttribute(Object key); in getAttribute() method in ContextAttributes
158 public Object getAttribute(Object key) in getAttribute() method in ContextAttributes.Impl
/aosp_15_r20/external/parameter-framework/upstream/xmlserializer/
H A DXmlElement.cpp82 bool CXmlElement::getAttribute<std::string>(const string &name, string &value) const in getAttribute() function in CXmlElement
99 bool CXmlElement::getAttribute(const std::string &name, T &value) const in getAttribute() function in CXmlElement
/aosp_15_r20/frameworks/base/tools/aapt/
H A DAaptXml.cpp79 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute() function
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { in getAttribute() function
/aosp_15_r20/external/jazzer-api/sanitizers/src/test/java/com/example/
H A DScriptEngineInjection.java123 public Object getAttribute(String name, int scope) { in getAttribute() method in ScriptEngineInjection.DummyScriptContext
133 public Object getAttribute(String name) { in getAttribute() method in ScriptEngineInjection.DummyScriptContext
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtMember.java43 public byte[] getAttribute(String name) { return null; } in getAttribute() method in CtMember.Cache
330 public abstract byte[] getAttribute(String name); in getAttribute() method in CtMember
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.h125 const TypePtr& getAttribute(const std::string& name) const { in getAttribute() function
140 const TypePtr& getAttribute(size_t slot) const { in getAttribute() function
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp735 UXMLElement::getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const { in getAttribute() function in UXMLElement
746 UXMLElement::getAttribute(const UnicodeString &name) const { in getAttribute() function in UXMLElement
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dxmlparser.cpp735 UXMLElement::getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const { in getAttribute() function in UXMLElement
746 UXMLElement::getAttribute(const UnicodeString &name) const { in getAttribute() function in UXMLElement

12345678910>>...51