OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasException
(Results
1 - 12
of
12
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineJob.java
42
private boolean
hasException
;
79
} else if (
hasException
) {
88
if (hasResource ||
hasException
) {
116
if (
hasException
|| hasResource || isCancelled) {
176
hasException
= true;
/external/opencv3/3rdparty/openexr/IlmImf/
ImfOutputFile.cpp
134
bool
hasException
;
154
hasException
(false),
630
if (!_lineBuffer->
hasException
)
633
_lineBuffer->
hasException
= true;
638
if (!_lineBuffer->
hasException
)
641
_lineBuffer->
hasException
= true;
1112
if (lineBuffer->
hasException
&& !exception)
1115
lineBuffer->
hasException
= false;
[
all
...]
ImfScanLineInputFile.cpp
140
bool
hasException
;
162
hasException
(false),
574
if (!_lineBuffer->
hasException
)
577
_lineBuffer->
hasException
= true;
582
if (!_lineBuffer->
hasException
)
585
_lineBuffer->
hasException
= true;
628
if (!lineBuffer->
hasException
)
631
lineBuffer->
hasException
= true;
646
lineBuffer->
hasException
= true;
966
if (lineBuffer->
hasException
&& !exception
[
all
...]
ImfTiledInputFile.cpp
143
bool
hasException
;
167
hasException
(false),
562
if (!_tileBuffer->
hasException
)
565
_tileBuffer->
hasException
= true;
570
if (!_tileBuffer->
hasException
)
573
_tileBuffer->
hasException
= true;
1033
if (tileBuffer->
hasException
&& !exception)
1036
tileBuffer->
hasException
= false;
[
all
...]
ImfTiledOutputFile.cpp
197
bool
hasException
;
216
hasException
(false),
814
if (!_tileBuffer->
hasException
)
817
_tileBuffer->
hasException
= true;
822
if (!_tileBuffer->
hasException
)
825
_tileBuffer->
hasException
= true;
[
all
...]
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
49
bool GraphicsJNI::
hasException
(JNIEnv *env) {
422
hasException
(env); // For the side effect of logging.
449
hasException
(env); // For the side effect of logging.
458
hasException
(env); // For the side effect of logging.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 796 milliseconds