HomeSort by relevance Sort by last modified time
    Searched defs:get_filename (Results 26 - 30 of 30) sorted by null

12

  /external/python/cpython3/Lib/test/test_importlib/
test_spec.py 26 if name == 'get_filename' and self.path is not None:
704 def get_filename(self, name): member in class:FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename.Loader
test_abc.py 285 def get_filename(self, fullname): member in class:ExecutionLoader
286 return super().get_filename(fullname)
298 self.ins.get_filename('blah')
572 def mock_methods(self, *, get_source=False, get_filename=False):
577 if get_filename:
579 'get_filename')
585 get_source=True, get_filename=True)
612 # If get_filename() raises ImportError then simply skip setting the path
615 get_source=True, get_filename=True)
648 def get_filename(self, fullname) member in class:SourceOnlyLoader
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 3681 def get_filename(self): member in class:Config
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 2094 Bool VG_(get_filename)( Addr a, const HChar** filename ) function
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 98 my $CmdName = get_filename($0);
15516 sub get_filename($) subroutine
    [all...]

Completed in 256 milliseconds

12