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

  /external/chromium_org/tools/gn/
import_manager.h 19 class ImportManager {
21 ImportManager();
22 ~ImportManager();
38 DISALLOW_COPY_AND_ASSIGN(ImportManager);
import_manager.cc 39 ImportManager::ImportManager() {
42 ImportManager::~ImportManager() {
46 bool ImportManager::DoImport(const SourceFile& file,
settings.h 85 ImportManager& import_manager() const { return import_manager_; }
109 mutable ImportManager import_manager_;
scope.h 20 class ImportManager;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 5 ImportManager Manage the import process
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
30 class ImportManager:
34 "Install this ImportManager into the specified namespace."
544 # private to the ImportManager. The ImportManager uses the
624 ImportManager().install()
654 # should BuiltinImporter exist in sys.path or hard-wired in ImportManager?
694 # We could cache this in a dictionary: the ImportManager can have a
702 # ImportManager instance) so that rearrangements of sys.path do th
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 5 ImportManager Manage the import process
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
30 class ImportManager:
34 "Install this ImportManager into the specified namespace."
544 # private to the ImportManager. The ImportManager uses the
624 ImportManager().install()
654 # should BuiltinImporter exist in sys.path or hard-wired in ImportManager?
694 # We could cache this in a dictionary: the ImportManager can have a
702 # ImportManager instance) so that rearrangements of sys.path do th
    [all...]

Completed in 287 milliseconds