Home
last modified time | relevance | path

Searched defs:Buffer (Results 1 - 25 of 282) sorted by relevance

12345678910>>...12

/third_party/node/lib/
H A Dbuffer.js132 FastBuffer.prototype.constructor = Buffer; class
271 function Buffer(arg, encodingOrOffset, length) { global() function
[all...]
/third_party/node/benchmark/buffers/
H A Dbuffer-swap.js27 Buffer.prototype.htons = function htons() { global() class
/third_party/node/test/fixtures/apilinks/
H A Dbuffer.js5 function Buffer() { function
6 Buffer.prototype.instanceMethod = function() {} global() class
H A Dexports.js5 function Buffer() {}; function
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DBuffer.cpp17 Buffer::Buffer(vk::Device device, vk::DeviceSize size, vk::BufferUsageFlags usage) in Buffer() function in Buffer
H A DBuffer.hpp20 class Buffer class
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dshim_impl.rs54 impl Buffer { impls
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.cpp28 Buffer::Buffer(GLuint name) : NamedObject(name) in Buffer() function in es2::Buffer
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDJB.h21 inline uint32_t djbHash(StringRef Buffer, uint32_t H = 5381) { in djbHash() argument
/third_party/node/deps/npm/node_modules/safer-buffer/
H A Dsafer.js[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DRecordInitializer.cpp395 uint32_t Buffer = E.getU32(&OffsetPtr); visit() local
[all...]
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlBuffer.h21 class Buffer : public skgpu::Buffer { class
/third_party/node/src/
H A Dnode_buffer.h30 namespace Buffer { namespace
/third_party/rust/crates/aho-corasick/src/
H A Dbuffer.rs29 pub struct Buffer { structure names
40 impl Buffer { impls
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitstreamReader.cpp25 std::string Buffer; in getBitAddress() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLineIterator.cpp34 line_iterator::line_iterator(const MemoryBuffer &Buffer, bool SkipBlanks, in line_iterator() argument
[all...]
H A DRandomNumberGenerator.cpp58 std::error_code llvm::getRandomBytes(void *Buffer, size_t Size) { in getRandomBytes() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.h73 std::vector<uint8_t> Buffer; member in Ice::WasmTranslator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h33 SmallVectorImpl<char> &Buffer; member in llvm::BitcodeWriter
/third_party/selinux/libselinux/src/
H A Dsha1.h32 uint8_t Buffer[64]; member
/third_party/node/src/crypto/
H A Dcrypto_bio.h150 class Buffer { class in node::crypto::NodeBIO
152 Buffer(Environment* env, size_t len) : env_(env), in Buffer() function in node::crypto::NodeBIO::Buffer
/third_party/nghttp2/src/
H A Dbuffer.h36 template <size_t N> struct Buffer { struct
37 Buffer() : pos(std::begin(buf)), last(pos) {} in Buffer() function
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dsbcs-codec.js2 var Buffer = require("safer-buffer").Buffer; variable
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.h87 typedef char Buffer[12]; typedef
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.hpp37 class Buffer class

Completed in 6 milliseconds

12345678910>>...12