Home
last modified time | relevance | path

Searched defs:Buffer (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/third_party/node/doc/api/
Dbuffer.md1 # Buffer chapter
640 ### Static method: `Buffer.alloc(size[, fill[, encoding]])`
747 ### Static method: `Buffer.allocUnsafe(size)`
820 ### Static method: `Buffer.allocUnsafeSlow(size)`
900 ### Static method: `Buffer.byteLength(string[, encoding])`
953 ### Static method: `Buffer.compare(buf1, buf2)`
996 ### Static method: `Buffer.concat(list[, totalLength])`
1070 ### Static method: `Buffer.copyBytesFrom(view[, offset[, length]])`
1092 ### Static method: `Buffer.from(array)`
1129 ### Static method: `Buffer.from(arrayBuffer[, byteOffset[, length]])`
[all …]
/third_party/nghttp2/src/
Dbuffer.h36 template <size_t N> struct Buffer { struct
37 Buffer() : pos(std::begin(buf)), last(pos) {} in Buffer() argument
39 size_t rleft() const { return last - pos; } in rleft()
41 size_t wleft() const { return std::end(buf) - last; } in wleft()
44 size_t write(const void *src, size_t count) { in write()
50 size_t write(size_t count) { in write()
56 size_t drain(size_t count) { in drain()
61 size_t drain_reset(size_t count) { in drain_reset()
68 void reset() { pos = last = std::begin(buf); } in reset()
69 uint8_t *begin() { return std::begin(buf); } in begin()
[all …]
/third_party/rust/crates/aho-corasick/src/
Dbuffer.rs29 pub struct Buffer { struct
40 impl Buffer { argument
43 pub fn new(min_buffer_len: usize) -> Buffer { in new()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryByteStream.h42 ArrayRef<uint8_t> &Buffer) override { in readBytes()
50 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
77 MemoryBufferByteStream(std::unique_ptr<MemoryBuffer> Buffer, in MemoryBufferByteStream()
101 ArrayRef<uint8_t> &Buffer) override { in readBytes()
106 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
112 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes()
149 ArrayRef<uint8_t> &Buffer) override { in readBytes()
162 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
172 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes()
209 StreamImpl(std::unique_ptr<FileOutputBuffer> Buffer, in StreamImpl()
[all …]
DMemoryBuffer.h262 StringRef Buffer; variable
267 MemoryBufferRef(const MemoryBuffer& Buffer) in MemoryBufferRef()
269 MemoryBufferRef(StringRef Buffer, StringRef Identifier) in MemoryBufferRef()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideocoding.adoc116 [[reconstructed-picture]]
122 [[reference-picture]]
130 [[active-reference-pictures]]
138 [[dpb-slot]] Individual indexed entries of the DPB are referred to as the
140 [[dpb-capacity]] The range of valid DPB slot indices is between zero and
150 [[dpb-state-and-backing-store]]
190 [[dpb-slot-states]]
191 === DPB Slot States
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_QNX_external_memory_screen_buffer/
Dqnx_screen_buffer.adoc29 ===== QNX Screen Buffer Validity
56 ===== QNX Screen Buffer External Formats
83 ===== QNX Screen Buffer Image Resources
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp269 std::string Buffer; in getTypeByIDForDefining() local
413 std::string Buffer; in extractAlignment() local
534 std::string Buffer; in reportLinkageError() local
604 std::string Buffer; in reportBadTypeIDAs() local
616 std::string Buffer; in reportGetFunctionByIDError() local
629 std::string Buffer; in reportGetGlobalVariableByIDError() local
641 std::string Buffer; in convertToIceTypeError() local
770 std::string Buffer; in ErrorAt() local
791 std::string Buffer; in reportRecordSizeError() local
809 std::string Buffer; in ParseBlock() local
[all …]
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dshim_impl.rs11 pub(in crate::fmt) struct Buffer(Vec<u8>); struct
35 pub(in crate::fmt::writer) fn buffer(&self) -> Buffer { in buffer()
54 impl Buffer { implementation
/third_party/node/test/fixtures/apilinks/
Dbuffer.js5 function Buffer() { class
11 Buffer field
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOCornerCase.cpp107 struct Buffer struct
109 deUint32 buffer;
110 int size;
112 Buffer (deUint32 buffer_, int size_) : buffer(buffer_), size(size_) {} in Buffer() argument
113 Buffer (void) : buffer(0), size(0) {} in Buffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOCornerCase.cpp107 struct Buffer struct
109 deUint32 buffer;
110 int size;
112 Buffer (deUint32 buffer_, int size_) : buffer(buffer_), size(size_) {} in Buffer() function
113 Buffer (void) : buffer(0), size(0) {} in Buffer() argument
/third_party/typescript/tests/baselines/reference/
DlistFailure.js47 var Buffer = /** @class */ (function () { class
48 function Buffer() { class in anonymousFunctionb20cc6c90100.Buffer
51 Buffer.prototype.addLine = function (lineText) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemoryBuffer.h159 StringRef Buffer; variable
164 MemoryBufferRef(MemoryBuffer& Buffer) in MemoryBufferRef()
166 MemoryBufferRef(StringRef Buffer, StringRef Identifier) in MemoryBufferRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDJB.cpp21 static UTF32 chopOneUTF32(StringRef &Buffer) { in chopOneUTF32()
60 static Optional<uint32_t> fastCaseFoldingDjbHash(StringRef Buffer, uint32_t H) { in fastCaseFoldingDjbHash()
71 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp25 std::string Buffer; in getBitAddress() local
46 std::string Buffer; in Fatal() local
55 std::string Buffer; in reportInvalidAbbrevNumber() local
62 std::string Buffer; in reportInvalidJumpToBit() local
244 std::string Buffer; in getEncoding() local
289 std::string Buffer; in ReadAbbrevRecord() local
299 std::string Buffer; in ReadAbbrevRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DRecordInitializer.cpp154 std::vector<uint8_t> Buffer; in visit() local
218 std::vector<uint8_t> Buffer; in visit() local
290 std::vector<uint8_t> Buffer; in visit() local
395 uint32_t Buffer = E.getU32(&OffsetPtr); in visit() local
/third_party/skia/modules/skshaper/include/
DSkShaper.h244 struct Buffer { struct
263 virtual Buffer runBuffer(const RunInfo&) = 0; argument
/third_party/node/test/parallel/
Dtest-buffer-constructor-outside-node-modules.js21 vm.runInNewContext('new Buffer(10)', { Buffer }, { field
27 vm.runInNewContext('new Buffer(10)', { Buffer }, { field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp81 bool LTOModule::isBitcodeForTarget(MemoryBuffer *Buffer, in isBitcodeForTarget()
95 std::string LTOModule::getProducerString(MemoryBuffer *Buffer) { in getProducerString()
117 std::unique_ptr<MemoryBuffer> Buffer = std::move(BufferOrErr.get()); in createFromFile() local
139 std::unique_ptr<MemoryBuffer> Buffer = std::move(BufferOrErr.get()); in createFromOpenFileSlice() local
149 MemoryBufferRef Buffer(Data, path); in createFromBuffer() local
158 MemoryBufferRef Buffer(Data, path); in createInLocalContext() local
169 parseBitcodeFileImpl(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFileImpl()
193 LTOModule::makeLTOModule(MemoryBufferRef Buffer, const TargetOptions &options, in makeLTOModule()
340 SmallString<64> Buffer; in addDefinedDataSymbol() local
398 SmallString<64> Buffer; in addDefinedFunctionSymbol() local
[all …]
/third_party/skia/src/gpu/
DGrBufferAllocPool.h52 struct Buffer { struct
53 sk_sp<GrCpuBuffer> fBuffer; argument
56 std::unique_ptr<Buffer[]> fBuffers; argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp215 struct Buffer struct in sw::Surface
232 void *buffer;
233 int width;
234 int height;
235 int depth;
236 short border;
237 short samples;
239 int bytes;
240 int pitchB;
241 int pitchP;
[all …]
/third_party/node/deps/npm/node_modules/safer-buffer/
Dsafer.js6 var Buffer = buffer.Buffer variable
25 safer.Buffer.prototype = Buffer.prototype class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DBinary.cpp46 Expected<std::unique_ptr<Binary>> object::createBinary(MemoryBufferRef Buffer, in createBinary()
102 std::unique_ptr<MemoryBuffer> &Buffer = FileOrErr.get(); in createBinary() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_memory.h96 void * Buffer () in Buffer() function
104 const void * Buffer () const in Buffer() function
358 void * Buffer () in Buffer() function
366 const void * Buffer () const in Buffer() function

12345678910>>...15