OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime_error
(Results
151 - 175
of
301
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/framework/opengl/wrapper/
glwInitES30Direct.cpp
45
throw std::
runtime_error
("Binaries were compiled without ES3 direct loading support");
glwWrapper.cpp
67
throw std::
runtime_error
("glw: TLS allocation failed");
/prebuilts/misc/common/swig/include/2.0.11/csharp/
std_except.i
28
%typemap(throws, canthrow=1) std::
runtime_error
"SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, $1.what());\n return $null;"
/prebuilts/misc/common/swig/include/2.0.11/d/
std_except.i
28
%typemap(throws, canthrow=1) std::
runtime_error
"SWIG_DSetPendingException(SWIG_DException, $1.what());\n return $null;"
/prebuilts/misc/common/swig/include/2.0.11/go/
std_except.i
28
%typemap(throws) std::
runtime_error
%{_swig_gopanic($1.what());%}
/prebuilts/misc/common/swig/include/2.0.11/java/
std_except.i
28
%typemap(throws) std::
runtime_error
"SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, $1.what());\n return $null;"
/prebuilts/misc/common/swig/include/2.0.11/lua/
std_except.i
39
%typemap(throws) std::
runtime_error
"SWIG_exception(SWIG_RuntimeError, $1.what());"
/prebuilts/misc/common/swig/include/2.0.11/
std_except.i
52
%std_exception_map(
runtime_error
, SWIG_RuntimeError);
/external/deqp/executor/tools/
xeExtractSampleLists.cpp
49
throw std::
runtime_error
("Failed to open " + filename);
142
throw std::
runtime_error
(string("Failed to open '") + filename + "'");
/external/eigen/doc/
TopicAssertions.dox
13
Both eigen_assert and eigen_plain_assert are defined in Macros.h. Defining eigen_assert indirectly gives you a chance to change its behavior. You can redefine this macro if you want to do something else such as throwing an exception, and fall back to its default behavior with eigen_plain_assert. The code below tells Eigen to throw an std::
runtime_error
:
19
if (!x) { throw (std::
runtime_error
("Put your message here")); }
/external/stlport/src/
dll_main.cpp
77
runtime_error
::~
runtime_error
() _STLP_NOTHROW_INHERENTLY {}
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 "'"));
/external/stlport/test/unit/
sort_test.cpp
205
catch (
runtime_error
const&)
214
catch (
runtime_error
const&)
/ndk/sources/cxx-stl/stlport/src/
dll_main.cpp
77
runtime_error
::~
runtime_error
() _STLP_NOTHROW_INHERENTLY {}
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/
sort_test.cpp
205
catch (
runtime_error
const&)
214
catch (
runtime_error
const&)
/ndk/tests/device/test-stlport/unit/
sort_test.cpp
205
catch (
runtime_error
const&)
214
catch (
runtime_error
const&)
/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");
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_error.h
131
class regex_error : public std::
runtime_error
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h
136
class regex_error : public std::
runtime_error
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_error.h
136
class regex_error : public std::
runtime_error
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
exception.swg
70
} catch (std::
runtime_error
& e) {
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h
131
class regex_error : public std::
runtime_error
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_error.h
131
class regex_error : public std::
runtime_error
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h
131
class regex_error : public std::
runtime_error
Completed in 1019 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>