Searched refs:copying (Results 1 – 25 of 599) sorted by relevance
12345678910>>...24
/external/python/cpython2/Doc/library/ |
D | copy.rst | 31 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
|
D | shutil.rst | 5 :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/ |
D | runtime-literals.cc | 74 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/ |
D | copy.rst | 35 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/ |
D | mh-unknown | 15 # 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/ |
D | how_to_notes.txt | 1 Note: For copying a file and making changes, see GenerateMaximalLocales.printDefaultContent
|
/external/ppp/pppd/plugins/radius/ |
D | COPYRIGHT | 12 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/ |
D | README | 9 Fonts were built by running "make" and copying tests/*.otf over.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 51 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/ |
D | ppc64-crash.ll | 10 ; check that we're not copying stuff between R and X registers
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | ppc64-crash.ll | 10 ; check that we're not copying stuff between R and X registers
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ppc64-crash.ll | 10 ; check that we're not copying stuff between R and X registers
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | NOTICE.txt | 11 Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | README | 4 These files can be installed by copying them to following locations:
|
/external/zlib/src/contrib/iostream3/ |
D | TODO | 16 - Override operator<<(ostream&, gzfilebuf*) to allow direct copying
|
/external/u-boot/doc/ |
D | README.mpc85xxcds | 58 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
|
D | README.arm-relocation | 61 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/ |
D | debug_ops.cc | 69 Performs CPU-to-CPU deep-copying of tensor. 72 deep-copying. See the documentation of Debug* ops for more details.
|
/external/curl/packages/vms/ |
D | build_gnv_curl_pcsi_text.com | 9 $! 3. [--]copying file from the Curl distribution, modified to fit 139 $! Now add in the copying file
|
/external/strace/tests-mx32/ |
D | strace-V.test | 63 This is free software; see the source for copying conditions. There is NO
|
/external/toybox/toys/example/ |
D | README | 8 command, copying hello.c or skeleton.c to the new name may provide a good
|
/external/strace/tests-m32/ |
D | strace-V.test | 63 This is free software; see the source for copying conditions. There is NO
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Bitcast.pbtxt | 3 summary: "Bitcasts a tensor from one type to another without copying data."
|
/external/strace/tests/ |
D | strace-V.test | 63 This is free software; see the source for copying conditions. There is NO
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | pr31990_wrong_memcpy.ll | 3 ; Regression test of PR31990. A memcpy of one byte, copying 0xff, was
|
12345678910>>...24