HomeSort by relevance Sort by last modified time
    Searched refs:copies (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/resources/print_preview/settings/
copies_settings.css 5 #copies-settings input.copies {
11 #copies-settings-box {
15 #copies-settings input.copies.invalid {
20 #copies-settings button.increment:focus,
21 #copies-settings button.decrement:focus,
22 #copies-settings:focus {
26 #copies-settings .collate-container {
31 #copies-settings button.increment
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 87 // HASHCOPY_OFFSET - offset for copy of current hash in "copies" array
88 // EXTRAFRAME_OFFSET - offset for extra frame in "copies" array;
91 // FRAME_OFFSET - offset for frame in "copies" array
128 // Structure of "copies" array
133 private transient int[] copies; field in class:SHA1PRNG_SecureRandomImpl
161 // remaining bytes are copied into the 21-36 word frame of the "copies" array;
178 copies = new int[2 * FRAME_LENGTH + EXTRAFRAME_OFFSET];
221 System.arraycopy(copies, HASHCOPY_OFFSET, this.seed, HASH_OFFSET,
310 System.arraycopy(seed, HASH_OFFSET, copies, HASHCOPY_OFFSET,
333 // seed or copies array depending on total length after paddin
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem-random.stdout.exp 5 doing copies
  /external/chromium_org/printing/
print_settings.h 133 void set_copies(int copies) { copies_ = copies; }
134 int copies() const { return copies_; } function in class:printing::PrintSettings
194 // Number of copies user wants to print.
printing_context_mac.h 73 // Sets |copies| in PMPrintSettings.
74 // Returns true if the number of copies is set.
75 bool SetCopiesInPrintSettings(int copies);
  /external/chromium_org/base/
bind_unittest.cc 34 // Particularly important in this test to ensure no copies are made.
46 // Particularly important in this test to ensure no copies are made.
85 // Used for probing the number of copies that occur if a type must be coerced
88 DerivedCopyCounter(int* copies, int* assigns)
89 : copies_(copies), assigns_(assigns) {
95 // Used for probing the number of copies in an argument.
98 CopyCounter(int* copies, int* assigns)
99 : copies_(copies), assigns_(assigns) {
108 // Probing for copies from coercion.
126 int copies() const function in class:base::__anon6827::CopyCounter
656 int copies = 0; local
761 int copies = 0; local
    [all...]
  /system/extras/micro_bench/
micro_bench.cpp 126 static inline double computeAverage(uint64_t time_ns, size_t size, size_t copies) {
127 return ((size/1024.0) * copies) / ((double)time_ns/NS_PER_SEC);
142 static inline void printIter(uint64_t time_ns, const char *name, size_t size, size_t copies, double avg) {
144 name, copies, size, (double)time_ns/NS_PER_SEC, avg/1024.0);
147 static inline void printSummary(uint64_t /*time_ns*/, const char *name, size_t size, size_t copies, double running_avg, double std_dev, double min, double max) {
149 name, copies, size, running_avg/1024.0, std_dev/1024.0, min/1024.0,
172 static inline double computeColdAverage(uint64_t time_ns, size_t size, size_t copies, size_t num_buffers) {
173 return ((size/1024.0) * copies * num_buffers) / ((double)time_ns/NS_PER_SEC);
176 static void inline printColdIter(uint64_t time_ns, const char *name, size_t size, size_t copies, size_t num_buffers, double avg) {
178 name, copies, num_buffers, size, (double)time_ns/NS_PER_SEC, avg/1024.0)
    [all...]
  /external/chromium_org/components/cloud_devices/common/
printer_description_unittest.cc 74 " 'copies': {"
213 " 'copies': {"
214 " 'copies': 123"
277 CopiesCapability copies; local
287 EXPECT_FALSE(copies.LoadFrom(description));
323 CopiesCapability copies; local
377 copies.SaveTo(&description);
403 CopiesCapability copies; local
412 EXPECT_TRUE(copies.LoadFrom(description));
488 CopiesTicketItem copies; local
524 CopiesTicketItem copies; local
576 CopiesTicketItem copies; local
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cdd_conversion_win.cc 53 CopiesTicketItem copies; local
91 if (copies.LoadFrom(description)) {
93 dev_mode->dmCopies = copies.value();
  /external/chromium_org/chrome/common/
print_messages.cc 86 copies(0),
  /external/chromium_org/third_party/mesa/src/
Android.common.mk 10 # 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/
Android.common.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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 1000 milliseconds

1 2 3 4 5 6