Home
last modified time | relevance | path

Searched full:copying (Results 1 – 25 of 5497) sorted by relevance

12345678910>>...220

/external/tensorflow/tensorflow/tools/lib_package/
DBUILD132 "@curl//:COPYING",
134 "@eigen_archive//:COPYING.MPL2",
135 "@farmhash_archive//:COPYING",
138 "@gif_archive//:COPYING",
140 "@hwloc//:COPYING",
149 "@snappy//:COPYING",
203 "@curl//:COPYING",
205 "@eigen_archive//:COPYING.MPL2",
206 "@farmhash_archive//:COPYING",
209 "@gif_archive//:COPYING",
[all …]
/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
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dx16775.htm5 >3. COPYING IN QUANTITY</TITLE
16 TITLE="2. VERBATIM COPYING"
77 >C.4. 3. COPYING IN QUANTITY</A
94 other material on the covers in addition. Copying with changes
100 conditions, can be treated as verbatim copying in other
188 >2. VERBATIM COPYING</TD
Dx16769.htm5 >2. VERBATIM COPYING</TITLE
19 TITLE="3. COPYING IN QUANTITY"
77 >C.3. 2. VERBATIM COPYING</A
89 control the reading or further copying of the copies you make or
160 >3. COPYING IN QUANTITY</TD
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fbo.blit.txt25 + Copying whole framebuffer
26 + Copying sub-framebuffer
29 + Copying depth values
30 + Copying stencil values
/external/clang/test/SemaCXX/
Dcxx98-compat-flags.cpp31 …const Private &a = Private(); // expected-warning {{copying variable of type 'CopyCtorIssues::Priv…
32 …const NoViable &b = NoViable(); // expected-warning {{copying variable of type 'CopyCtorIssues::No…
33 …const Ambiguous &c = Ambiguous(); // expected-warning {{copying variable of type 'CopyCtorIssues::…
34 …const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Dele…
Dcxx98-compat-pedantic.cpp74 …const Private &a = Private(); // expected-warning {{copying variable of type 'CopyCtorIssues::Priv…
75 …const NoViable &b = NoViable(); // expected-warning {{copying variable of type 'CopyCtorIssues::No…
77 …const Ambiguous &c = Ambiguous(); // expected-warning {{copying variable of type 'CopyCtorIssues::…
79 …const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Dele…
/external/curl/packages/vms/
Dbuild_gnv_curl_pcsi_text.com9 $! 3. [--]copying file from the Curl distribution, modified to fit
92 $ if f$search("[--]copying.") .nes. ""
94 $ copying_file = "[--]copying."
96 $ if f$search("[--]$COPYING.") .nes. ""
98 $ copying_file = "[--]$COPYING."
100 $ write sys$output "Can not find copying file."
139 $! Now add in the copying file
/external/libcxx/test/support/
Dtracked_value.h23 assert(t.state != State::MOVED_FROM && "copying a moved-from object"); in TrackedValue()
24 assert(t.state != State::DESTROYED && "copying a destroyed object"); in TrackedValue()
37 assert(t.state != State::MOVED_FROM && "copying a moved-from object");
38 assert(t.state != State::DESTROYED && "copying a destroyed object");
/external/eigen/
DCOPYING.README1 Eigen is primarily MPL2 licensed. See COPYING.MPL2 and these links:
6 COPYING.* files here.
9 For this reason, the COPYING.LGPL file contains the LGPL 2.1 text.
/external/tensorflow/tensorflow/tools/pip_package/
DBUILD157 "@curl//:COPYING",
159 "@eigen_archive//:COPYING.MPL2",
161 "@farmhash_archive//:COPYING",
166 "@gif_archive//:COPYING",
168 "@hwloc//:COPYING",
181 "@snappy//:COPYING",
183 "@termcolor_archive//:COPYING.txt",
/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/elfutils/
DMakefile.am34 COPYING COPYING-GPLV2 COPYING-LGPLV3
/external/icu/icu4c/source/common/
Drbbirb.h57 RBBISymbolTableEntry(const RBBISymbolTableEntry &other); // forbid copying of this class
58 …RBBISymbolTableEntry &operator=(const RBBISymbolTableEntry &other); // forbid copying of this class
98 RBBISymbolTable(const RBBISymbolTable &other); // forbid copying of this class
99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class
180 RBBIRuleBuilder(const RBBIRuleBuilder &other); // forbid copying of this class
181 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other); // forbid copying of this class
Drbbisetb.h60 RangeDescriptor(const RangeDescriptor &other); // forbid copying of this class
61 RangeDescriptor &operator=(const RangeDescriptor &other); // forbid copying of this class
137 RBBISetBuilder(const RBBISetBuilder &other); // forbid copying of this class
138 RBBISetBuilder &operator=(const RBBISetBuilder &other); // forbid copying of this class
/external/skqp/infra/bots/recipe_modules/flavor/
Ddefault.py103 """Like shutil.copytree(), but for copying to a connected device."""
107 raise ValueError('For builders who do not have attached devices, copying '
113 """Like shutil.copytree(), but for copying from a connected device."""
117 raise ValueError('For builders who do not have attached devices, copying '
123 """Like shutil.copyfile, but for copying to a connected device."""
127 raise ValueError('For builders who do not have attached devices, copying '
/external/skia/infra/bots/recipe_modules/flavor/
Ddefault.py103 """Like shutil.copytree(), but for copying to a connected device."""
107 raise ValueError('For builders who do not have attached devices, copying '
113 """Like shutil.copytree(), but for copying from a connected device."""
117 raise ValueError('For builders who do not have attached devices, copying '
123 """Like shutil.copyfile, but for copying to a connected device."""
127 raise ValueError('For builders who do not have attached devices, copying '
/external/curl/docs/libcurl/
Dmksymbolsmanpage.pl11 # * This software is licensed as described in the file COPYING, which
17 # * furnished to do so, under the terms of the COPYING file.
40 .\\" * This software is licensed as described in the file COPYING, which
46 .\\" * furnished to do so, under the terms of the COPYING file.
/external/python/cpython3/Lib/distutils/
Dfile_util.py11 _copy_action = { None: 'copying',
80 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
94 # copying, but blow up if linking. Hmmm. And I don't know what
115 log.debug("not copying %s (output up-to-date)", src)
140 # If hard linking fails, fall back on copying file
/external/python/cpython3/Lib/
Dcopy.py1 """Generic (shallow and deep) copying operations.
12 The difference between shallow and deep copying is only relevant for
36 copying pass
38 b) letting user-defined classes override the copying operation or the
45 Classes can use the same interfaces to control copying that they use
/external/python/cpython2/Lib/distutils/
Dfile_util.py13 _copy_action = {None: 'copying',
85 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
99 # copying, but blow up if linking. Hmmm. And I don't know what
120 log.debug("not copying %s (output up-to-date)", src)
145 # If hard linking fails, fall back on copying file
/external/libunwind/src/x86/
DGresume.c31 /* This routine is responsible for copying the register values in
50 Debug (8, "copying out cursor state\n"); in establish_machine_state()
54 Debug (16, "copying %s %d\n", unw_regname (reg), reg); in establish_machine_state()
/external/tensorflow/tensorflow/core/common_runtime/
Dgpu_device_context.h75 // The stream to use for copying data from host into GPU.
77 // The stream to use for copying data from GPU to host.
79 // Streams to use for copying data between GPUs.
/external/protobuf/objectivec/
DGPBArray.h57 // Initializes the array, copying the values.
97 // Initializes the array, copying the values.
137 // Initializes the array, copying the values.
177 // Initializes the array, copying the values.
217 // Initializes the array, copying the values.
257 // Initializes the array, copying the values.
297 // Initializes the array, copying the values.
343 // Initializes the array, copying the values.
434 //%// Initializes the array, copying the values.
470 //%// Initializes the array, copying the values.
/external/compiler-rt/lib/msan/
Dmsan_poisoning.h24 // Walk [addr, addr+size) app memory region, copying origin tags from the
35 // See CopyOrigin() for the origin copying logic.
40 // See CopyOrigin() for the origin copying logic.

12345678910>>...220