HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 51 - 75 of 1340) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
TraceSignatureVisitorTest$TestData.class 
TraceSignatureVisitorTest.java 108 TraceSignatureVisitor d = new TraceSignatureVisitor(data.access);
139 public final int access; field in class:TraceSignatureVisitorTest.TestData
152 this.access = Opcodes.ACC_ENUM;
155 this.access = Opcodes.ACC_INTERFACE;
158 this.access = Opcodes.ACC_ANNOTATION;
161 this.access = 0;
  /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...]
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/
GrProgramDesc.cpp 75 const GrResourceIOProcessor::BufferAccess& access = proc.bufferAccess(i); local
76 k16[j] = sampler_key(kBufferSampler_GrSLType, access.texelConfig(), access.visibility(),
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 173 const GrResourceIOProcessor::BufferAccess& access = processor.bufferAccess(i); local
174 fGpu->bindTexelBuffer((*nextTexelBufferIdx)++, access.texelConfig(),
175 static_cast<GrGLBuffer*>(access.buffer()));
  /external/skia/tools/gpu/gl/debug/
GrBufferObj.h 32 void access() { function in class:GrBufferObj
33 // cannot access the buffer if it is currently mapped