Home
last modified time | relevance | path

Searched +defs:initialize +defs:exceptions (Results 1 – 25 of 73) sorted by relevance

123

/dports/java/javahelp/javahelp-3ca862d/jhMaster/JSearch/client/com/sun/java/help/search/
H A DLiteMorph.java105 protected static Hashtable exceptions; field in LiteMorph
127 protected abstract void initialize(); in initialize() method in LiteMorph
136 protected void initialize (String [] exceptionTable) { in initialize() method in LiteMorph
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/
H A Drunner_instructions.rb54 def initialize(os:, arch:) method in Gitlab.Ci.RunnerInstructions
83 def with_error_handling(exceptions) argument
/dports/lang/ruby26/ruby-2.6.9/spec/mspec/lib/mspec/runner/formatters/
H A Ddotted.rb7 attr_reader :exceptions, :timer, :tally accessor in DottedFormatter
9 def initialize(out=nil) method in DottedFormatter
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRemoteClass.java173 private boolean initialize() { in initialize() method in RemoteClass
361 ClassDeclaration[] exceptions = in initialize() local
438 ClassDeclaration[] exceptions = member.getExceptions(env); in collectRemoteMethods() local
597 ClassDeclaration exceptions[] = m.getExceptions(env); in computeInterfaceHash() local
746 private ClassDeclaration[] exceptions; field in RemoteClass.Method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRemoteClass.java173 private boolean initialize() { in initialize() method in RemoteClass
361 ClassDeclaration[] exceptions = in initialize() local
438 ClassDeclaration[] exceptions = member.getExceptions(env); in collectRemoteMethods() local
597 ClassDeclaration exceptions[] = m.getExceptions(env); in computeInterfaceHash() local
746 private ClassDeclaration[] exceptions; field in RemoteClass.Method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/
H A DRemoteClass.java173 private boolean initialize() { in initialize() method in RemoteClass
361 ClassDeclaration[] exceptions = in initialize() local
438 ClassDeclaration[] exceptions = member.getExceptions(env); in collectRemoteMethods() local
597 ClassDeclaration exceptions[] = m.getExceptions(env); in computeInterfaceHash() local
746 private ClassDeclaration[] exceptions; field in RemoteClass.Method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRemoteClass.java173 private boolean initialize() { in initialize() method in RemoteClass
361 ClassDeclaration[] exceptions = in initialize() local
438 ClassDeclaration[] exceptions = member.getExceptions(env); in collectRemoteMethods() local
597 ClassDeclaration exceptions[] = m.getExceptions(env); in computeInterfaceHash() local
746 private ClassDeclaration[] exceptions; field in RemoteClass.Method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRemoteClass.java173 private boolean initialize() { in initialize() method in RemoteClass
361 ClassDeclaration[] exceptions = in initialize() local
438 ClassDeclaration[] exceptions = member.getExceptions(env); in collectRemoteMethods() local
597 ClassDeclaration exceptions[] = m.getExceptions(env); in computeInterfaceHash() local
746 private ClassDeclaration[] exceptions; field in RemoteClass.Method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DRemoteClass.java173 private boolean initialize() { in initialize() method in RemoteClass
361 ClassDeclaration[] exceptions = in initialize() local
438 ClassDeclaration[] exceptions = member.getExceptions(env); in collectRemoteMethods() local
597 ClassDeclaration exceptions[] = m.getExceptions(env); in computeInterfaceHash() local
746 private ClassDeclaration[] exceptions; field in RemoteClass.Method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/
H A DRemoteClass.java173 private boolean initialize() { in initialize() method in RemoteClass
361 ClassDeclaration[] exceptions = in initialize() local
438 ClassDeclaration[] exceptions = member.getExceptions(env); in collectRemoteMethods() local
597 ClassDeclaration exceptions[] = m.getExceptions(env); in computeInterfaceHash() local
746 private ClassDeclaration[] exceptions; field in RemoteClass.Method
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/SYCL/
H A DKokkos_SYCL_Instance.cpp83 void SYCLInternal::initialize(const sycl::device& d) { in initialize() function in Kokkos::Experimental::Impl::SYCLInternal
84 auto exception_handler = [](sycl::exception_list exceptions) { in initialize()
102 void SYCLInternal::initialize(const sycl::queue& q) { in initialize() function in Kokkos::Experimental::Impl::SYCLInternal
/dports/devel/kokkos/kokkos-3.4.01/core/src/SYCL/
H A DKokkos_SYCL_Instance.cpp83 void SYCLInternal::initialize(const sycl::device& d) { in initialize() function in Kokkos::Experimental::Impl::SYCLInternal
84 auto exception_handler = [](sycl::exception_list exceptions) { in initialize()
102 void SYCLInternal::initialize(const sycl::queue& q) { in initialize() function in Kokkos::Experimental::Impl::SYCLInternal
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/SYCL/
H A DKokkos_SYCL_Instance.cpp83 void SYCLInternal::initialize(const sycl::device& d) { in initialize() function in Kokkos::Experimental::Impl::SYCLInternal
84 auto exception_handler = [](sycl::exception_list exceptions) { in initialize()
102 void SYCLInternal::initialize(const sycl::queue& q) { in initialize() function in Kokkos::Experimental::Impl::SYCLInternal
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Transaction/
H A DMultiExec.php39 protected $exceptions = true; variable in Predis\\Transaction\\MultiExec
121 protected function initialize() function in Predis\\Transaction\\MultiExec
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Transaction/
H A DMultiExec.php39 protected $exceptions = true; variable in Predis\\Transaction\\MultiExec
121 protected function initialize() function in Predis\\Transaction\\MultiExec
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Transaction/
H A DMultiExec.php39 protected $exceptions = true; variable in Predis\\Transaction\\MultiExec
121 protected function initialize() function in Predis\\Transaction\\MultiExec
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Transaction/
H A DMultiExec.php39 protected $exceptions = true; variable in Predis\\Transaction\\MultiExec
121 protected function initialize() function in Predis\\Transaction\\MultiExec
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/ruby/test/unit/
H A Dassertions.rb96 def _expected_exception?(actual_exception, exceptions, modules) # :nodoc: argument
530 def initialize(value) method in Test.Unit.Assertions.AssertionMessage.Literal
547 def initialize(parts) method in Test.Unit.Assertions.AssertionMessage.Template
565 def initialize(head, template_string, parameters) method in Test.Unit.Assertions.AssertionMessage
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/ruby/test/unit/
H A Dassertions.rb96 def _expected_exception?(actual_exception, exceptions, modules) # :nodoc: argument
530 def initialize(value) method in Test.Unit.Assertions.AssertionMessage.Literal
547 def initialize(parts) method in Test.Unit.Assertions.AssertionMessage.Template
565 def initialize(head, template_string, parameters) method in Test.Unit.Assertions.AssertionMessage
/dports/math/openlibm/openlibm-0.8.0/test/
H A Dlibm-test.c479 FLOAT max_ulp, int xfail, int exceptions, in check_float_internal()
552 FLOAT max_ulp, int xfail, int exceptions) in check_float()
595 int xfail, int exceptions) in check_int()
625 long int max_ulp, int xfail, int exceptions) in check_long()
655 long int max_ulp, int xfail, int exceptions) in check_bool()
683 int exceptions) in check_longlong()
4235 initialize (void) in initialize() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAStoreManager.java212 public boolean initialize(OpenJPAStateManager sm, PCState state, in initialize() method in NdbOpenJPAStoreManager
363 Collection<Exception> exceptions = super.flush(sms); in flush() local
370 Collection exceptions = new ArrayList<Exception>(); in flush() local
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAStoreManager.java212 public boolean initialize(OpenJPAStateManager sm, PCState state, in initialize() method in NdbOpenJPAStoreManager
363 Collection<Exception> exceptions = super.flush(sms); in flush() local
370 Collection exceptions = new ArrayList<Exception>(); in flush() local
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAStoreManager.java212 public boolean initialize(OpenJPAStateManager sm, PCState state, in initialize() method in NdbOpenJPAStoreManager
363 Collection<Exception> exceptions = super.flush(sms); in flush() local
370 Collection exceptions = new ArrayList<Exception>(); in flush() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAStoreManager.java213 public boolean initialize(OpenJPAStateManager sm, PCState state, in initialize() method in NdbOpenJPAStoreManager
364 Collection<Exception> exceptions = super.flush(sms); in flush() local
371 Collection exceptions = new ArrayList<Exception>(); in flush() local
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAStoreManager.java213 public boolean initialize(OpenJPAStateManager sm, PCState state, in initialize() method in NdbOpenJPAStoreManager
364 Collection<Exception> exceptions = super.flush(sms); in flush() local
371 Collection exceptions = new ArrayList<Exception>(); in flush() local

123