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

  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/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().
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/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/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 173 def readTag(self):
  /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/WallpaperPicker/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 280 mTag = readTag();
373 mTag = readTag();
535 private ExifTag readTag() throws IOException, ExifInvalidFormatException {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 945 milliseconds