OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagOffset
(Results
1 - 10
of
10
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java
65
throw new ASN1Exception("ASN.1 bitstring: constructed identifier at [" +
tagOffset
92
throw new ASN1Exception("ASN.1 octetstring: constructed identifier at [" +
tagOffset
120
throw new ASN1Exception("ASN.1 string: constructed identifier at [" +
tagOffset
129
throw new ASN1Exception("ASN.1 UTCTime: constructed identifier at [" +
tagOffset
136
+
tagOffset
+ "]");
146
+
tagOffset
+ "]. Not valid for DER.");
ASN1Any.java
90
byte[] bytesEncoded = new byte[in.offset - in.
tagOffset
];
91
System.arraycopy(in.buffer, in.
tagOffset
, bytesEncoded, 0,
BerInputStream.java
67
protected int
tagOffset
;
148
* Initializes tag, length,
tagOffset
and contentOffset variables
154
tagOffset
= offset;
167
throw new ASN1Exception("Too long encoding at [" +
tagOffset
+ "]"); //FIXME message
178
throw new ASN1Exception("Too long encoding at [" +
tagOffset
+ "]"); //FIXME message
215
throw new ASN1Exception("ASN.1 Bitstring: wrong length. Tag at [" +
tagOffset
+ "]");
249
+
tagOffset
+ "]");
278
throw new ASN1Exception("Wrong length for ASN.1 boolean at [" +
tagOffset
+ "]");
368
throw new ASN1Exception("ASN.1 UTCTime: wrong length, identifier at " +
tagOffset
);
433
throw new ASN1Exception("Wrong length for ASN.1 integer at [" +
tagOffset
+ "]")
[
all
...]
ASN1Explicit.java
65
in.
tagOffset
+ "]. Expected tag: " + Integer.toHexString(constrId) + ", " +
ASN1Implicit.java
106
"[" + in.
tagOffset
+ "]. Expected tag: " + Integer.toHexString(id) + ", " +
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifModifier.java
34
private final List<
TagOffset
> mTagOffsets = new ArrayList<
TagOffset
>();
38
private static class
TagOffset
{
42
TagOffset
(ExifTag tag, int offset) {
118
mTagOffsets.add(new
TagOffset
(newTag, oldTag.getOffset()));
143
for (
TagOffset
tagOffset
: mTagOffsets) {
144
writeTagValue(
tagOffset
.mTag,
tagOffset
.mOffset);
/packages/apps/Camera2/src/com/android/camera/exif/
ExifModifier.java
34
private final List<
TagOffset
> mTagOffsets = new ArrayList<
TagOffset
>();
38
private static class
TagOffset
{
42
TagOffset
(ExifTag tag, int offset) {
118
mTagOffsets.add(new
TagOffset
(newTag, oldTag.getOffset()));
143
for (
TagOffset
tagOffset
: mTagOffsets) {
144
writeTagValue(
tagOffset
.mTag,
tagOffset
.mOffset);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifModifier.java
34
private final List<
TagOffset
> mTagOffsets = new ArrayList<
TagOffset
>();
38
private static class
TagOffset
{
42
TagOffset
(ExifTag tag, int offset) {
118
mTagOffsets.add(new
TagOffset
(newTag, oldTag.getOffset()));
143
for (
TagOffset
tagOffset
: mTagOffsets) {
144
writeTagValue(
tagOffset
.mTag,
tagOffset
.mOffset);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifModifier.java
33
private final List<
TagOffset
> mTagOffsets = new ArrayList<
TagOffset
>();
37
private static class
TagOffset
{
41
TagOffset
(ExifTag tag, int offset) {
117
mTagOffsets.add(new
TagOffset
(newTag, oldTag.getOffset()));
142
for (
TagOffset
tagOffset
: mTagOffsets) {
143
writeTagValue(
tagOffset
.mTag,
tagOffset
.mOffset);
/packages/apps/Mms/src/com/android/mms/exif/
ExifModifier.java
33
private final List<
TagOffset
> mTagOffsets = new ArrayList<
TagOffset
>();
37
private static class
TagOffset
{
41
TagOffset
(ExifTag tag, int offset) {
117
mTagOffsets.add(new
TagOffset
(newTag, oldTag.getOffset()));
142
for (
TagOffset
tagOffset
: mTagOffsets) {
143
writeTagValue(
tagOffset
.mTag,
tagOffset
.mOffset);
Completed in 145 milliseconds