HomeSort by relevance Sort by last modified time
    Searched refs:ClusterManager (Results 1 - 4 of 4) sorted by null

  /external/lldb/include/lldb/Utility/
SharedCluster.h 43 class ClusterManager
46 ClusterManager () :
51 ~ClusterManager ()
58 // Decrement refcount should have been called on this ClusterManager,
78 return typename lldb_private::SharingPtr<T> (desired_object, new imp::shared_ptr_refcount<ClusterManager> (this));
100 friend class imp::shared_ptr_refcount<ClusterManager>;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 64 private ClusterManager mClusterManager;
201 mClusterManager = new ClusterManager(context);
ClusterManager.java 31 * ClusterManager incrementally indentify representitve clusters from the input location
37 public class ClusterManager {
39 private static String TAG = "ClusterManager";
101 public ClusterManager(Context context) {
  /external/lldb/include/lldb/Core/
ValueObject.h 51 /// ClusterManager. This treats each shared pointer handed out for the entire cluster as a reference to the whole
55 /// itself to the ClusterManager of the parent.
63 /// be added to the ClusterManager for the parent. Then if you ever hand out a Shared Pointer to the contained ValueObject,
    [all...]

Completed in 177 milliseconds