Home
last modified time | relevance | path

Searched defs:flavour (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dpathlib.py281 def _make_selector(pattern_parts, flavour): argument
304 def __init__(self, child_parts, flavour): argument
333 def __init__(self, name, child_parts, flavour): argument
349 def __init__(self, pat, child_parts, flavour): argument
380 def __init__(self, pat, child_parts, flavour): argument
/third_party/python/Lib/unittest/
Drunner.py152 def printErrorList(self, flavour, errors): argument
/third_party/python/Lib/test/
Dtest_pathlib.py68 flavour = pathlib._posix_flavour variable in PosixFlavourTest
104 flavour = pathlib._windows_flavour variable in NTFlavourTest
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp990 std::string Utils::getBlockVariableReference(VARIABLE_FLAVOUR flavour, const glw::GLchar* variable_… in getBlockVariableReference()
1040 std::string Utils::getVariableDefinition(VARIABLE_FLAVOUR flavour, const qualifierSet& qualifiers, in getVariableDefinition()
1207 std::string Utils::getVariableReference(VARIABLE_FLAVOUR flavour, const glw::GLchar* variable_name) in getVariableReference()
1261 VARIABLE_FLAVOUR flavour = getVariableFlavour(in_stage, in_storage, in_qualifiers); in prepareBlockVariableStrings() local
1284 VARIABLE_FLAVOUR flavour = getVariableFlavour(in_stage, in_storage, in_qualifiers); in prepareVariableStrings() local
Dgl4cEnhancedLayoutsTests.cpp3915 …Variable::GetReference(const std::string& parent_name, const Descriptor& variable, FLAVOUR flavour, in GetReference()
4052 std::string Variable::Descriptor::GetDefinition(FLAVOUR flavour, STORAGE storage) const in GetDefinition()
4174 std::string GetDefinitions(const Variable::PtrVector& vector, Variable::FLAVOUR flavour) in GetDefinitions()
4370 Variable::FLAVOUR flavour = Variable::GetFlavour(m_stage, Variable::INPUT); in GetDefinitionsInputs() local
4381 Variable::FLAVOUR flavour = Variable::GetFlavour(m_stage, Variable::OUTPUT); in GetDefinitionsOutputs() local
6739 Utils::Variable::FLAVOUR flavour) in test()