HomeSort by relevance Sort by last modified time
    Searched refs:END_TAG (Results 1 - 25 of 39) sorted by null

1 2

  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 53 while (parser.next() != XmlPullParser.END_TAG) {
90 while (parser.next() != XmlPullParser.END_TAG) {
112 parser.require(XmlPullParser.END_TAG, ns, "title");
128 parser.require(XmlPullParser.END_TAG, ns, "link");
136 parser.require(XmlPullParser.END_TAG, ns, "summary");
151 // if the next tag after a START_TAG isn't a matching END_TAG, it keeps going until it
152 // finds the matching END_TAG (as indicated by the value of "depth" being 0).
160 case XmlPullParser.END_TAG:
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceReportLogTest.java 51 private static final String END_TAG = "actual_end";
121 reportLog.addValue(END_TAG, 1.0 * end, ResultType.NEUTRAL, ResultUnit.NONE);
122 reportLog.setSummary(END_TAG, 1.0 * end, ResultType.NEUTRAL, ResultUnit.NONE);
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
MarshalHashtable.java 54 while (parser.nextTag() != XmlPullParser.END_TAG) {
68 parser.require(XmlPullParser.END_TAG, null, "item");
70 parser.require(XmlPullParser.END_TAG, null, elementName);
SoapSerializationEnvelope.java 198 while (tag != XmlPullParser.END_TAG) {
220 while (parser.next() != XmlPullParser.END_TAG || !name.equals(
261 parser.require(XmlPullParser.END_TAG, null, null);
302 } else if (parser.getEventType() == XmlPullParser.END_TAG) {
323 while (parser.getEventType() != XmlPullParser.END_TAG) {
331 parser.require(XmlPullParser.END_TAG, namespace, name);
372 while (parser.getEventType() != XmlPullParser.END_TAG) {
384 parser.require(XmlPullParser.END_TAG, null, null);
424 parser.require(XmlPullParser.END_TAG, null, elementName);
434 parser.require(XmlPullParser.END_TAG, null, elementName)
    [all...]
  /external/vogar/src/vogar/
XmlReportReader.java 81 parser.require(XmlPullParser.END_TAG, null, XmlReportConstants.PROPERTIES);
102 parser.require(XmlPullParser.END_TAG, null, tagName);
118 parser.require(XmlPullParser.END_TAG, null, XmlReportConstants.TESTCASE);
120 parser.require(XmlPullParser.END_TAG, null, XmlReportConstants.TESTSUITE);
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault.java 80 parser.require(XmlPullParser.END_TAG, null, name);
82 parser.require(XmlPullParser.END_TAG, SoapEnvelope.ENV, "Fault");
SoapEnvelope.java 143 parser.require(XmlPullParser.END_TAG, env, "Header");
149 parser.require(XmlPullParser.END_TAG, env, "Body");
151 parser.require(XmlPullParser.END_TAG, env, "Envelope");
SoapFault12.java 96 parser.require(XmlPullParser.END_TAG, namespace, name);
98 parser.require(XmlPullParser.END_TAG, SoapEnvelope.ENV2003, "Fault");
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTestUtils.java 62 && (type != XmlPullParser.END_TAG
89 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
90 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
97 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
98 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 91 while (parser.next() != XmlPullParser.END_TAG) {
134 while (parser.next() != XmlPullParser.END_TAG) {
203 parser.require(XmlPullParser.END_TAG, ns, tag);
220 if (parser.nextTag() == XmlPullParser.END_TAG) break;
240 * if the next tag after a START_TAG isn't a matching END_TAG, it keeps going until it
241 * finds the matching END_TAG (as indicated by the value of "depth" being 0).
250 case XmlPullParser.END_TAG:
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 91 while (parser.next() != XmlPullParser.END_TAG) {
134 while (parser.next() != XmlPullParser.END_TAG) {
203 parser.require(XmlPullParser.END_TAG, ns, tag);
220 if (parser.nextTag() == XmlPullParser.END_TAG) break;
240 * if the next tag after a START_TAG isn't a matching END_TAG, it keeps going until it
241 * finds the matching END_TAG (as indicated by the value of "depth" being 0).
250 case XmlPullParser.END_TAG:
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 91 while (parser.next() != XmlPullParser.END_TAG) {
134 while (parser.next() != XmlPullParser.END_TAG) {
203 parser.require(XmlPullParser.END_TAG, ns, tag);
220 if (parser.nextTag() == XmlPullParser.END_TAG) break;
240 * if the next tag after a START_TAG isn't a matching END_TAG, it keeps going until it
241 * finds the matching END_TAG (as indicated by the value of "depth" being 0).
250 case XmlPullParser.END_TAG:
  /external/antlr/runtime/JavaScript/tests/functional/
t012lexerXML.g 65 END_TAG
87 fragment END_TAG
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayout_LayoutParamsTest.java 185 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
186 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
193 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
194 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
TableRow_LayoutParamsTest.java 209 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
210 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
217 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
218 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 374 case END_TAG:
418 case (END_TAG): {
440 return END_TAG;
519 * node has siblings, {@link XmlPullParserException#END_TAG}
539 return END_TAG;
565 if (eventType != END_TAG) {
568 + ": event TEXT it must be immediately followed by END_TAG", this, null);
571 } else if (eventType == END_TAG) {
586 if (eventType != START_TAG && eventType != END_TAG) {
  /cts/tests/tests/content/src/android/content/cts/util/
XmlUtils.java 55 && (type != XmlPullParser.END_TAG
831 } else if (eventType == parser.END_TAG) {
860 } else if (eventType == parser.END_TAG) {
918 } else if (eventType == parser.END_TAG) {
983 } else if (eventType == parser.END_TAG) {
    [all...]
  /cts/tests/tests/view/src/android/view/cts/util/
XmlUtils.java 52 && (type != XmlPullParser.END_TAG
803 } else if (eventType == parser.END_TAG) {
832 } else if (eventType == parser.END_TAG) {
890 } else if (eventType == parser.END_TAG) {
955 } else if (eventType == parser.END_TAG) {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/util/
XmlUtils.java 53 && (type != XmlPullParser.END_TAG
804 } else if (eventType == parser.END_TAG) {
833 } else if (eventType == parser.END_TAG) {
891 } else if (eventType == parser.END_TAG) {
956 } else if (eventType == parser.END_TAG) {
    [all...]
  /cts/tests/tests/permission2/src/android/permission2/cts/
PermissionPolicyTest.java 241 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
242 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
287 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
288 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java 182 * If it's not an ITEM, and it is an END_TAG, and the current event is an ITEM, and
185 else if ((nextEvent == XmlPullParser.END_TAG)
  /external/setupdesign/main/src/com/google/android/setupdesign/items/
SimpleInflater.java 147 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /cts/tests/signature/lib/android/src/android/signature/cts/
ApiDocumentParser.java 157 && type != XmlPullParser.END_TAG);
165 if (type == XmlPullParser.END_TAG) {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResXMLParser.java 11 import static org.robolectric.res.android.ResXMLParser.event_code_t.END_TAG;
54 public static final int END_TAG = RES_XML_END_ELEMENT_TYPE;
168 if (mEventCode == END_TAG) {
185 if (mEventCode == END_TAG) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
XmlResourceParserImplTest.java 486 case XmlPullParser.END_TAG:
501 parser.require(XmlResourceParser.END_TAG,
543 acceptableTags.add(XmlResourceParser.END_TAG);
550 } while (evt == XmlResourceParser.END_TAG &&

Completed in 1161 milliseconds

1 2