Searched refs:bufferType (Results 1 – 8 of 8) sorted by relevance
88 switch (bufferType) { in newBuffer()122 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getByte()136 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getByteArray()151 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getByte_indexed()165 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getChar()195 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getChar_indexed()209 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getDouble()239 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getFloat()269 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getInt()298 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_getLong()[all …]
110 ByteBufferPerfTest.MyBufferType bufferType) in timeManualByteBufferCopy() argument112 ByteBuffer src = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeManualByteBufferCopy()113 ByteBuffer dst = ByteBufferPerfTest.newBuffer(byteOrder, aligned, bufferType); in timeManualByteBufferCopy()
91 public static ByteBuffer newBuffer(boolean aligned, MyBufferType bufferType, int bsize) in newBuffer() argument95 switch (bufferType) { in newBuffer()
69 BufferType bufferType) { in TextViewFallbackLineSpacingTest() argument71 mBufferType = bufferType; in TextViewFallbackLineSpacingTest()
1601 BufferType bufferType = BufferType.EDITABLE;1711 bufferType = BufferType.SPANNABLE;1719 bufferType = BufferType.NORMAL;1722 bufferType = BufferType.SPANNABLE;1725 bufferType = BufferType.EDITABLE;1739 if (bufferType == BufferType.NORMAL) {1740 bufferType = BufferType.SPANNABLE;1820 if (bufferType == BufferType.EDITABLE && singleLine && maxlength == -1) {1833 setText(text, bufferType);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
527 field public static final int bufferType = 16843086; // 0x101014e
75545 Lcom/android/internal/R$attr;->bufferType:I