Home
last modified time | relevance | path

Searched defs:copy (Results 51 - 75 of 1101) sorted by relevance

12345678910>>...45

/third_party/openGLES/extensions/
H A Dnextfree.py11 import copy, os, re, string, sys namespace
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dnextfree.py22 import copy, os, re, string, sys namespace
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durep.h148 void (*copy)(UReplaceable* rep, member
/third_party/skia/docs/examples/
H A DRegion_writeToMemory.cpp18 SkRegion copy; in REG_FIDDLE() local
H A DPath_readFromMemory.cpp7 SkPath path, copy; in REG_FIDDLE() local
H A DPicture_MakeFromStream.cpp17 sk_sp<SkPicture> copy = SkPicture::MakeFromStream(readableStream.get()); in REG_FIDDLE() local
H A DPicture_serialize_2.cpp17 sk_sp<SkPicture> copy = SkPicture::MakeFromData(readableData->data(), readableData->size()); in REG_FIDDLE() local
H A DPicture_serialize.cpp15 sk_sp<SkPicture> copy = SkPicture::MakeFromData(readableData->data(), readableData->size()); in REG_FIDDLE() local
H A DTextBlob_serialize.cpp15 sk_sp<SkTextBlob> copy = SkTextBlob::Deserialize(storage, used, SkDeserialProcs()); in REG_FIDDLE() local
H A DTextBlob_Deserialize.cpp18 sk_sp<SkTextBlob> copy = SkTextBlob::Deserialize(data->data(), data->size(), SkDeserialProcs()); in REG_FIDDLE() local
H A DPicture_MakeFromData.cpp17 sk_sp<SkPicture> copy = SkPicture::MakeFromData(readableData.get()); in REG_FIDDLE() local
H A DPicture_008.cpp17 sk_sp<SkPicture> copy = SkPicture::MakeFromData(readableData->data(), readableData->size()); in REG_FIDDLE() local
H A DRRect_readFromMemory.cpp13 SkRRect copy; in REG_FIDDLE() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_property.h39 auto copy = MakeRefPtr<TitleBarLayoutProperty>(); variable
[all...]
/foundation/graphic/graphic_utils_lite/test/
H A Dvector_unit_test.cpp250 Vector<uint16_t> copy; in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/util/
H A Dts_list.h50 std::list<T> copy = list_; in claim() local
/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dfdsan.h29 fdsan_fd(const fdsan_fd& copy) = delete; member
40 fdsan_fd& operator=(const fdsan_fd& copy) = delete; member
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_type_file.cpp31 MtpFsTypeFile::MtpFsTypeFile(const MtpFsTypeFile &copy) in MtpFsTypeFile() argument
H A Dmtpfs_type_tmp_file.cpp27 MtpFsTypeTmpFile::MtpFsTypeTmpFile(const MtpFsTypeTmpFile &copy) in MtpFsTypeTmpFile() argument
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Doption_util.py76 import copy namespace
/third_party/elfutils/libdwfl/
H A Ddwfl_module_build_id.c46 void *copy = malloc (len); in found_build_id() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_var_copies.c102 nir_intrinsic_instr *copy = nir_instr_as_intrinsic(instr); split_var_copies_impl() local
[all...]
/third_party/node/deps/v8/tools/testrunner/objects/
H A Doutput.py30 import copy namespace
/third_party/nghttp2/src/
H A Dtemplate_test.cc56 ImmutableString copy = src; in test_template_immutable_string() local
[all...]
/third_party/python/Lib/lib2to3/pgen2/
H A Dgrammar.py102 def copy(self): member in Grammar

Completed in 5 milliseconds

12345678910>>...45