OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_exception
(Results
26 - 50
of
124
) sorted by null
1
2
3
4
5
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
stdlib.h
40
forward-declaration for
_exception
struct; prevents warning message
41
../include/stdlib.h(817) : warning C4115: '
_exception
' : named type definition in parentheses
44
struct
_exception
;
math.h
41
# undef
_exception
macro
42
# define
_exception
exception
macro
limits.h
24
struct
_exception
;
float.h
26
struct
_exception
;
setjmp.h
27
struct
_exception
;
stdarg.h
30
struct
_exception
;
stdio.h
30
struct
_exception
;
string.h
33
struct
_exception
;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawElementsInstancedBaseVertex.cpp
5
jint
_exception
= 0;
local
15
_exception
= 1;
common.cpp
334
jint
_exception
= 0;
local
343
_exception
= 1;
349
_exception
= 1;
360
_exception
= 1;
377
_env, params_ref, params_base, !
_exception
);
379
if (
_exception
) {
390
jint
_exception
= 0;
local
406
_exception
= 1;
424
_env, _array, (NTYPEARRAY)params,
_exception
? JNI_FALSE : JNI_TRUE);
426
if (
_exception
) {
[
all
...]
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
math.h
41
# undef
_exception
macro
42
# define
_exception
exception
macro
limits.h
24
struct
_exception
;
float.h
26
struct
_exception
;
setjmp.h
27
struct
_exception
;
stdarg.h
30
struct
_exception
;
stdio.h
30
struct
_exception
;
string.h
33
struct
_exception
;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
math.h
41
# undef
_exception
macro
42
# define
_exception
exception
macro
limits.h
24
struct
_exception
;
float.h
26
struct
_exception
;
setjmp.h
27
struct
_exception
;
stdarg.h
30
struct
_exception
;
stdio.h
30
struct
_exception
;
string.h
33
struct
_exception
;
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
TestResult.java
145
public Builder setException(String
_exception
) {
146
exception =
_exception
;
Completed in 162 milliseconds
1
2
3
4
5