Searched refs:copying (Results 1 – 25 of 749) sorted by relevance
12345678910>>...30
/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/python/cpython3/Doc/library/ |
D | copy.rst | 36 The difference between shallow and deep copying is only relevant for compound 57 copying pass; and 59 * letting user-defined classes override the copying operation or the set of 73 Classes can use the same interfaces to control copying that they use to control
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CopyHost.pbtxt | 28 Performs CPU-to-CPU deep-copying of tensor. 31 deep-copying. See the documentation of Debug* ops for more details.
|
D | api_def_Copy.pbtxt | 28 Performs CPU-to-CPU or GPU-to-GPU deep-copying of tensor, depending on the 32 deep-copying. See the documentation of Debug* ops for more details.
|
/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/llvm-project/lld/test/ELF/ |
D | ppc32-relocatable-got2.s | 2 ## Test addend adjustment of R_PPC_PLTREL24 when copying relocations.
|
/external/fonttools/Tests/ttLib/tables/data/aots/ |
D | README | 9 Fonts were built by running "make" and copying tests/*.otf over.
|
/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/llvm/test/CodeGen/PowerPC/ |
D | ppc64-crash.ll | 10 ; check that we're not copying stuff between R and X registers
|
/external/python/pybind11/docs/advanced/cast/ |
D | eigen.rst | 35 type, pybind11 will attempt to avoid copying by using an ``Eigen::Map`` object 91 pointers will be managed by pybind11. In order to avoid copying, you should 188 The second approach to avoid copying is more intrusive: rearranging the 199 callable with numpy's (default) arrays without involving a copying. 226 Failing rather than copying 232 stride layout. If you want to explicitly avoid copying in such a case, you 237 copying to take place: 258 "big"_a.noconvert(), // <- Don't allow copying for this arg
|
/external/llvm-project/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/rust/crates/libz-sys/src/zlib/contrib/iostream3/ |
D | TODO | 16 - Override operator<<(ostream&, gzfilebuf*) to allow direct copying
|
/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/tensorflow/tensorflow/python/tpu/ |
D | tpu_test_wrapper.bzl | 76 """Creates a genrule copying src into the current directory. 85 file. We don't expect to see this case, since we're only copying the one
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | copy-after-strip-sections.test | 3 # subsequent stripping operation, or copying the object, should produce
|
/external/toybox/toys/example/ |
D | README | 8 command, copying hello.c or skeleton.c to the new name may provide a good
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sjlj-shadow-stack-liveness.mir | 2 # Check that we're not copying the kill flags with the operands from the pseudo
|
/external/strace/tests-m32/ |
D | strace-V.test | 63 This is free software; see the source for copying conditions. There is NO
|
/external/strace/tests/ |
D | strace-V.test | 63 This is free software; see the source for copying conditions. There is NO
|
/external/strace/tests-mx32/ |
D | strace-V.test | 63 This is free software; see the source for copying conditions. There is NO
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 5 Markus says this about copying files that are on his site:
|
12345678910>>...30