Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 12 of 12) 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/tools/host/src/com/android/cts/
DMultiplexingLogListener.java50 public void newData(byte[] data, int offset, int length) { in newData()
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManager_AssetInputStreamTest.java167 int offset = 0; in testReadMethods() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DDashPathEffectTest.java102 PatternIterator(final float[] pattern, int offset) { in PatternIterator()
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java395 int offset = (parent.getHeight() - centerView.getHeight()) / 2; in testLayoutHorizontal() local
490 int offset = (parent.getWidth() - centerView.getWidth()) / 2; in testLayoutVertical() local
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java245 public int offset; field in TimeTest.DateTest
255 int offset, int year2, int month2, int day2, int hour2, int minute2, in DateTest()
273 int offset, int year2, int month2, int day2, int hour2, int minute2) { in DateTest()
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java125 long offset = afd.getStartOffset(); in testLoad() local
DAudioTrackTest.java1779 int offset = 10; in testWriteByteOffsetTooBig() local
1830 int offset = 10; in testWriteShortOffsetTooBig() local
/cts/tools/dasm/src/java_cup/
Dproduction.java298 int offset; in label_translate() local
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java2175 int offset = testString.indexOf("Sentence word!"); in testGetCapsMode() local
2246 int offset = testString.indexOf("Sentence word!"); in testGetCapsModeException() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4548 public boolean getChildVisibleRect(View child, Rect r, Point offset) { in getChildVisibleRect()