HomeSort by relevance Sort by last modified time
    Searched full:street (Results 26 - 50 of 3161) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/resources/
simple_ns.xml 32 <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
42 <address dmstc:domestic="Yes" street="No">PO Box 27 Irving, texas 98553</address>
49 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
57 <address street="Yes" xmlns="http://www.nist.gov">1821 Nordic. Road, Irving Texas 98558</address>
staffEntRes.xml 33 <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
43 <address dmstc:domestic="Yes" street="No">PO Box 27 Irving, texas 98553</address>
50 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
58 <address street="Yes" xmlns="http://www.nist.gov">1821 Nordic. Road, Irving Texas 98558</address>
simple_ns.dtd 21 <!ATTLIST address street CDATA #IMPLIED>
42 <!ATTLIST emp:address street CDATA #IMPLIED>
  /external/chromium_org/third_party/libxml/src/
dbgen.pl 35 printf " <street>%d Any St.</street>\n", ($i % 100) + 1;
  /libcore/dom/src/test/resources/
staffNS.dtd 21 <!ATTLIST address street CDATA #IMPLIED>
42 <!ATTLIST emp:address street CDATA #IMPLIED>
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementremoveattribute.java 35 * Retrieve the attribute named "street" from the last child
36 * of the fourth employee, then remove the "street"
38 * The "street" attribute has a default value defined in the
81 testEmployee.removeAttribute("street");
82 attrValue = testEmployee.getAttribute("street");
elementreplaceexistingattribute.java 39 * "street", which is already present in this element. The
77 newAttribute = doc.createAttribute("street");
79 name = testEmployee.getAttribute("street");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementsetattributens02.java 81 element.setAttributeNS("http://www.w3.org/DOM/Test/setAttributeNS", "this:street", "Silver Street");
82 attribute = element.getAttributeNodeNS("http://www.w3.org/DOM/Test/setAttributeNS", "street");
85 assertEquals("elementsetattributens02_attrName", "this:street", attrName);
86 assertEquals("elementsetattributens02_attrValue", "Silver Street", attrValue);
namednodemapgetnameditemns06.java 85 newAttr1 = doc.createAttributeNS("http://www.w3.org/DOM/L1", "street");
87 attribute = (Attr) attributesMap1.getNamedItemNS("http://www.w3.org/DOM/L1", "street");
89 assertEquals("namednodemapgetnameditemnsMap106", "street", attrName);
90 attribute = (Attr) attributesMap2.getNamedItemNS("http://www.w3.org/DOM/L1", "street");
92 assertEquals("namednodemapgetnameditemnsMap206", "street", attrName);
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressData.java 25 * Addresses may seem simple, but even within the US there are many quirks (hyphenated street
62 // street street, line 1
65 // street street, line 2
258 * A constructor that sets address field with input data. Street fields will be normalized
259 * in the process. I.e., after copy, there will not be any empty street line in front of
260 * non-empty ones. For example, if input data's street line 1 is null but street line 2
261 * has a value, this method will copy street line 2's value and set it to street line 1
    [all...]