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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
access.cpp 32 int access(const char* path, int mode) { function
  /external/linux-kselftest/tools/testing/selftests/bpf/
dev_cgroup.c 17 short access = ctx->access_type >> 16; local
32 if (access & BPF_DEVCG_ACC_READ)
35 if (access & BPF_DEVCG_ACC_WRITE)
38 if (access & BPF_DEVCG_ACC_MKNOD)
44 /* Allow access to /dev/zero and /dev/random.
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
access.c 2 Implementation of the Posix access() function.
27 The access() function checks the file, named by the pathname pointed to by
31 The value of Mode is either the bitwise-inclusive OR of the access
38 @param[in] Mode Access permissions to check for.
42 is indicated by errno. Values of errno specific to the access
46 access( function
  /external/compiler-rt/test/tsan/
unaligned_norace.cc 18 static void access(char *p, int sz, int rw) { function
55 access(p, sz1, true);
60 access(p, sz2, rw);
unaligned_race.cc 21 static NOINLINE void access(volatile char *p, int sz, int rw) { function
52 access(p, sz1, true);
  /external/testng/src/test/java/test/access/
BasePrivateAccessConfigurationMethods.java 1 package test.access;
PrivateAccessConfigurationMethods.java 1 package test.access;
  /external/turbine/java/com/google/turbine/binder/bound/
BoundClass.java 38 /** Class access bits (see JVMS table 4.1). */
39 int access(); method in interface:BoundClass
PackageSourceBoundClass.java 60 public int access() { method in class:PackageSourceBoundClass
61 return base.access();
SourceBoundClass.java 29 private final int access; field in class:SourceBoundClass
36 int access,
41 this.access = access;
60 public int access() { method in class:SourceBoundClass
61 return access;
SourceHeaderBoundClass.java 59 public int access() { method in class:SourceHeaderBoundClass
60 return base.access();
  /external/libunwind/doc/
unw_create_addr_space.tex 33 \Prog{Libunwind} uses a set of call-back routines to access the
61 \Type{int} \Func{access\_mem}(\Var{unw\_addr\_space\_t} \Var{as},\\
64 \Type{int} \Func{access\_reg}(\Var{unw\_addr\_space\_t} \Var{as},\\
67 \Type{int} \Func{access\_fpreg}(\Var{unw\_addr\_space\_t} \Var{as},\\
132 \subsection{access\_mem}
134 \Prog{Libunwind} invokes the \Func{access\_mem}() call-back to read
147 On successful completion, the \Func{access\_mem}()
151 \subsection{access\_reg}
153 \Prog{Libunwind} invokes the \Func{access\_reg}() call-back to read
166 On successful completion, the \Func{access\_reg}() call-back mus
    [all...]
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_signed.jar 
  /external/compiler-rt/lib/asan/
asan_debugging.cc 31 AsanThread::StackFrameAccess access; local
32 if (!t->GetStackFrameAccessByAddr(addr, &access))
35 if (!ParseFrameDescription(access.frame_descr, &vars)) {
40 if (access.offset <= vars[i].beg + vars[i].size) {
43 descr->region_address = addr - (access.offset - vars[i].beg);
  /external/parameter-framework/upstream/parameter/
BaseParameter.cpp 51 // Handle access
94 bool CBaseParameter::access(bool & /*bValue*/, bool /*bSet*/, function in class:CBaseParameter
100 bool CBaseParameter::access(std::vector<bool> & /*abValues*/, bool /*bSet*/, function in class:CBaseParameter
107 bool CBaseParameter::access(uint32_t & /*bValue*/, bool /*bSet*/, function in class:CBaseParameter
113 bool CBaseParameter::access(std::vector<uint32_t> & /*abValues*/, bool /*bSet*/, function in class:CBaseParameter
120 bool CBaseParameter::access(int32_t & /*bValue*/, bool /*bSet*/, function in class:CBaseParameter
126 bool CBaseParameter::access(std::vector<int32_t> & /*abValues*/, bool /*bSet*/, function in class:CBaseParameter
133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/, function in class:CBaseParameter
139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/, function in class:CBaseParameter
146 // String Access
147 bool CBaseParameter::access(string &strValue, bool bSet, function in class:CBaseParameter
175 bool CBaseParameter::access(std::vector<string> & \/*astrValues*\/, bool \/*bSet*\/, function in class:CBaseParameter
    [all...]
BitParameter.cpp 66 // Actual parameter access (tuning)
79 /// Value access
80 bool CBitParameter::access(bool &bValue, bool bSet, function in class:CBitParameter
83 // Check boolean access validity here
92 // Rely on integer access
100 if (!access(uiValue, bSet, parameterAccessContext)) {
113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, function in class:CBitParameter
187 // Access from area configuration
Parameter.cpp 98 /// Actual parameter access
99 // String access
112 // Boolean access
113 bool CParameter::access(bool &bValue, bool bSet, function in class:CParameter
119 // Integer Access
120 bool CParameter::access(uint32_t &uiValue, bool bSet, function in class:CParameter
126 // Signed Integer Access
127 bool CParameter::access(int32_t &iValue, bool bSet, function in class:CParameter
133 // Double Access
134 bool CParameter::access(double &dValue, bool bSet function in class:CParameter
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 125 inline int access(const char *path, int mode) function
  /external/turbine/java/com/google/turbine/bytecode/
ClassWriter.java 43 output.writeShort(classfile.access());
64 output.writeShort(method.access());
72 output.writeShort(field.access());
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 21 def access(path, mode): function
22 return os.access(LongFilePath(path), mode)
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
Field.java 74 * @param access_flags Access rights of field
122 String access; // Short cuts to constant pool local
125 access = Utility.accessToString(super.getAccessFlags());
126 access = access.isEmpty() ? "" : (access + " ");
130 buf.append(access).append(signature).append(" ").append(name);
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
last_write_time.pass.cpp 107 TimeSpec access, write; member in struct:Times
124 TimeSpec LastAccessTime(path const& p) { return GetTimes(p).access; }
140 res.access = extract_atime(st);
473 TEST_CHECK(CompareTime(LastAccessTime(TC.p), old_times.access));
505 TEST_CHECK(CompareTime(LastAccessTime(sym), old_times.access));
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 87 unsigned access = MO.getTargetFlags() & PPCII::MO_ACCESS_MASK; local
89 switch (access) {
129 switch (access) {
  /external/mesa3d/src/mesa/main/
vdpau.c 49 GLenum access, state; member in struct:vdp_surface
143 surf->access = GL_READ_WRITE;
307 _mesa_VDPAUSurfaceAccessNV(GLintptr surface, GLenum access)
322 if (access != GL_READ_ONLY && access != GL_WRITE_ONLY &&
323 access != GL_READ_WRITE) {
334 surf->access = access;
381 ctx->Driver.VDPAUMapSurface(ctx, surf->target, surf->access,
429 ctx->Driver.VDPAUUnmapSurface(ctx, surf->target, surf->access,
    [all...]
  /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...]

Completed in 1461 milliseconds

1 2 3 4 5 6 7 8 91011>>