Searched refs:allowPrefix (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.cpp | 629 bool matches(const string& caseName, bool allowPrefix = false) const; 650 bool allowPrefix) in matchWildcards() argument 667 if (matchWildcards(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in matchWildcards() 671 if (matchWildcards(pattern + 1, patternEnd, pathEnd, pathEnd, allowPrefix)) in matchWildcards() 674 else if (path == pathEnd && allowPrefix) in matchWildcards() 688 bool allowPrefix) in patternMatches() argument 701 if (path == pathEnd && (allowPrefix || pattern == patternEnd)) in patternMatches() 706 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches() 708 if (patternMatches(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in patternMatches() 716 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches() [all …]
|
D | tcuCommandLine.hpp | 101 bool allowPrefix);
|
/third_party/node/deps/npm/node_modules/jsprim/lib/ |
D | jsprim.js | 299 allowPrefix: false, property 347 mod_assert.bool(options.allowPrefix, 'options.allowPrefix'); 392 if (options.allowPrefix) {
|
/third_party/node/deps/npm/node_modules/jsprim/ |
D | README.md | 167 allowPrefix | boolean | false | whether to interpret the prefixes `0b` (base 2), `0o` (bas… 172 Note that if `base` is unspecified, and `allowPrefix` or `leadingZeroIsOctal` 174 is explicitly specified and `allowPrefix` is true, then the prefix will only be
|