| /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/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()
|
| D | locid.cpp | 2687 int32_t bufferLength = uprv_max((int32_t)(uprv_strlen(fullName) + 1), ULOC_FULLNAME_CAPACITY); in setKeywordValue() local 2689 bufferLength, &status) + 1; in setKeywordValue() 2693 U_ASSERT(newLength > bufferLength); in setKeywordValue() 2712 U_ASSERT(newLength <= bufferLength); in setKeywordValue()
|
| /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/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/node/test/fixtures/wpt/encoding/ |
| D | encodeInto.any.js | 83 const bufferLength = testData.destinationLength + destinationData.bufferIncrease; constant 88 const buffer = createBuffer(arrayBufferOrSharedArrayBuffer, bufferLength); 91 const control = new Array(bufferLength); 93 for (let i = 0; i < bufferLength; i++) { 111 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 | 102 size_t bufferLength; in bufferInfo() local 105 env, theBuffer, (void**)(&bufferData), &bufferLength)); in bufferInfo() 107 !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/lzma/CPP/Windows/ |
| D | SecurityUtils.h | 44 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength) in AdjustPrivileges() argument 46 newState, bufferLength, previousState, returnLength)); } in AdjustPrivileges()
|
| /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/lib/internal/fs/ |
| D | utils.js | 662 (offset, length, bufferLength) => { 669 if (offset + length > bufferLength) { 671 `<= ${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 | 1253 int32_t bufferLength = 0; in pkg_installFileMode() local 1259 bufferLength = static_cast<int32_t>(uprv_strlen(buffer)); in pkg_installFileMode() 1261 if (bufferLength > 0) { in pkg_installFileMode() 1262 buffer[bufferLength-1] = 0; in pkg_installFileMode()
|
| /third_party/icu/icu4c/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()
|
| /third_party/skia/third_party/externals/icu/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()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| D | tncs.c | 265 TNC_UInt32 bufferLength, in TNC_TNCS_GetAttribute() argument 279 TNC_UInt32 bufferLength, in TNC_TNCS_SetAttribute() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| D | tncs.c | 265 TNC_UInt32 bufferLength, in TNC_TNCS_GetAttribute() argument 279 TNC_UInt32 bufferLength, in TNC_TNCS_SetAttribute() argument
|