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

1 2

  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 116 while (input.readTag() == tag) {
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();
  /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/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 343 int tag = input1.readTag();
344 assertEquals(tag, input2.readTag());
428 assertEquals(tag, input.readTag());
566 assertEquals(tag, input.readTag());
586 assertEquals(tag, input.readTag());
604 assertEquals(0, in.readTag());
613 CodedInputStream.newInstance(bytes(i)).readTag();
WireFormatTest.java 251 int tag = input.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/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 279 mTag = readTag();
372 mTag = readTag();
535 private ExifTag readTag() throws IOException, ExifInvalidFormatException {
    [all...]
  /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/
AbstractMessage.java 329 final int tag = input.readTag();
CodedInputStream.java 45 * protocol message constructs and field types (e.g. {@link #readTag()} and
148 public int readTag() throws IOException {
164 * Verifies that the last call to readTag() returned the given tag value.
272 final int tag = readTag();
286 final int tag = readTag();
    [all...]
UnknownFieldSet.java 477 final int tag = input.readTag();
    [all...]
MessageReflection.java 843 final int tag = input.readTag();
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 158 int jump = (int) readTag(e);
165 readTag(e);
192 private long readTag(Element e) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 152 return reader.readTag()
otBase.py 173 def readTag(self):
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /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 

Completed in 1869 milliseconds

1 2