HomeSort by relevance Sort by last modified time
    Searched defs:SharedObject (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/common/
sharedobject.cpp 6 * sharedobject.cpp
8 #include "sharedobject.h"
13 SharedObject::~SharedObject() {}
18 SharedObject::addRef(UBool fromWithinCache) const {
35 SharedObject::removeRef(UBool fromWithinCache) const {
54 SharedObject::addSoftRef() const {
60 SharedObject::removeSoftRef() const {
68 SharedObject::getRefCount() const {
73 SharedObject::getHardRefCount() const
    [all...]
sharedobject.h 6 * sharedobject.h
19 * Base class for unified cache exposing enough methods to SharedObject
21 * update cache metrics. No other part of ICU, except for SharedObject,
60 class U_COMMON_API SharedObject : public UObject {
63 SharedObject() :
70 SharedObject(const SharedObject &other) :
77 virtual ~SharedObject();
177 * T must be a subclass of SharedObject.
197 * T must be a subclass of SharedObject
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
SharedObject.java 7 * SharedObject.java, ported from sharedobject.h/.cpp
23 * <p>In C++, the SharedObject base class is used for both memory and ownership management.
30 * class S extends SharedObject {
40 * private SharedObject.Reference&lt;S&gt; s;
95 public class SharedObject implements 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() {}
163 public SharedObject clone()
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
SharedObject.java 6 * SharedObject.java, ported from sharedobject.h/.cpp
22 * <p>In C++, the SharedObject base class is used for both memory and ownership management.
29 * class S extends SharedObject {
39 * private SharedObject.Reference&lt;S&gt; s;
93 public class SharedObject implements Cloneable {
95 * Similar to a smart pointer, basically a port of the static methods of C++ SharedObject.
97 public static final class Reference<T extends SharedObject> implements Cloneable {
157 public SharedObject() {}
161 public SharedObject clone()
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1323 milliseconds