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

  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/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().
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 42 * protocol message constructs and field types (e.g. {@link #readTag()} and
98 public int readTag() throws IOException {
114 * Verifies that the last call to readTag() returned the given tag value.
167 final int tag = 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();
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 278 mTag = readTag();
371 mTag = readTag();
533 private ExifTag readTag() throws IOException, ExifInvalidFormatException {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 278 mTag = readTag();
371 mTag = readTag();
533 private ExifTag readTag() throws IOException, ExifInvalidFormatException {
    [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...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifParser.java 278 mTag = readTag();
371 mTag = readTag();
533 private ExifTag readTag() throws IOException, ExifInvalidFormatException {
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java 278 mTag = readTag();
371 mTag = readTag();
533 private ExifTag readTag() throws IOException, ExifInvalidFormatException {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [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 184 milliseconds