Home
last modified time | relevance | path

Searched refs:WithOffset (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java59 static class WithOffset { class in ResourceTypes
63 WithOffset(ByteBuffer buf, int offset) { in WithOffset() method in ResourceTypes.WithOffset
93 public static class ResChunk_header extends WithOffset
459 public static class ResStringPool_header extends WithOffset
615 public static class ResStringPool_span extends WithOffset
662 public static class ResXMLTree_header extends WithOffset
683 public static class ResXMLTree_node extends WithOffset
802 public static class ResXMLTree_attrExt extends WithOffset
985 static class ResTable_header extends WithOffset
1006 static class ResTable_package extends WithOffset
[all …]
DChunk.java15 import org.robolectric.res.android.ResourceTypes.WithOffset;
63 public WithOffset data_ptr() { in data_ptr()
64 return new WithOffset(device_chunk_.myBuf(), device_chunk_.myOffset() + header_size()); in data_ptr()
128 public Iterator(WithOffset buf, int itemSize) { in Iterator()
DStringPiece.java5 import org.robolectric.res.android.ResourceTypes.WithOffset;
7 public class StringPiece extends WithOffset {
DResStringPool.java27 import org.robolectric.res.android.ResourceTypes.WithOffset;
79 static class IntArray extends WithOffset {
/external/clang/test/Analysis/
Dderived-to-base.cpp196 namespace WithOffset { namespace