OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exceptions
(Results
676 - 700
of
8688
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
NotSymmetricMatrixException.java
24
* This class represents
exceptions
thrown when a matrix expected to
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
NoFeasibleSolutionException.java
24
* This class represents
exceptions
thrown by optimizers when no solution
UnboundedSolutionException.java
24
* This class represents
exceptions
thrown by optimizers when a solution
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/exceptions/
TimeoutException.java
26
package org.apache.harmony.jpda.tests.framework.jdwp.
exceptions
;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
DistributionPointTest.java
27
// no
exceptions
/external/apache-xml/src/main/java/org/apache/xpath/
XPathProcessorException.java
25
*
exceptions
may be specifically caught.
/external/autotest/client/cros/
mainloop.py
13
"""Decorator that saves
exceptions
for forwarding across a glib
16
Exceptions
thrown by glib callbacks are swallowed if they reach the
18
ExceptionForwardingMainLoop to save those
exceptions
so that it can
32
"""Wraps a glib mainloop so that
exceptions
raised by functions
xmlrpc_server.py
105
"""Catch all DBus
exceptions
and return a default value instead.
107
Wrap a function with a try block that catches DBus
exceptions
and
109
handling since XMLRPC doesn't understand DBus
exceptions
.
135
except dbus.
exceptions
.DBusException as e:
/external/autotest/client/cros/networking/
apmanager_proxy.py
14
"""
Exceptions
raised by ApmanagerProxy and it's children."""
79
except dbus.
exceptions
.DBusException as e:
122
except dbus.
exceptions
.DBusException as e:
151
except dbus.
exceptions
.DBusException as e:
/external/autotest/client/tests/kvm/tests/
migration_with_reboot.py
36
# If something bad happened in the main thread, ignore
exceptions
/external/autotest/frontend/db/backends/afe/
base.py
9
from django.core.
exceptions
import ImproperlyConfigured
/external/autotest/server/cros/ap_configurators/
belkinF7D1301_ap_configurator.py
7
from selenium.common.
exceptions
import TimeoutException as \
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
__init__.py
7
from telemetry.core import
exceptions
namespace
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
global_hooks.py
18
"""Print prettier
exceptions
that also contain the stack frame's locals."""
/external/chromium-trace/catapult/third_party/Paste/tests/
test_doctests.py
19
'paste.
exceptions
.serial_number_generator',
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
extra_types_test.py
9
from apitools.base.py import
exceptions
namespace
34
with self.assertRaises(
exceptions
.InvalidDataError):
36
with self.assertRaises(
exceptions
.InvalidDataError):
39
with self.assertRaises(
exceptions
.InvalidDataError):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
exceptions.py
2
Exceptions
that are specific to the cloudtrail module.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
exceptions.py
2
Exceptions
that are specific to the dynamodb module.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
exceptions.py
2
Various
exceptions
that are specific to the SES module.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/awslambda/
test_awslambda.py
24
from boto.awslambda.
exceptions
import ResourceNotFoundException
/external/clang/test/Analysis/
new-with-exceptions.cpp
1
// RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-store region -std=c++11 -fexceptions -fcxx-
exceptions
-verify %s
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp
1
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -fcxx-
exceptions
-fexceptions -verify %s
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp
1
// RUN: %clang_cc1 -std=c++11 -verify -fcxx-
exceptions
%s
/external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp
1
// RUN: %clang_cc1 -fexceptions -fcxx-
exceptions
-fsyntax-only -verify %s
/external/clang/test/CXX/special/class.copy/
p33-0x.cpp
1
// RUN: %clang_cc1 -fcxx-
exceptions
-fexceptions -std=c++11 -fsyntax-only -verify %s
Completed in 630 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>