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

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/net/
writev_test.go 20 buffers := Buffers{
28 got, err := ioutil.ReadAll(&buffers)
35 if len(buffers) != 0 {
36 t.Errorf("len(buffers) = %d; want 0", len(buffers))
42 in Buffers
44 want Buffers
47 in: Buffers{[]byte("foo"), []byte("bar")},
49 want: Buffers{[]byte("foo"), []byte("bar")}
    [all...]
  /prebuilts/go/linux-x86/src/net/
writev_test.go 20 buffers := Buffers{
28 got, err := ioutil.ReadAll(&buffers)
35 if len(buffers) != 0 {
36 t.Errorf("len(buffers) = %d; want 0", len(buffers))
42 in Buffers
44 want Buffers
47 in: Buffers{[]byte("foo"), []byte("bar")},
49 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/fake-pipeline2/
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;
JpegCompressor.h 19 * This class simulates a hardware JPEG compressor. It receives image buffers
57 // Start compressing COMPRESSED format buffers; JpegCompressor takes
58 // ownership of the Buffers vector.
60 status_t start(Buffers *buffers, JpegListener *listener);
63 status_t compressSynchronous(Buffers *buffers);
86 Buffers *mBuffers;
Base.h 31 /* Internal structure for passing buffers across threads */
44 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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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.
  /external/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
61 /// This is all of the buffers that we are reading from.
62 std::vector<SrcBuffer> Buffers;
74 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
99 return Buffers[i - 1];
104 return Buffers[i - 1].Buffer.get();
108 return Buffers.size();
118 return Buffers[i - 1].IncludeLoc;
128 Buffers.push_back(std::move(NB));
129 return Buffers.size()
    [all...]
  /external/llvm/tools/dsymutil/
BinaryHolder.cpp 25 std::vector<MemoryBufferRef> Buffers;
30 Buffers.emplace_back(ObjData, Filename);
32 return Buffers;
101 std::vector<MemoryBufferRef> Buffers;
102 Buffers.reserve(CurrentArchives.size());
120 Buffers.push_back(*ErrOrMem);
128 if (Buffers.empty())
130 return Buffers;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
56 /// This is all of the buffers that we are reading from.
57 std::vector<SrcBuffer> Buffers;
69 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
94 return Buffers[i - 1];
99 return Buffers[i - 1].Buffer.get();
103 return Buffers.size();
113 return Buffers[i - 1].IncludeLoc;
123 Buffers.push_back(std::move(NB));
124 return Buffers.size()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
63 /// This is all of the buffers that we are reading from.
64 std::vector<SrcBuffer> Buffers;
76 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
100 return Buffers[i - 1];
105 return Buffers[i - 1].Buffer.get();
109 return Buffers.size();
119 return Buffers[i - 1].IncludeLoc;
129 Buffers.push_back(std::move(NB));
130 return Buffers.size()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
63 /// This is all of the buffers that we are reading from.
64 std::vector<SrcBuffer> Buffers;
76 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
100 return Buffers[i - 1];
105 return Buffers[i - 1].Buffer.get();
109 return Buffers.size();
119 return Buffers[i - 1].IncludeLoc;
129 Buffers.push_back(std::move(NB));
130 return Buffers.size()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
63 /// This is all of the buffers that we are reading from.
64 std::vector<SrcBuffer> Buffers;
76 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
100 return Buffers[i - 1];
105 return Buffers[i - 1].Buffer.get();
109 return Buffers.size();
119 return Buffers[i - 1].IncludeLoc;
129 Buffers.push_back(std::move(NB));
130 return Buffers.size()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
63 /// This is all of the buffers that we are reading from.
64 std::vector<SrcBuffer> Buffers;
76 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
100 return Buffers[i - 1];
105 return Buffers[i - 1].Buffer.get();
109 return Buffers.size();
119 return Buffers[i - 1].IncludeLoc;
129 Buffers.push_back(std::move(NB));
130 return Buffers.size()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
63 /// This is all of the buffers that we are reading from.
64 std::vector<SrcBuffer> Buffers;
76 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
100 return Buffers[i - 1];
105 return Buffers[i - 1].Buffer.get();
109 return Buffers.size();
119 return Buffers[i - 1].IncludeLoc;
129 Buffers.push_back(std::move(NB));
130 return Buffers.size()
    [all...]

Completed in 747 milliseconds

1 2 3 4 5 6