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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 73 import_name = name
75 import_name = name[:-len('.__init__')]
78 elif import_name == name:
81 package = import_name
82 module = imp.new_module(import_name)
87 if import_name != name:
89 self.modules[import_name] = module
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 73 import_name = name
75 import_name = name[:-len('.__init__')]
78 elif import_name == name:
81 package = import_name
82 module = imp.new_module(import_name)
87 if import_name != name:
89 self.modules[import_name] = module
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 29 #define import_name 282 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 39 import_name = 282 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 29 #define import_name 282 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 39 import_name = 282 variable
  /external/chromium_org/third_party/jinja2/
utils.py 119 def import_string(import_name, silent=False):
131 if ':' in import_name:
132 module, obj = import_name.split(':', 1)
133 elif '.' in import_name:
134 items = import_name.split('.')
138 return __import__(import_name)
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 86 import_name = _InferImportNameFromFile(python_file)
87 return __import__(import_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 17 sys_import=import_name<'import'
67 new_import = pytree.Node(syms.import_name,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 17 sys_import=import_name<'import'
67 new_import = pytree.Node(syms.import_name,
  /external/chromium_org/net/http/
http_auth_gssapi_posix.h 44 virtual OM_uint32 import_name(
115 virtual OM_uint32 import_name(
http_auth_gssapi_posix.cc 480 BIND(lib, import_name);
490 import_name_ = import_name;
505 OM_uint32 GSSAPISharedLibrary::import_name( function in class:net::GSSAPISharedLibrary
752 VLOG(1) << "import_name returned 0x" << std::hex << major_status;
848 OM_uint32 major_status = library_->import_name(
mock_gssapi_library_posix.h 126 virtual OM_uint32 import_name(
mock_gssapi_library_posix.cc 259 OM_uint32 MockGSSAPILibrary::import_name( function in class:net::test::MockGSSAPILibrary
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 292 return node.type in (syms.import_name, syms.import_from)
328 import_ = Node(syms.import_name, [
398 if node.type == syms.import_name and not package:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 292 return node.type in (syms.import_name, syms.import_from)
328 import_ = Node(syms.import_name, [
398 if node.type == syms.import_name and not package:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 445 # import_stmt: import_name | import_from
449 def import_name(self, nodelist): member in class:Transformer
450 # import_name: 'import' dotted_as_names
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 445 # import_stmt: import_name | import_from
449 def import_name(self, nodelist): member in class:Transformer
450 # import_name: 'import' dotted_as_names
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 436 milliseconds