/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 | 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 | 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 | ConfigurationMethod.java | 339 IAnnotation a = AnnotationHelper.findConfiguration(m_annotationFinder, m_method.getMethod()); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 190 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonefc06c210111::VertexIDCase 212 , m_method (drawMethod) in VertexIDCase() 224 if (m_method == deqp::gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_BASEVERTEX || in init() 225 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX || in init() 226 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED_BASEVERTEX) in init() 300 switch (m_method) in draw() 458 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonefc06c210111::BuiltInVariableGroup 463 , m_method (drawMethod) in BuiltInVariableGroup() 473 addChild(new VertexIDCase(m_context, m_method)); in init() 485 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonefc06c210111::IndexGroup [all …]
|
D | es31fDrawTests.cpp | 239 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonf28c750b0111::AttributeGroup 247 , m_method (drawMethod) in AttributeGroup() 269 spec.drawMethod = m_method; in init() 306 spec.drawMethod = m_method; in init() 354 spec.drawMethod = m_method; in init() 416 spec.drawMethod = m_method; in init() 483 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonf28c750b0111::IndexGroup 488 , m_method (drawMethod) in IndexGroup() 512 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method); in init() 546 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anonf28c750b0111::BaseVertexGroup [all …]
|
D | es31fGeometryShaderTests.cpp | 5484 const DrawMethod m_method; member in deqp::gles31::Functional::__anon47a587a00111::VertexFeedbackCase 5498 , m_method (method) in VertexFeedbackCase() 5532 switch (m_method) in init() 5683 switch (m_method) in iterate() 5855 const Method m_method; member in deqp::gles31::Functional::__anon47a587a00111::VertexFeedbackOverflowCase 5866 , m_method (method) in VertexFeedbackOverflowCase() 5917 if (m_method == METHOD_DRAW_ELEMENTS) in init() 5993 if (m_method == METHOD_DRAW_ELEMENTS) in iterate() 6006 if (m_method == METHOD_DRAW_ELEMENTS) in iterate() 6008 else if (m_method == METHOD_DRAW_ARRAYS) in iterate()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 285 const QueryMethod m_method; member in deqp::gles31::Functional::__anon6f0181f50111::QueryCase 290 , m_method (method) in QueryCase() 359 switch (m_method) in verifyState()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 120 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anoncd5569070111::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::__anoncd5569070111::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::__anoncd5569070111::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/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/gles3/functional/ |
D | es3fDrawTests.cpp | 150 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anon0a3632690111::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::__anon0a3632690111::IndexGroup [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 92 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Stress::__anon676d05250111::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::__anon676d05250111::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::__anon39d726070111::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::__anon39d726070111::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 | 346 TransferMethod getMethod (void) const { return m_method; } in getMethod() 348 TransferMethod m_method; member in vkt::pipeline::__anonf4e0357b0111::TransferTimestampTestParam 362 m_method = (TransferMethod)methodNdx; in TransferTimestampTestParam() 377 result += "with_" + getTransferMethodStr(m_method, false); in generateTestName() 400 result += "with " + getTransferMethodStr(m_method, true); in generateTestDescription() 2250 TransferMethod m_method; member in vkt::pipeline::__anonf4e0357b0111::TransferTest 2270 TransferMethod m_method; member in vkt::pipeline::__anonf4e0357b0111::TransferTestInstance 2299 m_method = transferParam->getMethod(); in TransferTest() 2309 …return new TransferTestInstance(context, m_stages, m_inRenderPass, m_hostQueryReset, m_method, m_q… in createInstance() 2319 , 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
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.h | 329 mz_uint16 m_method; member
|
D | miniz.c | 2651 pStat->m_method = MZ_READ_LE16(p + MZ_ZIP_CDH_METHOD_OFS); in mz_zip_reader_file_stat() 2806 …if ((!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) && (file_stat.m_method != 0) && (file_stat.m_method !… in mz_zip_reader_extract_to_mem_no_alloc() 2825 if ((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!file_stat.m_method)) in mz_zip_reader_extract_to_mem_no_alloc() 2992 …if ((!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) && (file_stat.m_method != 0) && (file_stat.m_method !… in mz_zip_reader_extract_to_callback() 3022 if ((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!file_stat.m_method)) in mz_zip_reader_extract_to_callback()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 638 MethodTestCase( void (C::*method)() ) : m_method( method ) {} in MethodTestCase() 642 (obj.*m_method)(); in invoke() 648 void (C::*m_method)(); member in Catch::MethodTestCase
|