Searched refs:access_flags (Results 1 - 10 of 10) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java24 * u2 access_flags;
32 * The value of the access_flags item is a mask of modifiers used to describe
62 public Field_info (final int access_flags, argument
66 m_access_flags = access_flags;
H A DMethod_info.java25 * u2 access_flags;
33 * The value of the access_flags item is a mask of modifiers used to describe
64 public Method_info (int access_flags, int name_index, int descriptor_index, IAttributeCollection attributes) argument
66 m_access_flags = access_flags;
H A DClassDef.java539 public int addField (final String name, final String descriptor, final int access_flags) argument
547 final Field_info field = new Field_info (access_flags, name_index, descriptor_index,
556 public int addField (final String name, final String descriptor, final int access_flags, argument
565 final Field_info field = new Field_info (access_flags, name_index, descriptor_index, attributes);
573 public Method_info newEmptyMethod (final String name, final String descriptor, final int access_flags) argument
588 final Method_info method = new Method_info (access_flags, name_index, descriptor_index, attributes);
/external/qemu/block/
H A Draw-win32.c79 int access_flags; local
85 access_flags = GENERIC_READ | GENERIC_WRITE;
87 access_flags = GENERIC_READ;
95 s->hfile = CreateFile(filename, access_flags,
318 int access_flags, create_flags; local
338 access_flags = GENERIC_READ | GENERIC_WRITE;
340 access_flags = GENERIC_READ;
349 s->hfile = CreateFile(filename, access_flags,
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java113 access_flags ();
179 void access_flags () throws IOException method in class:ClassDefParser.classParser
/external/chromium/base/
H A Dprocess_util_win.cc137 uint32 access_flags,
139 ProcessHandle result = OpenProcess(access_flags, FALSE, pid);
136 OpenProcessHandleWithAccess(ProcessId pid, uint32 access_flags, ProcessHandle* handle) argument
H A Dprocess_util.h153 // combination of the kProcessAccess* flags defined above for |access_flags|.
155 uint32 access_flags,
H A Dprocess_util_posix.cc205 uint32 access_flags,
204 OpenProcessHandleWithAccess(ProcessId pid, uint32 access_flags, ProcessHandle* handle) argument
/external/strace/
H A Dfile.c537 static const struct xlat access_flags[] = { variable in typeref:struct:xlat
557 printflags(access_flags, tcp->u_arg[offset + 1], "?_OK");
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 168 milliseconds