HomeSort by relevance Sort by last modified time
    Searched defs:ClusterManager (Results 1 - 2 of 2) 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/
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) {

Completed in 82 milliseconds