Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...28

/third_party/python/Lib/test/support/
H A Dos_helper.py703 def copy(self): member in EnvironmentVarGuard
/third_party/python/Lib/
H A Ddataclasses.py3 import copy namespace
H A Dweakref.py169 def copy(self): member in WeakValueDictionary
430 def copy(self): member in WeakKeyDictionary
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreg.py9 import copy namespace
[all...]
/third_party/skia/src/gpu/
H A DSkGr.cpp111 auto copy = GrSurfaceProxy::Copy(ctx, std::move(baseProxy), origin, GrMipmapped::kYes, in GrCopyBaseMipMapToTextureProxy() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp85 auto copy = listeners; in foreach() local
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py376 def copy(self): member in LRUCache
/third_party/skia/tests/
H A DRegionTest.cpp276 SkRegion copy; in test_write() local
H A DTestUtils.cpp90 auto copy = GrSurfaceProxy::Copy(dContext, std::move(proxy), origin, GrMipmapped::kNo, in TestCopyFromSurface() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff-common.hh95 CFFIndex *copy (hb_serialize_context_t *c) const in copy() function
H A Dhb-ot-color-sbix-table.hh47 SBIXGlyph* copy (hb_serialize_context_t *c, unsigned int data_length) const in copy() function
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp543 TiXmlElement::TiXmlElement( const TiXmlElement& copy) in TiXmlElement() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_fractions.py13 from copy import copy, deepcopy namespace
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/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

Completed in 28 milliseconds

1...<<11121314151617181920>>...28