/aosp_15_r20/external/testng/src/main/java/org/testng/internal/ |
H A 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 …]
|
H A 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()
|
H A 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 …]
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | ConfigurationMethod.java | 339 IAnnotation a = AnnotationHelper.findConfiguration(m_annotationFinder, m_method.getMethod()); in init()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fDrawElementsBaseVertexTests.cpp | 201 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon3f768e520111::VertexIDCase 223 , m_method(drawMethod) in VertexIDCase() 235 if (m_method == deqp::gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_BASEVERTEX || in init() 236 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX || in init() 237 m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED_BASEVERTEX) in init() 316 switch (m_method) in draw() 477 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon3f768e520111::BuiltInVariableGroup 483 , m_method(drawMethod) in BuiltInVariableGroup() 493 addChild(new VertexIDCase(m_context, m_method)); in init() 505 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anon3f768e520111::IndexGroup [all …]
|
H A D | es31fDrawTests.cpp | 239 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anone7c694fc0111::AttributeGroup 249 , m_method(drawMethod) in AttributeGroup() 272 spec.drawMethod = m_method; in init() 310 spec.drawMethod = m_method; in init() 359 spec.drawMethod = m_method; in init() 422 spec.drawMethod = m_method; in init() 490 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anone7c694fc0111::IndexGroup 495 , m_method(drawMethod) in IndexGroup() 518 genBasicSpec(spec, m_context.getRenderContext().getType(), m_method); in init() 556 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles31::Functional::__anone7c694fc0111::BaseVertexGroup [all …]
|
H A D | es31fGeometryShaderTests.cpp | 5909 const DrawMethod m_method; member in deqp::gles31::Functional::__anon539908d10111::VertexFeedbackCase 5924 , m_method(method) in VertexFeedbackCase() 5956 switch (m_method) in init() 6130 switch (m_method) in iterate() 6320 const Method m_method; member in deqp::gles31::Functional::__anon539908d10111::VertexFeedbackOverflowCase 6332 , m_method(method) in VertexFeedbackOverflowCase() 6379 if (m_method == METHOD_DRAW_ELEMENTS) in init() 6457 if (m_method == METHOD_DRAW_ELEMENTS) in iterate() 6470 if (m_method == METHOD_DRAW_ELEMENTS) in iterate() 6472 else if (m_method == METHOD_DRAW_ARRAYS) in iterate()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fDrawTests.cpp | 121 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon5cf4d8b80111::AttributeGroup 131 , m_method(drawMethod) in AttributeGroup() 153 spec.drawMethod = m_method; in init() 189 spec.drawMethod = m_method; in init() 236 spec.drawMethod = m_method; in init() 301 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon5cf4d8b80111::IndexGroup 306 , m_method(drawMethod) in IndexGroup() 341 genBasicSpec(spec, m_method); in init() 387 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Functional::__anon5cf4d8b80111::FirstGroup 392 , m_method(drawMethod) in FirstGroup() [all …]
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 152 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anon99d5a21a0111::AttributeGroup 162 , m_method(drawMethod) in AttributeGroup() 176 const bool instanced = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED) || in init() 177 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED); in init() 178 const bool ranged = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init() 191 spec.drawMethod = m_method; in init() 227 spec.drawMethod = m_method; in init() 274 spec.drawMethod = m_method; in init() 335 spec.drawMethod = m_method; in init() 403 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Functional::__anon99d5a21a0111::IndexGroup [all …]
|
/aosp_15_r20/external/deqp/modules/gles2/stress/ |
H A D | es2sDrawTests.cpp | 92 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Stress::__anon970e44560111::IndexGroup 97 , m_method(drawMethod) in IndexGroup() 124 genBasicSpec(spec, m_method); in init() 169 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles2::Stress::__anon970e44560111::MethodGroup 175 , m_method(drawMethod) in MethodGroup() 185 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || in init() 186 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || in init() 187 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init() 192 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
|
/aosp_15_r20/external/apache-xml/test/trace-src/org/apache/xalan/trace/ |
H A D | ExtensionEvent.java | 40 public final Object m_method; field in ExtensionEvent 47 m_method = method; in ExtensionEvent() 57 m_method = constructor; in ExtensionEvent() 65 m_method = clazz; in ExtensionEvent()
|
H A D | PrintTraceListener.java | 378 m_pw.println("EXTENSION: " + ((Class)ev.m_method).getName() + "#<init>"); in extension() 381 …m_pw.println("EXTENSION: " + ((Method)ev.m_method).getDeclaringClass().getName() + "#" + ((Method)… in extension() 384 …m_pw.println("EXTENSION: " + ((Constructor)ev.m_method).getDeclaringClass().getName() + "#<init>"); in extension()
|
/aosp_15_r20/external/deqp/modules/gles3/stress/ |
H A D | es3sDrawTests.cpp | 278 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Stress::__anon697865380111::IndexGroup 283 , m_method(drawMethod) in IndexGroup() 310 const bool isRangedMethod = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED || in init() 311 … m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX); in init() 313 genBasicSpec(spec, m_method); in init() 364 gls::DrawTestSpec::DrawMethod m_method; member in deqp::gles3::Stress::__anon697865380111::MethodGroup 370 , m_method(drawMethod) in MethodGroup() 380 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || in init() 381 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || in init() 382 (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); in init() [all …]
|
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/annotations/ |
H A D | BaseAnnotation.java | 8 private Method m_method; field in BaseAnnotation 18 return m_method; in getMethod() 21 m_method = method; in setMethod()
|
/aosp_15_r20/external/testng/src/test/java/test/configuration/ |
H A 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()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 366 return m_method; in getMethod() 370 TransferMethod m_method; member in vkt::pipeline::__anonb6e788ec0111::TransferTimestampTestParam 383 m_method = (TransferMethod)methodNdx; in TransferTimestampTestParam() 398 result += "with_" + getTransferMethodStr(m_method, false); in generateTestName() 2386 TransferMethod m_method; member in vkt::pipeline::__anonb6e788ec0111::TransferTest 2402 TransferMethod m_method; member in vkt::pipeline::__anonb6e788ec0111::TransferTestInstance 2428 m_method = transferParam->getMethod(); in TransferTest() 2438 …ferTestInstance(context, m_stages, m_inRenderPass, m_hostQueryReset, m_transferOnlyQueue, m_method, in createInstance() 2446 , m_method(method) in TransferTestInstance() 2548 switch (m_method) in configCommandBuffer() [all …]
|
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/rt/ |
H A 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
|
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/ |
H A D | miniz.c | 4231 pStat->m_method = MZ_READ_LE16(p + MZ_ZIP_CDH_METHOD_OFS); in mz_zip_file_stat_internal() 4513 …f ((!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) && (file_stat.m_method != 0) && (file_stat.m_method !=… in mz_zip_reader_extract_to_mem_no_alloc() 4533 if ((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!file_stat.m_method)) in mz_zip_reader_extract_to_mem_no_alloc() 4737 …f ((!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) && (file_stat.m_method != 0) && (file_stat.m_method !=… in mz_zip_reader_extract_to_callback() 4769 if ((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!file_stat.m_method)) in mz_zip_reader_extract_to_callback() 4957 …& MZ_ZIP_FLAG_COMPRESSED_DATA)) && (pState->file_stat.m_method != 0) && (pState->file_stat.m_metho… in mz_zip_reader_extract_iter_new() 5012 if (!((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!pState->file_stat.m_method))) in mz_zip_reader_extract_iter_new() 5032 if (!((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!pState->file_stat.m_method))) in mz_zip_reader_extract_iter_new() 5072 if ((pState->flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!pState->file_stat.m_method)) in mz_zip_reader_extract_iter_read() 5353 if ((file_stat.m_method != 0) && (file_stat.m_method != MZ_DEFLATED)) in mz_zip_validate_file()
|
H A D | miniz.h | 937 mz_uint16 m_method; member
|
/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/ |
H A 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()
|
H A D | miniz.h | 329 mz_uint16 m_method; member
|