| /external/parameter-framework/asio-1.10.6/include/asio/impl/ |
| write.hpp | 169 buffer_(buffers), 179 buffer_(other.buffer_), 189 buffer_(other.buffer_), 207 asio::buffer(buffer_ + total_transferred_, n), 213 || total_transferred_ == asio::buffer_size(buffer_)) 223 asio::mutable_buffer buffer_; member in class:asio::detail::write_op 243 buffer_(buffers), 253 buffer_(other.buffer_) 297 asio::const_buffer buffer_; member in class:asio::detail::write_op [all...] |
| /external/perfetto/include/perfetto/base/ |
| watchdog_posix.h | 99 return buffer_[position_]; 106 return buffer_[(position_ + size_ - 1) % size_]; 116 std::unique_ptr<uint64_t[]> buffer_; member in class:perfetto::base::Watchdog::WindowedInterval
|
| /external/protobuf/src/google/protobuf/io/ |
| printer.h | 296 char* buffer_; member in class:google::protobuf::io::Printer
|
| /external/v8/src/ |
| value-serializer.h | 151 uint8_t* buffer_ = nullptr; member in class:v8::internal::SerializationTag
|
| /external/webrtc/talk/app/webrtc/ |
| androidvideocapturer.cc | 63 buffer_ = buffer; 71 buffer_ = nullptr; 87 RTC_CHECK(buffer_->native_handle() == nullptr); 90 ShallowCenterCrop(buffer_, dst_width, dst_height), 104 if (buffer_->native_handle() != nullptr) { 106 RTC_CHECK_EQ(cropped_input_width, buffer_->width()); 107 RTC_CHECK_EQ(cropped_input_height, buffer_->height()); 109 static_cast<webrtc_jni::AndroidTextureBuffer*>(buffer_.get()) 125 rtc::scoped_refptr<webrtc::VideoFrameBuffer> buffer_; member in class:webrtc::AndroidVideoCapturer::FrameFactory
|
| /frameworks/base/tools/aapt2/ |
| DominatorTree_test.cpp | 42 buffer_.str(""); 43 buffer_.clear(); 45 return buffer_.str(); 51 buffer_ << std::string(indent, ' ') 63 std::stringstream buffer_; member in class:aapt::__anon45955::PrettyPrinter
|
| /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/ |
| bitcode_wrapperer.h | 138 uint8_t BufferLookahead(int i) { return buffer_[cursor_ + i]; } 180 std::vector<uint8_t> buffer_; member in class:BitcodeWrapperer
|
| /frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
| shared_buffer_helpers.h | 56 IonBuffer* buffer_ = nullptr; member in class:android::dvr::CPUMappedBuffer
|
| /frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
| array_wrapper.h | 30 ArrayWrapper() : buffer_(nullptr), capacity_(0), end_(0) {} 33 : buffer_(&buffer[0]), 48 buffer_ = other.buffer_; 60 buffer_ = other.buffer_; 63 other.buffer_ = nullptr; 71 pointer data() { return buffer_; } 72 const_pointer data() const { return buffer_; } 74 pointer begin() { return &buffer_[0]; 97 pointer buffer_; member in class:android::pdx::rpc::ArrayWrapper [all...] |
| buffer_wrapper.h | 30 BufferWrapper() : buffer_(nullptr), capacity_(0), end_(0) {} 33 : buffer_(&buffer[0]), 48 buffer_ = other.buffer_; 60 buffer_ = other.buffer_; 63 other.buffer_ = nullptr; 71 pointer data() { return buffer_; } 72 const_pointer data() const { return buffer_; } 74 pointer begin() { return &buffer_[0]; 94 pointer buffer_; member in class:android::pdx::rpc::BufferWrapper 146 BufferType buffer_; member in class:android::pdx::rpc::BufferWrapper [all...] |
| payload.h | 24 : buffer_(MessageBuffer<Slot>::GetEmptyBuffer()), 25 cursor_(buffer_.begin()), 26 const_cursor_(buffer_.cbegin()) {} 37 typename BufferType::const_iterator ConstEnd() { return buffer_.cend(); } 41 buffer_.resize(size); 42 cursor_ = buffer_.begin(); 43 const_cursor_ = buffer_.cbegin(); 47 void Rewind() { const_cursor_ = buffer_.cbegin(); } 52 const std::size_t offset = buffer_.size(); 53 buffer_.resize(offset + size) 71 BufferType& buffer_; member in class:android::pdx::rpc::MessagePayload [all...] |
| string_wrapper.h | 32 StringWrapper() : buffer_(nullptr), capacity_(0), end_(0) {} 35 : buffer_(&buffer[0]), 53 buffer_ = other.buffer_; 65 buffer_ = other.buffer_; 68 other.buffer_ = nullptr; 76 pointer data() { return buffer_; } 77 const_pointer data() const { return buffer_; } 79 pointer begin() { return &buffer_[0]; 100 pointer buffer_; member in class:android::pdx::rpc::StringWrapper [all...] |
| /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
| filereadstream.h | 37 FileReadStream(std::FILE* fp, char* buffer, size_t bufferSize) : fp_(fp), buffer_(buffer), bufferSize_(bufferSize), bufferLast_(0), current_(buffer_), readCount_(0), count_(0), eof_(false) {
45 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); }
64 readCount_ = fread(buffer_, 1, bufferSize_, fp_);
65 bufferLast_ = buffer_ + readCount_ - 1;
66 current_ = buffer_;
69 buffer_[readCount_] = '\0';
77 Ch *buffer_;
member in class:FileReadStream
|
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
| zero_copy_stream_impl_lite.h | 216 // Insures that buffer_ is not NULL. 234 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor 305 // Insures that buffer_ is not NULL. 323 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
|
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
| zero_copy_stream_impl_lite.h | 216 // Insures that buffer_ is not NULL. 234 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor 305 // Insures that buffer_ is not NULL. 323 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
|
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
| zero_copy_stream_impl_lite.h | 216 // Insures that buffer_ is not NULL. 234 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor 305 // Insures that buffer_ is not NULL. 323 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
| printer.h | 296 char* buffer_; member in class:google::protobuf::io::Printer
|
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/ |
| zero_copy_stream_impl_lite.h | 216 // Insures that buffer_ is not NULL. 234 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingInputStreamAdaptor 305 // Insures that buffer_ is not NULL. 323 scoped_array<uint8> buffer_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
|
| /system/core/debuggerd/libdebuggerd/test/ |
| dump_memory_test.cpp | 115 size_t bytes_available = buffer_.size() - offset; 126 memcpy(buffer, buffer_.data() + offset, bytes); 134 buffer_.resize(bytes); 135 memcpy(buffer_.data(), buffer, bytes); 141 if (bytes > buffer_.size()) { 149 std::vector<uint8_t> buffer_; member in class:MemoryMock [all...] |
| /system/core/libziparchive/include/ziparchive/ |
| zip_writer.h | 184 std::vector<uint8_t> buffer_; member in class:ZipWriter
|
| /system/keymaster/include/keymaster/ |
| serializable.h | 204 Buffer() : buffer_(nullptr), buffer_size_(0), read_position_(0), write_position_(0) {} 205 explicit Buffer(size_t size) : buffer_(nullptr) { Reinitialize(size); } 206 Buffer(const void* buf, size_t size) : buffer_(nullptr) { Reinitialize(buf, size); } 230 const uint8_t* peek_read() const { return buffer_.get() + read_position_; } 238 uint8_t* peek_write() { return buffer_.get() + write_position_; } 256 UniquePtr<uint8_t[]> buffer_; member in class:keymaster::Buffer
|
| /system/update_engine/payload_consumer/ |
| delta_performer.h | 184 // Appends up to |*count_p| bytes from |*bytes_p| to |buffer_|, but only to 185 // the extent that the size of |buffer_| does not exceed |max|. Advances 236 // Extracts the payload signature message from the current |buffer_| if the 241 // Updates the payload hash calculator with the bytes in |buffer_|, also 243 // bytes in |buffer_|. Then discard the content, ensuring that memory is being 330 brillo::Blob buffer_; member in class:chromeos_update_engine::DeltaPerformer 331 // Offset of buffer_ in the binary blobs section of the update.
|
| /external/google-breakpad/src/common/ |
| byte_cursor.h | 86 : buffer_(buffer), here_(buffer->start), 97 assert(buffer_->start <= here && here <= buffer_->end); 103 size_t Available() const { return size_t(buffer_->end - here_); } 177 here_ = buffer_->end; 243 here_ = buffer_->end; 250 const ByteBuffer *buffer_; member in namespace:google_breakpad 252 // The next byte within buffer_ that we'll read.
|
| /external/libchrome/base/strings/ |
| safe_sprintf.cc | 113 : buffer_(buffer), 145 // Returns the number of bytes that would have been emitted to |buffer_| 154 // Emits one |ch| character into the |buffer_| and updates the |count_| of 159 // have been allocated for the |buffer_|. 162 buffer_[count_] = ch; 172 // Inserts |padding|-|len| bytes worth of padding into the |buffer_|. 176 // Returns "false", iff the the |buffer_| filled up (i.e. |count_| 221 // Returns "false", if the |buffer_| overflowed at any time. 251 // at |buffer_| + |count_|, but could be before that if truncation 253 // successfully placed into the |buffer_| 263 char* buffer_; member in class:base::strings::__anon24295::Buffer [all...] |
| /external/libmojo/mojo/public/c/system/tests/ |
| core_perftest.cc | 117 CorePerftest() : buffer_(nullptr), num_bytes_(0) {} 136 MojoWriteMessage(self->h0_, self->buffer_, self->num_bytes_, nullptr, 0, 141 result = MojoReadMessage(self->h1_, self->buffer_, &read_bytes, nullptr, 236 void* buffer_; member in class:__anon25176::CorePerftest 272 buffer_ = buffer;
|