OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exception
(Results
26 - 50
of
4445
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception/
exception.pass.cpp
10
// test
exception
12
#include <
exception
>
18
static_assert(std::is_polymorphic<std::
exception
>::value,
19
"std::is_polymorphic<std::
exception
>::value");
20
std::
exception
b;
21
std::
exception
b2 = b;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/
terminate_handler.pass.cpp
12
#include <
exception
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/
version.pass.cpp
10
// <
exception
>
12
#include <
exception
>
/ndk/tests/device/gnustl-shared-1/jni/
main.cpp
2
#include <
exception
>
11
// Catch all exceptions. Note that if we used catch (std::
exception
& e)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdexcpt.h
12
#include <
exception
>
/external/ImageMagick/MagickCore/
exception.c
13
% MagickCore
Exception
Methods %
46
#include "MagickCore/
exception
.h"
47
#include "MagickCore/
exception
-private.h"
115
*
exception
;
117
exception
=(ExceptionInfo *) AcquireMagickMemory(sizeof(*
exception
));
118
if (
exception
== (ExceptionInfo *) NULL)
120
InitializeExceptionInfo(
exception
);
121
exception
->relinquish=MagickTrue;
122
return(
exception
);
110
*
exception
;
local
477
exception
[MagickPathExtent];
local
[
all
...]
/external/ImageMagick/api_examples/
magick_command.c
21
#include "MagickCore/
exception
.h"
22
#include "MagickCore/
exception
-private.h"
35
ExceptionInfo *
exception
= AcquireExceptionInfo();
local
44
(void) MagickImageCommand(image_info, arg_count, args, NULL,
exception
);
46
if (
exception
->severity != UndefinedException)
48
CatchException(
exception
);
53
exception
=DestroyExceptionInfo(
exception
);
/libcore/ojluni/src/main/java/javax/sql/
StatementEvent.java
8
* particular file as subject to the "Classpath"
exception
as provided
45
private SQLException
exception
;
field in class:StatementEvent
67
this.
exception
= null;
77
* @param
exception
The <code>SQLException </code>the driver is about to throw to
86
SQLException
exception
) {
91
this.
exception
=
exception
;
115
return this.
exception
;
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelper.java
26
public void showErrorMessageDialog(int titleId,
Exception
exception
);
28
public void showErrorMessageDialog(String title,
Exception
exception
);
/external/clang/test/CodeGenCXX/
2006-03-06-C++RecurseCrash.cpp
3
class
exception
{ };
class in namespace:std
18
class recursive_init: public std::
exception
{
/ndk/tests/device/test-stlport_shared-exception/jni/
crossjump1.cpp
7
#include <
exception
>
10
struct E : public std::
exception
eh47.cpp
5
#include <
exception
>
terminate2.cpp
2
// Test that an unhandled
exception
causes us to call terminate.
4
#include <
exception
>
/ndk/tests/device/test-stlport_static-exception/jni/
crossjump1.cpp
7
#include <
exception
>
10
struct E : public std::
exception
eh47.cpp
5
#include <
exception
>
terminate2.cpp
2
// Test that an unhandled
exception
causes us to call terminate.
4
#include <
exception
>
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/exception/
PlotRenderException.java
17
package com.androidplot.
exception
;
19
public class PlotRenderException extends
Exception
{
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
exception.py
22
from boto.
exception
import BotoServerError
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
exception.py
23
from boto.
exception
import BotoServerError
/external/guava/guava/src/com/google/common/eventbus/
SubscriberExceptionHandler.java
27
void handleException(Throwable
exception
, SubscriberExceptionContext context);
/external/libcxxabi/src/
cxa_unexpected.cpp
10
#include <
exception
>
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_unexpected.cpp
10
#include <
exception
>
/packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceCloseListener.java
29
* Occurs when there is an
exception
closing the device.
31
public void onDeviceClosingException(Throwable
exception
);
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NullArgumentException.java
17
package org.apache.commons.math.
exception
;
19
import org.apache.commons.math.
exception
.util.Localizable;
20
import org.apache.commons.math.
exception
.util.LocalizedFormats;
24
* this
exception
.
ZeroException.java
17
package org.apache.commons.math.
exception
;
19
import org.apache.commons.math.
exception
.util.Localizable;
20
import org.apache.commons.math.
exception
.util.LocalizedFormats;
23
*
Exception
to be thrown when zero is provided where it is not allowed.
34
* Construct the
exception
.
41
* Construct the
exception
with a specific context.
Completed in 924 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>