/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
thread_local_buffer.h | 46 using BufferType = std::vector<T, Allocator>; 67 static BufferType& GetBuffer(std::size_t capacity = Capacity) { 76 static BufferType& GetEmptyBuffer() { 85 static BufferType& GetSizedBuffer(std::size_t size = Capacity) { 104 GetBufferGuard().reset(buffer_ = new BufferType(capacity)); 115 static thread_local BufferType* buffer_; 117 static std::unique_ptr<BufferType>& GetBufferGuard() { 119 static thread_local std::unique_ptr<BufferType> buffer_guard; 127 typename ThreadLocalBuffer<T, Allocator, Capacity, Slot>::BufferType*
|
buffer_wrapper.h | 102 using BufferType = typename std::vector<T, Allocator>; 103 using value_type = typename BufferType::value_type; 104 using size_type = typename BufferType::size_type; 105 using reference = typename BufferType::reference; 106 using const_reference = typename BufferType::const_reference; 107 using pointer = typename BufferType::pointer; 108 using const_pointer = typename BufferType::const_pointer; 109 using iterator = typename BufferType::iterator; 110 using const_iterator = typename BufferType::const_iterator; 113 BufferWrapper(const BufferType& buffer) : buffer_(buffer) { [all...] |
payload.h | 19 using BufferType = typename MessageBuffer<Slot>::BufferType; 30 typename BufferType::iterator& Cursor() { return cursor_; } 34 typename BufferType::const_iterator& ConstCursor() { return const_cursor_; } 37 typename BufferType::const_iterator ConstEnd() { return buffer_.cend(); } 71 BufferType& buffer_; 72 typename BufferType::iterator cursor_; 73 typename BufferType::const_iterator const_cursor_; 121 using BufferType = typename ContainerType::BufferType; [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);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
EditTextTest.java | 39 import android.widget.TextView.BufferType; 95 mEditText1.setText("android", BufferType.NORMAL); 98 mEditText1.setText("", BufferType.SPANNABLE); 101 mEditText1.setText(null, BufferType.EDITABLE); 108 mEditText1.setText("android", BufferType.EDITABLE); 123 mEditText1.setText("android", BufferType.EDITABLE); 130 mEditText1.setText("android", BufferType.EDITABLE); 137 mEditText1.setText("android", BufferType.EDITABLE); 160 mEditText1.setText("android", BufferType.EDITABLE); 167 mEditText1.setText("android", BufferType.EDITABLE) [all...] |
/external/skia/src/effects/gradients/ |
Sk4fGradientBase.h | 45 using BufferType = SkSTArray<8, Sk4fGradientInterval, true>; 47 const BufferType* operator->() const { return &fIntervals; } 50 BufferType fIntervals;
|
/hardware/interfaces/drm/1.0/ |
types.hal | 296 enum BufferType : uint32_t { 335 BufferType type;
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
MainHexEditor.c | 234 if (HMainEditor.BufferImage->BufferType != FileTypeFileBuffer) {
277 HMainEditor.BufferImage->BufferType
786 HMainEditor.BufferImage->BufferType
826 EDIT_FILE_TYPE BufferType;
828 BufferType = HMainEditor.BufferImage->BufferType;
901 HMainEditor.BufferImage->BufferType
908 HMainEditor.BufferImage->BufferType == FileTypeFileBuffer?HMainEditor.BufferImage->FileImage->FileName:HMainEditor.BufferImage->BufferType == FileTypeDiskBuffer?HMainEditor.BufferImage->DiskImage->Name:NULL,
909 HMainEditor.BufferImage->BufferType,
[all...] |
BufferImage.h | 94 @param[in] BufferType The type of buffer to save. IGNORED.
108 IN EDIT_FILE_TYPE BufferType,
121 @param[in] BufferType The type of buffer to save. IGNORED.
133 IN EDIT_FILE_TYPE BufferType
|
HexEditorTypes.h | 104 EDIT_FILE_TYPE BufferType;
|
/packages/apps/Settings/src/com/android/settings/ |
LinkifyUtils.java | 25 import android.widget.TextView.BufferType; 65 textView.setText(text.toString(), BufferType.SPANNABLE);
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/ |
LinkTextView.java | 41 public void setText(CharSequence text, BufferType type) {
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
TextViewBindingObject.java | 63 private TextView.BufferType mBufferType = TextView.BufferType.NORMAL; 129 public TextView.BufferType getBufferType() { 278 mBufferType = TextView.BufferType.SPANNABLE;
|
/frameworks/base/core/java/android/widget/ |
EditText.java | 112 public void setText(CharSequence text, BufferType type) { 113 super.setText(text, BufferType.EDITABLE);
|
/frameworks/base/libs/hwui/ |
PixelBuffer.h | 48 enum BufferType { 69 BufferType type = kBufferType_Auto);
|
/external/curl/lib/vauth/ |
krb5_sspi.c | 174 chlg_buf.BufferType = SECBUFFER_TOKEN; 183 resp_buf.BufferType = SECBUFFER_TOKEN; 311 input_buf[0].BufferType = SECBUFFER_STREAM; 314 input_buf[1].BufferType = SECBUFFER_DATA; 405 wrap_buf[0].BufferType = SECBUFFER_TOKEN; 408 wrap_buf[1].BufferType = SECBUFFER_DATA; 411 wrap_buf[2].BufferType = SECBUFFER_PADDING;
|
digest_sspi.c | 174 chlg_buf.BufferType = SECBUFFER_TOKEN; 182 resp_buf.BufferType = SECBUFFER_TOKEN; 434 chlg_buf[0].BufferType = SECBUFFER_TOKEN; 437 chlg_buf[1].BufferType = SECBUFFER_PKG_PARAMS; 440 chlg_buf[2].BufferType = SECBUFFER_PKG_PARAMS; 448 resp_buf.BufferType = SECBUFFER_TOKEN;
|
/external/webrtc/webrtc/modules/audio_device/include/ |
audio_device.h | 42 enum BufferType { 159 virtual int32_t SetPlayoutBuffer(const BufferType type, 161 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
|
/hardware/interfaces/drm/1.0/default/ |
CryptoPlugin.cpp | 71 if (destination.type == BufferType::SHARED_MEMORY) { 121 if (destination.type == BufferType::SHARED_MEMORY) { 129 } else if (destination.type == BufferType::NATIVE_HANDLE) {
|
/frameworks/av/media/libmedia/include/media/ |
OMXBuffer.h | 110 enum BufferType { 119 BufferType mBufferType;
|
/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);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
types.py | 36 BufferType = buffer
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
types.py | 36 BufferType = buffer
|