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

1 23 4 5 6

  /external/protobuf/js/commonjs/
import_test.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /external/protobuf/js/
node_loader.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /external/protobuf/util/
configure.ac 15 AC_INIT([Protocol Buffers],[3.0.0-beta-3],[protobuf@googlegroups.com],[protobuf])
72 # Protocol Buffers contains several checks that are intended to be used only
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 1137 } *buffers = reinterpret_cast<Buffers*>(Alloc(sizeof(Buffers))); local
    [all...]
  /external/mesa3d/src/mesa/main/
transformfeedback.c 34 #include "buffers.h"
83 * Do reference counting of transform feedback buffers.
127 * any buffers are missing.
238 for (i = 0; i < ARRAY_SIZE(obj->Buffers); i++) {
239 _mesa_reference_buffer_object(ctx, &obj->Buffers[i], NULL);
321 = obj->Buffers[i] == NULL ? 0 : obj->Buffers[i]->Size;
347 * enabled transform feedback buffers without overflowing any of them.
359 unsigned stride = info->Buffers[i].Stride;
362 /* Skip any inactive buffers, which have a stride of 0. *
855 unsigned buffers = 1; local
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 167 void Sensor::setDestinationBuffers(Buffers *buffers) {
169 mNextBuffers = buffers;
241 Buffers *nextBuffers;
265 Buffers *capturedBuffers = NULL;
316 // Might be adding more buffers, so size isn't constant
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorBase.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
DescriptorUtil.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
DescriptorValidationException.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
EnumValueDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
FieldType.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
IFieldAccessor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
MethodDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
PartialClasses.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
ServiceDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
EnumDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
InvalidProtocolBufferException.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/csharp/src/Google.Protobuf.JsonDump/
Program.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /prebuilts/go/darwin-x86/src/net/
net.go 630 // provided Buffers, else it should report a non-nil error.
632 writeBuffers(*Buffers) (int64, error)
637 // Buffers contains zero or more runs of bytes to write.
642 type Buffers [][]byte
645 _ io.WriterTo = (*Buffers)(nil)
646 _ io.Reader = (*Buffers)(nil)
649 func (v *Buffers) WriteTo(w io.Writer) (n int64, err error) {
665 func (v *Buffers) Read(p []byte) (n int, err error) {
678 func (v *Buffers) consume(n int64) {
  /prebuilts/go/linux-x86/src/net/
net.go 630 // provided Buffers, else it should report a non-nil error.
632 writeBuffers(*Buffers) (int64, error)
637 // Buffers contains zero or more runs of bytes to write.
642 type Buffers [][]byte
645 _ io.WriterTo = (*Buffers)(nil)
646 _ io.Reader = (*Buffers)(nil)
649 func (v *Buffers) WriteTo(w io.Writer) (n int64, err error) {
665 func (v *Buffers) Read(p []byte) (n int, err error) {
678 func (v *Buffers) consume(n int64) {
  /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;

Completed in 613 milliseconds

1 23 4 5 6