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

1 2

  /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/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::__anon3586::CopyCounter
489 int copies = 0; local
505 int copies = 0; local
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem-random.stdout.exp 5 doing copies
  /external/chromium/chrome/browser/resources/
print_preview.js 36 $('copies').addEventListener('input', validateNumberOfCopies);
37 $('copies').addEventListener('blur', handleCopiesFieldBlur);
109 * Parses the copies field text for validation and updates the state of print
115 var copiesField = $('copies');
125 * Handles copies field blur event.
141 * Validates the copies text field value.
142 * NOTE: An empty copies field text is considered valid because the blur event
144 * @return {boolean} true if the number of copies is valid else returns false.
147 var copiesFieldText = $('copies').value.replace(/\s/g, '');
156 * Checks the value of the copies field. If it is a valid number it doe
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 36 mov r9, r0 @ Save copies - we may need to redo
  /system/extras/micro_bench/
micro_bench.cpp 179 int copies = cmd_data.data_size/size; local
182 for (j = 0; j < copies; j++)
187 COMPUTE_AVERAGE_KB(avg_kb, copies * size, time_ns);
195 copies, size, (double)time_ns / NS_PER_SEC, avg_kb / 1024.0);
201 copies, size, running_avg_kb / 1024.0,
223 int copies = cmd_data.data_size / size; local
226 for (j = 0; j < copies; j++)
231 COMPUTE_AVERAGE_KB(avg_kb, copies * size, time_ns);
239 copies, size, (double)time_ns / NS_PER_SEC, avg_kb / 1024.0);
244 copies, size, running_avg_kb/1024.0
    [all...]
  /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);
  /external/v8/test/mjsunit/
array-shift.js 50 // Note that shift copies values from prototype into the array.
91 // Note that shift copies values from prototype into the array.
array-slice.js 157 // Note that slice copies values from prototype into the array.
200 // Note that slice copies values from prototype into the array.
array-unshift.js 95 // Note that unshift copies values from prototype into the array.
174 // Note that unshift copies values from prototype into the array.
array-reduce.js 33 // Shallow-copies arrays, returns everything else verbatim.
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 99 movq mm2, mm0 ; Take copies
100 movq mm3, mm1 ; Take copies
123 movq mm2, mm0 ; Take copies
124 movq mm3, mm1 ; Take copies
146 movq mm2, mm0 ; Take copies
147 movq mm3, mm1 ; Take copies
169 movq mm2, mm0 ; Take copies
170 movq mm3, mm1 ; Take copies
192 movq mm2, mm0 ; Take copies
193 movq mm3, mm1 ; Take copies
    [all...]
postproc_mmx.asm 54 ; this copies the last row down into the border 8 rows
71 ; this copies the first row up into the border 8 rows
postproc_sse2.asm 273 ; this copies the last row down into the border 8 rows
290 ; this copies the first row up into the border 8 rows
  /external/openssl/crypto/des/
FILES0 34 ncbc_enc.c - des_cbc_encrypt() that is 'normal' in that it copies
  /external/ant-glob/
NOTICE 90 * 4. Redistribution. You may reproduce and distribute copies of the
216 hereby granted, provided that you include the following on ALL copies of the
  /external/quake/
NOTICE 22 Everyone is permitted to copy and distribute verbatim copies
39 have the freedom to distribute copies of free software (and charge for
47 distribute copies of the software, or if you modify it.
49 For example, if you distribute copies of such a program, whether
96 1. You may copy and distribute verbatim copies of the Program's
107 2. You may modify your copy or copies of the Program or any portion
195 However, parties who have received copies, or rights, from you under
225 all those who receive copies directly or indirectly through you, then
367 Everyone is permitted to copy and distribute verbatim copies
384 have the freedom to distribute copies of free software (and charge fo
    [all...]
  /external/bison/doc/
refcard.tex 89 Permission is granted to make and distribute copies of this card
91 are preserved on all copies.
114 Permission is granted to make and distribute copies of this card
116 are preserved on all copies.
  /external/openssl/crypto/bn/asm/
armv4-gf2m.S 124 vmov.32 d19,r3,r3 @ two copies of b1
128 vld1.32 d21[],[sp,:32] @ two copies of b0
armv4-gf2m.pl 177 vmov.32 $B1,r3,r3 @ two copies of b1
181 vld1.32 ${B0}[],[sp,:32] @ two copies of b0
  /ndk/sources/host-tools/nawk-20071023/
README 8 copies and that both that the copyright notice and this
61 included yacc output in ytab.c and ytab.h, and backup copies in
  /external/grub/util/
grub-install.in 76 grub-install copies GRUB images into the DIR/boot directory specfied by
grub-install 76 grub-install copies GRUB images into the DIR/boot directory specfied by
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 274 Everyone is permitted to copy and distribute verbatim copies
291 have the freedom to distribute copies of free software (and charge for
299 distribute copies of the software, or if you modify it.
301 For example, if you distribute copies of such a program, whether
347 1. You may copy and distribute verbatim copies of the Program's
358 2. You may modify your copy or copies of the Program or any portion
444 However, parties who have received copies, or rights, from you under
474 all those who receive copies directly or indirectly through you, then
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 132 4. Redistribution. You may reproduce and distribute copies of the

Completed in 634 milliseconds

1 2