Searched defs:clone (Results 26 - 50 of 842) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DGwtPlatform.java37 public static <T> T[] clone(T[] array) { method in class:GwtPlatform
38 return (T[]) Array.clone(array);
/external/icu/icu4c/source/common/
H A Ddtintrv.cpp49 DateInterval::clone() const { function in class:DateInterval
/external/icu/icu4c/source/i18n/
H A Dcurramt.cpp39 UObject* CurrencyAmount::clone() const { function in class:CurrencyAmount
H A Dcurrunit.cpp48 UObject* CurrencyUnit::clone() const { function in class:CurrencyUnit
/external/icu/icu4c/source/test/intltest/
H A Dtstnrapi.cpp37 // test clone(), ==, and hashCode()
38 Normalizer *clone=copy.clone(); local
39 if(*clone!=copy) {
40 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()!=copy");
42 // clone must have the same hashCode()
43 if(clone->hashCode()!=copy.hashCode()) {
44 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->hashCode()!=copy.hashCode()");
46 if(clone->next()!=0x4e3d) {
47 dataerrln("error in Normalizer(Normalizer(CharacterIterator)).clone()
[all...]
/external/jmdns/src/javax/jmdns/
H A DServiceEvent.java62 * @see java.lang.Object#clone()
65 public ServiceEvent clone() { method in class:ServiceEvent
67 return (ServiceEvent) super.clone();
69 // clone is supported
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAcceptLanguageList.java46 public Object clone() { method in class:AcceptLanguageList
H A DAcceptList.java49 public Object clone() { method in class:AcceptList
H A DAlertInfoList.java45 public Object clone() { method in class:AlertInfoList
H A DAuthenticationInfoList.java44 public Object clone() { method in class:AuthenticationInfoList
H A DAuthorizationList.java51 public Object clone() { method in class:AuthorizationList
H A DCallInfoList.java48 public Object clone() { method in class:CallInfoList
H A DContactList.java46 public Object clone() { method in class:ContactList
H A DContentEncodingList.java42 public Object clone() { method in class:ContentEncodingList
H A DContentLanguageList.java42 public Object clone() { method in class:ContentLanguageList
H A DErrorInfoList.java62 public Object clone() { method in class:ErrorInfoList
H A DExtensionHeaderList.java48 public Object clone() { method in class:ExtensionHeaderList
H A DInReplyToList.java48 public Object clone() { method in class:InReplyToList
H A DProxyAuthenticateList.java50 public Object clone() { method in class:ProxyAuthenticateList
H A DProxyAuthorizationList.java49 public Object clone() { method in class:ProxyAuthorizationList
H A DProxyRequireList.java49 public Object clone() { method in class:ProxyRequireList
H A DReasonList.java47 public Object clone() { method in class:ReasonList
H A DRecordRouteList.java45 public Object clone() { method in class:RecordRouteList
H A DRequireList.java50 public Object clone() { method in class:RequireList
H A DSupportedList.java44 public Object clone() { method in class:SupportedList

Completed in 1368 milliseconds

1234567891011>>