HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/arch-arm/syscalls/
access.S 5 ENTRY(access) function
14 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 5 .type access, @function
6 .globl access
9 access: label
  /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;
Executor.java 56 * If a subroutine is passed, the access flags will be modified if this instruction accesses
424 access(index, Type.INTEGER, subroutine); method
786 access(index, type, subroutine); method
875 access(index, type, subroutine); method
980 private void access(int index, Type type, Subroutine subroutine) { method in class:Executor
    [all...]
  /external/chromium/net/disk_cache/
cache_util_win.cc 64 // There is an error, but we share delete access so let's see if there is a
69 DWORD access = SYNCHRONIZE; local
71 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
file_win.cc 80 DWORD access = GENERIC_READ | GENERIC_WRITE | DELETE; local
81 platform_file_ = CreateFile(name.value().c_str(), access, sharing, NULL,
91 sync_platform_file_ = CreateFile(name.value().c_str(), access, sharing, NULL,