HomeSort by relevance Sort by last modified time
    Searched refs:BufferType (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /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);
  /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...]
  /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...]
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 69 enum BufferType {
78 * @param bufferType The type of buffers to create.
91 BufferType bufferType,
170 BufferType fBufferType;
  /external/skia/src/gpu/
GrBufferAllocPool.h 69 enum BufferType {
78 * @param bufferType The type of buffers to create.
91 BufferType bufferType,
170 BufferType fBufferType;
  /frameworks/base/libs/hwui/
PixelBuffer.h 46 enum BufferType {
67 BufferType type = kBufferType_Auto);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 95 template<typename BufferType>
96 void appendTextTo(BufferType& output, unsigned position = 0)
249 template<typename BufferType>
250 void prependTextTo(BufferType& output)
338 template<typename BufferType>
339 void appendTextTo(BufferType& output) { m_textIterator.appendTextTo(output, m_runOffset); }
  /cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java 33 import android.widget.TextView.BufferType;
88 mTextView.setText(text, BufferType.EDITABLE);
147 mTextView.setText(text, BufferType.EDITABLE);
186 mTextView.setText("", BufferType.EDITABLE);
218 mTextView.setText("", BufferType.EDITABLE);
BaseKeyListenerTest.java 29 import android.widget.TextView.BufferType;
126 mTextView.setText(content, BufferType.EDITABLE);
NumberKeyListenerTest.java 29 import android.widget.TextView.BufferType;
132 mTextView.setText(text, BufferType.EDITABLE);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.cpp 127 ASSERT(m_type == BufferType || m_type == BufferKeyAndKeyPathType);
133 ASSERT(m_type == BufferType || m_type == BufferKeyAndKeyPathType);
192 : m_type(BufferType)
  /external/chromium_org/third_party/webrtc/base/
schanneladapter.cc 54 << ", " << FindLabel(sb.BufferType & ~SECBUFFER_ATTRMASK,
196 sb_in[0].BufferType = SECBUFFER_TOKEN;
246 if (buffer.BufferType == SECBUFFER_EXTRA) {
254 if (buffer.BufferType == SECBUFFER_EXTRA) {
256 } else if (buffer.BufferType == SECBUFFER_TOKEN) {
321 in_buf[0].BufferType = SECBUFFER_DATA;
334 if (in_buf[i].BufferType == SECBUFFER_DATA) {
339 } else if (in_buf[i].BufferType == SECBUFFER_EXTRA) {
482 out_buf[0].BufferType = SECBUFFER_STREAM_HEADER;
484 out_buf[1].BufferType = SECBUFFER_DATA
    [all...]
sec_buffer.h 50 this->BufferType = SECBUFFER_EMPTY;
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 40 enum BufferType {
157 virtual int32_t SetPlayoutBuffer(const BufferType type,
159 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_track_jni.h 88 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
90 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, // NOLINT
opensles_output.h 100 int32_t SetPlayoutBuffer(const AudioDeviceModule::BufferType type,
102 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, // NOLINT
  /frameworks/base/core/java/android/widget/
EditText.java 84 public void setText(CharSequence text, BufferType type) {
85 super.setText(text, BufferType.EDITABLE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PersistentState.java 102 mSaved.setText(restoredText, TextView.BufferType.EDITABLE);
ReceiveResult.java 91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 36 BufferType = buffer
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc 215 int32_t WebRtcAudioDeviceNotImpl::SetPlayoutBuffer(const BufferType type,
220 int32_t WebRtcAudioDeviceNotImpl::PlayoutBuffer(BufferType* type,
webrtc_audio_device_not_impl.h 90 const BufferType type, uint16_t size_ms) OVERRIDE;
92 BufferType* type, uint16_t* size_ms) const OVERRIDE;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h 319 } BufferType;
333 BufferType type; /* window, pixmap, pbuffer or glxwindow */

Completed in 605 milliseconds

1 2 3 4 5