OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:duplicate
(Results
26 - 50
of
489
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/include/core/
SkStream.h
99
virtual SkStreamRewindable*
duplicate
() const { return NULL; }
function in class:SkStream
139
/** SkStreamRewindable is a SkStream for which rewind and
duplicate
are required. */
143
virtual SkStreamRewindable*
duplicate
() const SK_OVERRIDE = 0;
149
virtual SkStreamSeekable*
duplicate
() const SK_OVERRIDE = 0;
161
virtual SkStreamAsset*
duplicate
() const SK_OVERRIDE = 0;
171
virtual SkStreamMemory*
duplicate
() const SK_OVERRIDE = 0;
271
virtual SkStreamAsset*
duplicate
() const SK_OVERRIDE;
343
virtual SkMemoryStream*
duplicate
() const SK_OVERRIDE;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ReadOnlyCharBufferTest.java
53
CharBuffer
duplicate
= buf.
duplicate
();
local
54
assertEquals(buf.hashCode(),
duplicate
.hashCode());