HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 376 - 400 of 6812) sorted by null

<<11121314151617181920>>

  /external/syslinux/efi32/com32/lib/
libcom32.c32 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ByteBufferTest.java 252 // duplicate's contents should be the same as buf
253 ByteBuffer duplicate = buf.duplicate();
254 assertNotSame(buf, duplicate);
255 assertEquals(buf.position(), duplicate.position());
256 assertEquals(buf.limit(), duplicate.limit());
257 assertEquals(buf.isReadOnly(), duplicate.isReadOnly());
258 assertEquals(buf.isDirect(), duplicate.isDirect());
259 assertEquals(buf.order(), duplicate.order());
260 assertContentEquals(buf, duplicate);
463 ByteBuffer duplicate = buf.duplicate(); local
478 ByteBuffer duplicate = buf.duplicate(); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
YUVImage.java 40 ByteBuffer dupY = bufferY.duplicate();
41 ByteBuffer dupUV = bufferUV.duplicate();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
sorcerer.c 132 /* Assume t is a root node of a tree--duplicate that node and what's below */
152 /* Assume t is a root node of a tree--duplicate that node and what's below */
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AcpiTable.h 38 existing table or disallow duplicate table signatures and
71 does not allow duplicate tables of this type.
  /external/autotest/frontend/client/src/autotest/tko/
HeaderFieldCollection.java 72 throw new IllegalArgumentException("Duplicate SQL name: " + field + ", "
76 throw new IllegalArgumentException("Duplicate name: " + field + ", "
  /external/clang/test/Sema/
anonymous-struct-union.c 50 int z; // expected-error{{duplicate member 'z'}}
51 void zz(); // expected-error{{duplicate member 'zz'}}
  /external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java 58 * Appends a new superinterface pointer to the collection. No duplicate checks are made.
68 * No duplicate checks are made. It is the responsibility of the caller to
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 60 * Appends a new exception class pointer to the collection. No duplicate checks
71 * No duplicate checks are made. It is the responsibility of the caller to
IExceptionHandlerTable.java 58 * Adds a new Exception_info descriptor to this collection. No duplicate
68 * Replaces the Exception_info descriptor at a given offset. No duplicate
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
MapCreationTester.java 106 fail("Should reject duplicate null elements at creation");
117 fail("Should reject duplicate non-null elements at creation");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionFeature.java 78 * with duplicate elements instead of collapsing them to a single element or
79 * including duplicate instances in the collection.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetCreationTester.java 73 fail("Should reject duplicate null elements at creation");
85 fail("Should reject duplicate non-null elements at creation");
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
EntityManagerPerRequestProvisionTest.java 86 assertEquals("Duplicate entity managers crossing-scope",
88 assertEquals("Duplicate entity managers crossing-scope",
EntityManagerProvisionTest.java 61 assertFalse("Duplicate entity managers crossing-scope",
81 assertFalse("Duplicate entity managers crossing-scope",
  /external/libevent/
mm-internal.h 58 /** Duplicate a string.
60 * @return On success, return a pointer to a newly allocated duplicate
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
InvalidHandle.java 121 * @see SharedBufferHandle#duplicate(SharedBufferHandle.DuplicateOptions)
124 public SharedBufferHandle duplicate(DuplicateOptions options) { method in class:InvalidHandle
SharedBufferHandle.java 89 * |SharedBufferHandle#duplicate|
143 public SharedBufferHandle duplicate(DuplicateOptions options); method in interface:SharedBufferHandle
  /external/ltp/testcases/network/stress/tcp/uni-sackoff/
tcp4-uni-sackoff01 35 # - Disable TCP Duplicate SACK support
65 tst_resm TINFO "Verify that the kernel, when both SACK and Duplicate SACK supports are off, is not crashed by a TCP connection on an unreliable network(Namely, some of the packet is lost, some of them is duplicated)."
  /external/mesa3d/
SConstruct 127 duplicate = 0, # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
143 duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
  /external/pdfium/testing/tools/
api_check.py 111 'Found duplicate functions in public headers')
116 'Found duplicate functions in API test')
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_enum.cc 75 // Make sure we don't get any duplicate names due to prefix removal.
78 GOOGLE_LOG(WARNING) << "Duplicate enum value " << name << " (originally " << original_name
  /external/skia/include/core/
SkStream.h 107 std::unique_ptr<SkStream> duplicate() const { function in class:SkStream
151 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */
155 std::unique_ptr<SkStreamRewindable> duplicate() const { function in class:SkStreamRewindable
165 std::unique_ptr<SkStreamSeekable> duplicate() const { function in class:SkStreamSeekable
188 std::unique_ptr<SkStreamAsset> duplicate() const { function in class:SkStreamAsset
204 std::unique_ptr<SkStreamMemory> duplicate() const { function in class:SkStreamMemory
316 std::unique_ptr<SkStreamAsset> duplicate() const { function in class:SkFILEStream
393 std::unique_ptr<SkMemoryStream> duplicate() const { function in class:SkMemoryStream
  /external/skqp/include/core/
SkStream.h 107 std::unique_ptr<SkStream> duplicate() const { function in class:SkStream
151 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */
155 std::unique_ptr<SkStreamRewindable> duplicate() const { function in class:SkStreamRewindable
165 std::unique_ptr<SkStreamSeekable> duplicate() const { function in class:SkStreamSeekable
188 std::unique_ptr<SkStreamAsset> duplicate() const { function in class:SkStreamAsset
204 std::unique_ptr<SkStreamMemory> duplicate() const { function in class:SkStreamMemory
314 std::unique_ptr<SkStreamAsset> duplicate() const { function in class:SkFILEStream
391 std::unique_ptr<SkMemoryStream> duplicate() const { function in class:SkMemoryStream
  /external/syslinux/gpxe/src/hci/mucurses/
windows.c 69 * Create a duplicate of the specified window
72 * @ret ptr pointer to duplicate window

Completed in 1077 milliseconds

<<11121314151617181920>>