Searched refs:requirement_string (Results 1 – 4 of 4) sorted by relevance
/external/python/setuptools/pkg_resources/_vendor/packaging/ |
D | requirements.py | 88 def __init__(self, requirement_string): argument 90 req = REQUIREMENT.parseString(requirement_string) 94 requirement_string[e.loc:e.loc + 8]))
|
/external/python/setuptools/setuptools/_vendor/packaging/ |
D | requirements.py | 88 def __init__(self, requirement_string): argument 90 req = REQUIREMENT.parseString(requirement_string) 94 requirement_string[e.loc:e.loc + 8]))
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 366 const char *requirement_string = ""; in check_version() local 368 requirement_string = ralloc_asprintf(this, " (%s or %s required)", in check_version() 372 requirement_string = ralloc_asprintf(this, " (%s required)", in check_version() 375 requirement_string = ralloc_asprintf(this, " (%s required)", in check_version() 380 requirement_string); in check_version()
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 2937 def __init__(self, requirement_string): argument 2940 super(Requirement, self).__init__(requirement_string)
|