HomeSort by relevance Sort by last modified time
    Searched refs:Requirement (Results 1 - 23 of 23) sorted by null

  /external/python/setuptools/pkg_resources/tests/
test_resources.py 17 Distribution, EntryPoint, Requirement, safe_version, safe_name,
330 # create a requirement that conflicts with Foo 1.2
341 A ContextualVersionConflict should be raised when a requirement
342 conflicts with a prior requirement for a different package.
469 r = Requirement.parse("Twisted>=1.2")
471 assert repr(r) == "Requirement.parse('Twisted>=1.2')"
472 assert r == Requirement("Twisted>=1.2")
473 assert r == Requirement("twisTed>=1.2")
474 assert r != Requirement("Twisted>=2.0")
475 assert r != Requirement("Zope>=1.2"
    [all...]
test_pkg_resources.py 205 # this requirement parsing will raise a VersionConflict unless the
207 req = pkg_resources.Requirement.parse('foo>=1.9')
  /external/python/setuptools/setuptools/tests/
test_dist_info.py 70 requires = list(map(pkg_resources.Requirement.parse, specs))
76 pkg_resources.Requirement.parse('quux>=1.1;extra=="baz"'),
test_packageindex.py 134 requirement = pkg_resources.Requirement.parse('foobar')
135 pi.find_packages(requirement)
  /external/clang/include/clang/Basic/
Module.h 140 /// \brief An individual requirement: a feature name and a flag indicating
142 typedef std::pair<std::string, bool> Requirement;
148 SmallVector<Requirement, 2> Requirements;
329 Requirement &Req,
431 /// \brief Add the given feature requirement to the list of features
  /external/clang/lib/Frontend/
FrontendActions.cpp 325 clang::Module::Requirement Requirement;
327 if (!Module->isAvailable(CI.getLangOpts(), CI.getTarget(), Requirement,
336 << Requirement.second << Requirement.first;
CompilerInstance.cpp     [all...]
  /external/python/setuptools/pkg_resources/_vendor/packaging/
requirements.py 20 An invalid requirement was found, users should refer to PEP 508.
72 REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd
75 class Requirement(object):
76 """Parse a requirement.
78 Parse a given requirement string into its parts, such as name, specifier,
79 URL, and extras. Raises InvalidRequirement on a badly-formed requirement
83 # TODO: Can we test whether something is contained within a requirement?
90 req = REQUIREMENT.parseString(requirement_string)
93 "Invalid requirement, parse error at \"{0!r}\"".format(
127 return "<Requirement({0!r})>".format(str(self)
    [all...]
  /external/python/setuptools/setuptools/_vendor/packaging/
requirements.py 20 An invalid requirement was found, users should refer to PEP 508.
72 REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd
75 class Requirement(object):
76 """Parse a requirement.
78 Parse a given requirement string into its parts, such as name, specifier,
79 URL, and extras. Raises InvalidRequirement on a badly-formed requirement
83 # TODO: Can we test whether something is contained within a requirement?
90 req = REQUIREMENT.parseString(requirement_string)
93 "Invalid requirement, parse error at \"{0!r}\"".format(
127 return "<Requirement({0!r})>".format(str(self)
    [all...]
  /external/antlr/runtime/Python3/
ez_setup.py 379 setuptools_dist = ws.find(pkg_resources.Requirement.parse('setuptools',
383 setuptools_dist = ws.find(pkg_resources.Requirement.parse('setuptools'))
  /external/clang/lib/Basic/
Module.cpp 81 Requirement &Req,
188 Requirements.push_back(Requirement(Feature, RequiredState));
  /external/python/setuptools/pkg_resources/
__init__.py 206 'Distribution', 'Requirement', 'EntryPoint',
250 Requirement.
342 """Return an IResourceProvider for the named module or requirement"""
343 if isinstance(moduleOrReq, Requirement):
468 """Return a current distribution object for a Requirement or string"""
470 dist = Requirement.parse(dist)
471 if isinstance(dist, Requirement):
474 raise TypeError("Expected string, Requirement, or Distribution", dist)
583 Build a working set from a requirement spec. Rewrites sys.path.
622 """Find a distribution matching requirement `req
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/python/setuptools/setuptools/
package_index.py 19 to_filename, Requirement, DEVELOP_DIST, EGG_DIST,
52 return Requirement.parse(spec)
55 "Not a URL, existing file, or requirement spec: %r" % (spec,)
484 def find_packages(self, requirement):
485 self.scan_url(self.index_url + requirement.unsafe_name + '/')
487 if not self.package_pages.get(requirement.key):
489 self.scan_url(self.index_url + requirement.project_name + '/')
491 if not self.package_pages.get(requirement.key):
493 self.not_found_in_index(requirement)
495 for url in list(self.package_pages.get(requirement.key, ()))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 62 /// The requirement for the instance variable could not be determined.
287 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl);
288 if (Requirement != ReleaseRequirement::MustRelease)
913 // always be stored retained, so their release requirement cannot be
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/python/setuptools/setuptools/command/
easy_install.py 59 get_distribution, find_distributions, Environment, Requirement,
644 if not isinstance(spec, Requirement):
720 def process_distribution(self, requirement, dist, deps=True, *info):
728 log.info(self.installation_report(requirement, dist, *info))
736 elif requirement is not None and dist.key != requirement.key:
739 elif requirement is None or dist not in requirement:
742 requirement = Requirement(str(distreq)
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 993 milliseconds