| /cts/tools/dex-tools/src/dex/reader/ |
| D | DexAnnotationImpl.java | 28 private int offset; field in DexAnnotationImpl 38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
|
| D | DexBuffer.java | 67 public void setPosition(int offset) { in setPosition()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | AllocationTest.java | 288 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/ |
| D | AssetManager_AssetInputStreamTest.java | 92 int offset = 0; in testReadMethods() local
|
| /cts/tests/tests/security/src/android/security/cts/ |
| D | ReadElf.java | 303 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/ |
| D | DashPathEffectTest.java | 90 PatternIterator(final float[] pattern, int offset) { in PatternIterator()
|
| D | YuvImageTest.java | 316 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/ |
| D | LinearLayoutTest.java | 261 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/ |
| D | TimeTest.java | 154 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/ |
| D | SoundPoolTest.java | 103 long offset = afd.getStartOffset(); in testLoad() local
|
| D | AudioTrackTest.java | 889 int offset = 10; in testWriteByteOffsetTooBig() local 913 int offset = 10; in testWriteShortOffsetTooBig() local
|
| /cts/tools/dasm/src/java_cup/ |
| D | production.java | 298 int offset; in label_translate() local
|
| /cts/libs/json/src/com/android/json/stream/ |
| D | JsonReader.java | 1036 private JsonToken decodeNumber(char[] chars, int offset, int length) { in decodeNumber()
|
| /cts/tests/tests/text/src/android/text/cts/ |
| D | TextUtilsTest.java | 1925 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/ |
| D | ViewTest.java | 3275 public boolean getChildVisibleRect(View child, Rect r, Point offset) { in getChildVisibleRect()
|