HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 101 - 125 of 1049) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
namednodemapsetnameditemwithnewvalue.java 80 attributes = testAddress.getAttributes();
nodecdatasectionnodeattribute.java 31 * The "getAttributes()" method invoked on a CDATASection
35 * "getAttributes()" method on the CDATASection node.
79 attrList = cdataNode.getAttributes();
nodedocumentfragmentnodevalue.java 73 attrList = docFragment.getAttributes();
nodedocumenttypenodevalue.java 64 attrList = docType.getAttributes();
nodeentitynodeattributes.java 31 * The "getAttributes()" method invoked on an Entity
71 attrList = entityNode.getAttributes();
nodeentityreferencenodeattributes.java 31 * The "getAttributes()" method invoked on an EntityReference
75 attrList = entRefNode.getAttributes();
nodenotationnodeattributes.java 31 * The "getAttributes()" method invoked on a Notation
34 * node and invoke the "getAttributes()" method on the
74 attrList = notationNode.getAttributes();
nodeprocessinginstructionnodeattributes.java 31 * The "getAttributes()" method invoked on a Processing
35 * the "getAttributes()" method. It should return null.
69 attrList = piNode.getAttributes();
nodetextnodeattribute.java 31 * The "getAttributes()" method invoked on a Text
34 * first employee and invoke the "getAttributes()" method
72 attrList = textNode.getAttributes();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS02.java 80 attributes = testEmployee.getAttributes();
hc_namednodemapinvalidtype1.java 67 attributes = docElem.getAttributes();
ownerElement01.java 75 attributes = testNode.getAttributes();
namednodemapsetnameditemns03.java 92 attributes = element.getAttributes();
96 attributesAlt = elementAlt.getAttributes();
  /libcore/ojluni/src/main/java/java/util/jar/
JarEntry.java 85 public Attributes getAttributes() throws IOException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
TimeoutResetActivity.java 73 WindowManager.LayoutParams params = activity.getWindow().getAttributes();
106 WindowManager.LayoutParams params = getWindow().getAttributes();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RotationAnimation.java 76 WindowManager.LayoutParams winParams = win.getAttributes();
87 WindowManager.LayoutParams winParams = win.getAttributes();
  /external/clang/lib/CodeGen/
CGLoopInfo.h 75 const LoopAttributes &getAttributes() const { return Attrs; }
113 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
MDnsUtils.java 39 Map<String,byte[]> attributes = networkDevice.getAttributes();
51 Map<String,byte[]> attributes = networkDevice.getAttributes();
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
MDnsUtils.java 39 Map<String,byte[]> attributes = networkDevice.getAttributes();
51 Map<String,byte[]> attributes = networkDevice.getAttributes();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetNamedItemNS.java 64 attributes = testEmployee.getAttributes();
81 attributes = testEmployee.getAttributes();
RemoveNamedItemNS.java 87 attributes = testAddress.getAttributes();
105 attributes = testAddress.getAttributes();
147 // attributes = child2.getAttributes();
  /libcore/ojluni/src/main/java/java/net/
JarURLConnection.java 268 public Attributes getAttributes() throws IOException {
270 return e != null ? e.getAttributes() : null;
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 429 assertEquals(8, mResolvedService.getAttributes().size());
430 assertTrue(mResolvedService.getAttributes().containsKey("booleanAttr"));
431 assertNull(mResolvedService.getAttributes().get("booleanAttr"));
432 assertEquals("value", new String(mResolvedService.getAttributes().get("keyValueAttr")));
433 assertEquals("=", new String(mResolvedService.getAttributes().get("keyEqualsAttr")));
434 assertEquals(" value ", new String(mResolvedService.getAttributes()
436 assertEquals(String256.substring(9), new String(mResolvedService.getAttributes()
439 mResolvedService.getAttributes().get("binaryDataAttr")));
440 assertTrue(mResolvedService.getAttributes().containsKey("nullBinaryDataAttr"));
441 assertNull(mResolvedService.getAttributes().get("nullBinaryDataAttr"))
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 210 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
212 Node attribute = xmlNode.getAttributes().item(i);
371 NamedNodeMap attributes = xmlNode.getAttributes();
498 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
500 Node attribute = xmlNode.getAttributes().item(i);
622 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
624 Node attribute = xmlNode.getAttributes().item(i);
703 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
705 Node attribute = xmlNode.getAttributes().item(i);
831 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
ErrorTracker.java 80 String zipTypeName = (String) zipType.getAttributes().getNamedItem("name").getNodeValue();
97 String logFileName = (String) logFile.getAttributes().getNamedItem("name").getNodeValue();
99 String effectedFileID = (String) anEffectedFile.getAttributes().getNamedItem("id").getNodeValue();
118 String testLogName = (String) testLog.getAttributes().getNamedItem("name").getNodeValue();
119 Node typeNode=testLog.getAttributes().getNamedItem("type");

Completed in 459 milliseconds

1 2 3 45 6 7 8 91011>>