Searched refs:from_location (Results 1 – 10 of 10) sorted by relevance
/external/clang/bindings/python/tests/cindex/ |
D | test_location.py | 51 cursor = Cursor.from_location(tu, location) 64 cursor = Cursor.from_location(tu, offset_location)
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | test_location.py | 61 cursor = Cursor.from_location(tu, location) 74 cursor = Cursor.from_location(tu, offset_location)
|
/external/python/setuptools/setuptools/ |
D | wheel.py | 101 dist = Distribution.from_location(
|
D | package_index.py | 114 return [Distribution.from_location(location, basename, metadata)]
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 1895 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(
|
D | api_tests.txt | 98 from_location, from_filename (w/path normalization)
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 900 ``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/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.c | 5480 …tp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int from_inpcbfree, int from_location) argument 5518 stcb->freed_from_where = from_location; 5971 stcb->freed_from_where = from_location;
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 1170 def from_location(tu, location): member in Cursor
|
/external/llvm-project/clang/bindings/python/clang/ |
D | cindex.py | 1423 def from_location(tu, location): member in Cursor
|