HomeSort by relevance Sort by last modified time
    Searched defs:readTag (Results 1 - 10 of 10) sorted by null

  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/net/
FeedParser.java 141 id = readTag(parser, TAG_ID);
144 title = readTag(parser, TAG_TITLE);
150 String tempLink = readTag(parser, TAG_LINK);
157 t.parse3339(readTag(parser, TAG_PUBLISHED));
169 private String readTag(XmlPullParser parser, int tagType)
191 * <p>You probably want to call readTag().
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 42 * protocol message constructs and field types (e.g. {@link #readTag()} and
80 public int readTag() throws IOException {
96 * Verifies that the last call to readTag() returned the given tag value.
149 final int tag = readTag();
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 40 * protocol message constructs and field types (e.g. {@link #readTag()} and
78 public int readTag() throws IOException {
93 * Verifies that the last call to readTag() returned the given tag value.
146 final int tag = readTag();
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 39 * protocol message constructs and field types (e.g. {@link #readTag()} and
70 public int readTag() throws IOException {
85 * Verifies that the last call to readTag() returned the given tag value.
138 final int tag = readTag();
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 1021 SerializationTag readTag()
1059 SerializationTag tag = readTag();
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 278 mTag = readTag();
371 mTag = readTag();
533 private ExifTag readTag() throws IOException, ExifInvalidFormatException {
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 751 if (!readTag(&tag))
844 bool readTag(SerializationTag* tag)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 234 milliseconds