OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propagate
(Results
1 - 25
of
199
) sorted by null
1
2
3
4
5
6
7
8
/external/owasp/sanitizer/src/main/org/owasp/html/
Handler.java
53
public static final Handler<Throwable>
PROPAGATE
= new Handler<Throwable>() {
55
Throwables.
propagate
(th);
/external/autotest/client/cros/cellular/
cellular_logging.py
27
log.
propagate
= False
/external/droiddriver/src/io/appium/droiddriver/exceptions/
DroidDriverException.java
52
* throw DroidDriverException.
propagate
(t);
57
* @param throwable the Throwable to
propagate
61
public static DroidDriverException
propagate
(Throwable throwable) {
method in class:DroidDriverException
/external/autotest/frontend/afe/
rpcserver_logging.py
25
rpc_logger.
propagate
= False
/external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java
65
// Expect the unchecked exception to
propagate
as-is
125
// Expect the unchecked exception to
propagate
as-is
145
// Expect the checked exception to
propagate
as-is
208
// Expect the unchecked exception to
propagate
as-is
231
// Expect the checked exception to
propagate
as-is
254
// Expect the checked exception to
propagate
as-is
275
throw Throwables.
propagate
(t);
290
throw Throwables.
propagate
(t);
295
// Expect the unchecked exception to
propagate
as-is
309
throw Throwables.
propagate
(t)
[
all
...]
/external/jemalloc/include/jemalloc/internal/
bitmap.h
182
/*
Propagate
group state transitions up the tree. */
238
UNUSED bool
propagate
;
local
245
propagate
= (g == 0);
251
/*
Propagate
group state transitions up the tree. */
252
if (
propagate
) {
259
propagate
= (g == 0);
264
if (!
propagate
)
/external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c
77
boolean
propagate
= FALSE;
local
84
/* check if we need to
propagate
any of the target surfaces */
88
propagate
= TRUE;
91
if (
propagate
) {
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java
58
throw Throwables.
propagate
(t);
73
throw Throwables.
propagate
(t);
AbstractScheduledService.java
183
throw Throwables.
propagate
(t);
205
throw Throwables.
propagate
(t);
234
throw Throwables.
propagate
(t);
AbstractExecutionThreadService.java
77
throw Throwables.
propagate
(t);
/external/droiddriver/src/io/appium/droiddriver/helpers/
DroidDrivers.java
79
throw DroidDriverException.
propagate
(t);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ForwardingObjectTester.java
66
throw Throwables.
propagate
(e);
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
SlashdotPolicyExample.java
107
Throwables.
propagate
(ex); // System.out suppresses IOExceptions
/external/droiddriver/src/io/appium/droiddriver/util/
InstrumentationUtils.java
124
throw DroidDriverException.
propagate
(t);
169
throw DroidDriverException.
propagate
(t);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
ExecutionUtils.java
113
throw ReflectionUtils.
propagate
(e);
245
throw ReflectionUtils.
propagate
(e);
/external/skia/
make.bat
16
rem Run make.py and
propagate
its return value.
/external/droiddriver/src/io/appium/droiddriver/actions/view/
CloseKeyboardAction.java
83
throw DroidDriverException.
propagate
(e);
/external/guava/guava/src/com/google/common/base/
Throwables.java
56
* throw Throwables.
propagate
(t);
102
* @param throwable the Throwable to possibly
propagate
120
* @param throwable the Throwable to possibly
propagate
149
* throw Throwables.
propagate
(t);
154
* @param throwable the Throwable to
propagate
158
public static RuntimeException
propagate
(Throwable throwable) {
method in class:Throwables
/external/owasp/sanitizer/src/tests/org/owasp/html/
ExamplesTest.java
68
Throwables.
propagate
(ex);
/external/llvm/lib/Analysis/
DivergenceAnalysis.cpp
91
void
propagate
();
240
void DivergencePropagator::
propagate
() {
function in class:__anon17217::DivergencePropagator
292
DP.
propagate
();
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py
223
if "
propagate
" in opts:
224
propagate
= cp.getint(sectname, "
propagate
")
226
propagate
= 1
243
logger.
propagate
=
propagate
262
logger.
propagate
= 1
648
logger.
propagate
= True
790
propagate
= config.get('
propagate
', None
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py
223
if "
propagate
" in opts:
224
propagate
= cp.getint(sectname, "
propagate
")
226
propagate
= 1
243
logger.
propagate
=
propagate
262
logger.
propagate
= 1
648
logger.
propagate
= True
790
propagate
= config.get('
propagate
', None
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py
223
if "
propagate
" in opts:
224
propagate
= cp.getint(sectname, "
propagate
")
226
propagate
= 1
243
logger.
propagate
=
propagate
262
logger.
propagate
= 1
648
logger.
propagate
= True
790
propagate
= config.get('
propagate
', None
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py
223
if "
propagate
" in opts:
224
propagate
= cp.getint(sectname, "
propagate
")
226
propagate
= 1
243
logger.
propagate
=
propagate
262
logger.
propagate
= 1
648
logger.
propagate
= True
790
propagate
= config.get('
propagate
', None
[
all
...]
/external/guice/extensions/servlet/src/com/google/inject/servlet/
FilterChainInvocation.java
102
throw Throwables.
propagate
(t);
Completed in 3012 milliseconds
1
2
3
4
5
6
7
8