HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 51 - 75 of 2467) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
IntBufferTest.java 187 // duplicate's contents should be the same as buf
188 IntBuffer duplicate = buf.duplicate();
189 assertNotSame(buf, duplicate);
190 assertEquals(buf.position(), duplicate.position());
191 assertEquals(buf.limit(), duplicate.limit());
192 assertEquals(buf.isReadOnly(), duplicate.isReadOnly());
193 assertEquals(buf.isDirect(), duplicate.isDirect());
194 assertEquals(buf.order(), duplicate.order());
195 assertContentEquals(buf, duplicate);
376 IntBuffer duplicate = buf.duplicate(); local
    [all...]
LongBufferTest.java 187 // duplicate's contents should be the same as buf
188 LongBuffer duplicate = buf.duplicate();
189 assertNotSame(buf, duplicate);
190 assertEquals(buf.position(), duplicate.position());
191 assertEquals(buf.limit(), duplicate.limit());
192 assertEquals(buf.isReadOnly(), duplicate.isReadOnly());
193 assertEquals(buf.isDirect(), duplicate.isDirect());
194 assertEquals(buf.order(), duplicate.order());
195 assertContentEquals(buf, duplicate);
377 LongBuffer duplicate = buf.duplicate(); local
    [all...]
ShortBufferTest.java 186 // duplicate's contents should be the same as buf
187 ShortBuffer duplicate = buf.duplicate();
188 assertNotSame(buf, duplicate);
189 assertEquals(buf.position(), duplicate.position());
190 assertEquals(buf.limit(), duplicate.limit());
191 assertEquals(buf.isReadOnly(), duplicate.isReadOnly());
192 assertEquals(buf.isDirect(), duplicate.isDirect());
193 assertEquals(buf.order(), duplicate.order());
194 assertContentEquals(buf, duplicate);
363 ShortBuffer duplicate = buf.duplicate(); local
    [all...]
  /external/skia/legacy/src/core/
SkBitmapProcState_filter.h 27 "vdup.8 d0, %[y] \n\t" // duplicate y into d0
31 "vdup.32 d4, %[a00] \n\t" // duplicate a00 into d4
32 "vdup.32 d5, %[a10] \n\t" // duplicate a10 into d5
39 "vdup.16 d5, %[x] \n\t" // duplicate x into d5
60 "vdup.8 d0, %[y] \n\t" // duplicate y into d0
64 "vdup.32 d4, %[a00] \n\t" // duplicate a00 into d4
65 "vdup.32 d5, %[a10] \n\t" // duplicate a10 into d5
72 "vdup.16 d5, %[x] \n\t" // duplicate x into d5
80 "vdup.16 d3, %[scale] \n\t" // duplicate scale into d3
  /external/chromium/base/
file_descriptor_shuffle.h 33 // Duplicate |fd|, an element of the domain, and write a fresh element of the
35 virtual bool Duplicate(int* result, int fd) = 0;
49 virtual bool Duplicate(int* result, int fd);
file_descriptor_shuffle_unittest.cc 24 DUPLICATE,
50 bool Duplicate(int* result, int fd) {
52 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
152 Action(Action::DUPLICATE, kDuplicateBase, 1));
167 Action(Action::DUPLICATE, kDuplicateBase, 1));
182 Action(Action::DUPLICATE, kDuplicateBase, 1));
197 Action(Action::DUPLICATE, kDuplicateBase, 1));
256 bool Duplicate(int* result, int fd) {
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPDuplicateHeaderException.java 35 * Duplicate header exception: thrown when there is more
38 * 1. discard the duplicate by returning null
39 * 2. keep the duplicate by just returning it.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
xmalloc.h 51 /** Duplicate the specified string, allocating memory with pa_xmalloc() */
54 /** Duplicate the specified string, but truncate after l characters */
57 /** Duplicate the specified memory block */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
xmalloc.h 51 /** Duplicate the specified string, allocating memory with pa_xmalloc() */
54 /** Duplicate the specified string, but truncate after l characters */
57 /** Duplicate the specified memory block */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
xmalloc.h 51 /** Duplicate the specified string, allocating memory with pa_xmalloc() */
54 /** Duplicate the specified string, but truncate after l characters */
57 /** Duplicate the specified memory block */
  /external/clang/bindings/python/tests/cindex/
test_token_kind.py 16 """Ensure a duplicate value is rejected for registration."""
  /external/clang/test/SemaCXX/
inherit.cpp 8 class B3 : virtual virtual A { }; // expected-error{{duplicate 'virtual' in base specifier}}
  /external/clang/test/SemaObjC/
interface-1.m 35 @interface FOO // expected-error {{duplicate interface definition for class 'FOO'}}
  /external/javassist/sample/duplicate/
Ball.java 1 package sample.duplicate;
DuplicatedObject.java 1 package sample.duplicate;
  /external/javassist/src/main/javassist/bytecode/
DuplicateMemberException.java 21 * An exception thrown when adding a duplicate member is requested.
  /external/kernel-headers/original/asm-x86/
statfs.h 17 * This is ugly -- we're already 64-bit clean, so just duplicate the
  /external/valgrind/main/drd/tests/
annotate_static.cpp 14 ANNOTATE_BENIGN_RACE_STATIC(s_i, "Benign because duplicate assignment.");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/
regress-74474-001.js 31 var summary = 'Testing switch statements with duplicate labels';
40 status = 'Section A of test: the string literal "1" as a duplicate label';
53 status = 'Section B of test: the numeric literal 1 as a duplicate label';
66 status = 'Section C of test: the numeric literal 1 as a duplicate label, via a function parameter';
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
statfs.h 17 * This is ugly -- we're already 64-bit clean, so just duplicate the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
statfs.h 17 * This is ugly -- we're already 64-bit clean, so just duplicate the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
statfs.h 17 * This is ugly -- we're already 64-bit clean, so just duplicate the
  /external/bison/lib/
fd-safer-flag.c 30 error; in that case, return a duplicate of FD, closing FD. If FLAG
32 semantics. On failure to duplicate, close FD, set errno, and
fd-safer.c 28 error; in that case, return a duplicate of FD, closing FD. On
29 failure to duplicate, close FD, set errno, and return -1. Preserve
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractContainerTester.java 175 public final E duplicate; field in class:AbstractContainerTester.ArrayWithDuplicate
177 private ArrayWithDuplicate(E[] elements, E duplicate) {
179 this.duplicate = duplicate;
184 * @return an array of the proper size with a duplicate element.
189 E duplicate = elements[(elements.length / 2) - 1]; local
190 elements[(elements.length / 2) + 1] = duplicate;
191 return new ArrayWithDuplicate<E>(elements, duplicate);

Completed in 1096 milliseconds

1 23 4 5 6 7 8 91011>>