Home
last modified time | relevance | path

Searched defs:Buffers (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/emboss/doc/design_docs/
H A Dproto.md44 ### Proto2 vs Proto3
55 ### Primitive Types
57 #### `Int`, `UInt`
63 #### `Float`
68 #### `Flag`
73 #### (Future) Emboss String/Blob Type
84 ### Arrays
110 ### Conditional Fields
137 ### (Future) Emboss Union Construct
143 ### `struct` and `bits`
[all …]
/aosp_15_r20/external/protobuf/java/
H A DREADME.md18 ### Maven
44 ### Gradle
52 ### Use Java Protocol Buffers on Android
60 ### Use Java Protocol Buffers with Bazel
/aosp_15_r20/external/cronet/third_party/protobuf/java/
H A DREADME.md18 ### Maven
44 ### Gradle
52 ### Use Java Protocol Buffers on Android
60 ### Use Java Protocol Buffers with Bazel
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_mdns.hpp101 struct Buffers // Used to populate `otMdnsService` field struct in ot::Cli::Mdns
103 char mString[kStringSize];
104 const char *mSubTypeLabels[kMaxSubTypes];
105 uint8_t mTxtData[kMaxTxtDataSize];
/aosp_15_r20/external/llvm-libc/test/src/string/memory_utils/
H A Dop_tests.cpp36 struct Buffers { struct
37 Buffers(size_t size) in Buffers() function
43 cpp::array<cpp::span<char>, 2> spans() { in spans()
47 Buffer aligned_buffer;
48 Buffer misaligned_buffer;
/aosp_15_r20/external/grpc-grpc/src/php/
H A DREADME.md118 ### `protoc` compiler
158 ### `grpc_php_plugin` protoc plugin
195 ### `protobuf` runtime library
231 ### Generate PHP classes from your service definition
/aosp_15_r20/external/libchrome/mojo/public/c/system/
H A DREADME.md465 ### Creating Buffer Handles
487 ### Mapping Buffers
503 ### Read-Only Handles
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dwritev_unix.go14 func (c *conn) writeBuffers(v *Buffers) (int64, error) {
25 func (fd *netFD) writeBuffers(v *Buffers) (n int64, err error) {
Dfd_windows.go164 func (c *conn) writeBuffers(v *Buffers) (int64, error) {
175 func (fd *netFD) writeBuffers(buf *Buffers) (int64, error) {
/aosp_15_r20/external/deqp-deps/amber/docs/
Damber_script.md206 ### Buffers subsection
211 #### Data Types
272 #### Images
298 #### Buffer Initializers
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DBinaryHolder.cpp25 std::vector<MemoryBufferRef> Buffers; in getMachOFatMemoryBuffers() local
101 std::vector<MemoryBufferRef> Buffers; in GetArchiveMemberBuffers() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DHWEventListener.h178 ArrayRef<unsigned> Buffers) {} in onReservedBuffers()
180 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DHWEventListener.h178 ArrayRef<unsigned> Buffers) {} in onReservedBuffers()
180 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DHWEventListener.h178 ArrayRef<unsigned> Buffers) {} in onReservedBuffers()
180 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/
DHWEventListener.h178 ArrayRef<unsigned> Buffers) {} in onReservedBuffers()
180 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DHWEventListener.h174 ArrayRef<unsigned> Buffers) {} in onReservedBuffers()
176 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
H A DHWEventListener.h175 ArrayRef<unsigned> Buffers) {} in onReservedBuffers()
177 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers()
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.cc1328 struct Buffers { in WriteFile() struct
1329 Buffers* next; in WriteFile()
1330 size_t len; in WriteFile()
1331 uint8_t data[kBufSize]; in WriteFile()
/aosp_15_r20/external/deqp/doc/testspecs/VK/
H A Dapitests.adoc434 Buffers section in Vulkan API Test Plan
450 Buffer views
/aosp_15_r20/external/scudo/standalone/
H A Drelease.cpp15 RegionPageMap::Buffers; member in scudo::RegionPageMap
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ExtractAPI/
DAPIIgnoresList.h70 BufferList Buffers; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ExtractAPI/
DAPIIgnoresList.h70 BufferList Buffers; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ExtractAPI/
DAPIIgnoresList.h70 BufferList Buffers; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ExtractAPI/
DAPIIgnoresList.h70 BufferList Buffers; member
/aosp_15_r20/external/perfetto/docs/concepts/
H A Dconfig.md94 ## Buffers section in Trace configuration

1234