Home
last modified time | relevance | path

Searched refs:publicMethod (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/java8/
H A DFunctionalCaptureTest18.java54 public Integer publicMethod() { in publicMethod() method in FunctionalCaptureTest18
100 assertFunctionalExpression(FunctionalCaptureTest18::publicMethod, this, 5); in runAssertions()
118 assertFunctionalExpression(obj -> obj.publicMethod() + 7, this, 12); in runAssertions()
119 assertFunctionalExpression(obj -> this.publicMethod() + 8, this, 13); in runAssertions()
120 assertFunctionalExpression(obj -> publicMethod() + 8, this, 13); in runAssertions()
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/php-code-coverage/Tests/_files/
H A DCoveredClass.php13 public function publicMethod() function in CoveredParentClass
31 public function publicMethod() function in CoveredClass
33 parent::publicMethod();
H A DNamespaceCoveredClass.php15 public function publicMethod() function in Foo\\CoveredParentClass
33 public function publicMethod() function in Foo\\CoveredClass
35 parent::publicMethod();
/dports/devel/pear-PHP_CodeCoverage/php-code-coverage-5.2.2/tests/_files/
H A DCoveredClass.php13 public function publicMethod()
31 public function publicMethod()
33 parent::publicMethod();
H A DNamespaceCoveredClass.php15 public function publicMethod() function in Foo\\CoveredParentClass
33 public function publicMethod() function in Foo\\CoveredClass
35 parent::publicMethod();
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-69977.C11 void publicMethod() { in publicMethod() function
22 a.publicMethod(); in main()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dvisibilitychange_test.py46 b1.publicMethod() # ok...
48 self.assertRaises(TypeError, d1.publicMethod);
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dvisibilitychange_test.py46 b1.publicMethod() # ok...
48 self.assertRaises(TypeError, d1.publicMethod);
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dvisibilitychange_test.py46 b1.publicMethod() # ok...
48 self.assertRaises(TypeError, d1.publicMethod);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/doclet/testOverriddenMethods/
H A DTestOverriddenPrivateMethodsWithPackageFlag.java56 … <dd><code><a href="BaseClass.html#publicMethod()">publicMethod</a></code>&nbsp;i\ in test()
64 … <dd><code><a href="../pkg1/BaseClass.html#publicMethod()">publicMethod</a></code\ in test()

123456789