Searched refs:active_paths (Results 1 – 7 of 7) sorted by relevance
/external/srec/srec/crec/ |
D | astar.c | 451 return_parp = stack->active_paths[stack->num_active_paths]; in make_new_partial_path() 532 …stack->active_paths = (partial_path**)CALLOC_CLR(stack->max_active_paths, sizeof(partial_path*), "… in astar_stack_make() 557 FREE(stack->active_paths); in astar_stack_destroy() 615 stack->active_paths[ stack->num_active_paths++] = parp; in astar_stack_prepare() 632 free_partial_path(stack, stack->active_paths[i]); in astar_stack_clear() 694 parp = stack->active_paths[0]; in astar_stack_do_backwards_search() 704 print_partial_paths(stack->active_paths, stack->num_active_paths, in astar_stack_do_backwards_search() 710 stack->active_paths[i] = stack->active_paths[i+1]; in astar_stack_do_backwards_search() 773 max_cost = stack->active_paths[ stack->num_active_paths-1]->costsofar; in astar_stack_do_backwards_search() 777 max_cost = stack->active_paths[0]->costsofar + stack->prune_delta; in astar_stack_do_backwards_search() [all …]
|
/external/chromium_org/content/browser/ |
D | storage_partition_impl_map.cc | 288 scoped_ptr<base::hash_set<base::FilePath> > active_paths) { in BlockingGarbageCollect() 300 if (active_paths->find(path) == active_paths->end() && in BlockingGarbageCollect() 493 scoped_ptr<base::hash_set<base::FilePath> > active_paths, in GarbageCollect() 502 active_paths->insert(it->second->GetPath()); in GarbageCollect() 513 base::Passed(&active_paths)), in GarbageCollect()
|
D | browser_context.cc | 111 scoped_ptr<base::hash_set<base::FilePath> > active_paths, in GarbageCollectStoragePartitions() 114 active_paths.Pass(), done); in GarbageCollectStoragePartitions()
|
D | storage_partition_impl_map.h | 53 void GarbageCollect(scoped_ptr<base::hash_set<base::FilePath> > active_paths,
|
/external/srec/srec/include/ |
D | astar.h | 97 partial_path** active_paths; /* partial paths, sorted by score */ member
|
/external/chromium_org/content/public/browser/ |
D | browser_context.h | 71 scoped_ptr<base::hash_set<base::FilePath> > active_paths,
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_service.cc | 2823 scoped_ptr<base::hash_set<base::FilePath> > active_paths( in GarbageCollectIsolatedStorage() local 2828 active_paths->insert(BrowserContext::GetStoragePartitionForSite( in GarbageCollectIsolatedStorage() 2836 profile_, active_paths.Pass(), in GarbageCollectIsolatedStorage()
|