Searched defs:SharedObject (Results 1 - 8 of 8) sorted by path

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DSharedObject.java9 * SharedObject.java, ported from sharedobject.h/.cpp
25 * <p>In C++, the SharedObject base class is used for both memory and ownership management.
32 * class S extends SharedObject {
42 * private SharedObject.Reference&lt;S&gt; s;
97 public class SharedObject implements Cloneable { class in inherits:Cloneable
99 * Similar to a smart pointer, basically a port of the static methods of C++ SharedObject.
101 public static final class Reference<T extends SharedObject> implements Cloneable {
161 public SharedObject() {} method in class:SharedObject
165 public SharedObject clone() {
166 SharedObject
[all...]
/external/icu/icu4c/source/common/
H A Dsharedobject.cpp15 SharedObject::~SharedObject() {}
20 SharedObject::addRef(UBool fromWithinCache) const {
38 SharedObject::removeRef(UBool fromWithinCache) const {
57 SharedObject::addSoftRef() const {
63 SharedObject::removeSoftRef() const {
71 SharedObject::getRefCount() const {
76 SharedObject::getHardRefCount() const {
81 SharedObject::deleteIfZeroRefCount() const {
H A Dsharedobject.h21 * Base class for unified cache exposing enough methods to SharedObject
23 * update cache metrics. No other part of ICU, except for SharedObject,
62 class U_COMMON_API SharedObject : public UObject { class in inherits:UObject
65 SharedObject() : function in class:SharedObject
72 SharedObject(const SharedObject &other) : function in class:SharedObject
79 virtual ~SharedObject();
179 * T must be a subclass of SharedObject.
199 * T must be a subclass of SharedObject.
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DSharedObject.java8 * SharedObject.java, ported from sharedobject.h/.cpp
24 * <p>In C++, the SharedObject base class is used for both memory and ownership management.
31 * class S extends SharedObject {
41 * private SharedObject.Reference&lt;S&gt; s;
95 public class SharedObject implements Cloneable { class in inherits:Cloneable
97 * Similar to a smart pointer, basically a port of the static methods of C++ SharedObject.
99 public static final class Reference<T extends SharedObject> implements Cloneable {
159 public SharedObject() {} method in class:SharedObject
163 public SharedObject clone() {
164 SharedObject
[all...]
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp450 const std::string &SharedObject,
455 executeProgram(Program, "", BitcodeFile, SharedObject, nullptr, ErrMsg));
448 diffProgram(const Module *Program, const std::string &BitcodeFile, const std::string &SharedObject, bool RemoveBitcode, std::string *ErrMsg) const argument
H A DMiscompilation.cpp970 std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error); local
974 FileRemover SharedObjectRemover(SharedObject, !SaveTemps);
979 SharedObject, false, &Error);
1059 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error); local
1065 outs() << " lli -load " << SharedObject << " " << TestModuleBC;
1069 outs() << " cc " << SharedObject << " " << TestModuleBC.str()
1082 << " cc -xc temporary.c -O2 -o " << SharedObject;
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DExecutionDriver.cpp482 const std::string &SharedObject,
486 sys::Path Output(executeProgram(Program, "", BitcodeFile, SharedObject, 0,
480 diffProgram(const Module *Program, const std::string &BitcodeFile, const std::string &SharedObject, bool RemoveBitcode, std::string *ErrMsg) const argument
H A DMiscompilation.cpp960 std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error); local
965 FileRemover SharedObjectRemover(SharedObject, !SaveTemps);
970 SharedObject, false, &Error);
1045 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error); local
1052 outs() << " lli -load " << SharedObject << " " << TestModuleBC.str();
1056 outs() << " gcc " << SharedObject << " " << TestModuleBC.str()
1069 << " gcc -xc temporary.c -O2 -o " << SharedObject;

Completed in 427 milliseconds