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

12345

/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/libchrome/base/
H A Dbind_unittest.cc40 // Particularly important in this test to ensure no copies are made.
52 // Particularly important in this test to ensure no copies are made.
97 // Used for probing the number of copies and moves that occur if a type must be
100 DerivedCopyMoveCounter(int* copies, argument
104 : copies_(copies),
114 // Used for probing the number of copies and moves in an argument.
117 CopyMoveCounter(int* copies, argument
121 : copies_(copies),
142 // Probing for copies from coercion.
182 int copies() cons function in class:base::__anon9831::CopyMoveCounter
197 CopyCounter(int* copies, int* assigns) argument
207 int copies() const { return counter_.copies(); } function in class:base::__anon9831::CopyCounter
735 int copies = 0; local
899 int copies = 0; local
977 int copies = 0; local
[all...]
/external/valgrind/memcheck/tests/
H A Dsh-mem-random.stdout.exp5 doing copies
/external/mesa3d/
H A DAndroid.common.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/egl/drivers/dri2/
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/
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/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/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/nv30/
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/nv50/
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/nvc0/
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/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.
/external/mesa3d/src/gallium/drivers/softpipe/
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/svga/
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/state_trackers/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/winsys/i915/drm/
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/winsys/nouveau/drm/
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/winsys/radeon/drm/
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/winsys/svga/drm/
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 700 milliseconds

12345