Home
last modified time | relevance | path

Searched refs:copies (Results 1 – 25 of 1933) sorted by relevance

12345678910>>...78

/external/libcups/filter/
Dgziptoany.c34 int copies; /* Number of copies */ in main() local
55 copies = atoi(argv[4]); in main()
57 copies = 1; in main()
65 copies = 1; in main()
79 while (copies > 0) in main()
98 copies --; in main()
Dpstops.c87 int copies; /* Number of copies */ member
736 if (doc->copies != 1 && (!doc->collate || !doc->slow_collate)) in copy_comments()
743 doc_printf(doc, "%%%%Requirements: numcopies(%d)%s%s\n", doc->copies, in copy_comments()
751 doc_printf(doc, "%%RBINumCopies: %d\n", doc->copies); in copy_comments()
892 doc->slow_collate ? 1 : doc->copies); in copy_dsc()
930 copy = doc->copies - 1; in copy_dsc()
932 for (; copy < doc->copies; copy ++) in copy_dsc()
997 doc->slow_collate ? 1 : doc->copies); in copy_dsc()
1073 if (doc->slow_collate && doc->copies > 1) in copy_non_dsc()
1074 printf("%%%%Pages: %d\n", doc->copies); in copy_non_dsc()
[all …]
/external/libchrome/base/
Dbind_unittest.cc107 DerivedCopyMoveCounter(int* copies, in DerivedCopyMoveCounter()
111 : copies_(copies), in DerivedCopyMoveCounter()
124 CopyMoveCounter(int* copies, in CopyMoveCounter() argument
128 : copies_(copies), in CopyMoveCounter()
189 int copies() const { in copies() function in base::__anon398078b80111::CopyMoveCounter
204 CopyCounter(int* copies, int* assigns) in CopyCounter() argument
205 : counter_(copies, assigns, nullptr, nullptr) {} in CopyCounter()
211 int copies() const { return counter_.copies(); } in copies() function in base::__anon398078b80111::CopyCounter
285 return counter.copies(); in GetCopies()
665 int copies = 0; in TEST_F() local
[all …]
/external/jline/src/src/main/java/jline/
DMultiCompletor.java48 List[] copies = new List[completors.length]; in complete() local
52 copies[i] = new LinkedList(cand); in complete()
53 positions[i] = completors[i].complete(buffer, pos, copies[i]); in complete()
64 for (int i = 0; i < copies.length; i++) { in complete()
66 cand.addAll(copies[i]); in complete()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DRopeByteStringSubstringTest.java72 int copies = 250; in testToString() local
75 StringBuilder builder = new StringBuilder(copies * sourceString.length()); in testToString()
77 for (int i = 0; i < copies; ++i) { in testToString()
102 int copies = 250; in testCharsetToString() local
105 StringBuilder builder = new StringBuilder(copies * sourceString.length()); in testCharsetToString()
107 for (int i = 0; i < copies; ++i) { in testCharsetToString()
DRopeByteStringTest.java99 int copies = 250; in testToString() local
102 StringBuilder builder = new StringBuilder(copies * sourceString.length()); in testToString()
104 for (int i = 0; i < copies; ++i) { in testToString()
125 int copies = 250; in testCharsetToString() local
128 StringBuilder builder = new StringBuilder(copies * sourceString.length()); in testCharsetToString()
130 for (int i = 0; i < copies; ++i) { in testCharsetToString()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dregcoal-physreg.mir15 ; We usually should not coalesce copies from allocatable physregs.
21 ; It is fine to coalesce copies from reserved physregs
27 ; It is not fine to coalesce copies from reserved physregs when they are
35 ; Is is fine to coalesce copies from constant physregs even when they are
43 ; Is is fine to coalesce copies from constant physregs even when they are
64 ; It is not fine to coalesce copies from reserved physregs when they are
119 ; We can coalesce copies from physreg to vreg across multiple blocks.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-copysign-01.ll10 ; Test f32 copies in which the sign comes from an f32.
20 ; Test f32 copies in which the sign comes from an f64.
31 ; Test f32 copies in which the sign comes from an f128.
44 ; Test f64 copies in which the sign comes from an f32.
55 ; Test f64 copies in which the sign comes from an f64.
65 ; Test f64 copies in which the sign comes from an f128.
78 ; Test f128 copies in which the sign comes from an f32. We shouldn't
/external/llvm/test/CodeGen/SystemZ/
Dfp-copysign-01.ll10 ; Test f32 copies in which the sign comes from an f32.
20 ; Test f32 copies in which the sign comes from an f64.
31 ; Test f32 copies in which the sign comes from an f128.
44 ; Test f64 copies in which the sign comes from an f32.
55 ; Test f64 copies in which the sign comes from an f64.
65 ; Test f64 copies in which the sign comes from an f128.
78 ; Test f128 copies in which the sign comes from an f32. We shouldn't
/external/ImageMagick/
DNOTICE30 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
35 copies or substantial portions of ImageMagick.
92 merge, publish, distribute, sublicense, and/or sell copies of the Software, and
93 to permit persons who receive copies from any such party to do so, with the
106 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
111 copies or substantial portions of the Software.
133 copies of the Software, and to permit persons to whom the Software is
137 copies or substantial portions of the Software.
157 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
161 This copyright notice shall be included in all copies or substantial portions
[all …]
/external/llvm/test/CodeGen/X86/
Dmisched-copy.ll6 ; Argument copies should be hoisted to the top of the block.
7 ; Return copies should be sunk to the end.
8 ; MUL_HiLo PhysReg use copies should be just above the mul.
9 ; MUL_HiLo PhysReg def copies should be just below the mul.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmisched-copy.ll6 ; Argument copies should be hoisted to the top of the block.
7 ; Return copies should be sunk to the end.
8 ; MUL_HiLo PhysReg use copies should be just above the mul.
9 ; MUL_HiLo PhysReg def copies should be just below the mul.
/external/mesa3d/src/compiler/nir/
Dnir_lower_vars_to_ssa.c49 struct set *copies; member
401 if (node->copies == NULL) in register_copy_instr()
402 node->copies = _mesa_set_create(state->dead_ctx, _mesa_hash_pointer, in register_copy_instr()
405 _mesa_set_add(node->copies, copy_instr); in register_copy_instr()
448 if (!node->copies) in lower_copies_to_load_store()
452 set_foreach(node->copies, copy_entry) { in lower_copies_to_load_store()
465 struct set_entry *arg_entry = _mesa_set_search(arg_node->copies, copy); in lower_copies_to_load_store()
467 _mesa_set_remove(arg_node->copies, arg_entry); in lower_copies_to_load_store()
473 node->copies = NULL; in lower_copies_to_load_store()
Dnir_opt_copy_prop_vars.c79 struct list_head copies; member
104 list_add(&entry->link, &state->copies); in copy_entry_create()
263 list_for_each_entry(struct copy_entry, iter, &state->copies, link) { in lookup_entry_for_deref()
275 list_for_each_entry(struct copy_entry, iter, &state->copies, link) { in mark_aliased_entries_as_read()
287 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link) { in get_entry_and_kill_aliases()
321 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link) { in apply_barrier_for_modes()
622 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link) in copy_prop_vars_block()
788 list_inithead(&state.copies); in nir_opt_copy_prop_vars()
/external/libxkbcommon/
DLICENSE33 and/or sell copies of the Software, and to permit persons to whom the
37 paragraph) shall be included in all copies or substantial portions of the
58 and/or sell copies of the Software, and to permit persons to whom the
62 all copies or substantial portions of the Software.
85 notice appear in all copies and that both that copyright
113 provided that the above copyright notice appear in all copies and that
137 copies of the Software, and to permit persons to whom the Software is
141 all copies or substantial portions of the Software.
174 the above copyright notice appear in all copies and that both that
198 provided that the above copyright notice appear in all copies and
DNOTICE33 and/or sell copies of the Software, and to permit persons to whom the
37 paragraph) shall be included in all copies or substantial portions of the
58 and/or sell copies of the Software, and to permit persons to whom the
62 all copies or substantial portions of the Software.
85 notice appear in all copies and that both that copyright
113 provided that the above copyright notice appear in all copies and that
137 copies of the Software, and to permit persons to whom the Software is
141 all copies or substantial portions of the Software.
174 the above copyright notice appear in all copies and that both that
198 provided that the above copyright notice appear in all copies and
/external/libxkbcommon/xkbcommon/
DCOPYING33 and/or sell copies of the Software, and to permit persons to whom the
37 paragraph) shall be included in all copies or substantial portions of the
58 and/or sell copies of the Software, and to permit persons to whom the
62 all copies or substantial portions of the Software.
85 notice appear in all copies and that both that copyright
113 provided that the above copyright notice appear in all copies and that
137 copies of the Software, and to permit persons to whom the Software is
141 all copies or substantial portions of the Software.
174 the above copyright notice appear in all copies and that both that
198 provided that the above copyright notice appear in all copies and
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT8 copyright and permission notice appear on all copies and supporting
24 permission notice appear on all copies and supporting documentation, the
40 and permission notice appear on all copies and supporting documentation,
56 copies of the software and derivative works or modified versions thereof,
88 These notices must be retained in any copies of any part of this
/external/python/cpython2/Doc/library/
Dcopy.rst38 *copies* into it of the objects found in the original.
46 * Because deep copy copies everything it may copy too much, such as data
47 which is intended to be shared between copies.
62 Shallow copies of dictionaries can be made using :meth:`dict.copy`, and
/external/python/cpython3/Doc/library/
Dcopy.rst42 *copies* into it of the objects found in the original.
50 * Because deep copy copies everything it may copy too much, such as data
51 which is intended to be shared between copies.
66 Shallow copies of dictionaries can be made using :meth:`dict.copy`, and
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp621 vector<vk::VkImageCopy>* copies) in genCopies() argument
641 copies->reserve(copyCount); in genCopies()
697 copies->push_back(copy); in genCopies()
727 const vector<vk::VkImageCopy>& copies) in logTestCaseInfo() argument
741 for (size_t copyNdx = 0; copyNdx < copies.size(); copyNdx++) in logTestCaseInfo()
742 log << TestLog::Message << copies[copyNdx] << TestLog::EndMessage; in logTestCaseInfo()
755 vector<vk::VkImageCopy> copies; in imageCopyTest() local
759 …s(rng, copyCount, config.src.format, config.src.size, config.dst.format, config.dst.size, &copies); in imageCopyTest()
761 logTestCaseInfo(log, config, copies); in imageCopyTest()
802 for (size_t i = 0; i < copies.size(); i++) in imageCopyTest()
[all …]
/external/python/cpython3/Doc/using/
Dvenv-create.inc37 usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
51 --symlinks Try to use symlinks rather than copies, when symlinks
53 --copies Try to use copies rather than symlinks, even when
68 Installs pip by default, added the ``--without-pip`` and ``--copies``
/external/libchrome/base/third_party/icu/
DLICENSE11 copy, modify, merge, publish, distribute, and/or sell copies of
14 (a) this copyright and permission notice appear with all copies
54 distribute, and/or sell copies of the Software, and to permit persons
56 copyright notice(s) and this permission notice appear in all copies of
/external/hyphenation-patterns/da/
DNOTICE8 copies of the Software, and to permit persons to whom the
13 included in all copies or substantial portions of the Software.
/external/libutf/
DNOTICE6 * is included in all copies of any software which is or includes a copy
7 * or modification of this software and in all copies of the supporting

12345678910>>...78