Home
last modified time | relevance | path

Searched refs:checkMethod (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tools/bookmaker/
DselfCheck.cpp72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod() function in SelfChecker
75 checkMethod(topic, child, reported); in checkMethod()
122 checkMethod(topicName, csChild, &reported); in checkRelatedFunctions()
Ddefinition.h128 bool checkMethod() const;
Ddefinition.cpp414 bool Definition::checkMethod() const { in checkMethod() function in Definition
DbmhParser.cpp209 if (fCheckMethods && !definition->checkMethod()) { in addDefinition()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1825 CheckMethod checkMethod,
1833 static const char* getCheckMethodName (CheckMethod checkMethod);
1834 static const char* getCheckMethodDescription (CheckMethod checkMethod);
1835 static const char* getAssignMethodName (AssignMethod checkMethod);
1836 static const char* getAssignMethodDescription (AssignMethod checkMethod);
1863 const char* UniformValueCase::getCheckMethodName (const CheckMethod checkMethod) in getCheckMethodName() argument
1865 switch (checkMethod) in getCheckMethodName()
1873 const char* UniformValueCase::getCheckMethodDescription (const CheckMethod checkMethod) in getCheckMethodDescription() argument
1875 switch (checkMethod) in getCheckMethodDescription()
1909 const CheckMethod checkMethod, in UniformValueCase() argument
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp2327 CheckMethod checkMethod,
2335 static const char* getCheckMethodName (CheckMethod checkMethod);
2336 static const char* getCheckMethodDescription (CheckMethod checkMethod);
2337 static const char* getAssignMethodName (AssignMethod checkMethod);
2338 static const char* getAssignMethodDescription (AssignMethod checkMethod);
2365 const char* UniformValueCase::getCheckMethodName (const CheckMethod checkMethod) in getCheckMethodName() argument
2367 switch (checkMethod) in getCheckMethodName()
2375 const char* UniformValueCase::getCheckMethodDescription (const CheckMethod checkMethod) in getCheckMethodDescription() argument
2377 switch (checkMethod) in getCheckMethodDescription()
2411 const CheckMethod checkMethod, in UniformValueCase() argument
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp1719 CheckMethod checkMethod,
1725 static const char* getCheckMethodName (CheckMethod checkMethod);
1726 static const char* getCheckMethodDescription (CheckMethod checkMethod);
1727 static const char* getAssignMethodName (AssignMethod checkMethod);
1728 static const char* getAssignMethodDescription (AssignMethod checkMethod);
1734 const char* UniformAssignCase::getCheckMethodName (const CheckMethod checkMethod) in getCheckMethodName() argument
1736 switch (checkMethod) in getCheckMethodName()
1744 const char* UniformAssignCase::getCheckMethodDescription (const CheckMethod checkMethod) in getCheckMethodDescription() argument
1746 switch (checkMethod) in getCheckMethodDescription()
1779 const CheckMethod checkMethod, in UniformAssignCase() argument
[all …]
/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java238 private void checkMethod(Class<?> c, String methodName) { in checkMethod() method in XmlMethodSelector
253 checkMethod(c.getSupportClass(), m.getName()); in setXmlClasses()