OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception
(Results
701 - 725
of
4445
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/deqp/framework/platform/
tcuMain.cpp
59
catch (const std::
exception
& e)
/external/emma/core/java12/com/vladium/emma/
EMMAException.java
11
import com.vladium.util.
exception
.AbstractException;
23
* Constructs an
exception
with null message and null cause.
30
* Constructs an
exception
with given error message/code and null cause.
40
* Constructs an
exception
with given error message/code and null cause.
53
* Constructs an
exception
with null error message/code and given cause.
55
* @param cause the cause [nested
exception
] [can be null]
63
* Constructs an
exception
with given error message/code and given cause.
66
* @param cause the cause [nested
exception
] [can be null]
74
* Constructs an
exception
with given error message/code and given cause.
78
* @param cause the cause [nested
exception
] [can be null
[
all
...]
EMMARuntimeException.java
11
import com.vladium.util.
exception
.AbstractRuntimeException;
23
* Constructs an
exception
with null message and null cause.
30
* Constructs an
exception
with given error message/code and null cause.
40
* Constructs an
exception
with given error message/code and null cause.
53
* Constructs an
exception
with null error message/code and given cause.
55
* @param cause the cause [nested
exception
] [can be null]
63
* Constructs an
exception
with given error message/code and given cause.
66
* @param cause the cause [nested
exception
] [can be null]
74
* Constructs an
exception
with given error message/code and given cause.
78
* @param cause the cause [nested
exception
] [can be null
[
all
...]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp
17
// Flag that makes the copy constructor for CMyClass throw an
exception
47
// If requested, throw an
exception
_before_ setting fMagicValue to kFinishedConstructionMagicValue
49
throw std::
exception
();
/external/libcxx/test/std/containers/sequences/list/
db_back.pass.cpp
21
#include <
exception
>
db_front.pass.cpp
21
#include <
exception
>
db_iterators_6.pass.cpp
21
#include <
exception
>
db_iterators_7.pass.cpp
21
#include <
exception
>
db_iterators_8.pass.cpp
21
#include <
exception
>
/external/libcxx/test/std/containers/sequences/list/list.modifiers/
erase_iter_db1.pass.cpp
21
#include <
exception
>
erase_iter_iter_db4.pass.cpp
20
#include <
exception
>
push_back_exception_safety.pass.cpp
17
// Flag that makes the copy constructor for CMyClass throw an
exception
47
// If requested, throw an
exception
_before_ setting fMagicValue to kFinishedConstructionMagicValue
49
throw std::
exception
();
push_front_exception_safety.pass.cpp
17
// Flag that makes the copy constructor for CMyClass throw an
exception
47
// If requested, throw an
exception
_before_ setting fMagicValue to kFinishedConstructionMagicValue
49
throw std::
exception
();
/external/libcxx/test/std/containers/sequences/vector/
db_back.pass.cpp
21
#include <
exception
>
db_cindex.pass.cpp
21
#include <
exception
>
db_front.pass.cpp
21
#include <
exception
>
db_index.pass.cpp
21
#include <
exception
>
db_iterators_2.pass.cpp
21
#include <
exception
>
db_iterators_3.pass.cpp
21
#include <
exception
>
db_iterators_4.pass.cpp
21
#include <
exception
>
db_iterators_6.pass.cpp
21
#include <
exception
>
db_iterators_7.pass.cpp
21
#include <
exception
>
db_iterators_8.pass.cpp
21
#include <
exception
>
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
erase_iter_db1.pass.cpp
21
#include <
exception
>
erase_iter_iter_db4.pass.cpp
20
#include <
exception
>
Completed in 546 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>