/external/jcommander/src/main/java/com/beust/jcommander/ |
D | Parameterized.java | 20 private Method m_method; field in Parameterized 30 m_method = method; in Parameterized() 90 if (m_method != null) { in getType() 91 return m_method.getParameterTypes()[0]; in getType() 98 if (m_method != null) { in getName() 99 return m_method.getName(); in getName() 107 if (m_method != null) { in get() 109 m_getter = m_method.getDeclaringClass() in get() 110 .getMethod("g" + m_method.getName().substring(1), in get() 121 String name = m_method.getName(); in get() [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | ClonedMethod.java | 18 private ITestNGMethod m_method; field in ClonedMethod 28 m_method = method; in ClonedMethod() 39 return m_method.canRunFromClass(testClass); in canRunFromClass() 44 return m_method.getAfterGroups(); in getAfterGroups() 49 return m_method.getBeforeGroups(); in getBeforeGroups() 59 return m_method.getDate(); in getDate() 69 m_method.setDescription(description); in setDescription() 79 return m_method.getGroups(); in getGroups() 94 return m_method.getInstanceHashCodes(); in getInstanceHashCodes() 99 return m_method.getInstances(); in getInstances() [all …]
|
D | InvokeMethodRunnable.java | 15 private ITestNGMethod m_method = null; field in InvokeMethodRunnable 27 m_method = thisMethod; in InvokeMethodRunnable() 38 if (m_method.getInvocationTimeOut() > 0) { in run() 39 for (int i = 0; i < m_method.getInvocationCount(); i++) { in run() 52 Method m = m_method.getMethod(); in runOne() 69 m_method.incrementCurrentInvocationCount(); in runOne()
|
D | ConstructorOrMethod.java | 13 private Method m_method; field in ConstructorOrMethod 18 m_method = m; in ConstructorOrMethod() 38 return m_method; in getMethod() 86 if (m_method != null) return m_method.toString(); in toString()
|
D | MethodInstance.java | 14 private ITestNGMethod m_method; field in MethodInstance 17 m_method = method; in MethodInstance() 22 return m_method; in getMethod() 32 return m_method.getInstance(); in getInstance() 38 .add("method", m_method) in toString()
|
D | TestResult.java | 25 private ITestNGMethod m_method = null; field in TestResult 77 m_method = method; in init() 85 m_name = m_method.getMethodName(); in init() 147 return m_method; in getMethod() 154 m_method = method; in setMethod() 237 .add("method", m_method) in toString()
|
D | BaseTestMethod.java | 41 protected final transient ConstructorOrMethod m_method; field in BaseTestMethod 88 m_method = com; in BaseTestMethod() 133 if (! tc.getRealClass().equals(m_method.getDeclaringClass())) { in setTestClass() 134 assert m_method.getDeclaringClass().isAssignableFrom(tc.getRealClass()) : in setTestClass() 135 "\nMISMATCH : " + tc.getRealClass() + " " + m_method.getDeclaringClass(); in setTestClass() 163 return m_method.getMethod(); in getMethod() 430 return m_method.hashCode(); in hashCode() 510 String classLong = m_method.getDeclaringClass().getName(); in computeSignature() 512 … StringBuilder result = new StringBuilder(cls).append(".").append(m_method.getName()).append("("); in computeSignature() 514 for (Class<?> p : m_method.getParameterTypes()) { in computeSignature() [all …]
|
D | TestNGMethod.java | 93 m_method.getDeclaringClass().getName() + "." + m_method.getName())); in init() 96 AnnotationHelper.findTest(getAnnotationFinder(), m_method.getMethod()); in init() 100 … testAnnotation = AnnotationHelper.findTest(getAnnotationFinder(), m_method.getDeclaringClass()); in init() 132 if (c.getName().equals(m_method.getMethod().getDeclaringClass().getName())) { in findDescription() 134 if (include.getName().equals(m_method.getName())) { in findDescription()
|
D | ConfigurationMethod.java | 339 IAnnotation a = AnnotationHelper.findConfiguration(m_annotationFinder, m_method.getMethod()); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 189 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonfc06d1590111::VertexIDCase 210 , m_method (drawMethod) in VertexIDCase() 221 if (m_method == deqp::gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_BASEVERTEX || in init() 222 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX || in init() 223 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED_BASEVERTEX) in init() 288 switch (m_method) in draw() 443 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonfc06d1590111::BuiltInVariableGroup 448 , m_method (drawMethod) in BuiltInVariableGroup() 458 addChild(new VertexIDCase(m_context, m_method)); in init() 470 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonfc06d1590111::IndexGroup [all …]
|
D | es31fDrawTests.cpp | 239 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon1bb0bc430111::AttributeGroup 247 , m_method (drawMethod) in AttributeGroup() 268 spec.drawMethod = m_method; in init() 304 spec.drawMethod = m_method; in init() 351 spec.drawMethod = m_method; in init() 412 spec.drawMethod = m_method; in init() 479 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon1bb0bc430111::IndexGroup 484 , m_method (drawMethod) in IndexGroup() 508 genBasicSpec(spec, m_method); in init() 542 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon1bb0bc430111::BaseVertexGroup [all …]
|
D | es31fGeometryShaderTests.cpp | 5411 const DrawMethod m_method; member in deqp::gles31::Functional::__anon105634d80111::VertexFeedbackCase 5425 , m_method (method) in VertexFeedbackCase() 5459 switch (m_method) in init() 5610 switch (m_method) in iterate() 5782 const Method m_method; member in deqp::gles31::Functional::__anon105634d80111::VertexFeedbackOverflowCase 5793 , m_method (method) in VertexFeedbackOverflowCase() 5844 if (m_method == METHOD_DRAW_ELEMENTS) in init() 5920 if (m_method == METHOD_DRAW_ELEMENTS) in iterate() 5933 if (m_method == METHOD_DRAW_ELEMENTS) in iterate() 5935 else if (m_method == METHOD_DRAW_ARRAYS) in iterate()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 237 const QueryMethod m_method; member in deqp::gles31::Functional::__anoned7d392d0111::QueryCase 242 , m_method (method) in QueryCase() 304 switch (m_method) in verifyState()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 120 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon73ce823f0111::AttributeGroup 128 , m_method (drawMethod) in AttributeGroup() 149 spec.drawMethod = m_method; in init() 184 spec.drawMethod = m_method; in init() 230 spec.drawMethod = m_method; in init() 294 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon73ce823f0111::IndexGroup 299 , m_method (drawMethod) in IndexGroup() 334 genBasicSpec(spec, m_method); in init() 377 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon73ce823f0111::FirstGroup 382 , m_method (drawMethod) in FirstGroup() [all …]
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | BaseAnnotation.java | 8 private Method m_method; field in BaseAnnotation 18 return m_method; in getMethod() 21 m_method = method; in setMethod()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 150 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anonb0af4ba10111::AttributeGroup 158 , m_method (drawMethod) in AttributeGroup() 172 const bool instanced = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED) || in init() 173 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED); in init() 174 const bool ranged = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init() 185 spec.drawMethod = m_method; in init() 220 spec.drawMethod = m_method; in init() 266 spec.drawMethod = m_method; in init() 326 spec.drawMethod = m_method; in init() 392 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anonb0af4ba10111::IndexGroup [all …]
|
/external/testng/src/test/java/test/configuration/ |
D | BeforeMethodTest.java | 12 private Method m_method; field in BeforeMethodTest 17 m_method = m; in before() 23 Assert.assertEquals(m_method.getName(), "mainTest"); in mainTest()
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 92 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Stress::__anon6b9a425d0111::IndexGroup 97 , m_method (drawMethod) in IndexGroup() 124 genBasicSpec(spec, m_method); in init() 165 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Stress::__anon6b9a425d0111::MethodGroup 170 , m_method (drawMethod) in MethodGroup() 180 …xed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::… in init() 185 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 273 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Stress::__anon3e04633f0111::IndexGroup 278 , m_method (drawMethod) in IndexGroup() 305 …const bool isRangedMethod = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED |… in init() 307 genBasicSpec(spec, m_method); in init() 354 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Stress::__anon3e04633f0111::MethodGroup 359 , m_method (drawMethod) in MethodGroup() 369 …ed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::… in init() 374 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 245 TransferMethod getMethod (void) const { return m_method; } in getMethod() 247 TransferMethod m_method; member in vkt::pipeline::__anon507080b30111::TransferTimestampTestParam 258 m_method = (TransferMethod)methodNdx; in TransferTimestampTestParam() 273 result += "with_" + getTransferMethodStr(m_method, false); in generateTestName() 291 result += "with " + getTransferMethodStr(m_method, true); in generateTestDescription() 1796 TransferMethod m_method; member in vkt::pipeline::__anon507080b30111::TransferTest 1813 TransferMethod m_method; member in vkt::pipeline::__anon507080b30111::TransferTestInstance 1842 m_method = transferParam->getMethod(); in TransferTest() 1852 return new TransferTestInstance(context, m_stages, m_inRenderPass, m_method); in createInstance() 1860 , m_method(method) in TransferTestInstance() [all …]
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | AppRunner.java | 646 m_method = method; in Invoker() 655 m_method.invoke (m_target, m_args); in run() 669 private final Method m_method; field in AppRunner.Invoker
|