OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runtime_error
(Results
51 - 70
of
70
) sorted by null
1
2
3
/ndk/sources/cxx-stl/stlport/src/
dll_main.cpp
77
runtime_error
::~
runtime_error
() _STLP_NOTHROW_INHERENTLY {}
locale.cpp
58
{ _STLP_THROW(
runtime_error
("Invalid null locale name")); }
65
_STLP_THROW(
runtime_error
(what.c_str()));
97
_STLP_THROW(
runtime_error
(what.c_str()));
252
_STLP_THROW(
runtime_error
((string("Invalid locale name '") + _Nameless + "'").c_str()));
/ndk/tests/device/test-gnustl-full/unit/
sort_test.cpp
205
catch (
runtime_error
const&)
214
catch (
runtime_error
const&)
partial_test.cpp
185
catch (
runtime_error
const&)
195
catch (
runtime_error
const&)
codecvt_test.cpp
423
catch (
runtime_error
const&) {
449
catch (
runtime_error
const&) {
563
catch (const
runtime_error
&)
649
catch (const
runtime_error
&)
fstream_test.cpp
462
catch (const
runtime_error
&)
/ndk/tests/device/test-stlport/unit/
sort_test.cpp
205
catch (
runtime_error
const&)
214
catch (
runtime_error
const&)
partial_test.cpp
185
catch (
runtime_error
const&)
195
catch (
runtime_error
const&)
codecvt_test.cpp
423
catch (
runtime_error
const&) {
449
catch (
runtime_error
const&) {
563
catch (const
runtime_error
&)
649
catch (const
runtime_error
&)
fstream_test.cpp
462
catch (const
runtime_error
&)
/external/stlport/test/unit/
partial_test.cpp
185
catch (
runtime_error
const&)
195
catch (
runtime_error
const&)
codecvt_test.cpp
421
catch (
runtime_error
const&) {
447
catch (
runtime_error
const&) {
561
catch (const
runtime_error
&)
647
catch (const
runtime_error
&)
fstream_test.cpp
444
catch (const
runtime_error
&)
/external/stlport/src/
locale.cpp
58
{ _STLP_THROW(
runtime_error
("Invalid null locale name")); }
65
_STLP_THROW(
runtime_error
(what.c_str()));
97
_STLP_THROW(
runtime_error
(what.c_str()));
252
_STLP_THROW(
runtime_error
((string("Invalid locale name '") + _Nameless + "'").c_str()));
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
[
all
...]
/external/gtest/src/
gtest.cc
[
all
...]
/external/chromium/testing/gtest/src/
gtest.cc
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest.cc
[
all
...]
/external/protobuf/gtest/src/
gtest.cc
[
all
...]
/external/llvm/utils/TableGen/
LLVMCConfigurationEmitter.cpp
[
all
...]
Completed in 1317 milliseconds
1
2
3