HomeSort by relevance Sort by last modified time
    Searched defs:GetBuffer (Results 1 - 25 of 46) 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/compiler/xla/service/
hlo_alias_analysis.h 55 const HloBuffer& GetBuffer(HloBuffer::Id buffer_id) const {
58 HloBuffer& GetBuffer(HloBuffer::Id buffer_id) {
logical_buffer_analysis.cc 77 LogicalBuffer& LogicalBufferAnalysis::GetBuffer(LogicalBuffer::Id id) const {
83 LogicalBuffer& LogicalBufferAnalysis::GetBuffer(HloInstruction* instruction,
buffer_liveness_test.cc 37 const LogicalBuffer& GetBuffer(const BufferLiveness& liveness,
56 GetBuffer(liveness, /*instruction=*/a, /*index=*/{}),
57 GetBuffer(liveness, /*instruction=*/b, /*index=*/{}));
91 GetBuffer(liveness, instruction, /*index=*/{}));
352 liveness->MayInterfere(GetBuffer(*liveness, add, /*index=*/{}),
353 GetBuffer(*liveness, recv, /*index=*/{0})));
460 GetBuffer(*liveness, tuple_constant, /*index=*/{})));
462 GetBuffer(*liveness, tuple_constant, /*index=*/{0})));
464 GetBuffer(*liveness, tuple_constant, /*index=*/{0, 0})));
466 GetBuffer(*liveness, tuple_constant, /*index=*/{0, 1})))
    [all...]
tuple_points_to_analysis.cc 210 &logical_buffer_analysis_->GetBuffer(hlo_instruction, index));
262 logical_buffer_analysis_->GetBuffer(copy, /*index=*/{}),
316 &logical_buffer_analysis_->GetBuffer(send, ShapeIndex({})));
321 &logical_buffer_analysis_->GetBuffer(send, ShapeIndex({1})));
348 logical_buffer_analysis_->GetBuffer(tuple, /*index=*/{}),
411 logical_buffer_analysis_->GetBuffer(select, /*index=*/{}),
457 if (GetBuffer(buffer.id()).instruction() != buffer.instruction() ||
458 GetBuffer(buffer.id()).index() != buffer.index()) {
461 buffer.ToString().c_str(), GetBuffer(buffer.id()).ToString().c_str());
467 const LogicalBuffer& TuplePointsToAnalysis::GetBuffer(
    [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);
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
thread_local_buffer.h 67 static BufferType& GetBuffer(std::size_t capacity = Capacity) {
68 PDX_TRACE_NAME("ThreadLocalBuffer::GetBuffer");
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 31 2. StringBuffer::GetString() returns a null-terminated string. MemoryBuffer::GetBuffer() returns a buffer without terminator.
50 const Ch* GetBuffer() const {
  /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/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) {
  /frameworks/ml/nn/common/operations/
SVDF.cpp 28 inline T *GetBuffer(RunTimeOperandInfo* operand) {
33 inline const T *GetBuffer(const RunTimeOperandInfo* operand) {
113 memcpy(GetBuffer<float>(state_out_), GetBuffer<float>(state_in_),
117 float* state_ptr_batch = GetBuffer<float>(state_out_) + b * memory_size * num_filters;
127 GetBuffer<float>(weights_feature_), num_filters, input_size,
128 GetBuffer<float>(input_), batch_size,
129 &GetBuffer<float>(state_out_)[memory_size - 1], memory_size);
138 GetBuffer<float>(state_out_) + b * memory_size * num_filters;
141 GetBuffer<float>(weights_time_), state_out_ptr_batch, memory_size, num_filters
    [all...]
LSTM.cpp 28 inline T *GetBuffer(RunTimeOperandInfo* operand) {
33 inline const T *GetBuffer(const RunTimeOperandInfo* operand) {
332 tflite::tensor_utils::VectorBatchVectorAssign(GetBuffer<float>(input_gate_bias_),
335 tflite::tensor_utils::VectorBatchVectorAssign(GetBuffer<float>(forget_gate_bias_),
337 tflite::tensor_utils::VectorBatchVectorAssign(GetBuffer<float>(cell_bias_),
339 tflite::tensor_utils::VectorBatchVectorAssign(GetBuffer<float>(output_gate_bias_),
345 GetBuffer<float>(input_to_input_weights_), n_cell, n_input,
346 GetBuffer<float>(input_), n_batch, input_gate_scratch, /*result_stride*/1);
349 GetBuffer<float>(input_to_forget_weights_), n_cell, n_input,
350 GetBuffer<float>(input_), n_batch, forget_gate_scratch, /*result_stride*/1)
    [all...]
  /external/libchrome/base/
values.cc 239 const char* Value::GetBuffer() const {
    [all...]
  /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 186 Status GetBuffer(OpKernelContext* ctx, const NodeDef& ndef, Buffer** buf) {
214 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
241 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
274 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
311 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
341 OP_REQUIRES_OK(ctx, GetBuffer(ctx, def(), &buf));
  /frameworks/native/services/vr/bufferhubd/
producer_channel.cpp 207 case BufferHubRPC::GetBuffer::Opcode:
208 DispatchRemoteMethod<BufferHubRPC::GetBuffer>(
237 BufferDescription<BorrowedHandle> ProducerChannel::GetBuffer(
249 return {GetBuffer(BufferHubDefs::kProducerStateBit)};
  /external/perfetto/src/ftrace_reader/
cpu_reader.cc 232 uint8_t* buffer = GetBuffer();
259 uint8_t* CpuReader::GetBuffer() {
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_client.h 96 std::shared_ptr<BufferHubBuffer> GetBuffer(size_t slot) const {
309 std::shared_ptr<BufferProducer> GetBuffer(size_t slot) const {
311 BufferHubQueue::GetBuffer(slot));
378 std::shared_ptr<BufferConsumer> GetBuffer(size_t slot) const {
380 BufferHubQueue::GetBuffer(slot));
  /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...]

Completed in 672 milliseconds

1 2