HomeSort by relevance Sort by last modified time
    Searched full:buffertype (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 45 @Param private MyBufferType bufferType;
47 public static ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException {
50 switch (bufferType) {
81 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
91 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
102 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
112 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
122 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer();
133 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
143 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
    [all...]
ByteBufferScalarVersusVectorBenchmark.java 32 @Param private ByteBufferBenchmark.MyBufferType bufferType;
35 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
36 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
  /cts/tests/res/layout/
textview_buffertype.xml 28 android:bufferType="normal"/>
33 android:bufferType="spannable"/>
38 android:bufferType="editable"/>
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 29 import android.widget.TextView.BufferType;
80 editText.setText("android", BufferType.NORMAL);
83 editText.setText("", BufferType.SPANNABLE);
86 editText.setText(null, BufferType.EDITABLE);
94 editText.setText(string, BufferType.EDITABLE);
124 editText.setText(string, BufferType.EDITABLE);
162 editText.setText(string, BufferType.EDITABLE);
167 editText.setText("", BufferType.EDITABLE);
172 editText.setText(null, BufferType.EDITABLE);
181 editText.setText("android", BufferType.EDITABLE)
    [all...]
TextViewTest.java 93 import android.widget.TextView.BufferType;
225 mTextView.setText(LONG_TEXT, BufferType.EDITABLE);
327 mTextView.setText(text1, BufferType.EDITABLE);
345 mTextView.setText(text2, BufferType.EDITABLE);
482 mTextView.setText(blank, BufferType.SPANNABLE);
492 mTextView.setText(content, BufferType.SPANNABLE);
514 mTextView.setText(blank, BufferType.SPANNABLE);
569 mTextView.setText(text, BufferType.EDITABLE);
    [all...]
  /hardware/qcom/display/libgralloc/
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType;
268 getGrallocInformationFromFormat(grallocFormat, &bufferType);
279 bufferType = BUFFER_TYPE_VIDEO
    [all...]
gpu.h 41 int bufferType, int format,
72 int *bufferType);
gralloc_priv.h 175 int bufferType;
190 private_handle_t(int fd, int size, int flags, int bufferType,
194 flags(flags), size(size), offset(0), bufferType(bufferType),
  /development/apps/Development/src/com/android/development/
LogTextBox.java 69 public void setText(CharSequence text, BufferType type) {
70 super.setText(text, BufferType.EDITABLE);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 61 public void setText(CharSequence text, BufferType type) {
62 super.setText(text, BufferType.EDITABLE);
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 230 outbufs[0].BufferType = SECBUFFER_TOKEN;
342 inbufs[0].BufferType = SECBUFFER_TOKEN;
347 inbufs[1].BufferType = SECBUFFER_EMPTY;
356 outbufs[0].BufferType = SECBUFFER_TOKEN;
378 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer,
379 (int) inbufs[1].BufferType,
413 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
446 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
498 bufs[0].BufferType = SECBUFFER_STREAM_HEADER;
503 bufs[1].BufferType = SECBUFFER_DATA
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOTests.java 102 private FusionDictionaryBufferInterface getBuffer(final File file, final int bufferType) {
106 if (bufferType == USE_BYTE_ARRAY) {
110 } else if (bufferType == USE_BYTE_BUFFER){
241 private String outputOptions(final int bufferType,
244 + ((bufferType == USE_BYTE_BUFFER) ? "byte buffer" : "byte array");
253 final int bufferType) {
255 final FusionDictionaryBufferInterface buffer = getBuffer(file, bufferType);
276 final int bufferType, final FormatSpec.FormatOptions formatOptions,
293 final long read = timeReadingAndCheckDict(file, words, bigrams, shortcuts, bufferType);
296 + " : " + outputOptions(bufferType, formatOptions)
    [all...]
  /cts/tests/tests/accessibilityservice/res/layout/
end_to_end_test.xml 40 android:layout_height="wrap_content" android:bufferType="normal">
  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 35 import android.widget.TextView.BufferType;
95 mTextView.setText(content, BufferType.EDITABLE);
135 mTextView.setText(content, BufferType.EDITABLE);
163 mTextView.setText(str, BufferType.EDITABLE);
TextKeyListenerTest.java 38 import android.widget.TextView.BufferType;
115 mTextView.setText(text, BufferType.EDITABLE);
174 mTextView.setText(text, BufferType.EDITABLE);
213 mTextView.setText("", BufferType.EDITABLE);
245 mTextView.setText("", BufferType.EDITABLE);
MultiTapKeyListenerTest.java 33 import android.widget.TextView.BufferType;
76 mTextView.setText(text, BufferType.EDITABLE);
195 mTextView.setText("", BufferType.EDITABLE);
NumberKeyListenerTest.java 35 import android.widget.TextView.BufferType;
159 mTextView.setText(text, BufferType.EDITABLE);
QwertyKeyListenerTest.java 34 import android.widget.TextView.BufferType;
161 mTextView.setText("", BufferType.EDITABLE);
  /frameworks/base/core/java/android/widget/
EditText.java 79 public void setText(CharSequence text, BufferType type) {
80 super.setText(text, BufferType.EDITABLE);
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.cc 71 << ", " << FindLabel(sb.BufferType & ~SECBUFFER_ATTRMASK,
212 sb_in[0].BufferType = SECBUFFER_TOKEN;
265 if (buffer.BufferType == SECBUFFER_EXTRA) {
273 if (buffer.BufferType == SECBUFFER_EXTRA) {
275 } else if (buffer.BufferType == SECBUFFER_TOKEN) {
340 in_buf[0].BufferType = SECBUFFER_DATA;
353 if (in_buf[i].BufferType == SECBUFFER_DATA) {
358 } else if (in_buf[i].BufferType == SECBUFFER_EXTRA) {
501 out_buf[0].BufferType = SECBUFFER_STREAM_HEADER;
503 out_buf[1].BufferType = SECBUFFER_DATA
    [all...]
  /external/skia/src/gpu/
GrBufferAllocPool.h 74 enum BufferType {
83 * @param bufferType The type of buffers to create.
96 BufferType bufferType,
175 BufferType fBufferType;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.h 54 EGLSurface createPbufferFromClientBuffer(EGLClientBuffer, EGLenum bufferType, const EGLConfig&, EGLint* errorCode = 0);
SurfaceOpenVG.cpp 67 SurfaceOpenVG::SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType, const EGLDisplay& display, EGLConfig* confPtr, EGLint* errorCode)
77 m_eglSurface = displayManager->createPbufferFromClientBuffer(buffer, bufferType, config, errorCode);
  /external/chromium/net/socket/
ssl_client_socket_win.cc 613 send_buffer_.BufferType = SECBUFFER_TOKEN;
    [all...]
  /frameworks/base/libs/hwui/
PixelBuffer.h 46 enum BufferType {
67 BufferType type = kBufferType_Auto);

Completed in 297 milliseconds

1 2 3 4