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

  /art/runtime/
gc_root.h 60 class RootInfo {
63 explicit RootInfo(RootType type, uint32_t thread_id = 0)
66 RootInfo(const RootInfo&) = default;
67 virtual ~RootInfo() {
85 inline std::ostream& operator<<(std::ostream& os, const RootInfo& root_info) {
111 ALWAYS_INLINE void VisitRoot(mirror::Object** root, const RootInfo& info)
117 ALWAYS_INLINE void VisitRootIfNonNull(mirror::Object** root, const RootInfo& info)
124 virtual void VisitRoots(mirror::Object*** roots, size_t count, const RootInfo& info)
128 const RootInfo& info
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
RootInfo.java 54 public class RootInfo implements Durable, Parcelable, Comparable<RootInfo> {
56 private static final String TAG = "RootInfo";
104 public RootInfo() {
171 public static final Creator<RootInfo> CREATOR = new Creator<RootInfo>() {
173 public RootInfo createFromParcel(Parcel in) {
174 final RootInfo root = new RootInfo();
180 public RootInfo[] newArray(int size)
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 86 private static class RootInfo {
107 private ArrayMap<String, RootInfo> mRoots = new ArrayMap<>();
206 final RootInfo root = new RootInfo();
258 final RootInfo root = new RootInfo();
308 RootInfo mostSpecificRoot = getMostSpecificRootForPath(path, false);
342 private RootInfo getMostSpecificRootForPath(String path, boolean visible) {
344 RootInfo mostSpecificRoot = null;
348 final RootInfo root = mRoots.valueAt(i)
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 89 private final Map<String, RootInfo> mRoots = new HashMap<>();
131 final RootInfo rootInfo = new RootInfo(file, getSize(rootId));
134 rootInfo.setSearchEnabled(false);
137 mStorage.put(rootInfo.document.documentId, rootInfo.document);
138 mRoots.put(rootId, rootInfo);
156 for (Map.Entry<String, RootInfo> entry : mRoots.entrySet()) {
158 final RootInfo info = entry.getValue()
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 1241 milliseconds