Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 15 of 15) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationImpl.java28 private int offset; field in DexAnnotationImpl
38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
DDexBuffer.java67 public void setPosition(int offset) { in setPosition()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java288 void helperFloatCopy(int nElems, int offset, int count, int copyMode) { in helperFloatCopy()
312 void helperByteCopy(int nElems, int offset, int count, int copyMode) { in helperByteCopy()
336 void helperShortCopy(int nElems, int offset, int count, int copyMode) { in helperShortCopy()
360 void helperIntCopy(int nElems, int offset, int count, int copyMode) { in helperIntCopy()
384 void helperBaseObjCopy(int nElems, int offset, int count, int copyMode) { in helperBaseObjCopy()
423 void helperFloatAllocationCopy(int nElems, int offset, int count) { in helperFloatAllocationCopy()
447 void helperByteAllocationCopy(int nElems, int offset, int count) { in helperByteAllocationCopy()
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManager_AssetInputStreamTest.java92 int offset = 0; in testReadMethods() local
/cts/tests/tests/security/src/android/security/cts/
DReadElf.java303 final long offset = readWord(shOffset + mHalfWordSize * SHOFF_OFFSET); in readSectionHeaders() local
316 final long offset = readWord(shOffset + mHalfWordSize * SHOFF_OFFSET); in readSectionHeaders() local
385 private int readByte(long offset) throws IOException { in readByte()
392 private int readHalf(long offset) throws IOException { in readHalf()
406 private long readWord(long offset) throws IOException { in readWord()
425 private String readString(long offset) throws IOException { in readString()
/cts/tests/tests/graphics/src/android/graphics/cts/
DDashPathEffectTest.java90 PatternIterator(final float[] pattern, int offset) { in PatternIterator()
DYuvImageTest.java316 int offset = row / 2 * width + col / 2 * 2; in convertArgbsToYuvs() local
330 int offset = idx / 2 * 4; in convertArgbsToYuvs() local
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java261 int offset = (parent.getHeight() - centerView.getHeight()) / 2; in testLayoutHorizontal() local
318 int offset = (parent.getWidth() - centerView.getWidth()) / 2; in testLayoutVertical() local
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java154 public int offset; field in TimeTest.DateTest
164 int offset, int year2, int month2, int day2, int hour2, int minute2, in DateTest()
182 int offset, int year2, int month2, int day2, int hour2, int minute2) { in DateTest()
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java103 long offset = afd.getStartOffset(); in testLoad() local
DAudioTrackTest.java889 int offset = 10; in testWriteByteOffsetTooBig() local
913 int offset = 10; in testWriteShortOffsetTooBig() local
/cts/tools/dasm/src/java_cup/
Dproduction.java298 int offset; in label_translate() local
/cts/libs/json/src/com/android/json/stream/
DJsonReader.java1036 private JsonToken decodeNumber(char[] chars, int offset, int length) { in decodeNumber()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1925 int offset = testString.indexOf("Sentence word!"); in testGetCapsMode() local
1989 int offset = testString.indexOf("Sentence word!"); in testGetCapsModeException() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3275 public boolean getChildVisibleRect(View child, Rect r, Point offset) { in getChildVisibleRect()