OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exceptions
(Results
1476 - 1500
of
8688
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.util.binary_manager.html
24
<a href="telemetry.core.
exceptions
.html">telemetry.core.
exceptions
</a><br>
telemetry.value.histogram_util.html
25
</td><td width="25%" valign=top><a href="telemetry.core.
exceptions
.html">telemetry.core.
exceptions
</a><br>
/external/chromium-trace/catapult/telemetry/telemetry/core/
exceptions.py
9
"""Base class for Telemetry
exceptions
."""
18
Many Telemetry
exceptions
arise from failures in another application. These
util.py
15
from telemetry.core import
exceptions
namespace
93
raise
exceptions
.TimeoutException('Timed out while waiting %ds for %s.' %
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_unittest.py
9
from telemetry.core import
exceptions
namespace
81
except
exceptions
.Error:
ios_browser_backend.py
11
from telemetry.core import
exceptions
namespace
94
except
exceptions
.TimeoutException as e:
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
linux_based_platform_backend.py
12
from telemetry.core import
exceptions
namespace
138
raise
exceptions
.ProcessGoneException()
tracing_controller_backend.py
123
'
Exceptions
raised when trying to stop tracing:\n' +
146
'
Exceptions
raised when trying to stop tracing:\n' +
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
vtune_profiler.py
11
from telemetry.core import
exceptions
namespace
37
except
exceptions
.ProcessGoneException:
/external/chromium-trace/catapult/telemetry/telemetry/page/
page_test.py
7
from telemetry.core import
exceptions
namespace
140
except
exceptions
.DevtoolsTargetCrashException as e:
/external/chromium-trace/catapult/telemetry/telemetry/value/
histogram_util.py
15
from telemetry.core import
exceptions
namespace
116
except
exceptions
.EvaluateException:
/external/chromium-trace/catapult/third_party/Paste/
PKG-INFO
69
* Catch HTTP-related
exceptions
(e.g., ``HTTPNotFound``) and turn them
88
Zope/ZPT conventions) in ``paste.
exceptions
``
/external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/
PKG-INFO
69
* Catch HTTP-related
exceptions
(e.g., ``HTTPNotFound``) and turn them
88
Zope/ZPT conventions) in ``paste.
exceptions
``
/external/chromium-trace/catapult/third_party/Paste/docs/
developer-features.txt
65
* Catch HTTP-related
exceptions
(e.g., ``HTTPNotFound``) and turn them
108
Zope/ZPT conventions) in :mod:`paste.
exceptions
`
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/redshift/
test_layer1.py
28
from boto.redshift.
exceptions
import ClusterNotFoundFault
29
from boto.redshift.
exceptions
import ResizeNotFoundFault
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
libhttplib2.tex
87
% standard phrase. You may also list the
exceptions
and other data
106
%
Exceptions
are described using a ``excdesc'' block. This has only
107
% one parameter: the exception name.
Exceptions
defined as classes in
111
The \module{httplib2} module may raise the following
Exceptions
. Note that
112
there is an option that turns
exceptions
into
117
The Base Exception for all
exceptions
raised by httplib2.
284
If \code{True}, which is the default, then no \module{httplib2}
exceptions
will be thrown. Instead,
288
If \code{False}, then
exceptions
will be thrown.
/external/clang/test/CXX/except/except.spec/
p14.cpp
1
// RUN: %clang_cc1 -fcxx-
exceptions
-fexceptions -verify -std=c++11 %s
69
// the set of potential
exceptions
of the special member function contains
/external/clang/test/OpenMP/
atomic_codegen.cpp
1
// RUN: %clang_cc1 -verify -triple x86_64-apple-darwin10 -fopenmp -fexceptions -fcxx-
exceptions
-x c++ -emit-llvm %s -o - | FileCheck %s
2
// RUN: %clang_cc1 -verify -triple x86_64-apple-darwin10 -fopenmp -fexceptions -fcxx-
exceptions
-debug-info-kind=line-tables-only -x c++ -emit-llvm %s -o - | FileCheck %s --check-prefix=TERM_DEBUG
/external/clang/test/Profile/
cxx-throws.cpp
10
// RUN: %clang %s -o - -emit-llvm -S -fprofile-instr-use=%t.profdata -fcxx-
exceptions
-target %itanium_abi_triple | FileCheck -check-prefix=PGOUSE %s
11
// RUN: %clang %s -o - -emit-llvm -S -fprofile-instr-use=%t.profdata -fcxx-
exceptions
-target %itanium_abi_triple | FileCheck -check-prefix=PGOUSE-EXC %s
/external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp
1
// RUN: %clang_cc1 %s -triple i686-pc-win32 -fsyntax-only -std=c++11 -Wmicrosoft -verify -fms-compatibility -fexceptions -fcxx-
exceptions
-fms-compatibility-version=19.00
2
// RUN: %clang_cc1 %s -triple i686-pc-win32 -fsyntax-only -std=c++11 -Wmicrosoft -verify -fms-compatibility -fexceptions -fcxx-
exceptions
-fms-compatibility-version=18.00
/external/compiler-rt/lib/sanitizer_common/tests/
CMakeLists.txt
58
# Disable
exceptions
on Windows until they work reliably.
59
list(APPEND SANITIZER_TEST_CFLAGS_COMMON -fno-
exceptions
-DGTEST_HAS_SEH=0)
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
GenericTest.java
61
// validate these can be called w/o
exceptions
.
67
// validate these can be called w/o
exceptions
.
/external/droiddriver/src/io/appium/droiddriver/
DroidDriver.java
19
import io.appium.droiddriver.
exceptions
.ElementNotFoundException;
20
import io.appium.droiddriver.
exceptions
.TimeoutException;
/external/droiddriver/src/io/appium/droiddriver/scroll/
StepBasedScroller.java
23
import io.appium.droiddriver.
exceptions
.ElementNotFoundException;
24
import io.appium.droiddriver.
exceptions
.TimeoutException;
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
Exception_info.java
46
* a class of
exceptions
that this exception handler is designated to catch.
52
* all
exceptions
. This is used to implement finally.
Completed in 1872 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>