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

  /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/chromium_org/content/browser/
storage_partition_impl_map.cc 269 // |active_paths|. Deletion is done in 2 steps:
288 scoped_ptr<base::hash_set<base::FilePath> > active_paths) {
300 if (active_paths->find(path) == active_paths->end() &&
493 scoped_ptr<base::hash_set<base::FilePath> > active_paths,
495 // Include all paths for current StoragePartitions in the active_paths since
502 active_paths->insert(it->second->GetPath());
513 base::Passed(&active_paths)),
storage_partition_impl_map.h 48 // in the |active_paths|, or in use by current entries in the storage
53 void GarbageCollect(scoped_ptr<base::hash_set<base::FilePath> > active_paths,
browser_context.cc 111 scoped_ptr<base::hash_set<base::FilePath> > active_paths,
114 active_paths.Pass(), done);
  /external/chromium_org/content/public/browser/
browser_context.h 67 // This function clears the contents of |active_paths| but does not take
71 scoped_ptr<base::hash_set<base::FilePath> > active_paths,
  /external/srec/srec/include/
astar.h 97 partial_path** active_paths; /* partial paths, sorted by score */ member in struct:__anon29183
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc     [all...]

Completed in 4279 milliseconds