OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportedFlags
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/java/util/regex/
Pattern.java
388
int
supportedFlags
= CASE_INSENSITIVE | COMMENTS | DOTALL | LITERAL | MULTILINE | UNICODE_CASE | UNIX_LINES;
389
if ((flags & ~
supportedFlags
) != 0) {
390
throw new IllegalArgumentException("Unsupported flags: " + (flags & ~
supportedFlags
));
/external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java
222
int
supportedFlags
= Modifier.PUBLIC | Modifier.FINAL | Modifier.ABSTRACT;
223
if ((flags & ~
supportedFlags
) != 0) {
254
int
supportedFlags
= Modifier.PUBLIC | Modifier.PRIVATE | Modifier.PROTECTED
256
if ((flags & ~
supportedFlags
) != 0) {
292
int
supportedFlags
= Modifier.PUBLIC | Modifier.PRIVATE | Modifier.PROTECTED
294
if ((flags & ~
supportedFlags
) != 0) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h
1001
CARD32
supportedFlags
B32;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h
1001
CARD32
supportedFlags
B32;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h
1001
CARD32
supportedFlags
B32;
Completed in 1562 milliseconds