Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DByteArray.java232 int bufferLength = Math.min(b.length, length); in copyTo() local
265 int bufferLength = Math.min(b.length, length); in copyTo() local
285 int bufferLength = Math.min(b.length, length); in copyFrom() local
306 int bufferLength = b.length; in copyFrom() local
/third_party/node/test/fixtures/wpt/encoding/
DencodeInto.any.js83 const bufferLength = testData.destinationLength + destinationData.bufferIncrease; constant
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp571 void TextureBufferOperations::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) in fillBufferWithData()
1050 …erOperationsViaFrambufferReadBack::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) in fillBufferWithData()
1431 …tureBufferOperationsViaImageStore::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) in fillBufferWithData()
1553 …tureBufferOperationsViaSSBOWrites::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) in fillBufferWithData()
/third_party/node/deps/icu-small/source/common/
Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 char *buffer, uint16_t bufferLength) { in expandName()
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName()
569 char *buffer, uint16_t bufferLength) { in expandGroupName()
579 char *buffer, uint16_t bufferLength) { in getName()
778 char *buffer, uint16_t bufferLength) { in writeFactorSuffix()
853 char *buffer, uint16_t bufferLength) { in getAlgName()
1451 char *buffer, int32_t bufferLength, in u_charName()
Dloclikely.cpp53 int32_t* bufferLength, in appendTag()
/third_party/skia/third_party/externals/icu/source/common/
Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 char *buffer, uint16_t bufferLength) { in expandName()
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName()
569 char *buffer, uint16_t bufferLength) { in expandGroupName()
579 char *buffer, uint16_t bufferLength) { in getName()
778 char *buffer, uint16_t bufferLength) { in writeFactorSuffix()
853 char *buffer, uint16_t bufferLength) { in getAlgName()
1451 char *buffer, int32_t bufferLength, in u_charName()
Dloclikely.cpp55 int32_t bufferLength, in findLikelySubtags()
125 int32_t* bufferLength, in appendTag()
/third_party/icu/icu4c/source/common/
Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 char *buffer, uint16_t bufferLength) { in expandName()
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName()
569 char *buffer, uint16_t bufferLength) { in expandGroupName()
579 char *buffer, uint16_t bufferLength) { in getName()
778 char *buffer, uint16_t bufferLength) { in writeFactorSuffix()
853 char *buffer, uint16_t bufferLength) { in getAlgName()
1451 char *buffer, int32_t bufferLength, in u_charName()
Dloclikely.cpp55 int32_t bufferLength, in findLikelySubtags()
125 int32_t* bufferLength, in appendTag()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteBufferWriter.java130 private static boolean needToReallocate(int requestedSize, int bufferLength) { in needToReallocate()
/third_party/python/PC/
Dlauncher2.c189 join(wchar_t *buffer, size_t bufferLength, const wchar_t *fragment) in join()
524 findArgv0Length(const wchar_t *buffer, int bufferLength) in findArgv0Length()
554 findArgv0End(const wchar_t *buffer, int bufferLength) in findArgv0End()
706 _decodeShebang(SearchInfo *search, const char *buffer, int bufferLength, bool onlyUtf8, wchar_t **d… in _decodeShebang()
735 _shebangStartsWith(const wchar_t *buffer, int bufferLength, const wchar_t *prefix, const wchar_t **… in _shebangStartsWith()
839 _readIni(const wchar_t *section, const wchar_t *settingName, wchar_t *buffer, int bufferLength) in _readIni()
2322 …andLine(const SearchInfo *search, const EnvironmentInfo *launch, wchar_t *buffer, int bufferLength) in calculateCommandLine()
/third_party/lzma/CPP/Windows/
DSecurityUtils.h69 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength) in AdjustPrivileges()
/third_party/node/test/node-api/test_buffer/
Dtest_buffer.c91 size_t bufferLength; in bufferInfo() local
/third_party/skia/third_party/externals/swiftshader/src/Main/
DSwiftConfig.hpp111 int bufferLength; member in sw::SwiftConfig
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dtncs.c265 TNC_UInt32 bufferLength, in TNC_TNCS_GetAttribute()
279 TNC_UInt32 bufferLength, in TNC_TNCS_SetAttribute()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dtncs.c265 TNC_UInt32 bufferLength, in TNC_TNCS_GetAttribute()
279 TNC_UInt32 bufferLength, in TNC_TNCS_SetAttribute()
/third_party/libuv/src/unix/
Dsignal.c462 static void uv__get_process_name(char* processName, int bufferLength) { in uv__get_process_name()
/third_party/node/deps/npm/node_modules/minipass-sized/node_modules/minipass/
Dindex.js119 get bufferLength () { return this[BUFFERLENGTH] } getter in module.exports
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
Dindex.js119 get bufferLength () { return this[BUFFERLENGTH] } getter in module.exports
/third_party/node/deps/npm/node_modules/minipass-flush/node_modules/minipass/
Dindex.js119 get bufferLength () { return this[BUFFERLENGTH] } getter in module.exports
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/
Dindex.js119 get bufferLength () { return this[BUFFERLENGTH] } getter in module.exports
/third_party/node/deps/npm/node_modules/minipass-pipeline/node_modules/minipass/
Dindex.js119 get bufferLength () { return this[BUFFERLENGTH] } getter in module.exports
/third_party/node/deps/npm/node_modules/minipass-json-stream/node_modules/minipass/
Dindex.js119 get bufferLength () { return this[BUFFERLENGTH] } getter in module.exports
/third_party/node/deps/npm/node_modules/minipass/
Dindex.js139 get bufferLength() { getter in Minipass
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/
Dindex.mjs139 get bufferLength() { getter in Minipass

12