Searched refs:adopted (Results 1 - 13 of 13) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentrenamenode09.js83 created in the original Document, but later adopted by this new document node. The
100 var adopted;
113 adopted = newDoc.adoptNode(attr);
H A Ddocumentadoptnode16.js96 var adopted;
125 adopted = doc.adoptNode(docFragment);
129 (adopted != null)
132 parentImp = adopted.firstChild;
/external/webkit/Source/WebCore/platform/
H A DTreeShared.h32 template<typename T> void adopted(TreeShared<T>*);
123 friend void adopted<>(TreeShared<T>*);
135 template<typename T> inline void adopted(TreeShared<T>* object) function in namespace:WebCore
/external/webkit/Source/JavaScriptCore/wtf/
H A DRefCounted.h113 friend void adopted(RefCountedBase*);
125 inline void adopted(RefCountedBase* object) function in namespace:WTF
H A DPassRefPtr.h33 inline void adopted(const void*) { } function in namespace:WTF
279 adopted(p);
/external/icu4c/common/unicode/
H A Duenum.h162 * StringEnumeration is adopted; after this call, the caller must not
164 * @param adopted the C++ StringEnumeration to be wrapped in a UEnumeration.
166 * @return a UEnumeration wrapping the adopted StringEnumeration.
170 uenum_openFromStringEnumeration(U_NAMESPACE_QUALIFIER StringEnumeration* adopted, UErrorCode* ec);
/external/icu4c/i18n/
H A Drbt_pars.h280 * @param adopted the UnicodeFunctor to be adopted.
283 UChar generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status);
295 * @param adopted the StringMatcher to be adopted.
297 void setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status);
H A Dtransreg.h200 * Register a prototype (adopted). This adds an entry to the
384 TransliteratorEntry* adopted,
388 TransliteratorEntry* adopted,
395 TransliteratorEntry* adopted,
H A Dtransreg.cpp449 void adoptPrototype(Transliterator* adopted);
484 void TransliteratorEntry::adoptPrototype(Transliterator* adopted) { argument
489 u.prototype = adopted;
866 TransliteratorEntry* adopted,
874 registerEntry(ID, s, target, variant, adopted, visible);
881 TransliteratorEntry* adopted,
889 registerEntry(id, source, target, variant, adopted, visible);
893 * Register an entry object (adopted) with the given ID, source,
900 TransliteratorEntry* adopted,
903 registry.put(ID, adopted, statu
863 registerEntry(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) argument
880 registerEntry(const UnicodeString& ID, TransliteratorEntry* adopted, UBool visible) argument
896 registerEntry(const UnicodeString& ID, const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) argument
[all...]
H A Drbt_pars.cpp1516 UChar TransliteratorParser::generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) { argument
1522 if (variablesVector.elementAt(i) == adopted) { // [sic] pointer comparison
1528 delete adopted;
1532 variablesVector.addElement(adopted, status);
1564 void TransliteratorParser::setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status) { argument
1579 segmentObjects.setElementAt(adopted, seg-1);
1580 variablesVector.setElementAt(adopted, index);
/external/icu4c/common/
H A Dustrenum.cpp233 * StringEnumeration is adopted; after this call, the caller must not
237 uenum_openFromStringEnumeration(U_NAMESPACE_QUALIFIER StringEnumeration* adopted, UErrorCode* ec) { argument
239 if (U_SUCCESS(*ec) && adopted != NULL) {
245 result->context = adopted;
249 delete adopted;
/external/icu4c/test/intltest/
H A Dtransrt.cpp98 TransliteratorPointer(Transliterator* adopted) { argument
99 t = adopted;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3566 The RSA key format adopted for exporting and importing keys is the PKCS \#1 format defined by the ASN.1 constructs known as

Completed in 227 milliseconds