Searched refs:copies (Results 1 - 25 of 156) sorted by relevance

1234567

/external/libcups/filter/
H A Dgziptoany.c34 int copies; /* Number of copies */ local
44 _("Usage: %s job-id user title copies options [file]"),
51 * raw queue or raw print file, so we need to make copies...
55 copies = atoi(argv[4]);
57 copies = 1;
65 copies = 1;
79 while (copies > 0)
98 copies --;
/external/valgrind/none/tests/
H A Dbigcode.stdout.exp1 mode 1: 20000 copies of f(), 1 reps
/external/jline/src/src/main/java/jline/
H A DMultiCompletor.java48 List[] copies = new List[completors.length];
52 copies[i] = new LinkedList(cand);
53 positions[i] = completors[i].complete(buffer, pos, copies[i]);
64 for (int i = 0; i < copies.length; i++) {
66 cand.addAll(copies[i]);
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DRopeByteStringSubstringTest.java72 int copies = 250;
75 StringBuilder builder = new StringBuilder(copies * sourceString.length());
77 for (int i = 0; i < copies; ++i) {
102 int copies = 250;
105 StringBuilder builder = new StringBuilder(copies * sourceString.length());
107 for (int i = 0; i < copies; ++i) {
H A DRopeByteStringTest.java99 int copies = 250;
102 StringBuilder builder = new StringBuilder(copies * sourceString.length());
104 for (int i = 0; i < copies; ++i) {
125 int copies = 250;
128 StringBuilder builder = new StringBuilder(copies * sourceString.length());
130 for (int i = 0; i < copies; ++i) {
/external/iproute2/
H A DAndroid.mk2 # vendor copies of the UAPI includes that are too old for us to build.
/external/libchrome/base/
H A Dbind_unittest.cc46 // Particularly important in this test to ensure no copies are made.
58 // Particularly important in this test to ensure no copies are made.
103 // Used for probing the number of copies and moves that occur if a type must be
106 DerivedCopyMoveCounter(int* copies, argument
110 : copies_(copies),
120 // Used for probing the number of copies and moves in an argument.
123 CopyMoveCounter(int* copies, argument
127 : copies_(copies),
148 // Probing for copies from coercion.
188 int copies() cons function in class:base::__anon10784::CopyMoveCounter
203 CopyCounter(int* copies, int* assigns) argument
213 int copies() const { return counter_.copies(); } function in class:base::__anon10784::CopyCounter
662 int copies = 0; local
685 int copies = 0; local
1092 int copies = 0; local
1170 int copies = 0; local
[all...]
/external/valgrind/memcheck/tests/
H A Dsh-mem-random.stdout.exp5 doing copies
/external/python/cpython3/Doc/using/
H A Dvenv-create.inc40 usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
54 --symlinks Try to use symlinks rather than copies, when symlinks
56 --copies Try to use copies rather than symlinks, even when
69 Installs pip by default, added the ``--without-pip`` and ``--copies``
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_fmt_def.inc8 * license, and/or sell copies of the Software, and to permit persons to whom
12 * paragraph) shall be included in all copies or substantial portions of the
/external/mesa3d/src/amd/
H A DAndroid.addrlib.mk8 # and/or sell copies of the Software, and to permit persons to whom the
12 # paragraph) shall be included in all copies or substantial portions of the
H A DAndroid.mk8 # and/or sell copies of the Software, and to permit persons to whom the
12 # paragraph) shall be included in all copies or substantial portions of the
/external/mesa3d/src/compiler/
H A DAndroid.glsl.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
H A DAndroid.mk9 # and/or sell copies of the Software, and to permit persons to whom the
13 # in all copies or substantial portions of the Software.
H A DAndroid.nir.mk9 # and/or sell copies of the Software, and to permit persons to whom the
13 # in all copies or substantial portions of the Software.
/external/mesa3d/src/egl/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A DAndroid.mk9 # and/or sell copies of the Software, and to permit persons to whom the
13 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/freedreno/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/i915/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/ilo/
H A DAndroid.mk9 # and/or sell copies of the Software, and to permit persons to whom the
13 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/nouveau/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/r300/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/r600/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/radeon/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/radeonsi/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.

Completed in 788 milliseconds

1234567