Home
last modified time | relevance | path

Searched refs:copying (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/external/python/cpython2/Doc/library/
Dcopy.rst31 The difference between shallow and deep copying is only relevant for compound
52 copying pass; and
54 * letting user-defined classes override the copying operation or the set of
67 Added copying functions.
71 Classes can use the same interfaces to control copying that they use to control
Dshutil.rst5 :synopsis: High-level file operations, including copying.
10 single: file; copying
11 single: copying files
19 copying and removal. For operations on individual files, see also the
24 Even the higher-level file copying functions (:func:`shutil.copy`,
128 :exc:`Error` is raised if any exceptions occur during copying, rather than
/external/v8/src/runtime/
Druntime-literals.cc74 bool copying = ContextObject::kCopying; in StructureWalk() local
91 if (copying) { in StructureWalk()
104 DCHECK(copying || copy.is_identical_to(object)); in StructureWalk()
126 if (copying) copy->FastPropertyAtPut(index, *value); in StructureWalk()
127 } else if (copying && raw->IsMutableHeapNumber()) { in StructureWalk()
144 if (copying) dict->ValueAtPut(i, *value); in StructureWalk()
170 if (copying) elements->set(i, *value); in StructureWalk()
185 if (copying) element_dictionary->ValueAtPut(i, *value); in StructureWalk()
/external/python/cpython3/Doc/library/
Dcopy.rst35 The difference between shallow and deep copying is only relevant for compound
56 copying pass; and
58 * letting user-defined classes override the copying operation or the set of
72 Classes can use the same interfaces to control copying that they use to control
/external/icu/icu4c/source/config/
Dmh-unknown15 # As a start, try copying mh-linux (which is fairly generic) over this
23 @echo "*** or, try copying icu/source/config/mh-linux to mh-unknown"
/external/cldr/tools/java/
Dhow_to_notes.txt1 Note: For copying a file and making changes, see GenerateMaximalLocales.printDefaultContent
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT12 documentation that copying and distribution is by permission of
27 given in supporting documentation that copying and distribution is by
44 copying and distribution is by permission of Livingston Enterprises, Inc.
/external/fonttools/Tests/ttLib/tables/data/aots/
DREADME9 Fonts were built by running "make" and copying tests/*.otf over.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.copy_image.txt51 e.g. no invalid ASTC blocks or NaNs exist before or after copying.
59 Each test case does copying in two different ways. First they create images,
/external/llvm/test/CodeGen/PowerPC/
Dppc64-crash.ll10 ; check that we're not copying stuff between R and X registers
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dppc64-crash.ll10 ; check that we're not copying stuff between R and X registers
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-crash.ll10 ; check that we're not copying stuff between R and X registers
/external/owasp/sanitizer/lib/commons-codec-1.4/
DNOTICE.txt11 Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying
/external/wpa_supplicant_8/hostapd/logwatch/
DREADME4 These files can be installed by copying them to following locations:
/external/zlib/src/contrib/iostream3/
DTODO16 - Override operator<<(ostream&, gzfilebuf*) to allow direct copying
/external/u-boot/doc/
DREADME.mpc85xxcds58 The U-Boot commands for copying the boot-bank into the secondary bank are
65 U-Boot/kermit commands for downloading an image, then copying
87 After copying the image into the second bank of flash, be sure to toggle
DREADME.arm-relocation61 If CONFIG_SYS_TEXT_BASE == relocation address, the copying of u-boot
75 one copying from u-boot code.
120 There is NO WARRANTY, to the extent permitted by law. Type "show copying"
/external/tensorflow/tensorflow/core/ops/
Ddebug_ops.cc69 Performs CPU-to-CPU deep-copying of tensor.
72 deep-copying. See the documentation of Debug* ops for more details.
/external/curl/packages/vms/
Dbuild_gnv_curl_pcsi_text.com9 $! 3. [--]copying file from the Curl distribution, modified to fit
139 $! Now add in the copying file
/external/strace/tests-mx32/
Dstrace-V.test63 This is free software; see the source for copying conditions. There is NO
/external/toybox/toys/example/
DREADME8 command, copying hello.c or skeleton.c to the new name may provide a good
/external/strace/tests-m32/
Dstrace-V.test63 This is free software; see the source for copying conditions. There is NO
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Bitcast.pbtxt3 summary: "Bitcasts a tensor from one type to another without copying data."
/external/strace/tests/
Dstrace-V.test63 This is free software; see the source for copying conditions. There is NO
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dpr31990_wrong_memcpy.ll3 ; Regression test of PR31990. A memcpy of one byte, copying 0xff, was

12345678910>>...24