Home
last modified time | relevance | path

Searched refs:adopted (Results 1 – 25 of 66) sorted by relevance

123

/external/icu/icu4c/source/common/
Dustrenum.cpp263 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec) { in uenum_openFromStringEnumeration() argument
265 if (U_SUCCESS(*ec) && adopted != NULL) { in uenum_openFromStringEnumeration()
271 result->context = adopted; in uenum_openFromStringEnumeration()
275 delete adopted; in uenum_openFromStringEnumeration()
/external/icu/icu4c/source/i18n/
Dtransreg.h386 TransliteratorEntry* adopted,
390 TransliteratorEntry* adopted,
397 TransliteratorEntry* adopted,
Dtransreg.cpp471 void adoptPrototype(Transliterator* adopted);
506 void TransliteratorEntry::adoptPrototype(Transliterator* adopted) { in adoptPrototype() argument
511 u.prototype = adopted; in adoptPrototype()
909 TransliteratorEntry* adopted, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
917 registerEntry(ID, s, target, variant, adopted, visible); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
924 TransliteratorEntry* adopted, in registerEntry() argument
932 registerEntry(id, source, target, variant, adopted, visible); in registerEntry()
943 TransliteratorEntry* adopted, in registerEntry() argument
946 registry.put(ID, adopted, status); in registerEntry()
Drbt_pars.h285 UChar generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status);
299 void setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status);
Drbt_pars.cpp1524 UChar TransliteratorParser::generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) { in generateStandInFor() argument
1530 if (variablesVector.elementAt(i) == adopted) { // [sic] pointer comparison in generateStandInFor()
1536 delete adopted; in generateStandInFor()
1540 variablesVector.addElement(adopted, status); in generateStandInFor()
1572 void TransliteratorParser::setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status… in setSegmentObject() argument
1587 segmentObjects.setElementAt(adopted, seg-1); in setSegmentObject()
1588 variablesVector.setElementAt(adopted, index); in setSegmentObject()
/external/icu/icu4c/source/common/unicode/
Duenum.h174 uenum_openFromStringEnumeration(icu::StringEnumeration* adopted, UErrorCode* ec);
/external/autotest/server/site_tests/network_WiFi_DTIMPeriod/
Dcontrol.wifi_DTIM_period15 successfully adopted by the DUT.
/external/autotest/server/site_tests/network_WiFi_BeaconInterval/
Dcontrol.wifi_bintval15 adopted by the DUT.
/external/syslinux/txt/
Dcom-name.txt4 As of 3.73, a standard for naming conventions was adopted to more
/external/libvncserver/examples/android/
DREADME2 This example VNC server for Android is adopted from
/external/curl/docs/
DROADMAP.md16 Two cookie drafts have been adopted by the httpwg in IETF and we should
DHISTORY.md10 Daniel simply adopted an existing command-line open-source tool, httpget, that
82 The PHP guys adopted libcurl already the same month, when the first ever third
DHTTP-COOKIES.md26 would survive browser restarts. curl adopted that file format to allow
/external/elfutils/
DCONTRIBUTING14 To facilitate tracking of who did what, we've adopted a "sign-off"
/external/syslinux/doc/
Drfc5071.txt248 The option code 208 will be adopted for this purpose and immediately
309 The code 209 will be adopted for this purpose.
400 options are adopted that prefix this value as well -- performing a
419 The code 210 will be adopted for this purpose.
527 The code 211 will be adopted for this purpose.
Dgpt.txt5 proposed by the author, and later adopted by the T13 committee in
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt13 … the program, no matter what the language. The Unicode Standard has been adopted by such industry …
/external/icu/icu4c/source/data/translit/
Daz_Cyrl_az_BGN.txt13 # Azerbaijani government adopted a Roman alphabet to replace the
Dmn_mn_Latn_BGN.txt11 # The BGN/PCGN system for Mongolian was adopted by the BGN in 1957
Dar_ar_Latn_BGN.txt12 # This system was adopted by the BGN in 1946 and by the PCGN
Dbg_bg_Latn_BGN.txt12 # This system was adopted by the BGN in 1949 and by the PCGN in 1952.
Dfa_fa_Latn_BGN.txt12 # This system was adopted by the BGN in 1946 and by the PCGN in 1958.
/external/clang/test/SemaObjC/
Dprotocols-suppress-conformance.m13 // be adopted later by a subclass.
/external/Microsoft-GSL/
DREADME.md18 This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.c…
/external/skqp/tests/
DResourceCacheTest.cpp229 sk_sp<GrTexture> adopted(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
232 REPORTER_ASSERT(reporter, borrowed != nullptr && adopted != nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
233 if (!borrowed || !adopted) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
238 adopted.reset(nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()

123