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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/egl/
egluConfigInfo.cpp 36 deInt32 ConfigInfo::getAttribute (deUint32 attribute) const
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAttribute.h 24 uint16_t getAttribute() const { return Attribute; }
  /external/testng/src/main/java/org/testng/
IAttributes.java 14 public Object getAttribute(String name);
  /external/apache-http/src/org/apache/http/protocol/
HttpContext.java 57 Object getAttribute(String id);
SyncBasicHttpContext.java 54 public synchronized Object getAttribute(final String id) {
55 return super.getAttribute(id);
BasicHttpContext.java 65 public Object getAttribute(final String id) {
74 obj = this.parentContext.getAttribute(id);
DefaultedHttpContext.java 63 public Object getAttribute(final String id) {
64 Object obj = this.local.getAttribute(id);
66 return this.defaults.getAttribute(id);
  /external/testng/src/main/java/org/testng/xml/dom/
Wrapper.java 38 result.add(element.getAttribute(attributeName));
52 result.add(item.getAttribute(attributeName));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RuleLabelScope.java 88 public Attribute getAttribute(String name) {
91 if ( rulePropertiesScope.getAttribute(name)!=null ) {
92 return rulePropertiesScope.getAttribute(name);
96 return referencedRule.returnScope.getAttribute(name);
  /external/testng/src/main/java/org/testng/internal/
Attributes.java 22 public Object getAttribute(String name) {
  /frameworks/base/drm/java/android/drm/
DrmEvent.java 125 public Object getAttribute(String key) {
  /frameworks/base/tools/aapt/
AaptXml.cpp 79 String8 getAttribute(const ResXMLTree& tree, const char* ns,
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) {
  /libcore/ojluni/src/main/java/java/nio/file/
FileStore.java 205 * boolean compression = (Boolean)fs.getAttribute("zfs:compression");
220 public abstract Object getAttribute(String attribute) throws IOException;
  /packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java 29 public static int getAttribute(Theme theme, int attrId) {
39 return getAttribute(theme, android.R.attr.selectableItemBackground);
46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator);
  /external/apache-http/src/org/apache/http/cookie/
ClientCookie.java 68 String getAttribute(String name);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
Session.java 110 public Object getAttribute(String name);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
Session.java 103 public Object getAttribute(String name);
  /external/proguard/src/proguard/classfile/
ProgramMember.java 75 private Attribute getAttribute(Clazz clazz, String name)
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactory.java 307 public abstract Object getAttribute(String name);
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 38 public Object getAttribute(String name) throws IllegalArgumentException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetAttributeFix.java 51 protected String getAttribute() {
  /tools/loganalysis/src/com/android/loganalysis/item/
DvmLockSampleItem.java 81 public Object getAttribute(String attribute) throws IllegalArgumentException {
82 return super.getAttribute(attribute);
  /external/emma/core/java12/com/vladium/emma/report/
IItem.java 38 IItemAttribute getAttribute (int attributeID, int unitsID);
Item.java 61 public final IItemAttribute getAttribute (final int attributeID, final int unitsID)
68 return IItemAttribute.Factory.getAttribute (attributeID, unitsID);
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletTestUtils.java 63 @Override public Object getAttribute(String name) {
107 } else if ("getAttribute".equals(name)) {

Completed in 291 milliseconds

1 2 3 4 5 6 7 8 91011>>