Home
last modified time | relevance | path

Searched defs:pip (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/jinja2/
DREADME.rst38 .. _pip: https://pip.pypa.io/en/stable/quickstart/ target in Installing
/third_party/jinja2/
DREADME.rst38 .. _pip: https://pip.pypa.io/en/stable/quickstart/ target in Installing
/third_party/markupsafe/
DREADME.rst20 .. _pip: https://pip.pypa.io/en/stable/quickstart/ target in Installing
/third_party/python/Doc/library/
Dvenv.rst496 .. _pip: https://pypi.org/project/pip/ target in An example of extending ``EnvBuilder``
/third_party/mesa3d/src/util/
Du_debug_stack.c58 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) in symbol_name_cached()
94 unw_proc_info_t pip; in debug_backtrace_capture() local
/third_party/boost/boost/geometry/algorithms/detail/within/
Dpoint_in_geometry.hpp260 int pip = point_in_geometry<point_type>::apply(point, *it, strategy); in apply() local
277 int pip = -1; // outside in apply() local
341 int pip = point_in_geometry<polygon_type>::apply(point, *it, strategy); in apply() local
/third_party/python/PC/
Dlauncher.c259 INSTALLED_PYTHON * ip, * pip; in _locate_pythons_for_key() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc769 …std::shared_ptr<Pipeline> pip = std::make_shared<Pipeline>(resource, FilterActions(actions, phase)… in CompileInner() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h496 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; variable