OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runtime_error
(Results
151 - 175
of
215
) sorted by null
1
2
3
4
5
6
7
8
9
/external/deqp/execserver/
xsWin32TestProcess.cpp
70
: std::
runtime_error
(formatErrMsg(error, msg))
503
throw std::
runtime_error
("Process already running");
600
throw std::
runtime_error
("Process is still alive");
603
throw std::
runtime_error
("Process is not running");
614
throw std::
runtime_error
("Process is not running");
/external/deqp/framework/platform/android/
tcuAndroidUtil.cpp
68
throw std::
runtime_error
("JNI AttachCurrentThread() failed");
73
throw std::
runtime_error
("JNI GetEnv() failed");
119
throw std::
runtime_error
("Got JNI exception");
279
throw std::
runtime_error
(string(fieldName) + " not found in " + className);
310
throw std::
runtime_error
(string(fieldName) + " not found in object");
tcuAndroidRenderActivity.cpp
194
throw std::
runtime_error
("Unknown message type");
/external/deqp/modules/egl/
teglAndroidUtil.cpp
178
catch (const std::
runtime_error
& exc)
/external/libcxx/test/std/localization/locales/locale/locale.members/
combine.pass.cpp
88
catch (std::
runtime_error
&)
/external/vulkan-validation-layers/demos/smoke/
Helpers.h
40
throw std::
runtime_error
(ss.str());
ShellAndroid.cpp
129
throw std::
runtime_error
(dlerror());
ShellWin32.cpp
133
throw std::
runtime_error
(ss.str());
Shell.cpp
116
throw std::
runtime_error
(ss.str());
136
throw std::
runtime_error
(ss.str());
266
throw std::
runtime_error
("failed to find any capable Vulkan physical device");
/hardware/bsp/intel/peripheral/libupm/src/ds1307/
ds1307.cxx
99
throw std::
runtime_error
(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/pn532/
pn532.cxx
68
throw std::
runtime_error
(std::string(__FUNCTION__) +
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
combine.pass.cpp
101
catch (std::
runtime_error
&)
/ndk/sources/cxx-stl/stlport/src/
locale.cpp
59
{ _STLP_THROW(
runtime_error
("Invalid null locale name")); }
66
_STLP_THROW(
runtime_error
(what.c_str()));
98
_STLP_THROW(
runtime_error
(what.c_str()));
253
_STLP_THROW(
runtime_error
("Invalid locale name '" _NAMELESS "'"));
/ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp
423
catch (
runtime_error
const&) {
449
catch (
runtime_error
const&) {
563
catch (const
runtime_error
&)
649
catch (const
runtime_error
&)
/ndk/tests/device/test-stlport/unit/
codecvt_test.cpp
423
catch (
runtime_error
const&) {
449
catch (
runtime_error
const&) {
563
catch (const
runtime_error
&)
649
catch (const
runtime_error
&)
/external/opencv3/samples/gpu/performance/
tests.cpp
285
if (src.empty()) throw
runtime_error
("can't open ../data/aloeL.jpg");
315
if (src.empty()) throw
runtime_error
("can't open ../data/aloeL.jpg");
340
if (src.empty()) throw
runtime_error
("can't open ../data/aloeL.jpg");
1068
if (img.empty()) throw
runtime_error
("can't open ../data/aloeL.jpg");
1168
if (src.empty()) throw
runtime_error
("can't open ../data/aloeL.jpg");
1197
if (!cap.isOpened()) throw
runtime_error
("can't open ../data/768x576.avi");
1250
if (!cap.isOpened()) throw
runtime_error
("can't open ../data/768x576.avi");
/external/clang/test/SemaCXX/
warn-consumed-analysis.cpp
675
class
runtime_error
class in namespace:ContinueICETest
678
virtual ~
runtime_error
();
683
if(sf) throw
runtime_error
();
/external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp
95
class CalibrationFailedException : public std::
runtime_error
98
CalibrationFailedException (const std::string& reason) : std::
runtime_error
(reason) {}
/external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp
51
class AllowedRenderFailureException : public std::
runtime_error
54
AllowedRenderFailureException (const char* message) : std::
runtime_error
(message) { }
/prebuilts/misc/common/swig/include/2.0.11/
exception.i
275
} catch (std::
runtime_error
& e) {
/external/deqp/executor/tools/
xeExtractShaderPrograms.cpp
183
throw std::
runtime_error
(string("Failed to open '") + cmdLine.filename + "'");
xeExtractValues.cpp
205
throw std::
runtime_error
(string("Failed to open '") + filename + "'");
xeMergeTestLogs.cpp
132
throw std::
runtime_error
(string("Failed to open '") + filename + "'");
/external/libcxx/src/
regex.cpp
64
:
runtime_error
(make_error_type_string(ecode)),
/external/opencv3/samples/cpp/tutorial_code/HighGUI/GDAL_IO/
gdal-image.cpp
179
if( dem.type() != CV_16SC1 ){ throw std::
runtime_error
("DEM image type must be CV_16SC1"); }
Completed in 1422 milliseconds
1
2
3
4
5
6
7
8
9