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

  /external/chromium_org/tools/gn/
import_manager.cc 38 ImportManager::ImportManager() {
41 ImportManager::~ImportManager() {
45 bool ImportManager::DoImport(const SourceFile& file,
import_manager.h 19 class ImportManager {
21 ImportManager();
22 ~ImportManager();
38 DISALLOW_COPY_AND_ASSIGN(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 1104 milliseconds