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

1 2 3 4

  /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;
219 mTextView.setText(LONG_TEXT, BufferType.EDITABLE);
321 mTextView.setText(text1, BufferType.EDITABLE);
339 mTextView.setText(text2, BufferType.EDITABLE);
476 mTextView.setText(blank, BufferType.SPANNABLE);
486 mTextView.setText(content, BufferType.SPANNABLE);
508 mTextView.setText(blank, BufferType.SPANNABLE);
563 mTextView.setText(text, BufferType.EDITABLE);
    [all...]
  /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_6/wpa_supplicant/src/crypto/
tls_schannel.c 237 outbufs[0].BufferType = SECBUFFER_TOKEN;
351 inbufs[0].BufferType = SECBUFFER_TOKEN;
356 inbufs[1].BufferType = SECBUFFER_EMPTY;
365 outbufs[0].BufferType = SECBUFFER_TOKEN;
387 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer,
388 (int) inbufs[1].BufferType,
425 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
461 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
520 bufs[0].BufferType = SECBUFFER_STREAM_HEADER;
525 bufs[1].BufferType = SECBUFFER_DATA
    [all...]
  /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 103 private FusionDictionaryBufferInterface getBuffer(final File file, final int bufferType) {
107 if (bufferType == USE_BYTE_ARRAY) {
111 } else if (bufferType == USE_BYTE_BUFFER){
235 private String outputOptions(final int bufferType,
238 + ((bufferType == USE_BYTE_BUFFER) ? "byte buffer" : "byte array");
247 final int bufferType) {
249 final FusionDictionaryBufferInterface buffer = getBuffer(file, bufferType);
270 final int bufferType, final FormatSpec.FormatOptions formatOptions,
287 final long read = timeReadingAndCheckDict(file, words, bigrams, shortcuts, bufferType);
290 + " : " + outputOptions(bufferType, formatOptions)
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/layout/
edit_textview.xml 14 android:bufferType="editable"
71 android:bufferType="spannable"
  /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 34 import android.widget.TextView.BufferType;
88 mTextView.setText(content, BufferType.EDITABLE);
128 mTextView.setText(content, BufferType.EDITABLE);
156 mTextView.setText(str, BufferType.EDITABLE);
TextKeyListenerTest.java 37 import android.widget.TextView.BufferType;
108 mTextView.setText(text, BufferType.EDITABLE);
167 mTextView.setText(text, BufferType.EDITABLE);
206 mTextView.setText("", BufferType.EDITABLE);
238 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 34 import android.widget.TextView.BufferType;
152 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;
GrBufferAllocPool.cpp 26 BufferType bufferType,
37 fBufferType = bufferType;
  /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...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
TextViewDetectorTest.java 33 "res/layout/edit_textview.xml:14: Warning: Attribute android:bufferType should not be used with <TextView>: Change element type to <EditText> ? [TextViewEdits]\n" +
34 " android:bufferType=\"editable\"\n" +
  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c 56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS)
59 switch (bufferType) {
93 switch (bufferType) {
180 }// switch (bufferType)
188 switch (bufferType) {
  /frameworks/rs/
rsMesh.cpp 226 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType();
227 const Element *bufferElem = bufferType->getElement();
238 numVerts = bufferType->getDimX();

Completed in 960 milliseconds

1 2 3 4