OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clone
(Results
476 - 500
of
2638
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/test/java/tests/api/java/util/
HashMapTest.java
136
* java.util.HashMap#
clone
()
139
// Test for method java.lang.Object java.util.HashMap.
clone
()
140
HashMap hm2 = (HashMap) hm.
clone
();
141
assertTrue("
Clone
answered equivalent HashMap", hm2 != hm);
143
assertTrue("
Clone
answered unequal HashMap", hm
155
AbstractMap map2 = (AbstractMap) map.
clone
();
174
HashMap hm3 = (HashMap)hashmap.
clone
();
525
protected Object
clone
() throws CloneNotSupportedException {
method in class:HashMapTest.MockClonable
/libcore/luni/src/test/java/tests/security/spec/
PKCS8EncodedKeySpecTest.java
95
byte[] encodedKeyCopy = encodedKey.
clone
();
119
byte[] encodedKeyCopy = encodedKey.
clone
();
X509EncodedKeySpecTest.java
96
byte[] encodedKeyCopy = encodedKey.
clone
();
120
byte[] encodedKeyCopy = encodedKey.
clone
();
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertPath.java
81
return encoding.
clone
();
94
return this.encoding.
clone
();
/libcore/support/src/test/java/tests/http/
MockResponse.java
44
@Override public MockResponse
clone
() {
method in class:MockResponse
46
MockResponse result = (MockResponse) super.
clone
();
/ndk/sources/host-tools/sed-4.2.1/lib/
xmalloc.c
102
/*
Clone
an object P of size S, with error checking. There's no need
112
/*
Clone
STRING. */
/packages/apps/Email/tests/src/com/android/email/
MockSharedPreferences.java
38
mTempValues = (HashMap<String, Object>) mValues.
clone
();
144
mValues = (HashMap<String, Object>) mTempValues.
clone
();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_algos.h
88
/* Simplified
clone
of std::for_each. */
98
/* Simplified
clone
of std::remove. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_algos.h
88
/* Simplified
clone
of std::for_each. */
98
/* Simplified
clone
of std::remove. */
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLCompositeProperty.java
51
public GLCompositeProperty
clone
() {
method in class:GLCompositeProperty
56
props[i++] = p.
clone
();
GLSparseArrayProperty.java
68
IGLProperty prop = mDefaultValue.
clone
();
103
public GLSparseArrayProperty
clone
() {
method in class:GLSparseArrayProperty
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
GeneralDigest.java
29
* of the Object.
clone
() interface as this interface is not
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java
228
public Object
clone
()
method in class:X509CRLStoreSelector
236
sel.issuingDistributionPoint = Arrays.
clone
(issuingDistributionPoint);
305
return Arrays.
clone
(issuingDistributionPoint);
328
this.issuingDistributionPoint = Arrays.
clone
(issuingDistributionPoint);
/external/chromium/chrome/browser/
browsing_data_appcache_helper.h
62
CannedBrowsingDataAppCacheHelper*
Clone
();
/external/chromium/chrome/common/extensions/docs/examples/api/notifications/
options.html
13
/*
Clone
the look and feel of "chrome://" pages. */
/external/chromium/webkit/glue/media/
web_data_source_factory.cc
48
media::DataSourceFactory* WebDataSourceFactory::
Clone
() const {
/external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h
74
DiagnosticConsumer *
clone
(DiagnosticsEngine &Diags) const;
/external/dexmaker/src/main/java/com/google/dexmaker/
TypeList.java
32
this.types = types.
clone
();
/external/e2fsprogs/tests/f_dup/
expect.1
16
Clone
multiply-claimed blocks? yes
/external/emma/core/java12/com/vladium/jcd/cls/
AttributeCollection.java
78
public Object
clone
()
method in class:AttributeCollection
82
final AttributeCollection _clone = (AttributeCollection) super.
clone
();
84
// deep
clone
:
90
_clone.m_attributes.add (((Attribute_info) m_attributes.get (a)).
clone
());
/external/icu4c/i18n/
casetrn.h
59
virtual Transliterator*
clone
(void) const = 0;
currpinf.cpp
104
fPluralRules = info.fPluralRules->
clone
();
109
fLocale = info.fLocale->
clone
();
146
CurrencyPluralInfo::
clone
() const {
function in class:CurrencyPluralInfo
219
fLocale = loc.
clone
();
funcrepl.h
71
virtual UnicodeFunctor*
clone
() const;
measure.cpp
42
unit = (MeasureUnit*) other.unit->
clone
();
name2uni.h
50
virtual Transliterator*
clone
(void) const;
Completed in 835 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>