Home
last modified time | relevance | path

Searched refs:WorkingSet (Results 1 – 11 of 11) sorted by relevance

/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py18 WorkingSet)
75 ws = WorkingSet([])
87 ws = WorkingSet([])
94 ws = WorkingSet([])
150 ws = WorkingSet([])
171 ws = WorkingSet([]) # reset
196 ws = WorkingSet([])
202 ws = WorkingSet([])
226 ws = WorkingSet([])
242 ws = WorkingSet([])
[all …]
Dtest_working_set.py471 ws = pkg_resources.WorkingSet([])
Dtest_pkg_resources.py208 dist = pkg_resources.WorkingSet([env.paths['lib']]).find(req)
/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc50 struct WorkingSet { struct
51 WorkingSet() : lhs(nullptr), rhs(nullptr), result(nullptr) {} in WorkingSet() argument
71 std::vector<WorkingSet> working_sets; argument
82 working_sets.push_back(WorkingSet()); in init()
89 WorkingSet& working_set() { return working_sets[current_set]; } in working_set()
/external/python/setuptools/pkg_resources/
Dapi_tests.txt122 >>> from pkg_resources import WorkingSet
128 >>> ws = WorkingSet()
135 >>> ws = WorkingSet([])
187 >>> ws = WorkingSet([])
199 You can ask a WorkingSet to ``find()`` a distribution matching a requirement::
237 >>> ws = WorkingSet([])
256 ``WorkingSet`` objects can be used to figure out what plugins in an
269 >>> ws = WorkingSet([])
D__init__.py544 class WorkingSet(object): class
771 ws = WorkingSet([])
3099 working_set = WorkingSet._build_master()
/external/python/setuptools/docs/
Dpkg_resources.txt117 WorkingSet
179 ``WorkingSet`` Objects
182 The ``WorkingSet`` class provides access to a collection of "active"
183 distributions. In general, there is only one meaningful ``WorkingSet``
188 ``sys.path``, and therefore may wish to create other ``WorkingSet`` instances.
199 ``WorkingSet(entries=None)``
200 Create a ``WorkingSet`` from an iterable of path entries. If `entries`
204 Note that you will not normally construct ``WorkingSet`` instances
222 Basic ``WorkingSet`` Methods
225 The following methods of ``WorkingSet`` objects are also available as module-
[all …]
/external/swiftshader/include/Direct3D/
Dd3d8types.h1655 DWORD WorkingSet; /* number of objects in video memory */ member
/external/python/setuptools/setuptools/command/
Deasy_install.py60 Distribution, PathMetadata, EggMetadata, WorkingSet, DistributionNotFound,
745 distros = WorkingSet([]).resolve(
/external/mesa3d/include/D3D9/
Dd3d9types.h1568 DWORD WorkingSet; member
/external/python/setuptools/
DCHANGES.rst1155 processing in WorkingSet due to refactor in v20.7.0.
1168 in WorkingSet.
1358 ``pkg_resources.WorkingSet`` and ``pkg_resources.Distribution``
1770 occurred in ``pkg_resources.WorkingSet.find``. This release adds support