| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| D | ByteArray.java | 232 int bufferLength = Math.min(b.length, length); in copyTo() local 233 while ((bytesRead = this.get(index + srcOffset, b, 0, bufferLength)) > 0) { in copyTo() 237 bufferLength = Math.min(b.length, length); in copyTo() 265 int bufferLength = Math.min(b.length, length); in copyTo() local 266 while ((bytesRead = this.get(index + offset, b, 0, bufferLength)) > 0) { in copyTo() 269 bufferLength = Math.min(b.length, length - index); in copyTo() 285 int bufferLength = Math.min(b.length, length); in copyFrom() local 286 while ((bytesRead = is.read(b, 0, bufferLength)) > 0) { in copyFrom() 292 bufferLength = Math.min(b.length, length); in copyFrom() 306 int bufferLength = b.length; in copyFrom() local [all …]
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| D | ByteArray.java | 232 int bufferLength = Math.min(b.length, length); in copyTo() local 233 while ((bytesRead = this.get(index + srcOffset, b, 0, bufferLength)) > 0) { in copyTo() 237 bufferLength = Math.min(b.length, length); in copyTo() 265 int bufferLength = Math.min(b.length, length); in copyTo() local 266 while ((bytesRead = this.get(index + offset, b, 0, bufferLength)) > 0) { in copyTo() 269 bufferLength = Math.min(b.length, length - index); in copyTo() 285 int bufferLength = Math.min(b.length, length); in copyFrom() local 286 while ((bytesRead = is.read(b, 0, bufferLength)) > 0) { in copyFrom() 292 bufferLength = Math.min(b.length, length); in copyFrom() 306 int bufferLength = b.length; in copyFrom() local [all …]
|
| /third_party/node/deps/icu-small/source/common/ |
| D | unames.cpp | 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument 216 if((bufferLength)>0) { \ 218 --(bufferLength); \ 240 char *buffer, uint16_t bufferLength) { in expandName() argument 279 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 294 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 311 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 318 if(bufferLength>0) { in expandName() 448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() argument 455 WRITE_CHAR(buffer, bufferLength, length, '<'); in getExtName() [all …]
|
| D | loclikely.cpp | 55 int32_t bufferLength, in findLikelySubtags() argument 89 else if (resLen >= bufferLength) { in findLikelySubtags() 125 int32_t* bufferLength, in appendTag() argument 129 buffer[*bufferLength] = '_'; in appendTag() 130 ++(*bufferLength); in appendTag() 134 &buffer[*bufferLength], in appendTag() 138 *bufferLength += tagLength; in appendTag()
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | unames.cpp | 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ argument 216 if((bufferLength)>0) { \ 218 --(bufferLength); \ 240 char *buffer, uint16_t bufferLength) { in expandName() argument 279 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 294 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 311 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 318 if(bufferLength>0) { in expandName() 448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() argument 455 WRITE_CHAR(buffer, bufferLength, length, '<'); in getExtName() [all …]
|
| D | loclikely.cpp | 45 int32_t bufferLength, in findLikelySubtags() argument 66 else if (resLen >= bufferLength) { in findLikelySubtags() 99 int32_t* bufferLength) { in appendTag() argument 101 if (*bufferLength > 0) { in appendTag() 102 buffer[*bufferLength] = '_'; in appendTag() 103 ++(*bufferLength); in appendTag() 107 &buffer[*bufferLength], in appendTag() 111 *bufferLength += tagLength; in appendTag()
|
| /third_party/icu/icu4c/source/common/ |
| D | unames.cpp | 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument 216 if((bufferLength)>0) { \ 218 --(bufferLength); \ 240 char *buffer, uint16_t bufferLength) { in expandName() argument 279 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 294 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 311 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 318 if(bufferLength>0) { in expandName() 448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() argument 455 WRITE_CHAR(buffer, bufferLength, length, '<'); in getExtName() [all …]
|
| D | loclikely.cpp | 55 int32_t bufferLength, in findLikelySubtags() argument 89 else if (resLen >= bufferLength) { in findLikelySubtags() 125 int32_t* bufferLength, in appendTag() argument 129 buffer[*bufferLength] = '_'; in appendTag() 130 ++(*bufferLength); in appendTag() 134 &buffer[*bufferLength], in appendTag() 138 *bufferLength += tagLength; in appendTag()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | unames.cpp | 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument 216 if((bufferLength)>0) { \ 218 --(bufferLength); \ 240 char *buffer, uint16_t bufferLength) { in expandName() argument 279 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 294 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 311 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName() 318 if(bufferLength>0) { in expandName() 448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() argument 455 WRITE_CHAR(buffer, bufferLength, length, '<'); in getExtName() [all …]
|
| D | loclikely.cpp | 55 int32_t bufferLength, in findLikelySubtags() argument 89 else if (resLen >= bufferLength) { in findLikelySubtags() 125 int32_t* bufferLength, in appendTag() argument 129 buffer[*bufferLength] = '_'; in appendTag() 130 ++(*bufferLength); in appendTag() 134 &buffer[*bufferLength], in appendTag() 138 *bufferLength += tagLength; in appendTag()
|
| /third_party/node/test/fixtures/wpt/encoding/ |
| D | encodeInto.any.js | 79 const bufferLength = testData.destinationLength + destinationData.bufferIncrease, constant 84 buffer = new ArrayBuffer(bufferLength), 87 control = new Array(bufferLength); 89 for (let i = 0; i < bufferLength; i++) { 107 for (let i = 0; i < bufferLength; i++) {
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
| D | esextcTextureBufferOperations.hpp | 270 virtual void fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength); 363 virtual void fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength); 425 virtual void fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength); 454 virtual void fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength);
|
| D | esextcTextureBufferOperations.cpp | 571 void TextureBufferOperations::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) in fillBufferWithData() argument 573 for (glw::GLuint i = 0; i < bufferLength; ++i) in fillBufferWithData() 1050 …erOperationsViaFrambufferReadBack::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) in fillBufferWithData() argument 1052 for (glw::GLuint i = 0; i < bufferLength; ++i) in fillBufferWithData() 1431 …tureBufferOperationsViaImageStore::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) in fillBufferWithData() argument 1433 for (glw::GLuint i = 0; i < bufferLength; ++i) in fillBufferWithData() 1553 …tureBufferOperationsViaSSBOWrites::fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) in fillBufferWithData() argument 1555 for (glw::GLuint i = 0; i < bufferLength; ++i) in fillBufferWithData()
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | ByteBufferWriter.java | 130 private static boolean needToReallocate(int requestedSize, int bufferLength) { in needToReallocate() argument 132 return bufferLength < requestedSize in needToReallocate() 133 && bufferLength < requestedSize * BUFFER_REALLOCATION_THRESHOLD; in needToReallocate()
|
| /third_party/node/test/node-api/test_buffer/ |
| D | test_buffer.c | 96 size_t bufferLength; in bufferInfo() local 102 &bufferLength)); in bufferInfo() 104 !strcmp(bufferData, theText) && bufferLength == sizeof(theText), in bufferInfo()
|
| /third_party/vulkan-loader/tests/framework/shim/ |
| D | windows_shim.cpp | 390 … _Out_writes_opt_(*count) PWSTR *packageFullNames, _Inout_ UINT32 *bufferLength, in ShimGetPackagesByPackageFamily() argument 391 _Out_writes_opt_(*bufferLength) WCHAR *buffer) { in ShimGetPackagesByPackageFamily() 392 if (!packageFamilyName || !count || !bufferLength) return ERROR_INVALID_PARAMETER; in ShimGetPackagesByPackageFamily() 395 if (*bufferLength > 0 && !buffer) return ERROR_INVALID_PARAMETER; in ShimGetPackagesByPackageFamily() 397 bool too_small = *count < 1 || *bufferLength < ARRAYSIZE(package_full_name); in ShimGetPackagesByPackageFamily() 399 *bufferLength = ARRAYSIZE(package_full_name); in ShimGetPackagesByPackageFamily() 407 *bufferLength = 0; in ShimGetPackagesByPackageFamily()
|
| /third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
| D | FontLanguage.cpp | 93 size_t bufferLength, in nextDelimiterIndex() argument 95 for (size_t i = startOffset; i < bufferLength; ++i) { in nextDelimiterIndex() 100 return bufferLength; in nextDelimiterIndex()
|
| /third_party/flutter/txt/src/minikin/ |
| D | FontLanguage.cpp | 93 size_t bufferLength, in nextDelimiterIndex() argument 95 for (size_t i = startOffset; i < bufferLength; ++i) { in nextDelimiterIndex() 100 return bufferLength; in nextDelimiterIndex()
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| D | SwiftConfig.hpp | 111 int bufferLength; member in sw::SwiftConfig
|
| D | SwiftConfig.cpp | 71 bufferLength = 16 * 1024; in createServer() 72 receiveBuffer = new char[bufferLength]; in createServer() 141 bytesReceived = clientSocket->receive(receiveBuffer, bufferLength); in serverLoop() 200 int bytesReceived = clientSocket->receive(receiveBuffer, bufferLength); in respond()
|
| /third_party/vulkan-loader/loader/ |
| D | loader_windows.c | 1007 UINT32 numPackages = 0, bufferLength = 0; in windows_get_app_package_manifest_path() local 1013 …IENT_BUFFER != fpGetPackagesByPackageFamily(familyName, &numPackages, NULL, &bufferLength, NULL) || in windows_get_app_package_manifest_path() 1014 numPackages == 0 || bufferLength == 0) { in windows_get_app_package_manifest_path() 1021 …WCHAR *buffer = loader_instance_heap_alloc(inst, sizeof(WCHAR) * bufferLength, VK_SYSTEM_ALLOCATIO… in windows_get_app_package_manifest_path() 1029 …CCESS != fpGetPackagesByPackageFamily(familyName, &numPackages, packages, &bufferLength, buffer)) { in windows_get_app_package_manifest_path()
|
| /third_party/node/deps/npm/node_modules/request/ |
| D | request.js | 1109 var bufferLength = 0 1116 bufferLength += chunk.length 1127 bufferLength = 0 1131 if (bufferLength) { 1132 debug('has body', self.uri.href, bufferLength) 1133 response.body = Buffer.concat(buffers, bufferLength) 1140 bufferLength = 0
|
| /third_party/node/lib/internal/fs/ |
| D | utils.js | 618 (offset, length, bufferLength) => { 625 if (offset + length > bufferLength) { 627 `<= ${bufferLength - offset}`, length);
|
| /third_party/protobuf/objectivec/ |
| D | GPBCodedOutputStream.m | 956 NSUInteger bufferLength = state_.size; 957 NSUInteger bufferBytesLeft = bufferLength - state_.position; 970 state_.position = bufferLength; 972 bufferLength = state_.size; 977 if (length <= bufferLength) {
|
| /third_party/node/deps/icu-small/source/tools/pkgdata/ |
| D | pkgdata.cpp | 1250 int32_t bufferLength = 0; in pkg_installFileMode() local 1256 bufferLength = static_cast<int32_t>(uprv_strlen(buffer)); in pkg_installFileMode() 1258 if (bufferLength > 0) { in pkg_installFileMode() 1259 buffer[bufferLength-1] = 0; in pkg_installFileMode()
|