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

1 2

  /external/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringSubstringTest.java 72 int copies = 250; local
75 StringBuilder builder = new StringBuilder(copies * sourceString.length());
77 for (int i = 0; i < copies; ++i) {
RopeByteStringTest.java 94 int copies = 250; local
97 StringBuilder builder = new StringBuilder(copies * sourceString.length());
99 for (int i = 0; i < copies; ++i) {
  /frameworks/support/samples/SupportVectorDrawable/animated/src/com/example/android/support/vectordrawable/app/
AnimatedButtonBackground.java 69 AnimatedVectorDrawableCompat[] copies = new AnimatedVectorDrawableCompat[3]; local
70 copies[0] = (AnimatedVectorDrawableCompat) d[0].getConstantState().newDrawable();
71 copies[1] = (AnimatedVectorDrawableCompat) d[0].getConstantState().newDrawable();
72 copies[2] = (AnimatedVectorDrawableCompat) d[0].getConstantState().newDrawable();
73 copies[0].setAlpha(128);
75 // Expect to see the copies[0, 1] are showing alpha 128, and [2] are showing 255.
76 copies[2].mutate();
77 copies[2].setAlpha(255);
79 addDrawableButtons(container, copies);
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 77 // HASHCOPY_OFFSET - offset for copy of current hash in "copies" array
78 // EXTRAFRAME_OFFSET - offset for extra frame in "copies" array;
81 // FRAME_OFFSET - offset for frame in "copies" array
116 // Structure of "copies" array
121 private transient int[] copies; field in class:InsecureSHA1PRNGKeyDerivator
197 // remaining bytes are copied into the 21-36 word frame of the "copies" array;
210 copies = new int[2 * FRAME_LENGTH + EXTRAFRAME_OFFSET];
252 System.arraycopy(copies, HASHCOPY_OFFSET, this.seed, HASH_OFFSET,
305 System.arraycopy(seed, HASH_OFFSET, copies, HASHCOPY_OFFSET,
328 // seed or copies array depending on total length after paddin
    [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/toybox/toys/other/
bzcat.c 400 copies to our buffer of decoded symbols (dbuf) now. (The last
517 int count, pos, current, run, copies, outbyte, previous, gotcount = 0; local
552 // Whenever we see 3 consecutive copies of the same byte,
555 copies = current;
559 copies = 1;
564 while (copies--) {
  /external/libchrome/base/
bind_unittest.cc 39 // Particularly important in this test to ensure no copies are made.
51 // Particularly important in this test to ensure no copies are made.
95 // Used for probing the number of copies that occur if a type must be coerced
98 DerivedCopyCounter(int* copies, int* assigns)
99 : copies_(copies), assigns_(assigns) {
105 // Used for probing the number of copies in an argument.
108 CopyCounter(int* copies, int* assigns)
109 : copies_(copies), assigns_(assigns) {
118 // Probing for copies from coercion.
136 int copies() const function in class:base::__anon14229::CopyCounter
670 int copies = 0; local
818 int copies = 0; local
    [all...]
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 40 // Particularly important in this test to ensure no copies are made.
52 // Particularly important in this test to ensure no copies are made.
96 // Used for probing the number of copies that occur if a type must be coerced
99 DerivedCopyCounter(int* copies, int* assigns)
100 : copies_(copies), assigns_(assigns) {
106 // Used for probing the number of copies in an argument.
109 CopyCounter(int* copies, int* assigns)
110 : copies_(copies), assigns_(assigns) {
119 // Probing for copies from coercion.
137 int copies() const function in class:base::__anon16769::CopyCounter
671 int copies = 0; local
819 int copies = 0; local
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java 551 UiObject copies = mUiDevice.findObject(new UiSelector().resourceId( local
553 return copies.getText();
  /external/clang/test/CXX/drs/
dr3xx.cpp 271 constexpr X(const X &x) : copies(x.copies + 1) {}
272 unsigned copies = 0; member in struct:dr320::X
275 constexpr unsigned g(X x) { return x.copies; }
276 static_assert(f(X()).copies == g(X()) + 1, "expected one extra copy for return value");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 1963 vector<Copy> copies; local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 798 private static final String ATTR_COPIES = "copies";
1139 String copies = parser.getAttributeValue(null, ATTR_COPIES); local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 592 // the user may have used it to type copies or range.
794 Log.w(LOG_TAG, "Cannot apply return value from advanced options activity. Copies " +
2862 int copies = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 6119 int copies = (rt->unit_num_copies) (rt->data, unit); local
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 

Completed in 1311 milliseconds

1 2