Home
last modified time | relevance | path

Searched refs:SharedObject (Results 1 – 25 of 43) sorted by relevance

12

/external/icu/icu4c/source/common/
Dunifiedcache.cpp106 fNoValue = new SharedObject(); in UnifiedCache()
197 const SharedObject *sharedObject = in _dumpContents()
198 (const SharedObject *) element->value.pointer; in _dumpContents()
252 const SharedObject *sharedObject = in _flush()
253 (const SharedObject *) element->value.pointer; in _flush()
284 const SharedObject *sharedObject = in _runEvictionSlice()
285 (const SharedObject *) element->value.pointer; in _runEvictionSlice()
298 const SharedObject *value, in _putNew()
323 const SharedObject *&value, in _putIfAbsentAndGet()
346 const SharedObject *&value, in _poll()
[all …]
Dunifiedcache.h74 virtual const SharedObject *createObject(
233 const SharedObject *value = NULL; in get()
237 SharedObject::copyPtr(tvalue, ptr); in get()
239 SharedObject::clearPtr(tvalue); in get()
355 SharedObject *fNoValue;
390 const SharedObject *&value,
407 const SharedObject *&value,
418 const SharedObject *value,
437 const SharedObject *&value,
476 void _registerMaster(const CacheKeyBase *theKey, const SharedObject *value) const;
[all …]
Dsharedobject.cpp18 SharedObject::~SharedObject() {} in ~SharedObject()
23 SharedObject::addRef() const { in addRef()
36 SharedObject::removeRef() const { in removeRef()
51 SharedObject::getRefCount() const { in getRefCount()
56 SharedObject::deleteIfZeroRefCount() const { in deleteIfZeroRefCount()
Dsharedobject.h20 class SharedObject; variable
54 class U_COMMON_API SharedObject : public UObject {
57 SharedObject() : in SharedObject() function
63 SharedObject(const SharedObject &other) : in SharedObject() function
69 virtual ~SharedObject();
/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp18 class UCTItem : public SharedObject {
29 class UCTItem2 : public SharedObject {
276 SharedObject::clearPtr(enGb); in TestBounded()
277 SharedObject::clearPtr(enUs); in TestBounded()
278 SharedObject::clearPtr(fr); in TestBounded()
279 SharedObject::clearPtr(frFr); in TestBounded()
280 SharedObject::clearPtr(deAu); in TestBounded()
281 SharedObject::clearPtr(es); in TestBounded()
282 SharedObject::clearPtr(ru); in TestBounded()
283 SharedObject::clearPtr(en); in TestBounded()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DSharedObject.java95 public class SharedObject implements Cloneable { class
99 public static final class Reference<T extends SharedObject> implements Cloneable {
159 public SharedObject() {} in SharedObject() method in SharedObject
163 public SharedObject clone() { in clone()
164 SharedObject c; in clone()
166 c = (SharedObject)super.clone(); in clone()
DCollationTailoring.java35 CollationTailoring(SharedObject.Reference<CollationSettings> baseSettings) { in CollationTailoring()
42 settings = new SharedObject.Reference<CollationSettings>(new CollationSettings()); in CollationTailoring()
100 public SharedObject.Reference<CollationSettings> settings; // reference-counted
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DSharedObject.java97 public class SharedObject implements Cloneable { class
102 public static final class Reference<T extends SharedObject> implements Cloneable {
162 public SharedObject() {} in SharedObject() method in SharedObject
166 public SharedObject clone() { in clone()
167 SharedObject c; in clone()
169 c = (SharedObject)super.clone(); in clone()
DCollationTailoring.java37 CollationTailoring(SharedObject.Reference<CollationSettings> baseSettings) { in CollationTailoring()
44 settings = new SharedObject.Reference<CollationSettings>(new CollationSettings()); in CollationTailoring()
102 public SharedObject.Reference<CollationSettings> settings; // reference-counted
/external/icu/icu4c/source/i18n/
Dcollationtailoring.h48 struct U_I18N_API CollationTailoring : public SharedObject {
95 struct CollationCacheEntry : public SharedObject {
Dreldatefmt.cpp52 class RelativeDateTimeCacheData: public SharedObject {
799 SharedObject::copyPtr(other.fCache, fCache); in operator =()
800 SharedObject::copyPtr(other.fNumberFormat, fNumberFormat); in operator =()
801 SharedObject::copyPtr(other.fPluralRules, fPluralRules); in operator =()
802 SharedObject::copyPtr(other.fOptBreakIterator, fOptBreakIterator); in operator =()
1030 SharedObject::copyPtr(pr, fPluralRules); in init()
1038 SharedObject::copyPtr(shared, fNumberFormat); in init()
1047 SharedObject::copyPtr(shared, fNumberFormat); in init()
1050 SharedObject::clearPtr(fOptBreakIterator); in init()
1058 SharedObject::copyPtr(shared, fOptBreakIterator); in init()
Dcollationtailoring.cpp58 SharedObject::clearPtr(settings); in ~CollationTailoring()
108 SharedObject::clearPtr(tailoring); in ~CollationCacheEntry()
Dsharedpluralrules.h21 class U_I18N_API SharedPluralRules : public SharedObject {
Dshareddateformatsymbols.h24 class U_I18N_API SharedDateFormatSymbols : public SharedObject {
Dmeasfmt.cpp104 class MeasureFormatCacheData : public SharedObject {
659 SharedObject::copyPtr(other.cache, cache); in operator =()
660 SharedObject::copyPtr(other.numberFormat, numberFormat); in operator =()
661 SharedObject::copyPtr(other.pluralRules, pluralRules); in operator =()
882 SharedObject::copyPtr(pr, pluralRules); in initMeasureFormat()
890 SharedObject::copyPtr(shared, numberFormat); in initMeasureFormat()
918 SharedObject::copyPtr(shared, numberFormat); in adoptNumberFormat()
Dsharedbreakiterator.h31 class U_I18N_API SharedBreakIterator : public SharedObject {
Dsharedcalendar.h21 class U_I18N_API SharedCalendar : public SharedObject {
Dsharednumberformat.h21 class U_I18N_API SharedNumberFormat : public SharedObject {
Drulebasedcollator.cpp197 SharedObject::clearPtr(settings); in ~RuleBasedCollator()
198 SharedObject::clearPtr(cacheEntry); in ~RuleBasedCollator()
230 SharedObject::copyPtr(other.settings, settings); in operator =()
232 SharedObject::copyPtr(other.cacheEntry, cacheEntry); in operator =()
459 CollationSettings *ownedSettings = SharedObject::copyOnWrite(settings); in setAttribute()
534 CollationSettings *ownedSettings = SharedObject::copyOnWrite(settings); in setMaxVariable()
618 CollationSettings *ownedSettings = SharedObject::copyOnWrite(settings); in setVariableTop()
673 CollationSettings *ownedSettings = SharedObject::copyOnWrite(settings); in setReorderCodes()
683 CollationSettings *ownedSettings = SharedObject::copyOnWrite(settings); in setReorderCodes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DMiscompilation.cpp981 Expected<std::string> SharedObject = in TestCodeGenerator() local
983 if (Error E = SharedObject.takeError()) in TestCodeGenerator()
986 FileRemover SharedObjectRemover(*SharedObject, !SaveTemps); in TestCodeGenerator()
991 BD.diffProgram(BD.getProgram(), TestModuleBC.str(), *SharedObject, false); in TestCodeGenerator()
1068 Expected<std::string> SharedObject = compileSharedObject(SafeModuleBC.str()); in debugCodeGenerator() local
1069 if (Error E = SharedObject.takeError()) in debugCodeGenerator()
1074 outs() << " lli -load " << *SharedObject << " " << TestModuleBC; in debugCodeGenerator()
1077 outs() << " cc " << *SharedObject << " " << TestModuleBC.str() << ".s -o " in debugCodeGenerator()
1086 << " cc -xc temporary.c -O2 -o " << *SharedObject; in debugCodeGenerator()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DMiscompilation.cpp960 std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error); in TestCodeGenerator() local
965 FileRemover SharedObjectRemover(SharedObject, !SaveTemps); in TestCodeGenerator()
970 SharedObject, false, &Error); in TestCodeGenerator()
1045 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error); in debugCodeGenerator() local
1052 outs() << " lli -load " << SharedObject << " " << TestModuleBC.str(); in debugCodeGenerator()
1056 outs() << " gcc " << SharedObject << " " << TestModuleBC.str() in debugCodeGenerator()
1069 << " gcc -xc temporary.c -O2 -o " << SharedObject; in debugCodeGenerator()
/external/llvm/tools/bugpoint/
DMiscompilation.cpp970 std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error); in TestCodeGenerator() local
974 FileRemover SharedObjectRemover(SharedObject, !SaveTemps); in TestCodeGenerator()
979 SharedObject, false, &Error); in TestCodeGenerator()
1059 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error); in debugCodeGenerator() local
1065 outs() << " lli -load " << SharedObject << " " << TestModuleBC; in debugCodeGenerator()
1069 outs() << " cc " << SharedObject << " " << TestModuleBC.str() in debugCodeGenerator()
1082 << " cc -xc temporary.c -O2 -o " << SharedObject; in debugCodeGenerator()
/external/mesa3d/src/gallium/targets/graw-null/
DSConscript8 graw_util = env.SharedObject(
/external/llvm/test/tools/gold/PowerPC/
Dmtriple.ll14 ; DSO: Type: SharedObject
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/PowerPC/
Dmtriple.ll17 ; DSO: Type: SharedObject

12