HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 26 - 50 of 529) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/support/src/test/java/tests/resources/
hyts_signed_validChain.jar 
  /external/chromium_org/base/memory/
shared_memory_win.cc 199 DWORD access = FILE_MAP_READ; local
204 access |= FILE_MAP_WRITE;
218 &result, access, FALSE, options))
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.h 91 // The access time for this renderer.
92 base::Time access; member in struct:WebCacheManager::RendererInfo
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrBufferObj.h 32 void access() { function in class:GrBufferObj
33 // cannot access the buffer if it is currently mapped
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 116 unsigned access = MO.getTargetFlags() & PPCII::MO_ACCESS_MASK; local
118 switch (access) {
155 switch (access) {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
FieldWriter.java 50 * Access flags of this field.
52 private final int access; field in class:FieldWriter
101 * @param access the field's access flags (see {@link Opcodes}).
109 final int access,
122 this.access = access;
181 if ((access & Opcodes.ACC_SYNTHETIC) != 0
187 if ((access & Opcodes.ACC_DEPRECATED) != 0) {
215 out.putShort(access).putShort(name).putShort(desc);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
FieldNode.java 44 * The field's access flags (see {@link org.mockito.asm.Opcodes}). This
47 public int access; field in class:FieldNode
74 * @param access the field's access flags (see
87 final int access,
93 this.access = access;
106 FieldVisitor fv = cv.visitField(access, name, desc, signature, value);
MethodNode.java 52 * The method's access flags (see {@link Opcodes}). This field also
55 public int access; field in class:MethodNode
152 * @param access the method's access flags (see {@link Opcodes}). This
163 final int access,
170 this.access = access;
177 boolean isAbstract = (access & Opcodes.ACC_ABSTRACT) != 0;
406 MethodVisitor mv = cv.visitMethod(access,
  /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/skia/src/gpu/gl/debug/
GrBufferObj.h 32 void access() { function in class:GrBufferObj
33 // cannot access the buffer if it is currently mapped
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Field.java 308 String access = ""; local
310 access += JDWPConstants.FieldAccess
314 access += JDWPConstants.FieldAccess
318 access += JDWPConstants.FieldAccess
323 access += JDWPConstants.FieldAccess
328 access += JDWPConstants.FieldAccess
333 access += JDWPConstants.FieldAccess
338 access += JDWPConstants.FieldAccess
343 return str + access;
  /external/chromium_org/base/files/
file_win.cc 52 DWORD access = 0; local
54 access = GENERIC_WRITE;
56 DCHECK(!access);
57 access = FILE_APPEND_DATA;
60 access |= GENERIC_READ;
62 access |= FILE_WRITE_ATTRIBUTES;
64 access |= GENERIC_EXECUTE;
84 file_.Set(CreateFile(name.value().c_str(), access, sharing, NULL,
  /external/chromium_org/base/
tools_sanity_unittest.cc 188 int* volatile access = &array[5]; local
189 *access = 43;
202 int* volatile access = g_asan_test_global_array - 1; local
203 *access = 43;
  /external/chromium_org/chrome/browser/mac/
security_wrappers.h 37 CrSKeychainItemAndAccess(SecKeychainItemRef item, SecAccessRef access);
45 SecAccessRef access() const { return access_; } function in class:chrome::CrSKeychainItemAndAccess
160 // Tests access to |item| by calling SecKeychainItemCopyAttributesAndData,
161 // taking care to properly free any returned data. Returns true if access to
174 CFArrayRef CrSAccessCopyACLList(SecAccessRef access);
228 SecAccessRef access);
  /external/chromium_org/gpu/config/
gpu_info_collector_x11.cc 119 pci_access* access = (libpci_loader.pci_alloc)(); local
120 DCHECK(access != NULL);
121 (libpci_loader.pci_init)(access);
122 (libpci_loader.pci_scan_bus)(access);
124 for (pci_dev* device = access->devices;
172 (libpci_loader.pci_cleanup)(access);
  /external/chromium_org/net/disk_cache/blockfile/
file_win.cc 84 DWORD access = GENERIC_READ | GENERIC_WRITE | DELETE; local
86 base::File(CreateFile(name.value().c_str(), access, sharing, NULL,
97 base::File(CreateFile(name.value().c_str(), access, sharing, NULL,
  /external/chromium_org/sandbox/win/src/
policy_low_level_unittest.cc 209 unsigned long access = 0; local
212 POLPARAM(access) // Argument 1
219 access = 24;
224 access = 42;
229 access = 24;
235 access = 42;
258 unsigned long access = 0; local
263 POLPARAM(access) // Argument 1
271 access = 24;
276 access = 24
    [all...]
target_process.cc 262 DWORD access = FILE_MAP_READ | FILE_MAP_WRITE; local
266 &target_shared_section, access, FALSE, 0)) {
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 453 namespace access { namespace
466 // MANGLING-DAG: @"\01?prot@B@access@@$2PPPPPPPM@A@AEXXZ"
469 // MANGLING-DAG: @"\01?priv@B@access@@$0PPPPPPPM@A@AEXXZ"
477 // MANGLING-DAG: @"\01?prot@B@access@@$R277PPPPPPPM@7AEXXZ"
478 // MANGLING-DAG: @"\01?priv@B@access@@$R077PPPPPPPM@7AEXXZ"
  /external/deqp/framework/delibs/deutil/
deFile.c 70 /* Read, write or read and write access is required. */
242 DWORD access = 0; local
246 /* Read, write or read and write access is required. */
260 access |= GENERIC_READ;
263 access |= GENERIC_WRITE;
286 handle = CreateFile(filename, access, FILE_SHARE_DELETE|FILE_SHARE_READ|FILE_SHARE_WRITE, DE_NULL, create, FILE_ATTRIBUTE_NORMAL, DE_NULL);
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 186 rsg::ExecValueAccess access = m_execCtx.getValue(attribVar); local
196 access.component(0).asFloat(ndx) = attribValue[0];
197 if (numComponents >= 2) access.component(1).asFloat(ndx) = attribValue[1];
198 if (numComponents >= 3) access.component(2).asFloat(ndx) = attribValue[2];
199 if (numComponents >= 4) access.component(3).asFloat(ndx) = attribValue[3];
207 const rsg::ExecConstValueAccess access = m_execCtx.getValue(m_positionVar); local
214 packet->position[0] = access.component(0).asFloat(ndx);
215 packet->position[1] = access.component(1).asFloat(ndx);
216 packet->position[2] = access.component(2).asFloat(ndx);
217 packet->position[3] = access.component(3).asFloat(ndx)
227 const rsg::ExecConstValueAccess access = m_execCtx.getValue(var); local
265 rsg::ExecValueAccess access = m_execCtx.getValue(var); local
    [all...]
  /external/pixman/test/
pixel-test.c 134 access (pixman_image_t *image, int x, int y) function
196 uint32_t computed = access (dest, i, j);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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/zlib/src/examples/
zran.c 1 /* zran.c -- example of zlib/gzip stream indexing and random access
12 for random access of a compressed file. A file containing a zlib or gzip
14 its entirety, and an index built with access points about every SPAN bytes
19 An access point can be created at the start of any deflate block, by saving
26 a new access point. If so, that point is saved in a data structure that
39 requests for random access reads from the compressed data would try to use
44 access, mainly copying the 32K byte dictionary. So if small pieces of the
49 not be constrained to have access points at block boundaries, but requires
50 more memory per access point, and also cannot be saved to file due to the
62 #define SPAN 1048576L /* desired distance between access points *
75 struct access { struct
    [all...]

Completed in 893 milliseconds

12 3 4 5 6 7 8 91011>>