HomeSort by relevance Sort by last modified time
    Searched defs:BufferEntry (Results 1 - 6 of 6) sorted by null

  /device/google/cuttlefish_common/common/vsoc/shm/
gralloc_layout.h 29 struct BufferEntry {
50 ASSERT_SHM_COMPATIBLE(BufferEntry);
60 8 + GuestLock::layout_size + BufferEntry::layout_size;
69 BufferEntry buffers_table[1];
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_buffer.h 35 struct BufferEntry {
36 BufferEntry(ValueType v, WeightType w)
38 BufferEntry() : value(), weight(0) {}
40 bool operator<(const BufferEntry& other) const {
43 bool operator==(const BufferEntry& other) const {
47 const BufferEntry& entry) {
81 vec_.push_back(BufferEntry(std::move(value), std::move(weight)));
87 std::vector<BufferEntry> GenerateEntryList() {
88 std::vector<BufferEntry> ret;
98 BufferEntry tmp = ret[i]
    [all...]
  /external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
weighted_quantiles_buffer.h 35 struct BufferEntry {
36 BufferEntry(ValueType v, WeightType w)
38 BufferEntry() : value(), weight(0) {}
40 bool operator<(const BufferEntry& other) const {
43 bool operator==(const BufferEntry& other) const {
47 const BufferEntry& entry) {
81 vec_.push_back(BufferEntry(std::move(value), std::move(weight)));
87 std::vector<BufferEntry> GenerateEntryList() {
88 std::vector<BufferEntry> ret;
98 BufferEntry tmp = ret[i]
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 223 typedef KeyedVector<StreamId, GraphicBufferEntry> BufferEntry;
225 typedef std::list<BufferEntry> BufferList;
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
RetriableStream.java 81 new ArrayList<BufferEntry>(8), Collections.<Substream>emptyList(), null, false, false);
201 List<BufferEntry> list = null;
231 for (BufferEntry bufferEntry : list) {
243 bufferEntry.runWith(substream);
269 class StartEntry implements BufferEntry {
310 private void delayOrExecute(BufferEntry bufferEntry) {
314 state.buffer.add(bufferEntry);
320 bufferEntry.runWith(substream)
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 1335 milliseconds