OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CAUSE
(Results
1 - 15
of
15
) sorted by null
/cts/tests/tests/util/src/android/util/cts/
AndroidExceptionTest.java
25
private static final Exception
CAUSE
= new Exception();
40
throw new AndroidException(
CAUSE
);
42
assertEquals(
CAUSE
, e.getCause());
AndroidRuntimeExceptionTest.java
25
private static final Exception
CAUSE
= new Exception();
40
throw new AndroidRuntimeException(
CAUSE
);
42
assertEquals(
CAUSE
, e.getCause());
/external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java
31
* reason-params = protocol-
cause
/ reason-text
33
* protocol-
cause
= "
cause
" EQUAL
cause
34
*
cause
= 1*DIGIT
63
public final String
CAUSE
= ParameterNames.
CAUSE
;
67
/** Get the
cause
token.
68
*@return the
cause
code.
71
return getParameterAsInt(
CAUSE
);
[
all
...]
ParameterNames.java
141
public static final String
CAUSE
= "
cause
";
/development/ndk/platforms/android-9/arch-mips/include/asm/
ptrace.h
24
#define
CAUSE
65
/bionic/libc/kernel/uapi/asm-mips/asm/
ptrace.h
24
#define
CAUSE
65
/development/ndk/platforms/android-L/arch-mips/include/asm/
ptrace.h
24
#define
CAUSE
65
/development/ndk/platforms/android-L/arch-mips64/include/asm/
ptrace.h
24
#define
CAUSE
65
/external/kernel-headers/original/uapi/asm-mips/asm/
ptrace.h
15
#define
CAUSE
65
/external/libpcap/
atmuni31.h
63
#define
CAUSE
0x08 /*
cause
*/
/bionic/libc/arch-mips/include/machine/
regnum.h
73
#define
CAUSE
36
/bionic/libc/arch-mips64/include/machine/
regnum.h
73
#define
CAUSE
36
/development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h
73
#define
CAUSE
36
/development/ndk/platforms/android-L/arch-mips/include/machine/
regnum.h
73
#define
CAUSE
36
/development/ndk/platforms/android-L/arch-mips64/include/machine/
regnum.h
73
#define
CAUSE
36
Completed in 737 milliseconds