OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception
(Results
76 - 100
of
4445
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/std/depr/exception.unexpected/unexpected/
unexpected.pass.cpp
12
#include <
exception
>
/external/libcxx/test/std/language.support/support.exception/exception.terminate/set.terminate/
set_terminate.pass.cpp
12
#include <
exception
>
/external/libcxx/test/std/language.support/support.exception/exception.terminate/terminate/
terminate.pass.cpp
12
#include <
exception
>
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.badcall/
bad_function_call.pass.cpp
13
// : public
exception
25
static_assert((std::is_base_of<std::
exception
, std::bad_function_call>::value), "");
/external/protobuf/java/src/test/java/com/google/protobuf/
CheckUtf8Test.java
53
public void testBuildRequiredStringWithGoodUtf8() throws
Exception
{
58
public void testParseRequiredStringWithGoodUtf8() throws
Exception
{
65
public void testBuildRequiredStringWithBadUtf8() throws
Exception
{
69
} catch (IllegalArgumentException
exception
) {
70
assertEquals("Byte string is not UTF-8.",
exception
.getMessage());
74
public void testBuildOptionalStringWithBadUtf8() throws
Exception
{
78
} catch (IllegalArgumentException
exception
) {
79
assertEquals("Byte string is not UTF-8.",
exception
.getMessage());
83
public void testBuildRepeatedStringWithBadUtf8() throws
Exception
{
87
} catch (IllegalArgumentException
exception
) {
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/exception/
VCardAgentNotSupportedException.java
16
package com.android.vcard.
exception
;
VCardException.java
16
package com.android.vcard.
exception
;
18
public class VCardException extends java.lang.
Exception
{
VCardInvalidCommentLineException.java
17
package com.android.vcard.
exception
;
VCardInvalidLineException.java
16
package com.android.vcard.
exception
;
VCardNestedException.java
17
package com.android.vcard.
exception
;
VCardNotSupportedException.java
16
package com.android.vcard.
exception
;
19
* The
exception
which tells that the input VCard is probably valid from the view of
VCardVersionException.java
16
package com.android.vcard.
exception
;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
BufferOverflowExceptionTest.java
30
public void testSerializationSelf() throws
Exception
{
38
public void testSerializationCompatibility() throws
Exception
{
47
BufferOverflowException
exception
= new BufferOverflowException();
local
48
assertNull(
exception
.getMessage());
49
assertNull(
exception
.getLocalizedMessage());
50
assertNull(
exception
.getCause());
BufferUnderflowExceptionTest.java
33
public void testSerializationSelf() throws
Exception
{
41
public void testSerializationCompatibility() throws
Exception
{
50
BufferUnderflowException
exception
= new BufferUnderflowException();
local
51
assertNull(
exception
.getMessage());
52
assertNull(
exception
.getLocalizedMessage());
53
assertNull(
exception
.getCause());
InvalidMarkExceptionTest.java
29
public void testSerializationSelf() throws
Exception
{
37
public void testSerializationCompatibility() throws
Exception
{
46
InvalidMarkException
exception
= new InvalidMarkException();
local
47
assertNull(
exception
.getMessage());
48
assertNull(
exception
.getLocalizedMessage());
49
assertNull(
exception
.getCause());
ReadOnlyBufferExceptionTest.java
29
public void testSerializationSelf() throws
Exception
{
37
public void testSerializationCompatibility() throws
Exception
{
46
ReadOnlyBufferException
exception
= new ReadOnlyBufferException();
local
47
assertNull(
exception
.getMessage());
48
assertNull(
exception
.getLocalizedMessage());
49
assertNull(
exception
.getCause());
/ndk/sources/cxx-stl/gabi++/tests/
unexpected_01.cpp
2
#include <
exception
>
11
std::unexpected(); // it is OK to throw
exception
from std::unexpected()
unexpected_03.cpp
3
#include <
exception
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/
unexpected.pass.cpp
12
#include <
exception
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
set_terminate.pass.cpp
12
#include <
exception
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate/
terminate.pass.cpp
12
#include <
exception
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/
bad_function_call.pass.cpp
13
// : public
exception
25
static_assert((std::is_base_of<std::
exception
, std::bad_function_call>::value), "");
/ndk/sources/cxx-stl/stlport/stlport/
math.h
23
#if !defined (
exception
) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \
26
# define
exception
__math_exception
macro
36
# undef
exception
macro
42
# define _exception
exception
/ndk/tests/device/test-stlport_shared-exception/jni/
eh33.cpp
4
#include <
exception
>
eh34.cpp
4
#include <
exception
>
Completed in 859 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>