Home
last modified time | relevance | path

Searched defs:copy (Results 351 - 375 of 673) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/python/Lib/test/
H A Dtest_memoryview.py14 import copy namespace
H A Dtest_weakset.py3 import copy namespace
H A Dtest_uuid.py6 import copy namespace
/third_party/python/Lib/
H A Dweakref.py169 def copy(self): member in WeakValueDictionary
430 def copy(self): member in WeakKeyDictionary
/third_party/toybox/toys/posix/
H A Dfind.c429 char *copy = ss[1]; in do_find() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H A DCopySplitTests.cpp54 const auto& copy = copySplit.copies[i]; in ValidateFootprints() local
156 const auto& copy = copySplit.copies[i]; ValidateTextureBounds() local
179 const auto& copy = copySplit.copies[i]; ValidatePixelCount() local
197 const auto& copy = copySplit.copies[i]; ValidateBufferOffset() local
261 const auto& copy = copySplit.copies[i]; operator <<() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java228 public MapField<K, V> copy() { in copy() method in MapField
H A DSmallSortedMap.java404 Entry(Map.Entry<K, V> copy) { in Entry() argument
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py37 import copy namespace
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc2042 std::vector<std::string> copy = TEST_F() local
2058 std::vector<Nested> copy = src; // copy since move leaves in undefined state TEST_F() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus_test.cc309 absl::Status copy = base; in EraseAndReturn() local
319 absl::Status copy = EraseAndReturn(base); in TEST() local
326 absl::Status copy = base; in TEST() local
[all...]
/third_party/skia/include/private/
H A DSkTArray.h497 void copy(const T* src) { copy() function in SkTArray
[all...]
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp212 size_t Editor::copy(TextPosition pos1, TextPosition pos2, char* dst) const { in copy() function in Editor
/third_party/vk-gl-cts/scripts/
H A Dmake_release.py26 import copy namespace
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp216 typename TypedFieldTraits<Name>::ValueType* copy = new typename TypedFieldTraits<Name>::ValueType(value); in set() local
/third_party/vulkan-headers/registry/
H A Dreg.py9 import copy namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.h312 SharedResource11 copy; in makeCopy() local
/third_party/ffmpeg/libavcodec/
H A Dflac_parser.c232 const size_t copy = FFMIN(inc, offset_w); in flac_fifo_grow() local
H A Dcbs.c928 uint8_t *src, *copy; in cbs_clone_unit_content() local
H A Dpthread_frame.c793 AVCodecContext *copy; in init_thread() local
[all...]
H A Dsonic.c265 int *copy, *bits; in intlist_write() local
[all...]
H A Dopus.h154 int copy; member
/third_party/ffmpeg/libavfilter/
H A Dvf_vaguedenoiser.c187 static inline void copy(const float *p1, float *p2, const int length) in copy() function
/third_party/glfw/src/
H A Dnull_window.c544 char* copy = _glfw_strdup(string); in _glfwSetClipboardStringNull() local
/third_party/ffmpeg/libswresample/
H A Dswresample.c532 static void copy(AudioData *out, AudioData *in, in copy() function

Completed in 31 milliseconds

1...<<11121314151617181920>>...27