HomeSort by relevance Sort by last modified time
    Searched defs:copies (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 172 int copies; local
173 if (!settings.GetInteger(printing::kSettingCopies, &copies))
175 gtk_print_settings_set_n_copies(gtk_settings_, copies);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 75 // HASHCOPY_OFFSET - offset for copy of current hash in "copies" array
76 // EXTRAFRAME_OFFSET - offset for extra frame in "copies" array;
79 // FRAME_OFFSET - offset for frame in "copies" array
116 // Structure of "copies" array
121 private transient int[] copies; field in class:SHA1PRNG_SecureRandomImpl
149 // remaining bytes are copied into the 21-36 word frame of the "copies" array;
166 copies = new int[2 * FRAME_LENGTH + EXTRAFRAME_OFFSET];
209 System.arraycopy(copies, HASHCOPY_OFFSET, this.seed, HASH_OFFSET,
293 System.arraycopy(seed, HASH_OFFSET, copies, HASHCOPY_OFFSET,
316 // seed or copies array depending on total length after paddin
    [all...]
  /external/bluetooth/bluez/cups/
main.c 696 * Usage: printer-uri job-id user title copies options [file]
708 int i, err, fd, copies, proto; local
744 fprintf(stderr, "Usage: bluetooth job-id user title copies"
752 copies = 1;
758 copies = atoi(argv[4]);
799 "DEBUG: %s device %s service %s fd %d copies %d class %s\n",
800 argv[0], device, service, fd, copies,
847 fd, copies, cups_class);
851 fd, copies, cups_class);
  /external/chromium/base/
bind_unittest.cc 35 // Particularly important in this test to ensure no copies are made.
47 // Particularly important in this test to ensure no copies are made.
86 // Used for probing the number of copies that occur if a type must be coerced
89 DerivedCopyCounter(int* copies, int* assigns)
90 : copies_(copies), assigns_(assigns) {
96 // Used for probing the number of copies in an argument.
99 CopyCounter(int* copies, int* assigns)
100 : copies_(copies), assigns_(assigns) {
109 // Probing for copies from coerscion.
127 int copies() const function in class:base::__anon2632::CopyCounter
489 int copies = 0; local
505 int copies = 0; local
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 212 milliseconds