OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:access
(Results
1 - 25
of
183
) sorted by null
1
2
3
4
5
6
7
8
/bionic/libc/arch-arm/syscalls/
access.S
6
ENTRY(
access
)
function
15
END(
access
)
/bionic/libc/arch-mips/syscalls/
access.S
4
.globl
access
6
.ent
access
8
access
:
label
22
.end
access
/bionic/libc/arch-x86/syscalls/
access.S
6
ENTRY(
access
)
function
24
END(
access
)
/external/javassist/src/main/javassist/bytecode/analysis/
Subroutine.java
31
private Set
access
= new HashSet();
field in class:Subroutine
47
public void
access
(int index) {
method in class:Subroutine
48
access
.add(new Integer(index));
52
return
access
.contains(new Integer(index));
56
return
access
;