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

1 2 3 4

  /bionic/libc/arch-arm/syscalls/
access.S 5 ENTRY(access) function
14 END(access)
  /bionic/libc/arch-x86/syscalls/
access.S 5 .type access, @function
6 .globl access
9 access: label
  /bionic/libc/arch-sh/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,
  /external/apache-harmony/security/src/test/resources/PermissionCollection/
signedBKS.jar 
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_signed.jar 
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmfinalepsilon.h 36 vector<bool> access; local
39 SccVisitor<A> scc_visitor(0, &access, &coaccess, &props);
connect.h 39 // access[i]: accessibility of state i.
44 SccVisitor(vector<StateId> *scc, vector<bool> *access,
46 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {}
190 vector<StateId> *scc_stack_; // SCC stack (w/ random access)
205 vector<bool> access; local
208 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props);
211 for (StateId s = 0; s < (StateId)access.size(); ++s)
212 if (!access[s] || !coaccess[s])
  /external/webkit/Source/WebCore/rendering/style/
DataRef.h 38 T* access() function in class:WebCore::DataRef
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_FileWriter.c 40 * @param fileModeAccess: (IN) File mode access
49 * @return M4ERR_FILE_BAD_MODE_ACCESS: the file mode access is not correct
194 * access (more than 2GBytes), the position is provided on a 64
200 * @param seekMode: (IN) Seek access mode
479 M4OSA_FileModeAccess access = pFileContext->access_mode; local
481 M4OSA_DEBUG_IF1(!(access & M4OSA_kFileRead), M4ERR_BAD_CONTEXT,
484 M4OSA_DEBUG_IF1(!(access & M4OSA_kFileWrite), M4ERR_BAD_CONTEXT,
  /libcore/support/src/test/java/tests/resources/
hyts_signed.jar 
hyts_signed_inc.jar 
  /external/chromium/base/
platform_file_win.cc 50 DWORD access = (flags & PLATFORM_FILE_READ) ? GENERIC_READ : 0; local
52 access |= GENERIC_WRITE;
54 access |= FILE_WRITE_ATTRIBUTES;
70 HANDLE file = CreateFile(name.value().c_str(), access, sharing, NULL,
shared_memory_win.cc 161 DWORD access = STANDARD_RIGHTS_REQUIRED | FILE_MAP_READ; local
166 access |= FILE_MAP_WRITE;
180 &result, access, FALSE, options))
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.h 80 // The access time for this renderer.
81 base::Time access; member in struct:WebCacheManager::RendererInfo
  /external/proguard/src/proguard/ant/
MemberSpecificationElement.java 39 private String access; field in class:MemberSpecificationElement
67 String access = memberSpecificationElement.access; local
116 new MemberSpecification(requiredAccessFlags(true, access),
117 requiredAccessFlags(false, access),
129 public void setAccess(String access)
131 this.access = access;
171 String access)
176 if (access != null
    [all...]
ClassSpecificationElement.java 40 private String access; field in class:ClassSpecificationElement
76 String access = classSpecificationElement.access; local
93 requiredAccessFlags(true, access, type),
94 requiredAccessFlags(false, access, type),
116 public void setAccess(String access)
118 this.access = access;
202 String access,
208 if (access != null
    [all...]
  /external/zlib/examples/
zran.c 1 /* zran.c -- example of zlib/gzip stream indexing and random access
7 for random access of a compressed file. A file containing a zlib or gzip
9 its entirety, and an index built with access points about every SPAN bytes
14 An access point can be created at the start of any deflate block, by saving
21 a new access point. If so, that point is saved in a data structure that
34 requests for random access reads from the compressed data would try to use
39 access, mainly copying the 32K byte dictionary. So if small pieces of the
44 not be constrained to have access points at block boundaries, but requires
45 more memory per access point, and also cannot be saved to file due to the
57 #define SPAN 1048576L /* desired distance between access points *
70 struct access { struct
    [all...]
  /external/bluetooth/bluez/src/
sdpd-database.c 226 SDPDBG("Could not find access data for : 0x%x", handle);
332 sdp_access_t *access = p->data; local
335 if (bacmp(BDADDR_ANY, &access->device))
338 rec = sdp_record_find(access->handle);
342 SDPDBG("adding record with handle %x", access->handle);
  /external/icu4c/common/unicode/
utext.h 24 * The Text Access API provides a means to allow text that is stored in alternative
29 * ICU Text Access allows other formats, such as UTF-8 or non-contiguous
41 * access to the actual text.
79 * or UTF-32, for example. When coding to the UText access API, no assumptions
107 * Most UText access functions have as their first parameter a (UText *) pointer,
349 * This is true for read access only with shallow clones, and for both read and
350 * write access with deep clones.
360 * @param readOnly TRUE to request that the cloned UText have read only access to the
1396 UTextAccess *access; member in struct:UTextFuncs
    [all...]
  /external/qemu/hw/
i8254.c 248 int channel, access; local
275 access = (val >> 4) & 3;
276 if (access == 0) {
279 s->rw_mode = access;
280 s->read_state = access;
281 s->write_state = access;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 99 /* property access permissions */
100 enum dbus_prop_access access; member in struct:wpa_dbus_property_desc

Completed in 837 milliseconds

1 2 3 4