OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_field
(Results
1 - 3
of
3
) sorted by null
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
AccessSourcer.java
24
* Given an integer access field and a type ({@link #IS_CLASS}, {@link #
IS_FIELD
} or
33
public static int
IS_FIELD
= 2;
37
ACC_PUBLIC(Opcodes.ACC_PUBLIC , IS_CLASS |
IS_FIELD
| IS_METHOD),
38
ACC_PRIVATE(Opcodes.ACC_PRIVATE , IS_CLASS |
IS_FIELD
| IS_METHOD),
39
ACC_PROTECTED(Opcodes.ACC_PROTECTED , IS_CLASS |
IS_FIELD
| IS_METHOD),
40
ACC_STATIC(Opcodes.ACC_STATIC ,
IS_FIELD
| IS_METHOD),
41
ACC_FINAL(Opcodes.ACC_FINAL , IS_CLASS |
IS_FIELD
| IS_METHOD),
44
ACC_VOLATILE(Opcodes.ACC_VOLATILE ,
IS_FIELD
),
47
ACC_TRANSIENT(Opcodes.ACC_TRANSIENT ,
IS_FIELD
),
52
ACC_SYNTHETIC(Opcodes.ACC_SYNTHETIC , IS_CLASS |
IS_FIELD
| IS_METHOD)
[
all
...]
FieldSourcer.java
62
as.write(mAccess, AccessSourcer.
IS_FIELD
);
/external/quake/quake/src/WinQuake/
snd_gus.cpp
135
static int
is_field
(char *s,const char *name)
function
428
if (
is_field
(ts,"*"))
431
if (
is_field
(ts,field))
[
all
...]
Completed in 369 milliseconds