| /third_party/python/Lib/test/ |
| H A D | test_bytes.py | 11 import copy namespace [all...] |
| H A D | test_ordered_dict.py | 3 import copy namespace [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | resampler.c | 1420 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__.py | 291 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 D | cookiejar.py | 32 import copy namespace
|
| /third_party/python/Lib/ |
| H A D | argparse.py | 148 import copy namespace
|
| /third_party/openssl/crypto/ec/ |
| H A D | ec_local.h | 641 int (*copy)(EC_KEY *dest, const EC_KEY *src); member
|
| H A D | ecp_nistp224.c | 792 const limb copy = -icopy; in copy_conditional() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineImageUtil.cpp | 1097 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 D | vktProtectedMemYCbCrConversionTests.cpp | 407 const vk::VkBufferImageCopy copy = in uploadYCbCrImage() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TransformFeedbackTest.cpp | 711 auto copy = []() { in TEST_P() local
|
| /third_party/skia/src/image/ |
| H A D | SkImage_Gpu.cpp | 196 auto copy = GrSurfaceProxy::Copy(rContext.get(), in MakeWithVolatileSrc() local
|
| H A D | SkImage.cpp | 431 auto copy = GrCopyBaseMipMapToView(rContext, view); in FindOrMakeCachedMipmappedView() local
|
| /third_party/skia/src/core/ |
| H A D | SkRecorder.cpp | 106 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 D | SkStroke.cpp | 435 SkPath::Iter copy = *iter; in has_valid_tangent() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Texture.cpp | 388 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 D | utilities.cpp | 427 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 D | ssl_sess.c | 541 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 D | ec_local.h | 609 int (*copy)(EC_KEY *dest, const EC_KEY *src); member
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | compiler.py | 168 def copy(self): member in Frame
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | dtitvinf.cpp | 812 UnicodeString* copy = new UnicodeString[kIPI_MAX_INDEX]; in copyHash() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | CommandBufferVk.cpp | 524 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 D | DeviceVk.cpp | 666 VkBufferCopy copy; in CopyFromStagingToBuffer() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | CompressedTextureFormatTests.cpp | 130 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 D | CommandBufferGL.cpp | 616 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...] |