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

  /external/chromium_org/chrome/browser/resources/file_manager/js/
path_util.js 11 var RootType = {
23 * @type {Object.<RootType,string>}
62 return type == RootType.DRIVE_OFFLINE ||
63 type == RootType.DRIVE_SHARED_WITH_ME ||
64 type == RootType.DRIVE_RECENT;
74 var rootType = PathUtil.getRootType(path);
75 return rootType === RootType.DRIVE ||
76 rootType === RootType.DRIVE_SHARED_WITH_ME |
    [all...]
  /dalvik/vm/alloc/
Visit.h 22 enum RootType {
49 typedef void RootVisitor(void *addr, u4 threadId, RootType type, void *arg);
  /dalvik/hit/src/com/android/hit/
RootType.java 19 public enum RootType {
41 RootType(int type, String name) {
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 36 typedef std::complex<RealScalar> RootType;
37 typedef Matrix<RootType,_Deg,1> RootsType;
82 inline const RootType& selectComplexRoot_withRespectToNorm( squaredNormBinaryPredicate& pred ) const
99 inline const RootType& greatestRoot() const
108 inline const RootType& smallestRoot() const
293 typedef typename BASE::RootType RootType; \

Completed in 93 milliseconds