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

  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 65 bool ExtStorage = false, class GT = GraphTraits<GraphT> >
68 public df_iterator_storage<SetType, ExtStorage> {
90 : df_iterator_storage<SetType, ExtStorage>(S) {
98 : df_iterator_storage<SetType, ExtStorage>(S) {
132 typedef df_iterator<GraphT, SetType, ExtStorage, GT> _Self;
PostOrderIterator.h 89 bool ExtStorage = false,
93 public po_iterator_storage<SetType, ExtStorage> {
121 po_iterator_storage<SetType, ExtStorage>(S) {
129 po_iterator_storage<SetType, ExtStorage>(S) {
133 typedef po_iterator<GraphT, SetType, ExtStorage, GT> _Self;
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 66 File extStorage = Environment.getExternalStorageDirectory();
67 File outFile = new File(extStorage, outputFile);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbum.java 313 File extStorage = Environment.getExternalStorageDirectory();
314 String path = GalleryUtils.searchDirForPath(extStorage, bucketId);
319 relativePath = path.substring(extStorage.getAbsolutePath().length());

Completed in 167 milliseconds