Home
last modified time | relevance | path

Searched defs:copy (Results 501 - 525 of 709) sorted by relevance

1...<<212223242526272829

/third_party/python/Lib/test/
H A Dtest_bytes.py11 import copy namespace
[all...]
H A Dtest_ordered_dict.py3 import copy namespace
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c1420 static void fit_buf(pa_resampler *r, pa_memchunk *buf, size_t len, size_t *size, size_t copy) { in fit_buf() argument
[all...]
/third_party/python/Lib/collections/
H A D__init__.py291 def copy(self): member in OrderedDict
719 def copy(self): member in Counter
1033 def copy(self): member in ChainMap
1171 def copy(self): global() member in UserDict
1174 import copy global() namespace
1303 def copy(self): global() member in UserList
[all...]
/third_party/python/Lib/http/
H A Dcookiejar.py32 import copy namespace
/third_party/python/Lib/
H A Dargparse.py148 import copy namespace
/third_party/openssl/crypto/ec/
H A Dec_local.h641 int (*copy)(EC_KEY *dest, const EC_KEY *src); member
H A Decp_nistp224.c792 const limb copy = -icopy; in copy_conditional() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp1097 de::MovePtr<TestTexture> TestTexture1D::copy(const tcu::TextureFormat format) const copy() function in vkt::pipeline::TestTexture1D
1174 de::MovePtr<TestTexture> TestTexture1DArray::copy(const tcu::TextureFormat format) const copy() function in vkt::pipeline::TestTexture1DArray
1245 de::MovePtr<TestTexture> TestTexture2D::copy(const tcu::TextureFormat format) const copy() function in vkt::pipeline::TestTexture2D
1322 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const copy() function in vkt::pipeline::TestTexture2DArray
1384 de::MovePtr<TestTexture> TestTexture3D::copy(const tcu::TextureFormat format) const copy() function in vkt::pipeline::TestTexture3D
1473 de::MovePtr<TestTexture> TestTextureCube::copy(const tcu::TextureFormat format) const copy() function in vkt::pipeline::TestTextureCube
1552 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const copy() function in vkt::pipeline::TestTextureCubeArray
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp407 const vk::VkBufferImageCopy copy = in uploadYCbCrImage() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTransformFeedbackTest.cpp711 auto copy = []() { in TEST_P() local
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp196 auto copy = GrSurfaceProxy::Copy(rContext.get(), in MakeWithVolatileSrc() local
H A DSkImage.cpp431 auto copy = GrCopyBaseMipMapToView(rContext, view); in FindOrMakeCachedMipmappedView() local
/third_party/skia/src/core/
H A DSkRecorder.cpp106 T* SkRecorder::copy(const T* src) { in copy() function in SkRecorder
116 T* SkRecorder::copy(const T src[], size_t count) { in copy() function in SkRecorder
131 char* SkRecorder::copy(const char src[], size_t count) { in copy() function in SkRecorder
142 char* SkRecorder::copy(const char* src) { in copy() function in SkRecorder
[all...]
H A DSkStroke.cpp435 SkPath::Iter copy = *iter; in has_valid_tangent() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp388 bool Texture::copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset, egl::Image *dest) in copy() function in es2::Texture
H A Dutilities.cpp427 GLenum ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset, in ValidateSubImageParams() argument
471 GLenum ValidateSubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, in ValidateSubImageParams() argument
/third_party/openssl/ssl/
H A Dssl_sess.c541 int copy = 1; in lookup_sess_in_cache() local
1337 SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*cb) (struct ssl_st *ssl, const unsigned char *data, int len, int *copy)) SSL_CTX_sess_set_get_cb() argument
[all...]
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h609 int (*copy)(EC_KEY *dest, const EC_KEY *src); member
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py168 def copy(self): member in Frame
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtitvinf.cpp812 UnicodeString* copy = new UnicodeString[kIPI_MAX_INDEX]; in copyHash() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp524 CopyBufferToBufferCmd* copy = mCommands.NextCommand<CopyBufferToBufferCmd>(); in RecordCommands() local
552 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>(); RecordCommands() local
595 CopyTextureToBufferCmd* copy = mCommands.NextCommand<CopyTextureToBufferCmd>(); RecordCommands() local
631 CopyTextureToTextureCmd* copy = RecordCommands() local
874 VkBufferCopy copy; RecordCommands() local
[all...]
H A DDeviceVk.cpp666 VkBufferCopy copy; in CopyFromStagingToBuffer() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCompressedTextureFormatTests.cpp130 wgpu::CommandBuffer copy = encoder.Finish(); in InitializeDataInCompressedTexture() local
293 wgpu::CommandBuffer copy = encoder.Finish(); in CreateTextureFromTexture() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp616 CopyBufferToBufferCmd* copy = mCommands.NextCommand<CopyBufferToBufferCmd>(); in Execute() local
638 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>(); Execute() local
677 CopyTextureToBufferCmd* copy = mCommands.NextCommand<CopyTextureToBufferCmd>(); Execute() local
788 CopyTextureToTextureCmd* copy = Execute() local
[all...]

Completed in 47 milliseconds

1...<<212223242526272829