OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception
(Results
1001 - 1025
of
4445
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DefaultTransformer.java
23
import org.apache.commons.math.
exception
.util.LocalizedFormats;
/external/autotest/client/cros/
shill_temporary_profile.py
26
def __exit__(self,
exception
, value, traceback):
/external/autotest/client/cros/video/
histogram_verifier.py
43
exception
=error.TestError(msg),
/external/autotest/client/site_tests/audio_AudioCorruption/
audio_AudioCorruption.py
35
exception
=error.TestError('Corruption test is timeout'),
/external/autotest/client/site_tests/desktopui_CameraApp/
desktopui_CameraApp.py
48
exception
=error.TestError('Camera initialization timed out.'),
/external/autotest/site_utils/stats/
apacheinfo.py
32
logging.
exception
(e)
registry.py
47
except
Exception
as e:
48
logging.
exception
(e)
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
CERT.py
19
import dns.
exception
namespace
86
raise dns.
exception
.SyntaxError("bad algorithm type")
93
raise dns.
exception
.SyntaxError
113
raise dns.
exception
.FormError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
exceptions.py
4
from boto.
exception
import BotoServerError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
exceptions.py
22
from boto.
exception
import JSONResponseError
57
class DynamoDBError(
Exception
):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
placementgroup.py
25
from boto.
exception
import BotoClientError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
exceptions.py
12
from boto.
exception
import BotoServerError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elasticache/
test_layer1.py
26
from boto.
exception
import BotoServerError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/opsworks/
test_layer1.py
23
from boto.
exception
import JSONResponseError
/external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h
56
class
exception
{
class in namespace:std
58
exception
() throw();
59
virtual ~
exception
() throw();
65
class bad_alloc : public
exception
{
/external/deqp/framework/platform/win32/
tcuWin32Platform.cpp
48
catch (const std::
exception
& e)
/external/deqp/framework/randomshaders/
rsgExpressionGenerator.cpp
49
catch (const std::
exception
&)
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineJob.java
37
// Either resource or
exception
(particularly
exception
) may be returned to us null, so use booleans to track if
41
private
Exception
exception
;
field in class:EngineJob
80
cb.onException(
exception
);
101
// request is still obeyed. Using a set of ignored callbacks allows us to avoid the
exception
while still meeting
165
public void onException(final
Exception
e) {
166
this.
exception
= e;
174
throw new IllegalStateException("Received an
exception
without any callbacks to notify");
182
cb.onException(
exception
);
[
all
...]
/external/glide/library/src/main/java/com/bumptech/glide/request/
RequestFutureTarget.java
51
private
Exception
exception
;
field in class:RequestFutureTarget
168
public synchronized void onLoadFailed(
Exception
e, Drawable errorDrawable) {
169
// We might get a null
exception
.
171
this.
exception
= e;
194
throw new ExecutionException(
exception
);
208
throw new ExecutionException(
exception
);
/external/libcxx/test/std/containers/sequences/list/
db_iterators_9.pass.cpp
21
#include <
exception
>
/external/libcxx/test/std/containers/sequences/list/list.modifiers/
erase_iter_db2.pass.cpp
21
#include <
exception
>
erase_iter_iter_db1.pass.cpp
20
#include <
exception
>
erase_iter_iter_db2.pass.cpp
20
#include <
exception
>
erase_iter_iter_db3.pass.cpp
20
#include <
exception
>
/external/libcxx/test/std/containers/sequences/vector/
db_iterators_5.pass.cpp
21
#include <
exception
>
Completed in 1222 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>