/third_party/python/Lib/test/ |
H A D | test_memoryview.py | 14 import copy namespace
|
H A D | test_weakset.py | 3 import copy namespace
|
H A D | test_uuid.py | 6 import copy namespace
|
/third_party/python/Lib/ |
H A D | weakref.py | 169 def copy(self): member in WeakValueDictionary 430 def copy(self): member in WeakKeyDictionary
|
/third_party/toybox/toys/posix/ |
H A D | find.c | 429 char *copy = ss[1]; in do_find() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
H A D | CopySplitTests.cpp | 54 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 D | MapField.java | 228 public MapField<K, V> copy() { in copy() method in MapField
|
H A D | SmallSortedMap.java | 404 Entry(Map.Entry<K, V> copy) { in Entry() argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | descriptor_pool_test.py | 37 import copy namespace
|
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field_unittest.cc | 2042 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 D | status_test.cc | 309 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 D | SkTArray.h | 497 void copy(const T* src) { copy() function in SkTArray [all...] |
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | editor.cpp | 212 size_t Editor::copy(TextPosition pos1, TextPosition pos2, char* dst) const { in copy() function in Editor
|
/third_party/vk-gl-cts/scripts/ |
H A D | make_release.py | 26 import copy namespace
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deCommandLine.hpp | 216 typename TypedFieldTraits<Name>::ValueType* copy = new typename TypedFieldTraits<Name>::ValueType(value); in set() local
|
/third_party/vulkan-headers/registry/ |
H A D | reg.py | 9 import copy namespace [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ResourceManager11.h | 312 SharedResource11 copy; in makeCopy() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | flac_parser.c | 232 const size_t copy = FFMIN(inc, offset_w); in flac_fifo_grow() local
|
H A D | cbs.c | 928 uint8_t *src, *copy; in cbs_clone_unit_content() local
|
H A D | pthread_frame.c | 793 AVCodecContext *copy; in init_thread() local [all...] |
H A D | sonic.c | 265 int *copy, *bits; in intlist_write() local [all...] |
H A D | opus.h | 154 int copy; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vaguedenoiser.c | 187 static inline void copy(const float *p1, float *p2, const int length) in copy() function
|
/third_party/glfw/src/ |
H A D | null_window.c | 544 char* copy = _glfw_strdup(string); in _glfwSetClipboardStringNull() local
|
/third_party/ffmpeg/libswresample/ |
H A D | swresample.c | 532 static void copy(AudioData *out, AudioData *in, in copy() function
|