HomeSort by relevance Sort by last modified time
    Searched defs:GetBuffer (Results 1 - 25 of 40) sorted by null

1 2

  /external/pdfium/core/fxcrt/
cfx_widetextbuf.h 18 wchar_t* GetBuffer() const {
cfx_binarybuf.h 21 uint8_t* GetBuffer() const { return m_pBuffer.get(); }
cfx_memorystream.h 33 uint8_t* GetBuffer() const {
  /device/google/cuttlefish_common/common/vsoc/lib/
screen_region_view.cpp 40 void* ScreenRegionView::GetBuffer(int buffer_idx) {
  /external/pdfium/core/fxcrt/css/
cfx_csstextbuf.h 25 const wchar_t* GetBuffer() const { return m_pBuffer; }
  /external/tensorflow/tensorflow/lite/core/api/
error_reporter_test.cc 30 char* GetBuffer() { return buffer_; }
41 EXPECT_EQ(0, strcmp(mock_reporter.GetBuffer(), "Error: 23"));
flatbuffer_conversions_test.cc 35 char* GetBuffer() { return buffer_; }
op_resolver_test.cc 71 char* GetBuffer() { return buffer_; }
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_alias_analysis.h 59 const HloBuffer& GetBuffer(HloBuffer::Id buffer_id) const {
62 HloBuffer& GetBuffer(HloBuffer::Id buffer_id) {
logical_buffer_analysis.cc 78 LogicalBuffer& LogicalBufferAnalysis::GetBuffer(LogicalBuffer::Id id) const {
84 LogicalBuffer& LogicalBufferAnalysis::GetBuffer(HloInstruction* instruction,
buffer_liveness_test.cc 39 const LogicalBuffer& GetBuffer(const BufferLiveness& liveness,
58 GetBuffer(liveness, /*instruction=*/a, /*index=*/{}),
59 GetBuffer(liveness, /*instruction=*/b, /*index=*/{}));
93 GetBuffer(liveness, instruction, /*index=*/{}));
354 liveness->MayInterfere(GetBuffer(*liveness, add, /*index=*/{}),
355 GetBuffer(*liveness, recv, /*index=*/{0})));
464 GetBuffer(*liveness, tuple_constant, /*index=*/{})));
466 GetBuffer(*liveness, tuple_constant, /*index=*/{0})));
468 GetBuffer(*liveness, tuple_constant, /*index=*/{0, 0})));
470 GetBuffer(*liveness, tuple_constant, /*index=*/{0, 1})))
    [all...]
  /external/vixl/src/
assembler-base-vixl.h 50 void FinalizeCode() { GetBuffer()->SetClean(); }
52 ptrdiff_t GetCursorOffset() const { return GetBuffer().GetCursorOffset(); }
58 return GetBuffer().GetOffsetAddress<T>(GetCursorOffset());
64 CodeBuffer* GetBuffer() { return &buffer_; }
65 const CodeBuffer& GetBuffer() const { return buffer_; }
85 VIXL_DEPRECATED("GetBuffer().GetOffsetAddress<T>(offset)",
87 return GetBuffer().GetOffsetAddress<T>(offset);
92 VIXL_DEPRECATED("GetBuffer().GetStartAddress<T>()",
94 return GetBuffer().GetOffsetAddress<T>(0);
  /external/libbrillo/brillo/streams/
memory_containers.cc 66 void* ptr = GetBuffer(offset, error);
89 void* ContiguousReadOnlyBufferBase::GetBuffer(size_t /* offset */,
116 void* StringPtr::GetBuffer(size_t offset, ErrorPtr* /* error */) {
  /external/image_io/includes/image_io/base/
data_segment.h 84 const Byte* GetBuffer(size_t location) const {
  /external/protobuf/src/google/protobuf/stubs/
bytestream.cc 92 delete[] buf_; // Just in case the user didn't call GetBuffer.
112 char* GrowingArrayByteSink::GetBuffer(size_t* nbytes) {
  /device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
base_composer.cpp 43 void* frame_buffer = frame_buffer_.GetBuffer(fb_index);
138 auto buff = static_cast<char*>(GetBuffer(current_offset));
153 void* FrameBuffer::GetBuffer(int fb_index) {
  /external/lzma/CPP/7zip/Common/
StreamObjects.h 88 const Byte *GetBuffer() const { return _buffer; }
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 68 internal static byte[] GetBuffer(ByteString bytes)
  /external/tensorflow/tensorflow/core/kernels/
stage_op.cc 179 Status GetBuffer(OpKernelContext* ctx, const NodeDef& ndef, Buffer** buf) {
207 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
234 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
267 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
304 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
334 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
  /external/v8/src/objects/
js-array-buffer.cc 201 Handle<JSArrayBuffer> JSTypedArray::GetBuffer() {
  /external/tensorflow/tensorflow/lite/experimental/writer/
writer_lib.cc 234 TfLiteStatus InterpreterWriter::GetBuffer(std::unique_ptr<uint8_t[]>* out,
272 TF_LITE_ENSURE_STATUS(GetBuffer(&buffer, &size));
  /art/compiler/utils/x86/
assembler_x86.h 300 ArrayRef<const int32_t> GetBuffer() const {
  /art/compiler/utils/x86_64/
assembler_x86_64.h 320 ArrayRef<const int32_t> GetBuffer() const {
    [all...]
  /external/webrtc/webrtc/base/
stream.h 446 char* GetBuffer() { return buffer_; }
447 const char* GetBuffer() const { return buffer_; }
  /art/compiler/utils/
assembler.h 400 AssemblerBuffer* GetBuffer() {

Completed in 833 milliseconds

1 2