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

  /external/chromium_org/content/browser/
storage_partition_impl_map_unittest.cc 69 scoped_ptr<base::hash_set<base::FilePath> > active_paths(
76 active_paths->insert(active_path);
85 active_paths.Pass(), run_loop.QuitClosure());
storage_partition_impl_map.cc 266 // Ensures each path in |active_paths| is a direct child of storage_root.
268 base::hash_set<base::FilePath>* active_paths) {
271 for (base::hash_set<base::FilePath>::iterator iter = active_paths->begin();
272 iter != active_paths->end(); ++iter) {
284 active_paths->swap(normalized_active_paths);
288 // |active_paths|. Deletion is done in 2 steps:
307 scoped_ptr<base::hash_set<base::FilePath> > active_paths) {
310 NormalizeActivePaths(storage_root, active_paths.get());
321 if (active_paths->find(path) == active_paths->end() &
    [all...]
storage_partition_impl_map.h 49 // in the |active_paths|, or in use by current entries in the storage
54 void GarbageCollect(scoped_ptr<base::hash_set<base::FilePath> > active_paths,
browser_context.cc 101 scoped_ptr<base::hash_set<base::FilePath> > active_paths,
104 active_paths.Pass(), done);
  /external/srec/srec/crec/
astar.c 451 return_parp = stack->active_paths[stack->num_active_paths];
532 stack->active_paths = (partial_path**)CALLOC_CLR(stack->max_active_paths, sizeof(partial_path*), "search.astar.aplist");
557 FREE(stack->active_paths);
615 stack->active_paths[ stack->num_active_paths++] = parp;
632 free_partial_path(stack, stack->active_paths[i]);
694 parp = stack->active_paths[0];
704 print_partial_paths(stack->active_paths, stack->num_active_paths,
710 stack->active_paths[i] = stack->active_paths[i+1];
773 max_cost = stack->active_paths[ stack->num_active_paths-1]->costsofar
    [all...]
  /external/srec/srec/include/
astar.h 97 partial_path** active_paths; /* partial paths, sorted by score */ member in struct:__anon14784
  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector.cc 216 scoped_ptr<base::hash_set<base::FilePath> > active_paths(
224 active_paths->insert(
236 active_paths.Pass(),
  /external/chromium_org/content/public/browser/
browser_context.h 71 // This function clears the contents of |active_paths| but does not take
75 scoped_ptr<base::hash_set<base::FilePath> > active_paths,

Completed in 507 milliseconds