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

1 2

  /bionic/libc/arch-arm/syscalls/
access.S 5 .type access, #function
6 .globl access
10 access: label
  /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
  /dalvik/libcore/support/src/test/java/tests/resources/
hyts_signed.jar 
hyts_signed_inc.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/WebCore/rendering/style/
DataRef.h 38 T* access() function in class:WebCore::DataRef
  /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...]
  /development/simulator/wrapsim/
Intercept.c 77 access(), chdir(), chmod(), chown(), creat(), execve(), getcwd(),
510 int access(const char* pathName, int mode) function
521 return _ws_access(rewritePath("access", pathBuf, pathName), mode);
  /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,
329 * This is true for read access only with shallow clones, and for both read and
330 * write access with deep clones.
340 * @param readOnly TRUE to request that the cloned UText have read only access to the
660 * #define inline versions of selected performance-critical text access functions
1221 UTextAccess *access; member in struct:UTextFuncs
    [all...]
  /external/v8/src/
v8threads.cc 70 internal::ExecutionAccess access; local
71 internal::StackGuard::ClearThread(access);
72 internal::StackGuard::InitThread(access);
144 ExecutionAccess access; local
155 StackGuard::InitThread(access);
execution.cc 216 ExecutionAccess access; local
223 ExecutionAccess access; local
224 if (IsSet(access)) {
225 set_limits(kInterruptLimit, access);
231 ExecutionAccess access; local
247 ExecutionAccess access; local
248 reset_limits(access);
258 ExecutionAccess access; local
264 ExecutionAccess access; local
266 set_limits(kInterruptLimit, access);
271 ExecutionAccess access; local
277 ExecutionAccess access; local
284 ExecutionAccess access; local
290 ExecutionAccess access; local
298 ExecutionAccess access; local
304 ExecutionAccess access; local
311 ExecutionAccess access; local
318 ExecutionAccess access; local
326 ExecutionAccess access; local
340 ExecutionAccess access; local
349 ExecutionAccess access; local
    [all...]
  /frameworks/base/libs/binder/
IMemory.cpp 304 int access = PROT_READ; local
306 access |= PROT_WRITE;
312 mBase = mmap(0, size, access, MAP_SHARED, fd, 0);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 24 #define access _access macro
  /external/zlib/contrib/untgz/
untgz.c 31 # define access(path,mode) _access(path,mode) macro
143 if (access(buffer,F_OK) == 0)
  /external/bluetooth/hcidump/parser/
lmp.c 537 uint8_t access = LMP_U8(frm); local
558 printf("M_access %d\n", access & 0x0f);
561 printf("access scheme 0x%2.2x\n", access >> 4);
575 uint8_t access = LMP_U8(frm); local
590 printf("M_access %d\n", access & 0x0f);
593 printf("access scheme 0x%2.2x\n", access >> 4);
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 355 __u32 access; member in struct:nfs3_accessargs
425 __u32 access; member in struct:nfs3_accessres
511 int (*access) (struct inode *, struct nfs_access_entry *); member in struct:nfs_rpc_ops
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 355 __u32 access; member in struct:nfs3_accessargs
425 __u32 access; member in struct:nfs3_accessres
511 int (*access) (struct inode *, struct nfs_access_entry *); member in struct:nfs_rpc_ops
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 355 __u32 access; member in struct:nfs3_accessargs
425 __u32 access; member in struct:nfs3_accessres
511 int (*access) (struct inode *, struct nfs_access_entry *); member in struct:nfs_rpc_ops
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 355 __u32 access; member in struct:nfs3_accessargs
425 __u32 access; member in struct:nfs3_accessres
511 int (*access) (struct inode *, struct nfs_access_entry *); member in struct:nfs_rpc_ops
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 355 __u32 access; member in struct:nfs3_accessargs
425 __u32 access; member in struct:nfs3_accessres
511 int (*access) (struct inode *, struct nfs_access_entry *); member in struct:nfs_rpc_ops
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 355 __u32 access; member in struct:nfs3_accessargs
425 __u32 access; member in struct:nfs3_accessres
511 int (*access) (struct inode *, struct nfs_access_entry *); member in struct:nfs_rpc_ops

Completed in 415 milliseconds

1 2