HomeSort by relevance Sort by last modified time
    Searched full:getattribute (Results 126 - 150 of 1593) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/ojluni/src/main/java/java/nio/file/attribute/
FileOwnerAttributeView.java 40 * <p> The {@link java.nio.file.Files#getAttribute getAttribute} and
  /libcore/ojluni/src/main/java/java/util/prefs/
XmlSupport.java 202 doc.getDocumentElement().getAttribute("EXTERNAL_XML_VERSION");
222 (xmlRoot.getAttribute("type").equals("user") ?
338 prefsKids[i-1] = prefsNode.node(xmlKid.getAttribute("name"));
356 prefsNode.put(entry.getAttribute("key"), entry.getAttribute("value"));
404 String mapVersion = xmlMap.getAttribute("MAP_XML_VERSION");
421 m.put(entry.getAttribute("key"), entry.getAttribute("value"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 71 id = e.getAttribute(ATTR_NAME);
84 id = e.getAttribute(ATTR_LAYOUT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetPropertyFix.java 49 protected abstract String getAttribute();
75 String localAttribute = getAttribute();
TypoFix.java 61 String message = mMarker.getAttribute(IMarker.MESSAGE, "");
106 String message = mMarker.getAttribute(IMarker.MESSAGE, "");
  /tools/loganalysis/src/com/android/loganalysis/item/
BatteryUsageItem.java 68 return (String) getAttribute(NAME);
75 return (double) getAttribute(USAGE);
MemoryHealthItem.java 62 return (Map<String, Map<String, Long>>) super.getAttribute(FOREGROUND);
71 return (Map<String, Map<String, Long>>) super.getAttribute(BACKGROUND);
  /external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java 93 CookieStore cookieStore = (CookieStore) context.getAttribute(
101 CookieSpecRegistry registry= (CookieSpecRegistry) context.getAttribute(
109 HttpHost targetHost = (HttpHost) context.getAttribute(
116 ManagedClientConnection conn = (ManagedClientConnection) context.getAttribute(
ResponseProcessCookies.java 85 CookieStore cookieStore = (CookieStore) context.getAttribute(
92 CookieSpec cookieSpec = (CookieSpec) context.getAttribute(
99 CookieOrigin cookieOrigin = (CookieOrigin) context.getAttribute(
  /external/javassist/src/main/javassist/
CtBehavior.java 159 mi.getAttribute(AnnotationsAttribute.invisibleTag);
161 mi.getAttribute(AnnotationsAttribute.visibleTag);
181 mi.getAttribute(AnnotationsAttribute.invisibleTag);
183 mi.getAttribute(AnnotationsAttribute.visibleTag);
223 mi.getAttribute(AnnotationsAttribute.invisibleTag);
225 mi.getAttribute(AnnotationsAttribute.visibleTag);
273 mi.getAttribute(ParameterAnnotationsAttribute.invisibleTag);
275 mi.getAttribute(ParameterAnnotationsAttribute.visibleTag);
312 * <ul><pre>getMethodInfo().getAttribute(SignatureAttribute.tag)
455 public byte[] getAttribute(String name)
    [all...]
CtNewNestedClass.java 42 InnerClassesAttribute ica = (InnerClassesAttribute)cf.getAttribute(
  /external/parameter-framework/upstream/parameter/
FloatingPointParameterType.cpp 68 if (xmlConfigurableElementSettingsElement.getAttribute("ValueSpace", strValueSpace)) {
89 xmlElement.getAttribute("Size", sizeInBits);
104 xmlElement.getAttribute("Min", _fMin);
105 xmlElement.getAttribute("Max", _fMax);
FrameworkConfigurationLocation.cpp 46 xmlElement.getAttribute("Path", _configurationUri);
SubsystemLibrary.h 55 xmlElement.getAttribute("Type", type);
BitParameterType.cpp 78 xmlElement.getAttribute("Pos", _bitPos);
81 xmlElement.getAttribute("Size", _uiBitSize);
104 if (xmlElement.getAttribute("Max", _uiMax) && (_uiMax > getMaxEncodableValue())) {
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 36 return Attributes.size() > idx ? Attributes[idx].getAttribute() : 0;
  /libcore/support/src/test/java/tests/support/
Support_Xml.java 52 return e.getAttribute("attr");
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlUtils.java 145 HtmlDocument.TagAttribute attr = lastSeen.tag.getAttribute(HTML4.HREF_ATTRIBUTE);
175 HtmlDocument.TagAttribute attr = wrapper.tag.getAttribute(HTML4.COLOR_ATTRIBUTE);
185 attr = wrapper.tag.getAttribute(HTML4.SIZE_ATTRIBUTE);
195 attr = wrapper.tag.getAttribute(HTML4.FACE_ATTRIBUTE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
napprotocol.h 271 virtual HRESULT STDMETHODCALLTYPE GetAttribute(
312 HRESULT (STDMETHODCALLTYPE *GetAttribute)(
337 #define INapSoHProcessor_GetAttribute(This,attributeLocation,type,value) (This)->lpVtbl->GetAttribute(This,attributeLocation,type,value)
358 return This->lpVtbl->GetAttribute(This,attributeLocation,type,value);
  /system/connectivity/wificond/net/
nl80211_attribute.h 150 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
156 // GetAttribute(). So we use an empty vector to initialize it,
160 if (!GetAttribute(id, &attribute)) {
211 bool GetAttribute(int id, NL80211Attr<T>* attribute) const {
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
BluetoothHalV1.driver.cpp 45 bool FuzzerExtended_bluetooth_module_t::GetAttribute(
  /test/vts/drivers/hal/server/
SocketServer.h 55 string GetAttribute(const string& arg);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CurrentApiHelper.java 92 String name = element.getAttribute(ATTRIBUTE_NAME);
140 if (childName.equals(el.getAttribute(ATTRIBUTE_NAME))) {
154 String typeName = ((Element) nodes.item(i)).getAttribute(ATTRIBUTE_TYPE);
  /external/deqp/executor/
xeTestCaseListParser.cpp 104 const char* name = m_xmlParser.hasAttribute("Name") ? m_xmlParser.getAttribute("Name") : DE_NULL;
105 const char* description = m_xmlParser.hasAttribute("Description") ? m_xmlParser.getAttribute("Description") : DE_NULL;
106 const char* caseType = m_xmlParser.hasAttribute("CaseType") ? m_xmlParser.getAttribute("CaseType") : DE_NULL;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
UserCommandHandlerTest.groovy 62 assert session.getAttribute(SessionKeys.USER_ACCOUNT) == userAccount
120 assert session.getAttribute(SessionKeys.USERNAME) == expectedValue
128 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == currentDirectory

Completed in 1124 milliseconds

1 2 3 4 56 7 8 91011>>