Home
last modified time | relevance | path

Searched refs:copyData (Results 1 - 19 of 19) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dcollationdatawriter.cpp325 copyData(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET, reorderCodes, dest); in write()
326 copyData(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET, settings.reorderTable, dest); in write()
328 copyData(indexes, CollationDataReader::IX_CES_OFFSET, data.ces, dest); in write()
329 copyData(indexes, CollationDataReader::IX_CE32S_OFFSET, data.ce32s, dest); in write()
330 copyData(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET, rootElements, dest); in write()
331 copyData(indexes, CollationDataReader::IX_CONTEXTS_OFFSET, data.contexts, dest); in write()
333 copyData(indexes, CollationDataReader::IX_FAST_LATIN_TABLE_OFFSET, data.fastLatinTable, dest); in write()
334 copyData(indexes, CollationDataReader::IX_SCRIPTS_OFFSET, scripts.getBuffer(), dest); in write()
335 copyData(indexes, CollationDataReader::IX_COMPRESSIBLE_BYTES_OFFSET, data.compressibleBytes, dest); in write()
341 CollationDataWriter::copyData(cons function in CollationDataWriter
[all...]
H A Dcollationdatawriter.h50 static void copyData(const int32_t indexes[], int32_t startIndex,
H A Ddtfmtsym.cpp296 copyData(other); in DateFormatSymbols()
305 // assignArray() is only called by copyData() and initializeData(), which in turn in assignArray()
367 DateFormatSymbols::copyData(const DateFormatSymbols& other) { in copyData() function in DateFormatSymbols
457 copyData(other); in operator =()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatawriter.cpp325 copyData(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET, reorderCodes, dest); in write()
326 copyData(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET, settings.reorderTable, dest); in write()
328 copyData(indexes, CollationDataReader::IX_CES_OFFSET, data.ces, dest); in write()
329 copyData(indexes, CollationDataReader::IX_CE32S_OFFSET, data.ce32s, dest); in write()
330 copyData(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET, rootElements, dest); in write()
331 copyData(indexes, CollationDataReader::IX_CONTEXTS_OFFSET, data.contexts, dest); in write()
333 copyData(indexes, CollationDataReader::IX_FAST_LATIN_TABLE_OFFSET, data.fastLatinTable, dest); in write()
334 copyData(indexes, CollationDataReader::IX_SCRIPTS_OFFSET, scripts.getBuffer(), dest); in write()
335 copyData(indexes, CollationDataReader::IX_COMPRESSIBLE_BYTES_OFFSET, data.compressibleBytes, dest); in write()
341 CollationDataWriter::copyData(cons function in CollationDataWriter
[all...]
H A Dcollationdatawriter.h50 static void copyData(const int32_t indexes[], int32_t startIndex,
H A Ddtfmtsym.cpp296 copyData(other); in DateFormatSymbols()
305 // assignArray() is only called by copyData() and initializeData(), which in turn in assignArray()
375 DateFormatSymbols::copyData(const DateFormatSymbols& other) { in copyData() function in DateFormatSymbols
465 copyData(other); in operator =()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatawriter.cpp325 copyData(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET, reorderCodes, dest); in write()
326 copyData(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET, settings.reorderTable, dest); in write()
328 copyData(indexes, CollationDataReader::IX_CES_OFFSET, data.ces, dest); in write()
329 copyData(indexes, CollationDataReader::IX_CE32S_OFFSET, data.ce32s, dest); in write()
330 copyData(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET, rootElements, dest); in write()
331 copyData(indexes, CollationDataReader::IX_CONTEXTS_OFFSET, data.contexts, dest); in write()
333 copyData(indexes, CollationDataReader::IX_FAST_LATIN_TABLE_OFFSET, data.fastLatinTable, dest); in write()
334 copyData(indexes, CollationDataReader::IX_SCRIPTS_OFFSET, scripts.getBuffer(), dest); in write()
335 copyData(indexes, CollationDataReader::IX_COMPRESSIBLE_BYTES_OFFSET, data.compressibleBytes, dest); in write()
341 CollationDataWriter::copyData(cons function in CollationDataWriter
[all...]
H A Dcollationdatawriter.h50 static void copyData(const int32_t indexes[], int32_t startIndex,
H A Ddtfmtsym.cpp296 copyData(other); in DateFormatSymbols()
305 // assignArray() is only called by copyData() and initializeData(), which in turn in assignArray()
367 DateFormatSymbols::copyData(const DateFormatSymbols& other) { in copyData() function in DateFormatSymbols
455 copyData(other); in operator =()
/third_party/skia/src/core/
H A DSkStream.cpp269 static sk_sp<SkData> newFromParams(const void* src, size_t size, bool copyData) { in newFromParams() argument
270 if (copyData) { in newFromParams()
287 SkMemoryStream::SkMemoryStream(const void* src, size_t size, bool copyData) { in SkMemoryStream() argument
288 fData = newFromParams(src, size, copyData); in SkMemoryStream()
316 void SkMemoryStream::setMemory(const void* src, size_t size, bool copyData) { in setMemory() argument
317 fData = newFromParams(src, size, copyData); in setMemory()
/third_party/skia/include/core/
H A DSkStream.h379 /** If copyData is true, the stream makes a private copy of the data. */
380 SkMemoryStream(const void* data, size_t length, bool copyData = false);
396 if copyData is true, the stream makes a private copy of the data
399 bool copyData = false);
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h980 void copyData(const DateFormatSymbols& other);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddtfmtsym.h980 void copyData(const DateFormatSymbols& other);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddtfmtsym.h968 void copyData(const DateFormatSymbols& other);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1564 void copyData (const BufferLayout& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const BufferLayout& srcLayout, const vector<BlockDataPtr>& srcBlockPointers) in copyData() function
2255 copyData(m_refLayout, mappedBlockPtrs, m_refLayout, m_initialData.pointers); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1543 void copyData (const BufferLayout& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const BufferLayout& srcLayout, const vector<BlockDataPtr>& srcBlockPointers) in copyData() function
2232 copyData(glLayout, mappedBlockPtrs, refLayout, initialData.pointers); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1564 void copyData (const BufferLayout& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const BufferLayout& srcLayout, const vector<BlockDataPtr>& srcBlockPointers) in copyData() function
2255 copyData(m_refLayout, mappedBlockPtrs, m_refLayout, m_initialData.pointers); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp3281 VkBufferImageCopy copyData = m_params.regions[i].bufferImageCopy; in iterate() local
3284 if (copyData.imageSubresource.aspectMask == VK_IMAGE_ASPECT_DEPTH_BIT && !depthLoaded) in iterate()
3298 copyData.bufferOffset += depthOffset; in iterate()
3316 copyData.bufferOffset /= tcu::getPixelSize(m_textureFormat); in iterate()
3318 copyData.bufferOffset += stencilOffset; in iterate()
3323 bufferImageCopies.push_back(copyData); in iterate()
3328 bufferImageCopies2KHR.push_back(convertvkBufferImageCopyTovkBufferImageCopy2KHR(copyData)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2838 VkBufferImageCopy copyData = m_params.regions[i].bufferImageCopy; in iterate() local
2841 if (copyData.imageSubresource.aspectMask == VK_IMAGE_ASPECT_DEPTH_BIT && !depthLoaded) in iterate()
2855 copyData.bufferOffset += depthOffset; in iterate()
2873 copyData.bufferOffset /= tcu::getPixelSize(m_textureFormat); in iterate()
2875 copyData.bufferOffset += stencilOffset; in iterate()
2880 bufferImageCopies.push_back(copyData); in iterate()
2885 bufferImageCopies2KHR.push_back(convertvkBufferImageCopyTovkBufferImageCopy2KHR(copyData)); in iterate()

Completed in 75 milliseconds