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

  /external/icu/icu4c/source/common/
sharedobject.cpp 8 * sharedobject.cpp
10 #include "sharedobject.h"
15 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
    [all...]
sharedobject.h 8 * sharedobject.h
21 * 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 {
65 SharedObject() :
72 SharedObject(const SharedObject &other) :
79 virtual ~SharedObject();
179 * T must be a subclass of SharedObject.
199 * T must be a subclass of SharedObject
    [all...]
  /development/vndk/tools/vtable-dumper/
elf_handling.h 42 class SharedObject {
44 static std::unique_ptr<SharedObject> create(const ObjectFile *);
46 virtual ~SharedObject() = 0;
106 class ELFSharedObject : public SharedObject {
elf_handling.cpp 63 SharedObject::~SharedObject() {}
66 static std::unique_ptr<SharedObject> createELFSharedObject(
71 static std::unique_ptr<SharedObject>createELFObjFile(const ObjectFile *Obj) {
84 std::unique_ptr<SharedObject> SharedObject::create(const ObjectFile *Obj) {
85 std::unique_ptr<SharedObject> res(createELFObjFile(Obj));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
SharedObject.java 9 * 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 {
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() {}
165 public SharedObject clone()
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
SharedObject.java 8 * 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 {
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/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 240 milliseconds