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

1 2 3 4 5 6 7

  /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...]
  /hardware/interfaces/cas/native/1.0/
types.hal 66 enum BufferType : uint32_t {
75 BufferType type;
  /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/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EngineHandshakeBenchmark.java 49 BufferType bufferType();
65 BufferType bufferType = config.bufferType();
71 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
72 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
73 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
74 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
100 public BufferType bufferType()
    [all...]
BufferType.java 25 public enum BufferType {
EngineWrapBenchmark.java 52 BufferType bufferType();
73 BufferType bufferType = config.bufferType();
79 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
80 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
81 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
82 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
86 messageBuffer = bufferType.newBuffer(messageSize)
    [all...]
  /external/skia/src/shaders/gradients/
Sk4fGradientBase.h 47 using BufferType = SkSTArray<8, Sk4fGradientInterval, true>;
49 const BufferType* operator->() const { return &fIntervals; }
52 BufferType fIntervals;
  /hardware/interfaces/drm/1.0/
types.hal 296 enum BufferType : uint32_t {
335 BufferType type;
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 41 import android.widget.TextView.BufferType;
99 mEditText1.setText("android", BufferType.NORMAL);
102 mEditText1.setText("", BufferType.SPANNABLE);
105 mEditText1.setText(null, BufferType.EDITABLE);
112 mEditText1.setText("android", BufferType.EDITABLE);
127 mEditText1.setText("android", BufferType.EDITABLE);
134 mEditText1.setText("android", BufferType.EDITABLE);
141 mEditText1.setText("android", BufferType.EDITABLE);
164 mEditText1.setText("android", BufferType.EDITABLE);
171 mEditText1.setText("android", BufferType.EDITABLE)
    [all...]
  /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
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhEngineHandshakeBenchmark.java 59 public BufferType b_buffer;
79 public BufferType bufferType() {
JmhEngineWrapBenchmark.java 60 public BufferType b_buffer;
93 public BufferType 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/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptEngineTest.java 53 public enum BufferType {
75 BufferType(BufferAllocator allocator) {
109 public static Iterable<BufferType> data() {
111 BufferType.HEAP_ALLOCATOR, BufferType.HEAP_NO_ALLOCATOR, BufferType.DIRECT);
114 @Parameter public BufferType bufferType;
173 ByteBuffer clientCleartextBuffer = bufferType.newBuffer(MESSAGE_SIZE);
182 ByteBuffer out = bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize())
    [all...]
  /external/curl/lib/vauth/
krb5_sspi.c 196 chlg_buf.BufferType = SECBUFFER_TOKEN;
205 resp_buf.BufferType = SECBUFFER_TOKEN;
333 input_buf[0].BufferType = SECBUFFER_STREAM;
336 input_buf[1].BufferType = SECBUFFER_DATA;
427 wrap_buf[0].BufferType = SECBUFFER_TOKEN;
430 wrap_buf[1].BufferType = SECBUFFER_DATA;
433 wrap_buf[2].BufferType = SECBUFFER_PADDING;
digest_sspi.c 195 chlg_buf.BufferType = SECBUFFER_TOKEN;
203 resp_buf.BufferType = SECBUFFER_TOKEN;
455 chlg_buf[0].BufferType = SECBUFFER_TOKEN;
458 chlg_buf[1].BufferType = SECBUFFER_PKG_PARAMS;
461 chlg_buf[2].BufferType = SECBUFFER_PKG_PARAMS;
469 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;

Completed in 955 milliseconds

1 2 3 4 5 6 7