Home
last modified time | relevance | path

Searched refs:requirement_string (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Drequirements.py33 def __init__(self, requirement_string: str) -> None:
35 parsed = _parse_requirement(requirement_string)
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp372 const char *requirement_string = ""; in check_version() local
374 requirement_string = ralloc_asprintf(this, " (%s or %s required)", in check_version()
378 requirement_string = ralloc_asprintf(this, " (%s required)", in check_version()
381 requirement_string = ralloc_asprintf(this, " (%s required)", in check_version()
386 requirement_string); in check_version()