Home
last modified time | relevance | path

Searched refs:from_location (Results 1 – 8 of 8) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_location.py51 cursor = Cursor.from_location(tu, location)
64 cursor = Cursor.from_location(tu, offset_location)
/external/v8/src/compiler/
Dinstruction-selector-impl.h223 LinkageLocation from_location) { in UsePointerLocation() argument
225 UnallocatedOperand::cast(TempLocation(from_location)); in UsePointerLocation()
/external/python/setuptools/setuptools/
Dwheel.py101 dist = Distribution.from_location(
Dpackage_index.py114 return [Distribution.from_location(location, basename, metadata)]
/external/python/setuptools/pkg_resources/
D__init__.py1895 yield Distribution.from_location(path_item, subitem, submeta)
2031 yield Distribution.from_location(
2458 def from_location(cls, location, basename, metadata=None, **kw): member in Distribution
2672 return cls.from_location(
Dapi_tests.txt98 from_location, from_filename (w/path normalization)
/external/python/setuptools/docs/
Dpkg_resources.txt900 ``Distribution.from_location(location, basename, metadata=None, **kw)`` (classmethod)
911 of saying ``Distribution.from_location(normalize_path(filename),
924 ``from_filename()`` or ``from_location()`` constructors than to specify
1037 converted to underscores. (``Distribution.from_location()`` will convert
1848 ``Distribution.from_location()`` you should take care that you don't
/external/clang/bindings/python/clang/
Dcindex.py1170 def from_location(tu, location): member in Cursor