HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 76 - 100 of 336) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar 
asm-analysis-3.3.jar 
asm-commons-3.3.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
jarjar.jar 
  /development/ndk/platforms/android-3/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
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 291 : access(_access),
297 // access mode. Currently only GL_WRITE_ONLY is valid
298 GLenum access; member in struct:gpu::gles2::GLES2Implementation::MappedResource
313 GLenum access,
325 : MappedResource(access, shm_id, shm_mem, shm_offset),
350 GLenum access,
357 : MappedResource(access, shm_id, shm_mem, shm_offset),
387 // Checks for single threaded access.
748 // Used to check for single threaded access.
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 59 #define access(f,m) _access((f),(m)) macro
291 ** A global char* and an SQL function to access its current value
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 348 HObjectAccess access = HObjectAccess::ForAllocationSiteOffset( local
351 allocation_site, static_cast<HValue*>(NULL), access);
413 HObjectAccess access = HObjectAccess::ForAllocationSiteOffset( local
416 allocation_site, static_cast<HValue*>(NULL), access);
441 HObjectAccess access = HObjectAccess::ForObservableJSObjectOffset(i); local
443 object, access, Add<HLoadNamedField>(
444 boilerplate, static_cast<HValue*>(NULL), access));
563 HObjectAccess access = index.is_inobject() local
570 access.WithRepresentation(Representation::Tagged()));
572 access = HObjectAccess::ForHeapNumberValue()
727 HObjectAccess access = local
    [all...]
hydrogen-instructions.cc 3964 HObjectAccess access = local
3979 HObjectAccess access = local
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 381 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); local
384 access.asFloat(ndx) = value;
436 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); local
439 access.asInt(ndx) = value;
484 ExecValueAccess access = m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); local
487 access.asBool(ndx) = value;
586 template <typename T> T getValueAccessValue (ConstValueAccess access);
587 template<> inline float getValueAccessValue<float> (ConstValueAccess access) { return access.asFloat(); }
588 template<> inline int getValueAccessValue<int> (ConstValueAccess access) { return access.asInt();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 906 tcu::PixelBufferAccess access = is2dTex ? m_textures2d.back()->getLevel(levelNdx) local
911 tcu::fillWithGrid(access, curCellSize, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
1067 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); local
1093 tcu::ConstPixelBufferAccess access = texture->getLevelFace(levelNdx, (tcu::CubeFace)face); local
1118 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); local
1144 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); local
    [all...]
es3fShaderTextureFunctionTests.cpp 21 * \brief Texture access function tests.
696 const tcu::PixelBufferAccess access = m_textureCube->getRefTexture().getLevelFace(level, (tcu::CubeFace)face); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 138 * Start index of the class header information (access, name...) in
208 * Returns the class's access flags (see {@link Opcodes}). This value may
212 * @return the class access flags
452 int access; local
463 access = readUnsignedShort(u);
529 access |= Opcodes.ACC_DEPRECATED;
531 access |= Opcodes.ACC_SYNTHETIC;
554 access,
617 access = readUnsignedShort(u);
639 access |= Opcodes.ACC_DEPRECATED;
    [all...]
MethodWriter.java 43 * Pseudo access flag used to denote constructors.
130 * Access flags of this method.
132 private int access; field in class:MethodWriter
400 * @param access the method's access flags (see {@link Opcodes}).
413 final int access,
428 this.access = access;
445 this.access |= ACC_CONSTRUCTOR;
449 if ((access & Opcodes.ACC_STATIC) != 0) {
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 69 int access; field in class:CodeEmitter.State
75 State(ClassInfo classInfo, int access, Signature sig, Type[] exceptionTypes) {
77 this.access = access;
80 localOffset = TypeUtils.isStatic(access) ? 0 : 1;
89 return access;
106 CodeEmitter(ClassEmitter ce, MethodVisitor mv, int access, Signature sig, Type[] exceptionTypes) {
107 super(access, sig.getDescriptor(), mv);
109 state = new State(ce.getClassInfo(), access, sig, exceptionTypes);
357 if (TypeUtils.isStatic(state.access)) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 482 BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access)
487 m_ptr = gl.mapBufferRange(target, offset, size, access);
639 const PixelBufferAccess access = m_type == TEXTURETYPE_BUFFER ? m_texBuffer->getLevel(0) local
646 access.setPixel(color, x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
651 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess(); local
652 return access.getPixel(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
657 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess(); local
658 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
    [all...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubmd.h 439 access: 2, member in struct:proto_error_reg
  /external/clang/tools/c-index-test/
c-index-test.c 781 enum CX_CXXAccessSpecifier access = clang_getCXXAccessSpecifier(Cursor); local
785 switch (access) {
796 printf(" [access=%s isVirtual=%s]", accessStr,
1049 enum CX_CXXAccessSpecifier access = clang_getCXXAccessSpecifier(Cursor); local
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 101 /// int access(const char *path, int amode);
102 access, enumerator in enum:llvm::LibFunc::Func
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /bionic/libc/kernel/uapi/sound/
asound.h 847 unsigned int access; member in struct:snd_ctl_elem_info
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 3103 HObjectAccess access = instr->hydrogen()->access(); local
4153 HObjectAccess access = instr->hydrogen()->access(); local
    [all...]

Completed in 2317 milliseconds

1 2 34 5 6 7 8 91011>>