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

1 2 3 4 5 6 7 8 9

  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 19 * This class simulates a hardware JPEG compressor. It receives image buffers
61 // Start compressing COMPRESSED format buffers; JpegCompressor takes
62 // ownership of the Buffers vector.
64 status_t start(Buffers *buffers, JpegListener *listener, CameraMetadata* settings);
67 status_t compressSynchronous(Buffers *buffers);
90 Buffers *mBuffers;
Base.h 31 /* Internal structure for passing buffers across threads */
44 typedef Vector<StreamBuffer> Buffers;
Sensor.h 117 void setDestinationBuffers(Buffers *buffers);
145 * cycles that have valid buffers to write to.
205 Buffers *mNextBuffers;
214 Buffers *mCapturedBuffers;
232 Buffers *mNextCapturedBuffers;
  /prebuilts/go/darwin-x86/src/net/
writev_test.go 21 buffers := Buffers{
29 got, err := ioutil.ReadAll(&buffers)
36 if len(buffers) != 0 {
37 t.Errorf("len(buffers) = %d; want 0", len(buffers))
43 in Buffers
45 want Buffers
48 in: Buffers{[]byte("foo"), []byte("bar")},
50 want: Buffers{[]byte("foo"), []byte("bar")}
    [all...]
  /prebuilts/go/linux-x86/src/net/
writev_test.go 21 buffers := Buffers{
29 got, err := ioutil.ReadAll(&buffers)
36 if len(buffers) != 0 {
37 t.Errorf("len(buffers) = %d; want 0", len(buffers))
43 in Buffers
45 want Buffers
48 in: Buffers{[]byte("foo"), []byte("bar")},
50 want: Buffers{[]byte("foo"), []byte("bar")}
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
consuming_buffers.hpp 26 // A proxy iterator for a sub-range in a list of buffers.
150 // A proxy for a sub-range in a list of buffers.
151 template <typename Buffer, typename Buffers>
155 // The type for each element in the list of buffers.
159 typedef consuming_buffers_iterator<Buffer, typename Buffers::const_iterator>
162 // Construct to represent the entire list of buffers.
163 consuming_buffers(const Buffers& buffers)
164 : buffers_(buffers),
184 typename Buffers::const_iterator first = other.buffers_.begin()
    [all...]
buffer_sequence_adapter.hpp 28 // The maximum number of buffers to support in a single operation.
60 // Helper class to translate buffers into the native buffer representation.
61 template <typename Buffer, typename Buffers>
66 explicit buffer_sequence_adapter(const Buffers& buffer_sequence)
69 typename Buffers::const_iterator iter = buffer_sequence.begin();
70 typename Buffers::const_iterator end = buffer_sequence.end();
79 native_buffer_type* buffers()
94 static bool all_empty(const Buffers& buffer_sequence)
96 typename Buffers::const_iterator iter = buffer_sequence.begin();
97 typename Buffers::const_iterator end = buffer_sequence.end()
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
50 /// Buffers - This is all of the buffers that we are reading from.
51 std::vector<SrcBuffer> Buffers;
85 assert(i < Buffers.size() && "Invalid Buffer ID!");
86 return Buffers[i];
90 assert(i < Buffers.size() && "Invalid Buffer ID!");
91 return Buffers[i].Buffer;
95 assert(i < Buffers.size() && "Invalid Buffer ID!");
96 return Buffers[i].IncludeLoc
    [all...]
  /device/generic/goldfish/camera/qemu-pipeline3/
QemuSensor.h 66 * Each Buffer in "buffers" must be at least stride*height*2 bytes in size.
68 void setDestinationBuffers(Buffers *buffers);
99 * cycles that have valid buffers to write to.
156 Buffers *mNextBuffers;
166 Buffers *mCapturedBuffers;
187 Buffers *mNextCapturedBuffers;
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Sensor.h 116 void setDestinationBuffers(Buffers *buffers);
143 * cycles that have valid buffers to write to.
203 Buffers *mNextBuffers;
212 Buffers *mCapturedBuffers;
230 Buffers *mNextCapturedBuffers;
JpegCompressor.h 18 * This class simulates a hardware JPEG compressor. It receives image buffers
54 // Start compressing COMPRESSED format buffers; JpegCompressor takes
55 // ownership of the Buffers vector.
57 status_t start(Buffers *buffers, JpegListener *listener);
60 status_t compressSynchronous(Buffers *buffers);
83 Buffers *mBuffers;
Base.h 35 /* Internal structure for passing buffers across threads */
48 typedef Vector<StreamBuffer> Buffers;
  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 1 //===- SourceMgr.cpp - Manager for Simple Source Buffers & Diagnostics ----===//
42 while (!Buffers.empty()) {
43 delete Buffers.back().Buffer;
44 Buffers.pop_back();
73 for (unsigned i = 0, e = Buffers.size(); i != e; ++i)
74 if (Loc.getPointer() >= Buffers[i].Buffer->getBufferStart() &&
77 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
MemoryBufferCache.h 1 //===- MemoryBufferCache.h - Cache for loaded memory buffers ----*- C++ -*-===//
23 /// Manage memory buffers across multiple users.
30 /// This locks in the current buffers, ensuring that no buffer that has already
40 /// Cache of buffers.
41 llvm::StringMap<BufferEntry> Buffers;
46 /// Bumped to prevent "older" buffers from being removed.
68 /// buffer was added. This prevents buffers from being removed.
71 /// Finalize the current buffers in the cache.

Completed in 778 milliseconds

1 2 3 4 5 6 7 8 9