HomeSort by relevance Sort by last modified time
    Searched refs:Buffers (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 190 SmallVector<std::unique_ptr<MemoryBuffer>, 2> Buffers;
MCJIT.cpp 136 Buffers.push_back(std::move(MemBuf));
229 Buffers.push_back(std::move(ObjectToLoad));
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.h 112 std::vector<BufferCacheEntry> Buffers;
ComposerClient.cpp 305 ly->second.Buffers.resize(bufferSlotCount);
1107 if (slot < ly->second.Buffers.size()) {
1108 entry = &ly->second.Buffers[slot];
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidProtocolBufferException.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
CodedOutputStream.ComputeSize.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
ByteString.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
GeneratedClrTypeInfo.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
ReflectionUtil.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
DescriptorPool.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
FieldDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/csharp/src/Google.Protobuf.Test/
ByteStringTest.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/js/binary/
writer_test.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
constants.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
decoder_test.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /external/protobuf/js/
debug.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
proto3_test.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /prebuilts/go/darwin-x86/src/net/
fd_windows.go 110 func (o *operation) InitBufs(buf *Buffers) {
125 // ClearBufs clears all pointers to Buffers parameter captured
512 func (c *conn) writeBuffers(v *Buffers) (int64, error) {
523 func (fd *netFD) writeBuffers(buf *Buffers) (int64, error) {
  /prebuilts/go/linux-x86/src/net/
fd_windows.go 110 func (o *operation) InitBufs(buf *Buffers) {
125 // ClearBufs clears all pointers to Buffers parameter captured
512 func (c *conn) writeBuffers(v *Buffers) (int64, error) {
523 func (fd *netFD) writeBuffers(buf *Buffers) (int64, error) {
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/llvm/lib/Object/
ArchiveWriter.cpp 345 std::vector<std::unique_ptr<MemoryBuffer>> Buffers;
  /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DescriptorsTest.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 465 buffer_handle_t *buffers) {
473 ALOGV("%s: Stream %d registering %d buffers", __FUNCTION__,
476 // Assumes that all buffers have the same format.
478 ALOGE("%s: Stream %d only has %d buffers!",
483 reinterpret_cast<const cb_handle_t*>(buffers[0]);
835 mNextBuffers = new Buffers;
837 ALOGV("Configure: Setting up buffers for capture");
957 mNextBuffers = new Buffers;
959 ALOGV("Configure: Setting up input buffers for reprocess");
988 ALOGV("Configure: Setting up output buffers for reprocess")
    [all...]
EmulatedFakeCamera3.cpp 322 // Always update usage and max buffers
763 ALOGE("%s: Request %d: No output buffers provided!",
768 // Validate all buffers, starting with input buffer if it's given
856 Buffers *sensorBuffers = new Buffers();
857 HalBufferVector *buffers = new HalBufferVector(); local
860 buffers->setCapacity(request->num_output_buffers);
862 // Process all the buffers we got for output, constructing internal buffer
922 // Either waiting or locking failed. Unlock locked buffers and bail
929 delete buffers;
    [all...]

Completed in 1622 milliseconds

1 23 4 5